mirror of
https://github.com/apple/swift-protobuf.git
synced 2026-05-17 10:20:36 +00:00
2f58de3712
Motivation: When setting the default actor isolation to 'MainActor', generated protobuf code will fail to compile. Modifications: - Add 'nonisolated' to generated declaration - Add a compile test Result: - Resolves https://github.com/apple/swift-protobuf/issues/1797