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
23 lines
334 B
Plaintext
23 lines
334 B
Plaintext
.DS_Store
|
|
/.build
|
|
/.swiftpm
|
|
/Packages
|
|
*~
|
|
xcuserdata
|
|
xcbaselines
|
|
/_test
|
|
/docs
|
|
/build
|
|
mined_words.txt
|
|
**/.build
|
|
**/.swiftpm
|
|
/*DescriptorTestData.bin
|
|
/Package.resolved
|
|
/PluginLibEditionDefaults.bin
|
|
/PluginLibTestingEditionDefaults.bin
|
|
|
|
# Intermediate conformance test outputs
|
|
failing_tests.txt
|
|
nonexistent_tests.txt
|
|
succeeding_tests.txt
|