Build Information
Failed to build TensorFlow, reference master (3c0a68
), with Swift 6.0 for macOS (SPM) on 31 Oct 2024 09:28:36 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/type.pb.swift:442:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Google_Protobuf_Option' has non-sendable type 'Google_Protobuf_Option._StorageClass'; this is an error in the Swift 6 language mode
440 | public init() {}
441 |
442 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Google_Protobuf_Option' has non-sendable type 'Google_Protobuf_Option._StorageClass'; this is an error in the Swift 6 language mode
443 | }
444 |
:
812 | ]
813 |
814 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
815 | var _name: String = String()
816 | var _value: SwiftProtobuf.Google_Protobuf_Any? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_custom_options.pb.swift:2161:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_ComplexOptionType2._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
2153 | ]
2154 |
2155 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
2156 | var _bar: ProtobufUnittest_ComplexOptionType1? = nil
2157 | var _baz: Int32? = nil
:
2159 | var _barney: [ProtobufUnittest_ComplexOptionType2.ComplexOptionType4] = []
2160 |
2161 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_ComplexOptionType2._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2162 |
2163 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_custom_options.pb.swift:2283:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_ComplexOptionType3._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
2277 | ]
2278 |
2279 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
2280 | var _qux: Int32? = nil
2281 | var _complexOptionType5: ProtobufUnittest_ComplexOptionType3.ComplexOptionType5? = nil
2282 |
2283 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_ComplexOptionType3._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2284 |
2285 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_custom_options.pb.swift:2489:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_Aggregate._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
2480 | ]
2481 |
2482 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
2483 | var _i: Int32? = nil
2484 | var _s: String? = nil
:
2487 | var _mset: ProtobufUnittest_AggregateMessageSet? = nil
2488 |
2489 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_Aggregate._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2490 |
2491 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_custom_options.pb.swift:123:14: warning: stored property 'anOneof' of 'Sendable'-conforming struct 'ProtobufUnittest_TestMessageWithCustomOptions' has non-sendable type 'ProtobufUnittest_TestMessageWithCustomOptions.OneOf_AnOneof?'; this is an error in the Swift 6 language mode
121 | public mutating func clearField1() {self._field1 = nil}
122 |
123 | public var anOneof: ProtobufUnittest_TestMessageWithCustomOptions.OneOf_AnOneof? = nil
| `- warning: stored property 'anOneof' of 'Sendable'-conforming struct 'ProtobufUnittest_TestMessageWithCustomOptions' has non-sendable type 'ProtobufUnittest_TestMessageWithCustomOptions.OneOf_AnOneof?'; this is an error in the Swift 6 language mode
124 |
125 | public var oneofField: Int32 {
:
133 | public var unknownFields = SwiftProtobuf.UnknownStorage()
134 |
135 | public enum OneOf_AnOneof: Equatable {
| `- note: consider making enum 'OneOf_AnOneof' conform to the 'Sendable' protocol
136 | case oneofField(Int32)
137 |
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_custom_options.pb.swift:421:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_ComplexOptionType2' has non-sendable type 'ProtobufUnittest_ComplexOptionType2._StorageClass'; this is an error in the Swift 6 language mode
419 |
420 | public var _protobuf_extensionFieldValues = SwiftProtobuf.ExtensionFieldValueSet()
421 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_ComplexOptionType2' has non-sendable type 'ProtobufUnittest_ComplexOptionType2._StorageClass'; this is an error in the Swift 6 language mode
422 | }
423 |
:
2153 | ]
2154 |
2155 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
2156 | var _bar: ProtobufUnittest_ComplexOptionType1? = nil
2157 | var _baz: Int32? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_custom_options.pb.swift:472:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_ComplexOptionType3' has non-sendable type 'ProtobufUnittest_ComplexOptionType3._StorageClass'; this is an error in the Swift 6 language mode
470 | public init() {}
471 |
472 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_ComplexOptionType3' has non-sendable type 'ProtobufUnittest_ComplexOptionType3._StorageClass'; this is an error in the Swift 6 language mode
473 | }
474 |
:
2277 | ]
2278 |
2279 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
2280 | var _qux: Int32? = nil
2281 | var _complexOptionType5: ProtobufUnittest_ComplexOptionType3.ComplexOptionType5? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_custom_options.pb.swift:598:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_Aggregate' has non-sendable type 'ProtobufUnittest_Aggregate._StorageClass'; this is an error in the Swift 6 language mode
596 | public init() {}
597 |
598 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_Aggregate' has non-sendable type 'ProtobufUnittest_Aggregate._StorageClass'; this is an error in the Swift 6 language mode
599 | }
600 |
:
2480 | ]
2481 |
2482 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
2483 | var _i: Int32? = nil
2484 | var _s: String? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_custom_options.pb.swift:1191:105: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
1189 |
1190 | public var ProtobufUnittest_bytesOpt: Data {
1191 | get {return getExtensionValue(ext: ProtobufUnittest_Extensions_bytes_opt) ?? SwiftProtobuf.Internal.emptyData}
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
1192 | set {setExtensionValue(ext: ProtobufUnittest_Extensions_bytes_opt, value: newValue)}
1193 | }
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_enormous_descriptor.pb.swift:11083:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Google_Protobuf_TestEnormousDescriptor._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
10079 | ]
10080 |
10081 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
10082 | var _longFieldNameIsLooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong1: String? = nil
10083 | var _longFieldNameIsLooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong2: String? = nil
:
11081 | var _longFieldNameIsLooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong1000: String? = nil
11082 |
11083 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Google_Protobuf_TestEnormousDescriptor._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11084 |
11085 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_enormous_descriptor.pb.swift:9069:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Google_Protobuf_TestEnormousDescriptor' has non-sendable type 'Google_Protobuf_TestEnormousDescriptor._StorageClass'; this is an error in the Swift 6 language mode
9067 | public init() {}
9068 |
9069 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Google_Protobuf_TestEnormousDescriptor' has non-sendable type 'Google_Protobuf_TestEnormousDescriptor._StorageClass'; this is an error in the Swift 6 language mode
9070 | }
9071 |
:
10079 | ]
10080 |
10081 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
10082 | var _longFieldNameIsLooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong1: String? = nil
10083 | var _longFieldNameIsLooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong2: String? = nil
[245/258] Compiling Proto unittest_custom_options.pb.swift
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/struct.pb.swift:279:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Google_Protobuf_Value._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
274 | ]
275 |
276 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
277 | var _kind: Google_Protobuf_Value.OneOf_Kind?
278 |
279 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Google_Protobuf_Value._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
280 |
281 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/struct.pb.swift:207:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Google_Protobuf_Value' has non-sendable type 'Google_Protobuf_Value._StorageClass'; this is an error in the Swift 6 language mode
205 | public init() {}
206 |
207 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Google_Protobuf_Value' has non-sendable type 'Google_Protobuf_Value._StorageClass'; this is an error in the Swift 6 language mode
208 | }
209 |
:
274 | ]
275 |
276 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
277 | var _kind: Google_Protobuf_Value.OneOf_Kind?
278 |
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto2.pb.swift:1872:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufTestMessages_Proto2_TestAllTypesProto2.NestedMessage._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1866 | ]
1867 |
1868 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1869 | var _a: Int32? = nil
1870 | var _corecursive: ProtobufTestMessages_Proto2_TestAllTypesProto2? = nil
1871 |
1872 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufTestMessages_Proto2_TestAllTypesProto2.NestedMessage._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1873 |
1874 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto2.pb.swift:1233:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufTestMessages_Proto2_TestAllTypesProto2._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1147 | ]
1148 |
1149 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1150 | var _optionalInt32: Int32? = nil
1151 | var _optionalInt64: Int64? = nil
:
1231 | var _fieldName18__: Int32? = nil
1232 |
1233 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufTestMessages_Proto2_TestAllTypesProto2._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1234 |
1235 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto2.pb.swift:931:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufTestMessages_Proto2_TestAllTypesProto2' has non-sendable type 'ProtobufTestMessages_Proto2_TestAllTypesProto2._StorageClass'; this is an error in the Swift 6 language mode
929 |
930 | public var _protobuf_extensionFieldValues = SwiftProtobuf.ExtensionFieldValueSet()
931 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufTestMessages_Proto2_TestAllTypesProto2' has non-sendable type 'ProtobufTestMessages_Proto2_TestAllTypesProto2._StorageClass'; this is an error in the Swift 6 language mode
932 | }
933 |
:
1147 | ]
1148 |
1149 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1150 | var _optionalInt32: Int32? = nil
1151 | var _optionalInt64: Int64? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto2.pb.swift:838:21: warning: stored property '_storage' of 'Sendable'-conforming struct 'NestedMessage' has non-sendable type 'ProtobufTestMessages_Proto2_TestAllTypesProto2.NestedMessage._StorageClass'; this is an error in the Swift 6 language mode
836 | public init() {}
837 |
838 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'NestedMessage' has non-sendable type 'ProtobufTestMessages_Proto2_TestAllTypesProto2.NestedMessage._StorageClass'; this is an error in the Swift 6 language mode
839 | }
840 |
:
1866 | ]
1867 |
1868 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1869 | var _a: Int32? = nil
1870 | var _corecursive: ProtobufTestMessages_Proto2_TestAllTypesProto2? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto2.pb.swift:225:67: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
223 |
224 | public var optionalBytes: Data {
225 | get {return _storage._optionalBytes ?? SwiftProtobuf.Internal.emptyData}
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
226 | set {_uniqueStorage()._optionalBytes = newValue}
227 | }
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto2.pb.swift:530:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
528 | get {
529 | if case .oneofBytes(let v)? = _storage._oneofField {return v}
530 | return SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
531 | }
532 | set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto3.pb.swift:1960:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufTestMessages_Proto3_TestAllTypesProto3.NestedMessage._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1954 | ]
1955 |
1956 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1957 | var _a: Int32 = 0
1958 | var _corecursive: ProtobufTestMessages_Proto3_TestAllTypesProto3? = nil
1959 |
1960 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufTestMessages_Proto3_TestAllTypesProto3.NestedMessage._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1961 |
1962 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto3.pb.swift:1163:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufTestMessages_Proto3_TestAllTypesProto3._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1048 | ]
1049 |
1050 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1051 | var _optionalInt32: Int32 = 0
1052 | var _optionalInt64: Int64 = 0
:
1161 | var _fieldName18__: Int32 = 0
1162 |
1163 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufTestMessages_Proto3_TestAllTypesProto3._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1164 |
1165 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto3.pb.swift:1065:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
1063 | var _optionalBool: Bool = false
1064 | var _optionalString: String = String()
1065 | var _optionalBytes: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
1066 | var _optionalNestedMessage: ProtobufTestMessages_Proto3_TestAllTypesProto3.NestedMessage? = nil
1067 | var _optionalForeignMessage: ProtobufTestMessages_Proto3_ForeignMessage? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto3.pb.swift:899:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufTestMessages_Proto3_TestAllTypesProto3' has non-sendable type 'ProtobufTestMessages_Proto3_TestAllTypesProto3._StorageClass'; this is an error in the Swift 6 language mode
897 | public init() {}
898 |
899 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufTestMessages_Proto3_TestAllTypesProto3' has non-sendable type 'ProtobufTestMessages_Proto3_TestAllTypesProto3._StorageClass'; this is an error in the Swift 6 language mode
900 | }
901 |
:
1048 | ]
1049 |
1050 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1051 | var _optionalInt32: Int32 = 0
1052 | var _optionalInt64: Int64 = 0
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto3.pb.swift:894:21: warning: stored property '_storage' of 'Sendable'-conforming struct 'NestedMessage' has non-sendable type 'ProtobufTestMessages_Proto3_TestAllTypesProto3.NestedMessage._StorageClass'; this is an error in the Swift 6 language mode
892 | public init() {}
893 |
894 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'NestedMessage' has non-sendable type 'ProtobufTestMessages_Proto3_TestAllTypesProto3.NestedMessage._StorageClass'; this is an error in the Swift 6 language mode
895 | }
896 |
:
1954 | ]
1955 |
1956 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1957 | var _a: Int32 = 0
1958 | var _corecursive: ProtobufTestMessages_Proto3_TestAllTypesProto3? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto3.pb.swift:458:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
456 | get {
457 | if case .oneofBytes(let v)? = _storage._oneofField {return v}
458 | return SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
459 | }
460 | set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/type.pb.swift:475:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Google_Protobuf_Type._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
465 | ]
466 |
467 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
468 | var _name: String = String()
469 | var _fields: [Google_Protobuf_Field] = []
:
473 | var _syntax: Google_Protobuf_Syntax = .proto2
474 |
475 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Google_Protobuf_Type._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
476 |
477 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/type.pb.swift:690:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Google_Protobuf_Enum._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
681 | ]
682 |
683 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
684 | var _name: String = String()
685 | var _enumvalue: [Google_Protobuf_EnumValue] = []
:
688 | var _syntax: Google_Protobuf_Syntax = .proto2
689 |
690 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Google_Protobuf_Enum._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
691 |
692 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/type.pb.swift:818:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Google_Protobuf_Option._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
812 | ]
813 |
814 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
815 | var _name: String = String()
816 | var _value: SwiftProtobuf.Google_Protobuf_Any? = nil
817 |
818 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Google_Protobuf_Option._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
819 |
820 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/type.pb.swift:135:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Google_Protobuf_Type' has non-sendable type 'Google_Protobuf_Type._StorageClass'; this is an error in the Swift 6 language mode
133 | public init() {}
134 |
135 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Google_Protobuf_Type' has non-sendable type 'Google_Protobuf_Type._StorageClass'; this is an error in the Swift 6 language mode
136 | }
137 |
:
465 | ]
466 |
467 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
468 | var _name: String = String()
469 | var _fields: [Google_Protobuf_Field] = []
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/type.pb.swift:386:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Google_Protobuf_Enum' has non-sendable type 'Google_Protobuf_Enum._StorageClass'; this is an error in the Swift 6 language mode
384 | public init() {}
385 |
386 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Google_Protobuf_Enum' has non-sendable type 'Google_Protobuf_Enum._StorageClass'; this is an error in the Swift 6 language mode
387 | }
388 |
:
681 | ]
682 |
683 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
684 | var _name: String = String()
685 | var _enumvalue: [Google_Protobuf_EnumValue] = []
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/type.pb.swift:442:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Google_Protobuf_Option' has non-sendable type 'Google_Protobuf_Option._StorageClass'; this is an error in the Swift 6 language mode
440 | public init() {}
441 |
442 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Google_Protobuf_Option' has non-sendable type 'Google_Protobuf_Option._StorageClass'; this is an error in the Swift 6 language mode
443 | }
444 |
:
812 | ]
813 |
814 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
815 | var _name: String = String()
816 | var _value: SwiftProtobuf.Google_Protobuf_Any? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_custom_options.pb.swift:2161:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_ComplexOptionType2._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
2153 | ]
2154 |
2155 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
2156 | var _bar: ProtobufUnittest_ComplexOptionType1? = nil
2157 | var _baz: Int32? = nil
:
2159 | var _barney: [ProtobufUnittest_ComplexOptionType2.ComplexOptionType4] = []
2160 |
2161 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_ComplexOptionType2._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2162 |
2163 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_custom_options.pb.swift:2283:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_ComplexOptionType3._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
2277 | ]
2278 |
2279 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
2280 | var _qux: Int32? = nil
2281 | var _complexOptionType5: ProtobufUnittest_ComplexOptionType3.ComplexOptionType5? = nil
2282 |
2283 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_ComplexOptionType3._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2284 |
2285 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_custom_options.pb.swift:2489:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_Aggregate._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
2480 | ]
2481 |
2482 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
2483 | var _i: Int32? = nil
2484 | var _s: String? = nil
:
2487 | var _mset: ProtobufUnittest_AggregateMessageSet? = nil
2488 |
2489 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_Aggregate._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2490 |
2491 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_custom_options.pb.swift:123:14: warning: stored property 'anOneof' of 'Sendable'-conforming struct 'ProtobufUnittest_TestMessageWithCustomOptions' has non-sendable type 'ProtobufUnittest_TestMessageWithCustomOptions.OneOf_AnOneof?'; this is an error in the Swift 6 language mode
121 | public mutating func clearField1() {self._field1 = nil}
122 |
123 | public var anOneof: ProtobufUnittest_TestMessageWithCustomOptions.OneOf_AnOneof? = nil
| `- warning: stored property 'anOneof' of 'Sendable'-conforming struct 'ProtobufUnittest_TestMessageWithCustomOptions' has non-sendable type 'ProtobufUnittest_TestMessageWithCustomOptions.OneOf_AnOneof?'; this is an error in the Swift 6 language mode
124 |
125 | public var oneofField: Int32 {
:
133 | public var unknownFields = SwiftProtobuf.UnknownStorage()
134 |
135 | public enum OneOf_AnOneof: Equatable {
| `- note: consider making enum 'OneOf_AnOneof' conform to the 'Sendable' protocol
136 | case oneofField(Int32)
137 |
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_custom_options.pb.swift:421:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_ComplexOptionType2' has non-sendable type 'ProtobufUnittest_ComplexOptionType2._StorageClass'; this is an error in the Swift 6 language mode
419 |
420 | public var _protobuf_extensionFieldValues = SwiftProtobuf.ExtensionFieldValueSet()
421 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_ComplexOptionType2' has non-sendable type 'ProtobufUnittest_ComplexOptionType2._StorageClass'; this is an error in the Swift 6 language mode
422 | }
423 |
:
2153 | ]
2154 |
2155 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
2156 | var _bar: ProtobufUnittest_ComplexOptionType1? = nil
2157 | var _baz: Int32? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_custom_options.pb.swift:472:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_ComplexOptionType3' has non-sendable type 'ProtobufUnittest_ComplexOptionType3._StorageClass'; this is an error in the Swift 6 language mode
470 | public init() {}
471 |
472 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_ComplexOptionType3' has non-sendable type 'ProtobufUnittest_ComplexOptionType3._StorageClass'; this is an error in the Swift 6 language mode
473 | }
474 |
:
2277 | ]
2278 |
2279 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
2280 | var _qux: Int32? = nil
2281 | var _complexOptionType5: ProtobufUnittest_ComplexOptionType3.ComplexOptionType5? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_custom_options.pb.swift:598:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_Aggregate' has non-sendable type 'ProtobufUnittest_Aggregate._StorageClass'; this is an error in the Swift 6 language mode
596 | public init() {}
597 |
598 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_Aggregate' has non-sendable type 'ProtobufUnittest_Aggregate._StorageClass'; this is an error in the Swift 6 language mode
599 | }
600 |
:
2480 | ]
2481 |
2482 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
2483 | var _i: Int32? = nil
2484 | var _s: String? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_custom_options.pb.swift:1191:105: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
1189 |
1190 | public var ProtobufUnittest_bytesOpt: Data {
1191 | get {return getExtensionValue(ext: ProtobufUnittest_Extensions_bytes_opt) ?? SwiftProtobuf.Internal.emptyData}
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
1192 | set {setExtensionValue(ext: ProtobufUnittest_Extensions_bytes_opt, value: newValue)}
1193 | }
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_enormous_descriptor.pb.swift:11083:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Google_Protobuf_TestEnormousDescriptor._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
10079 | ]
10080 |
10081 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
10082 | var _longFieldNameIsLooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong1: String? = nil
10083 | var _longFieldNameIsLooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong2: String? = nil
:
11081 | var _longFieldNameIsLooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong1000: String? = nil
11082 |
11083 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Google_Protobuf_TestEnormousDescriptor._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11084 |
11085 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_enormous_descriptor.pb.swift:9069:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Google_Protobuf_TestEnormousDescriptor' has non-sendable type 'Google_Protobuf_TestEnormousDescriptor._StorageClass'; this is an error in the Swift 6 language mode
9067 | public init() {}
9068 |
9069 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Google_Protobuf_TestEnormousDescriptor' has non-sendable type 'Google_Protobuf_TestEnormousDescriptor._StorageClass'; this is an error in the Swift 6 language mode
9070 | }
9071 |
:
10079 | ]
10080 |
10081 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
10082 | var _longFieldNameIsLooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong1: String? = nil
10083 | var _longFieldNameIsLooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong2: String? = nil
[246/258] Compiling Proto unittest_drop_unknown_fields.pb.swift
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/struct.pb.swift:279:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Google_Protobuf_Value._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
274 | ]
275 |
276 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
277 | var _kind: Google_Protobuf_Value.OneOf_Kind?
278 |
279 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Google_Protobuf_Value._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
280 |
281 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/struct.pb.swift:207:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Google_Protobuf_Value' has non-sendable type 'Google_Protobuf_Value._StorageClass'; this is an error in the Swift 6 language mode
205 | public init() {}
206 |
207 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Google_Protobuf_Value' has non-sendable type 'Google_Protobuf_Value._StorageClass'; this is an error in the Swift 6 language mode
208 | }
209 |
:
274 | ]
275 |
276 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
277 | var _kind: Google_Protobuf_Value.OneOf_Kind?
278 |
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto2.pb.swift:1872:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufTestMessages_Proto2_TestAllTypesProto2.NestedMessage._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1866 | ]
1867 |
1868 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1869 | var _a: Int32? = nil
1870 | var _corecursive: ProtobufTestMessages_Proto2_TestAllTypesProto2? = nil
1871 |
1872 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufTestMessages_Proto2_TestAllTypesProto2.NestedMessage._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1873 |
1874 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto2.pb.swift:1233:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufTestMessages_Proto2_TestAllTypesProto2._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1147 | ]
1148 |
1149 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1150 | var _optionalInt32: Int32? = nil
1151 | var _optionalInt64: Int64? = nil
:
1231 | var _fieldName18__: Int32? = nil
1232 |
1233 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufTestMessages_Proto2_TestAllTypesProto2._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1234 |
1235 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto2.pb.swift:931:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufTestMessages_Proto2_TestAllTypesProto2' has non-sendable type 'ProtobufTestMessages_Proto2_TestAllTypesProto2._StorageClass'; this is an error in the Swift 6 language mode
929 |
930 | public var _protobuf_extensionFieldValues = SwiftProtobuf.ExtensionFieldValueSet()
931 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufTestMessages_Proto2_TestAllTypesProto2' has non-sendable type 'ProtobufTestMessages_Proto2_TestAllTypesProto2._StorageClass'; this is an error in the Swift 6 language mode
932 | }
933 |
:
1147 | ]
1148 |
1149 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1150 | var _optionalInt32: Int32? = nil
1151 | var _optionalInt64: Int64? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto2.pb.swift:838:21: warning: stored property '_storage' of 'Sendable'-conforming struct 'NestedMessage' has non-sendable type 'ProtobufTestMessages_Proto2_TestAllTypesProto2.NestedMessage._StorageClass'; this is an error in the Swift 6 language mode
836 | public init() {}
837 |
838 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'NestedMessage' has non-sendable type 'ProtobufTestMessages_Proto2_TestAllTypesProto2.NestedMessage._StorageClass'; this is an error in the Swift 6 language mode
839 | }
840 |
:
1866 | ]
1867 |
1868 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1869 | var _a: Int32? = nil
1870 | var _corecursive: ProtobufTestMessages_Proto2_TestAllTypesProto2? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto2.pb.swift:225:67: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
223 |
224 | public var optionalBytes: Data {
225 | get {return _storage._optionalBytes ?? SwiftProtobuf.Internal.emptyData}
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
226 | set {_uniqueStorage()._optionalBytes = newValue}
227 | }
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto2.pb.swift:530:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
528 | get {
529 | if case .oneofBytes(let v)? = _storage._oneofField {return v}
530 | return SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
531 | }
532 | set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto3.pb.swift:1960:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufTestMessages_Proto3_TestAllTypesProto3.NestedMessage._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1954 | ]
1955 |
1956 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1957 | var _a: Int32 = 0
1958 | var _corecursive: ProtobufTestMessages_Proto3_TestAllTypesProto3? = nil
1959 |
1960 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufTestMessages_Proto3_TestAllTypesProto3.NestedMessage._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1961 |
1962 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto3.pb.swift:1163:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufTestMessages_Proto3_TestAllTypesProto3._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1048 | ]
1049 |
1050 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1051 | var _optionalInt32: Int32 = 0
1052 | var _optionalInt64: Int64 = 0
:
1161 | var _fieldName18__: Int32 = 0
1162 |
1163 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufTestMessages_Proto3_TestAllTypesProto3._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1164 |
1165 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto3.pb.swift:1065:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
1063 | var _optionalBool: Bool = false
1064 | var _optionalString: String = String()
1065 | var _optionalBytes: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
1066 | var _optionalNestedMessage: ProtobufTestMessages_Proto3_TestAllTypesProto3.NestedMessage? = nil
1067 | var _optionalForeignMessage: ProtobufTestMessages_Proto3_ForeignMessage? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto3.pb.swift:899:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufTestMessages_Proto3_TestAllTypesProto3' has non-sendable type 'ProtobufTestMessages_Proto3_TestAllTypesProto3._StorageClass'; this is an error in the Swift 6 language mode
897 | public init() {}
898 |
899 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufTestMessages_Proto3_TestAllTypesProto3' has non-sendable type 'ProtobufTestMessages_Proto3_TestAllTypesProto3._StorageClass'; this is an error in the Swift 6 language mode
900 | }
901 |
:
1048 | ]
1049 |
1050 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1051 | var _optionalInt32: Int32 = 0
1052 | var _optionalInt64: Int64 = 0
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto3.pb.swift:894:21: warning: stored property '_storage' of 'Sendable'-conforming struct 'NestedMessage' has non-sendable type 'ProtobufTestMessages_Proto3_TestAllTypesProto3.NestedMessage._StorageClass'; this is an error in the Swift 6 language mode
892 | public init() {}
893 |
894 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'NestedMessage' has non-sendable type 'ProtobufTestMessages_Proto3_TestAllTypesProto3.NestedMessage._StorageClass'; this is an error in the Swift 6 language mode
895 | }
896 |
:
1954 | ]
1955 |
1956 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1957 | var _a: Int32 = 0
1958 | var _corecursive: ProtobufTestMessages_Proto3_TestAllTypesProto3? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto3.pb.swift:458:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
456 | get {
457 | if case .oneofBytes(let v)? = _storage._oneofField {return v}
458 | return SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
459 | }
460 | set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/type.pb.swift:475:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Google_Protobuf_Type._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
465 | ]
466 |
467 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
468 | var _name: String = String()
469 | var _fields: [Google_Protobuf_Field] = []
:
473 | var _syntax: Google_Protobuf_Syntax = .proto2
474 |
475 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Google_Protobuf_Type._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
476 |
477 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/type.pb.swift:690:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Google_Protobuf_Enum._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
681 | ]
682 |
683 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
684 | var _name: String = String()
685 | var _enumvalue: [Google_Protobuf_EnumValue] = []
:
688 | var _syntax: Google_Protobuf_Syntax = .proto2
689 |
690 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Google_Protobuf_Enum._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
691 |
692 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/type.pb.swift:818:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Google_Protobuf_Option._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
812 | ]
813 |
814 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
815 | var _name: String = String()
816 | var _value: SwiftProtobuf.Google_Protobuf_Any? = nil
817 |
818 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Google_Protobuf_Option._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
819 |
820 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/type.pb.swift:135:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Google_Protobuf_Type' has non-sendable type 'Google_Protobuf_Type._StorageClass'; this is an error in the Swift 6 language mode
133 | public init() {}
134 |
135 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Google_Protobuf_Type' has non-sendable type 'Google_Protobuf_Type._StorageClass'; this is an error in the Swift 6 language mode
136 | }
137 |
:
465 | ]
466 |
467 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
468 | var _name: String = String()
469 | var _fields: [Google_Protobuf_Field] = []
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/type.pb.swift:386:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Google_Protobuf_Enum' has non-sendable type 'Google_Protobuf_Enum._StorageClass'; this is an error in the Swift 6 language mode
384 | public init() {}
385 |
386 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Google_Protobuf_Enum' has non-sendable type 'Google_Protobuf_Enum._StorageClass'; this is an error in the Swift 6 language mode
387 | }
388 |
:
681 | ]
682 |
683 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
684 | var _name: String = String()
685 | var _enumvalue: [Google_Protobuf_EnumValue] = []
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/type.pb.swift:442:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Google_Protobuf_Option' has non-sendable type 'Google_Protobuf_Option._StorageClass'; this is an error in the Swift 6 language mode
440 | public init() {}
441 |
442 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Google_Protobuf_Option' has non-sendable type 'Google_Protobuf_Option._StorageClass'; this is an error in the Swift 6 language mode
443 | }
444 |
:
812 | ]
813 |
814 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
815 | var _name: String = String()
816 | var _value: SwiftProtobuf.Google_Protobuf_Any? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_custom_options.pb.swift:2161:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_ComplexOptionType2._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
2153 | ]
2154 |
2155 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
2156 | var _bar: ProtobufUnittest_ComplexOptionType1? = nil
2157 | var _baz: Int32? = nil
:
2159 | var _barney: [ProtobufUnittest_ComplexOptionType2.ComplexOptionType4] = []
2160 |
2161 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_ComplexOptionType2._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2162 |
2163 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_custom_options.pb.swift:2283:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_ComplexOptionType3._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
2277 | ]
2278 |
2279 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
2280 | var _qux: Int32? = nil
2281 | var _complexOptionType5: ProtobufUnittest_ComplexOptionType3.ComplexOptionType5? = nil
2282 |
2283 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_ComplexOptionType3._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2284 |
2285 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_custom_options.pb.swift:2489:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_Aggregate._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
2480 | ]
2481 |
2482 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
2483 | var _i: Int32? = nil
2484 | var _s: String? = nil
:
2487 | var _mset: ProtobufUnittest_AggregateMessageSet? = nil
2488 |
2489 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_Aggregate._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2490 |
2491 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_custom_options.pb.swift:123:14: warning: stored property 'anOneof' of 'Sendable'-conforming struct 'ProtobufUnittest_TestMessageWithCustomOptions' has non-sendable type 'ProtobufUnittest_TestMessageWithCustomOptions.OneOf_AnOneof?'; this is an error in the Swift 6 language mode
121 | public mutating func clearField1() {self._field1 = nil}
122 |
123 | public var anOneof: ProtobufUnittest_TestMessageWithCustomOptions.OneOf_AnOneof? = nil
| `- warning: stored property 'anOneof' of 'Sendable'-conforming struct 'ProtobufUnittest_TestMessageWithCustomOptions' has non-sendable type 'ProtobufUnittest_TestMessageWithCustomOptions.OneOf_AnOneof?'; this is an error in the Swift 6 language mode
124 |
125 | public var oneofField: Int32 {
:
133 | public var unknownFields = SwiftProtobuf.UnknownStorage()
134 |
135 | public enum OneOf_AnOneof: Equatable {
| `- note: consider making enum 'OneOf_AnOneof' conform to the 'Sendable' protocol
136 | case oneofField(Int32)
137 |
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_custom_options.pb.swift:421:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_ComplexOptionType2' has non-sendable type 'ProtobufUnittest_ComplexOptionType2._StorageClass'; this is an error in the Swift 6 language mode
419 |
420 | public var _protobuf_extensionFieldValues = SwiftProtobuf.ExtensionFieldValueSet()
421 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_ComplexOptionType2' has non-sendable type 'ProtobufUnittest_ComplexOptionType2._StorageClass'; this is an error in the Swift 6 language mode
422 | }
423 |
:
2153 | ]
2154 |
2155 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
2156 | var _bar: ProtobufUnittest_ComplexOptionType1? = nil
2157 | var _baz: Int32? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_custom_options.pb.swift:472:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_ComplexOptionType3' has non-sendable type 'ProtobufUnittest_ComplexOptionType3._StorageClass'; this is an error in the Swift 6 language mode
470 | public init() {}
471 |
472 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_ComplexOptionType3' has non-sendable type 'ProtobufUnittest_ComplexOptionType3._StorageClass'; this is an error in the Swift 6 language mode
473 | }
474 |
:
2277 | ]
2278 |
2279 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
2280 | var _qux: Int32? = nil
2281 | var _complexOptionType5: ProtobufUnittest_ComplexOptionType3.ComplexOptionType5? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_custom_options.pb.swift:598:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_Aggregate' has non-sendable type 'ProtobufUnittest_Aggregate._StorageClass'; this is an error in the Swift 6 language mode
596 | public init() {}
597 |
598 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_Aggregate' has non-sendable type 'ProtobufUnittest_Aggregate._StorageClass'; this is an error in the Swift 6 language mode
599 | }
600 |
:
2480 | ]
2481 |
2482 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
2483 | var _i: Int32? = nil
2484 | var _s: String? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_custom_options.pb.swift:1191:105: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
1189 |
1190 | public var ProtobufUnittest_bytesOpt: Data {
1191 | get {return getExtensionValue(ext: ProtobufUnittest_Extensions_bytes_opt) ?? SwiftProtobuf.Internal.emptyData}
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
1192 | set {setExtensionValue(ext: ProtobufUnittest_Extensions_bytes_opt, value: newValue)}
1193 | }
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_enormous_descriptor.pb.swift:11083:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Google_Protobuf_TestEnormousDescriptor._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
10079 | ]
10080 |
10081 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
10082 | var _longFieldNameIsLooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong1: String? = nil
10083 | var _longFieldNameIsLooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong2: String? = nil
:
11081 | var _longFieldNameIsLooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong1000: String? = nil
11082 |
11083 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Google_Protobuf_TestEnormousDescriptor._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11084 |
11085 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_enormous_descriptor.pb.swift:9069:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Google_Protobuf_TestEnormousDescriptor' has non-sendable type 'Google_Protobuf_TestEnormousDescriptor._StorageClass'; this is an error in the Swift 6 language mode
9067 | public init() {}
9068 |
9069 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Google_Protobuf_TestEnormousDescriptor' has non-sendable type 'Google_Protobuf_TestEnormousDescriptor._StorageClass'; this is an error in the Swift 6 language mode
9070 | }
9071 |
:
10079 | ]
10080 |
10081 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
10082 | var _longFieldNameIsLooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong1: String? = nil
10083 | var _longFieldNameIsLooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong2: String? = nil
[247/258] Compiling Proto unittest_empty.pb.swift
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/struct.pb.swift:279:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Google_Protobuf_Value._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
274 | ]
275 |
276 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
277 | var _kind: Google_Protobuf_Value.OneOf_Kind?
278 |
279 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Google_Protobuf_Value._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
280 |
281 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/struct.pb.swift:207:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Google_Protobuf_Value' has non-sendable type 'Google_Protobuf_Value._StorageClass'; this is an error in the Swift 6 language mode
205 | public init() {}
206 |
207 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Google_Protobuf_Value' has non-sendable type 'Google_Protobuf_Value._StorageClass'; this is an error in the Swift 6 language mode
208 | }
209 |
:
274 | ]
275 |
276 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
277 | var _kind: Google_Protobuf_Value.OneOf_Kind?
278 |
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto2.pb.swift:1872:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufTestMessages_Proto2_TestAllTypesProto2.NestedMessage._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1866 | ]
1867 |
1868 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1869 | var _a: Int32? = nil
1870 | var _corecursive: ProtobufTestMessages_Proto2_TestAllTypesProto2? = nil
1871 |
1872 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufTestMessages_Proto2_TestAllTypesProto2.NestedMessage._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1873 |
1874 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto2.pb.swift:1233:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufTestMessages_Proto2_TestAllTypesProto2._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1147 | ]
1148 |
1149 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1150 | var _optionalInt32: Int32? = nil
1151 | var _optionalInt64: Int64? = nil
:
1231 | var _fieldName18__: Int32? = nil
1232 |
1233 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufTestMessages_Proto2_TestAllTypesProto2._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1234 |
1235 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto2.pb.swift:931:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufTestMessages_Proto2_TestAllTypesProto2' has non-sendable type 'ProtobufTestMessages_Proto2_TestAllTypesProto2._StorageClass'; this is an error in the Swift 6 language mode
929 |
930 | public var _protobuf_extensionFieldValues = SwiftProtobuf.ExtensionFieldValueSet()
931 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufTestMessages_Proto2_TestAllTypesProto2' has non-sendable type 'ProtobufTestMessages_Proto2_TestAllTypesProto2._StorageClass'; this is an error in the Swift 6 language mode
932 | }
933 |
:
1147 | ]
1148 |
1149 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1150 | var _optionalInt32: Int32? = nil
1151 | var _optionalInt64: Int64? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto2.pb.swift:838:21: warning: stored property '_storage' of 'Sendable'-conforming struct 'NestedMessage' has non-sendable type 'ProtobufTestMessages_Proto2_TestAllTypesProto2.NestedMessage._StorageClass'; this is an error in the Swift 6 language mode
836 | public init() {}
837 |
838 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'NestedMessage' has non-sendable type 'ProtobufTestMessages_Proto2_TestAllTypesProto2.NestedMessage._StorageClass'; this is an error in the Swift 6 language mode
839 | }
840 |
:
1866 | ]
1867 |
1868 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1869 | var _a: Int32? = nil
1870 | var _corecursive: ProtobufTestMessages_Proto2_TestAllTypesProto2? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto2.pb.swift:225:67: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
223 |
224 | public var optionalBytes: Data {
225 | get {return _storage._optionalBytes ?? SwiftProtobuf.Internal.emptyData}
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
226 | set {_uniqueStorage()._optionalBytes = newValue}
227 | }
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto2.pb.swift:530:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
528 | get {
529 | if case .oneofBytes(let v)? = _storage._oneofField {return v}
530 | return SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
531 | }
532 | set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto3.pb.swift:1960:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufTestMessages_Proto3_TestAllTypesProto3.NestedMessage._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1954 | ]
1955 |
1956 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1957 | var _a: Int32 = 0
1958 | var _corecursive: ProtobufTestMessages_Proto3_TestAllTypesProto3? = nil
1959 |
1960 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufTestMessages_Proto3_TestAllTypesProto3.NestedMessage._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1961 |
1962 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto3.pb.swift:1163:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufTestMessages_Proto3_TestAllTypesProto3._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1048 | ]
1049 |
1050 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1051 | var _optionalInt32: Int32 = 0
1052 | var _optionalInt64: Int64 = 0
:
1161 | var _fieldName18__: Int32 = 0
1162 |
1163 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufTestMessages_Proto3_TestAllTypesProto3._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1164 |
1165 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto3.pb.swift:1065:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
1063 | var _optionalBool: Bool = false
1064 | var _optionalString: String = String()
1065 | var _optionalBytes: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
1066 | var _optionalNestedMessage: ProtobufTestMessages_Proto3_TestAllTypesProto3.NestedMessage? = nil
1067 | var _optionalForeignMessage: ProtobufTestMessages_Proto3_ForeignMessage? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto3.pb.swift:899:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufTestMessages_Proto3_TestAllTypesProto3' has non-sendable type 'ProtobufTestMessages_Proto3_TestAllTypesProto3._StorageClass'; this is an error in the Swift 6 language mode
897 | public init() {}
898 |
899 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufTestMessages_Proto3_TestAllTypesProto3' has non-sendable type 'ProtobufTestMessages_Proto3_TestAllTypesProto3._StorageClass'; this is an error in the Swift 6 language mode
900 | }
901 |
:
1048 | ]
1049 |
1050 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1051 | var _optionalInt32: Int32 = 0
1052 | var _optionalInt64: Int64 = 0
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto3.pb.swift:894:21: warning: stored property '_storage' of 'Sendable'-conforming struct 'NestedMessage' has non-sendable type 'ProtobufTestMessages_Proto3_TestAllTypesProto3.NestedMessage._StorageClass'; this is an error in the Swift 6 language mode
892 | public init() {}
893 |
894 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'NestedMessage' has non-sendable type 'ProtobufTestMessages_Proto3_TestAllTypesProto3.NestedMessage._StorageClass'; this is an error in the Swift 6 language mode
895 | }
896 |
:
1954 | ]
1955 |
1956 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1957 | var _a: Int32 = 0
1958 | var _corecursive: ProtobufTestMessages_Proto3_TestAllTypesProto3? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto3.pb.swift:458:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
456 | get {
457 | if case .oneofBytes(let v)? = _storage._oneofField {return v}
458 | return SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
459 | }
460 | set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/type.pb.swift:475:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Google_Protobuf_Type._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
465 | ]
466 |
467 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
468 | var _name: String = String()
469 | var _fields: [Google_Protobuf_Field] = []
:
473 | var _syntax: Google_Protobuf_Syntax = .proto2
474 |
475 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Google_Protobuf_Type._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
476 |
477 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/type.pb.swift:690:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Google_Protobuf_Enum._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
681 | ]
682 |
683 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
684 | var _name: String = String()
685 | var _enumvalue: [Google_Protobuf_EnumValue] = []
:
688 | var _syntax: Google_Protobuf_Syntax = .proto2
689 |
690 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Google_Protobuf_Enum._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
691 |
692 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/type.pb.swift:818:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Google_Protobuf_Option._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
812 | ]
813 |
814 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
815 | var _name: String = String()
816 | var _value: SwiftProtobuf.Google_Protobuf_Any? = nil
817 |
818 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Google_Protobuf_Option._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
819 |
820 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/type.pb.swift:135:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Google_Protobuf_Type' has non-sendable type 'Google_Protobuf_Type._StorageClass'; this is an error in the Swift 6 language mode
133 | public init() {}
134 |
135 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Google_Protobuf_Type' has non-sendable type 'Google_Protobuf_Type._StorageClass'; this is an error in the Swift 6 language mode
136 | }
137 |
:
465 | ]
466 |
467 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
468 | var _name: String = String()
469 | var _fields: [Google_Protobuf_Field] = []
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/type.pb.swift:386:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Google_Protobuf_Enum' has non-sendable type 'Google_Protobuf_Enum._StorageClass'; this is an error in the Swift 6 language mode
384 | public init() {}
385 |
386 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Google_Protobuf_Enum' has non-sendable type 'Google_Protobuf_Enum._StorageClass'; this is an error in the Swift 6 language mode
387 | }
388 |
:
681 | ]
682 |
683 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
684 | var _name: String = String()
685 | var _enumvalue: [Google_Protobuf_EnumValue] = []
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/type.pb.swift:442:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Google_Protobuf_Option' has non-sendable type 'Google_Protobuf_Option._StorageClass'; this is an error in the Swift 6 language mode
440 | public init() {}
441 |
442 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Google_Protobuf_Option' has non-sendable type 'Google_Protobuf_Option._StorageClass'; this is an error in the Swift 6 language mode
443 | }
444 |
:
812 | ]
813 |
814 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
815 | var _name: String = String()
816 | var _value: SwiftProtobuf.Google_Protobuf_Any? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_custom_options.pb.swift:2161:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_ComplexOptionType2._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
2153 | ]
2154 |
2155 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
2156 | var _bar: ProtobufUnittest_ComplexOptionType1? = nil
2157 | var _baz: Int32? = nil
:
2159 | var _barney: [ProtobufUnittest_ComplexOptionType2.ComplexOptionType4] = []
2160 |
2161 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_ComplexOptionType2._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2162 |
2163 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_custom_options.pb.swift:2283:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_ComplexOptionType3._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
2277 | ]
2278 |
2279 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
2280 | var _qux: Int32? = nil
2281 | var _complexOptionType5: ProtobufUnittest_ComplexOptionType3.ComplexOptionType5? = nil
2282 |
2283 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_ComplexOptionType3._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2284 |
2285 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_custom_options.pb.swift:2489:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_Aggregate._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
2480 | ]
2481 |
2482 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
2483 | var _i: Int32? = nil
2484 | var _s: String? = nil
:
2487 | var _mset: ProtobufUnittest_AggregateMessageSet? = nil
2488 |
2489 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_Aggregate._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2490 |
2491 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_custom_options.pb.swift:123:14: warning: stored property 'anOneof' of 'Sendable'-conforming struct 'ProtobufUnittest_TestMessageWithCustomOptions' has non-sendable type 'ProtobufUnittest_TestMessageWithCustomOptions.OneOf_AnOneof?'; this is an error in the Swift 6 language mode
121 | public mutating func clearField1() {self._field1 = nil}
122 |
123 | public var anOneof: ProtobufUnittest_TestMessageWithCustomOptions.OneOf_AnOneof? = nil
| `- warning: stored property 'anOneof' of 'Sendable'-conforming struct 'ProtobufUnittest_TestMessageWithCustomOptions' has non-sendable type 'ProtobufUnittest_TestMessageWithCustomOptions.OneOf_AnOneof?'; this is an error in the Swift 6 language mode
124 |
125 | public var oneofField: Int32 {
:
133 | public var unknownFields = SwiftProtobuf.UnknownStorage()
134 |
135 | public enum OneOf_AnOneof: Equatable {
| `- note: consider making enum 'OneOf_AnOneof' conform to the 'Sendable' protocol
136 | case oneofField(Int32)
137 |
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_custom_options.pb.swift:421:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_ComplexOptionType2' has non-sendable type 'ProtobufUnittest_ComplexOptionType2._StorageClass'; this is an error in the Swift 6 language mode
419 |
420 | public var _protobuf_extensionFieldValues = SwiftProtobuf.ExtensionFieldValueSet()
421 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_ComplexOptionType2' has non-sendable type 'ProtobufUnittest_ComplexOptionType2._StorageClass'; this is an error in the Swift 6 language mode
422 | }
423 |
:
2153 | ]
2154 |
2155 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
2156 | var _bar: ProtobufUnittest_ComplexOptionType1? = nil
2157 | var _baz: Int32? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_custom_options.pb.swift:472:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_ComplexOptionType3' has non-sendable type 'ProtobufUnittest_ComplexOptionType3._StorageClass'; this is an error in the Swift 6 language mode
470 | public init() {}
471 |
472 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_ComplexOptionType3' has non-sendable type 'ProtobufUnittest_ComplexOptionType3._StorageClass'; this is an error in the Swift 6 language mode
473 | }
474 |
:
2277 | ]
2278 |
2279 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
2280 | var _qux: Int32? = nil
2281 | var _complexOptionType5: ProtobufUnittest_ComplexOptionType3.ComplexOptionType5? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_custom_options.pb.swift:598:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_Aggregate' has non-sendable type 'ProtobufUnittest_Aggregate._StorageClass'; this is an error in the Swift 6 language mode
596 | public init() {}
597 |
598 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_Aggregate' has non-sendable type 'ProtobufUnittest_Aggregate._StorageClass'; this is an error in the Swift 6 language mode
599 | }
600 |
:
2480 | ]
2481 |
2482 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
2483 | var _i: Int32? = nil
2484 | var _s: String? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_custom_options.pb.swift:1191:105: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
1189 |
1190 | public var ProtobufUnittest_bytesOpt: Data {
1191 | get {return getExtensionValue(ext: ProtobufUnittest_Extensions_bytes_opt) ?? SwiftProtobuf.Internal.emptyData}
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
1192 | set {setExtensionValue(ext: ProtobufUnittest_Extensions_bytes_opt, value: newValue)}
1193 | }
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_enormous_descriptor.pb.swift:11083:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Google_Protobuf_TestEnormousDescriptor._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
10079 | ]
10080 |
10081 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
10082 | var _longFieldNameIsLooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong1: String? = nil
10083 | var _longFieldNameIsLooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong2: String? = nil
:
11081 | var _longFieldNameIsLooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong1000: String? = nil
11082 |
11083 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Google_Protobuf_TestEnormousDescriptor._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11084 |
11085 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_enormous_descriptor.pb.swift:9069:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Google_Protobuf_TestEnormousDescriptor' has non-sendable type 'Google_Protobuf_TestEnormousDescriptor._StorageClass'; this is an error in the Swift 6 language mode
9067 | public init() {}
9068 |
9069 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Google_Protobuf_TestEnormousDescriptor' has non-sendable type 'Google_Protobuf_TestEnormousDescriptor._StorageClass'; this is an error in the Swift 6 language mode
9070 | }
9071 |
:
10079 | ]
10080 |
10081 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
10082 | var _longFieldNameIsLooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong1: String? = nil
10083 | var _longFieldNameIsLooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong2: String? = nil
[248/258] Compiling Proto unittest_enormous_descriptor.pb.swift
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/struct.pb.swift:279:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Google_Protobuf_Value._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
274 | ]
275 |
276 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
277 | var _kind: Google_Protobuf_Value.OneOf_Kind?
278 |
279 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Google_Protobuf_Value._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
280 |
281 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/struct.pb.swift:207:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Google_Protobuf_Value' has non-sendable type 'Google_Protobuf_Value._StorageClass'; this is an error in the Swift 6 language mode
205 | public init() {}
206 |
207 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Google_Protobuf_Value' has non-sendable type 'Google_Protobuf_Value._StorageClass'; this is an error in the Swift 6 language mode
208 | }
209 |
:
274 | ]
275 |
276 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
277 | var _kind: Google_Protobuf_Value.OneOf_Kind?
278 |
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto2.pb.swift:1872:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufTestMessages_Proto2_TestAllTypesProto2.NestedMessage._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1866 | ]
1867 |
1868 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1869 | var _a: Int32? = nil
1870 | var _corecursive: ProtobufTestMessages_Proto2_TestAllTypesProto2? = nil
1871 |
1872 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufTestMessages_Proto2_TestAllTypesProto2.NestedMessage._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1873 |
1874 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto2.pb.swift:1233:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufTestMessages_Proto2_TestAllTypesProto2._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1147 | ]
1148 |
1149 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1150 | var _optionalInt32: Int32? = nil
1151 | var _optionalInt64: Int64? = nil
:
1231 | var _fieldName18__: Int32? = nil
1232 |
1233 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufTestMessages_Proto2_TestAllTypesProto2._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1234 |
1235 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto2.pb.swift:931:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufTestMessages_Proto2_TestAllTypesProto2' has non-sendable type 'ProtobufTestMessages_Proto2_TestAllTypesProto2._StorageClass'; this is an error in the Swift 6 language mode
929 |
930 | public var _protobuf_extensionFieldValues = SwiftProtobuf.ExtensionFieldValueSet()
931 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufTestMessages_Proto2_TestAllTypesProto2' has non-sendable type 'ProtobufTestMessages_Proto2_TestAllTypesProto2._StorageClass'; this is an error in the Swift 6 language mode
932 | }
933 |
:
1147 | ]
1148 |
1149 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1150 | var _optionalInt32: Int32? = nil
1151 | var _optionalInt64: Int64? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto2.pb.swift:838:21: warning: stored property '_storage' of 'Sendable'-conforming struct 'NestedMessage' has non-sendable type 'ProtobufTestMessages_Proto2_TestAllTypesProto2.NestedMessage._StorageClass'; this is an error in the Swift 6 language mode
836 | public init() {}
837 |
838 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'NestedMessage' has non-sendable type 'ProtobufTestMessages_Proto2_TestAllTypesProto2.NestedMessage._StorageClass'; this is an error in the Swift 6 language mode
839 | }
840 |
:
1866 | ]
1867 |
1868 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1869 | var _a: Int32? = nil
1870 | var _corecursive: ProtobufTestMessages_Proto2_TestAllTypesProto2? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto2.pb.swift:225:67: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
223 |
224 | public var optionalBytes: Data {
225 | get {return _storage._optionalBytes ?? SwiftProtobuf.Internal.emptyData}
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
226 | set {_uniqueStorage()._optionalBytes = newValue}
227 | }
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto2.pb.swift:530:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
528 | get {
529 | if case .oneofBytes(let v)? = _storage._oneofField {return v}
530 | return SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
531 | }
532 | set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto3.pb.swift:1960:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufTestMessages_Proto3_TestAllTypesProto3.NestedMessage._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1954 | ]
1955 |
1956 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1957 | var _a: Int32 = 0
1958 | var _corecursive: ProtobufTestMessages_Proto3_TestAllTypesProto3? = nil
1959 |
1960 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufTestMessages_Proto3_TestAllTypesProto3.NestedMessage._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1961 |
1962 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto3.pb.swift:1163:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufTestMessages_Proto3_TestAllTypesProto3._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1048 | ]
1049 |
1050 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1051 | var _optionalInt32: Int32 = 0
1052 | var _optionalInt64: Int64 = 0
:
1161 | var _fieldName18__: Int32 = 0
1162 |
1163 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufTestMessages_Proto3_TestAllTypesProto3._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1164 |
1165 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto3.pb.swift:1065:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
1063 | var _optionalBool: Bool = false
1064 | var _optionalString: String = String()
1065 | var _optionalBytes: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
1066 | var _optionalNestedMessage: ProtobufTestMessages_Proto3_TestAllTypesProto3.NestedMessage? = nil
1067 | var _optionalForeignMessage: ProtobufTestMessages_Proto3_ForeignMessage? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto3.pb.swift:899:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufTestMessages_Proto3_TestAllTypesProto3' has non-sendable type 'ProtobufTestMessages_Proto3_TestAllTypesProto3._StorageClass'; this is an error in the Swift 6 language mode
897 | public init() {}
898 |
899 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufTestMessages_Proto3_TestAllTypesProto3' has non-sendable type 'ProtobufTestMessages_Proto3_TestAllTypesProto3._StorageClass'; this is an error in the Swift 6 language mode
900 | }
901 |
:
1048 | ]
1049 |
1050 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1051 | var _optionalInt32: Int32 = 0
1052 | var _optionalInt64: Int64 = 0
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto3.pb.swift:894:21: warning: stored property '_storage' of 'Sendable'-conforming struct 'NestedMessage' has non-sendable type 'ProtobufTestMessages_Proto3_TestAllTypesProto3.NestedMessage._StorageClass'; this is an error in the Swift 6 language mode
892 | public init() {}
893 |
894 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'NestedMessage' has non-sendable type 'ProtobufTestMessages_Proto3_TestAllTypesProto3.NestedMessage._StorageClass'; this is an error in the Swift 6 language mode
895 | }
896 |
:
1954 | ]
1955 |
1956 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1957 | var _a: Int32 = 0
1958 | var _corecursive: ProtobufTestMessages_Proto3_TestAllTypesProto3? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto3.pb.swift:458:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
456 | get {
457 | if case .oneofBytes(let v)? = _storage._oneofField {return v}
458 | return SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
459 | }
460 | set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/type.pb.swift:475:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Google_Protobuf_Type._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
465 | ]
466 |
467 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
468 | var _name: String = String()
469 | var _fields: [Google_Protobuf_Field] = []
:
473 | var _syntax: Google_Protobuf_Syntax = .proto2
474 |
475 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Google_Protobuf_Type._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
476 |
477 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/type.pb.swift:690:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Google_Protobuf_Enum._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
681 | ]
682 |
683 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
684 | var _name: String = String()
685 | var _enumvalue: [Google_Protobuf_EnumValue] = []
:
688 | var _syntax: Google_Protobuf_Syntax = .proto2
689 |
690 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Google_Protobuf_Enum._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
691 |
692 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/type.pb.swift:818:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Google_Protobuf_Option._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
812 | ]
813 |
814 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
815 | var _name: String = String()
816 | var _value: SwiftProtobuf.Google_Protobuf_Any? = nil
817 |
818 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Google_Protobuf_Option._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
819 |
820 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/type.pb.swift:135:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Google_Protobuf_Type' has non-sendable type 'Google_Protobuf_Type._StorageClass'; this is an error in the Swift 6 language mode
133 | public init() {}
134 |
135 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Google_Protobuf_Type' has non-sendable type 'Google_Protobuf_Type._StorageClass'; this is an error in the Swift 6 language mode
136 | }
137 |
:
465 | ]
466 |
467 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
468 | var _name: String = String()
469 | var _fields: [Google_Protobuf_Field] = []
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/type.pb.swift:386:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Google_Protobuf_Enum' has non-sendable type 'Google_Protobuf_Enum._StorageClass'; this is an error in the Swift 6 language mode
384 | public init() {}
385 |
386 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Google_Protobuf_Enum' has non-sendable type 'Google_Protobuf_Enum._StorageClass'; this is an error in the Swift 6 language mode
387 | }
388 |
:
681 | ]
682 |
683 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
684 | var _name: String = String()
685 | var _enumvalue: [Google_Protobuf_EnumValue] = []
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/type.pb.swift:442:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Google_Protobuf_Option' has non-sendable type 'Google_Protobuf_Option._StorageClass'; this is an error in the Swift 6 language mode
440 | public init() {}
441 |
442 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Google_Protobuf_Option' has non-sendable type 'Google_Protobuf_Option._StorageClass'; this is an error in the Swift 6 language mode
443 | }
444 |
:
812 | ]
813 |
814 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
815 | var _name: String = String()
816 | var _value: SwiftProtobuf.Google_Protobuf_Any? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_custom_options.pb.swift:2161:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_ComplexOptionType2._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
2153 | ]
2154 |
2155 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
2156 | var _bar: ProtobufUnittest_ComplexOptionType1? = nil
2157 | var _baz: Int32? = nil
:
2159 | var _barney: [ProtobufUnittest_ComplexOptionType2.ComplexOptionType4] = []
2160 |
2161 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_ComplexOptionType2._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2162 |
2163 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_custom_options.pb.swift:2283:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_ComplexOptionType3._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
2277 | ]
2278 |
2279 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
2280 | var _qux: Int32? = nil
2281 | var _complexOptionType5: ProtobufUnittest_ComplexOptionType3.ComplexOptionType5? = nil
2282 |
2283 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_ComplexOptionType3._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2284 |
2285 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_custom_options.pb.swift:2489:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_Aggregate._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
2480 | ]
2481 |
2482 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
2483 | var _i: Int32? = nil
2484 | var _s: String? = nil
:
2487 | var _mset: ProtobufUnittest_AggregateMessageSet? = nil
2488 |
2489 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_Aggregate._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2490 |
2491 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_custom_options.pb.swift:123:14: warning: stored property 'anOneof' of 'Sendable'-conforming struct 'ProtobufUnittest_TestMessageWithCustomOptions' has non-sendable type 'ProtobufUnittest_TestMessageWithCustomOptions.OneOf_AnOneof?'; this is an error in the Swift 6 language mode
121 | public mutating func clearField1() {self._field1 = nil}
122 |
123 | public var anOneof: ProtobufUnittest_TestMessageWithCustomOptions.OneOf_AnOneof? = nil
| `- warning: stored property 'anOneof' of 'Sendable'-conforming struct 'ProtobufUnittest_TestMessageWithCustomOptions' has non-sendable type 'ProtobufUnittest_TestMessageWithCustomOptions.OneOf_AnOneof?'; this is an error in the Swift 6 language mode
124 |
125 | public var oneofField: Int32 {
:
133 | public var unknownFields = SwiftProtobuf.UnknownStorage()
134 |
135 | public enum OneOf_AnOneof: Equatable {
| `- note: consider making enum 'OneOf_AnOneof' conform to the 'Sendable' protocol
136 | case oneofField(Int32)
137 |
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_custom_options.pb.swift:421:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_ComplexOptionType2' has non-sendable type 'ProtobufUnittest_ComplexOptionType2._StorageClass'; this is an error in the Swift 6 language mode
419 |
420 | public var _protobuf_extensionFieldValues = SwiftProtobuf.ExtensionFieldValueSet()
421 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_ComplexOptionType2' has non-sendable type 'ProtobufUnittest_ComplexOptionType2._StorageClass'; this is an error in the Swift 6 language mode
422 | }
423 |
:
2153 | ]
2154 |
2155 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
2156 | var _bar: ProtobufUnittest_ComplexOptionType1? = nil
2157 | var _baz: Int32? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_custom_options.pb.swift:472:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_ComplexOptionType3' has non-sendable type 'ProtobufUnittest_ComplexOptionType3._StorageClass'; this is an error in the Swift 6 language mode
470 | public init() {}
471 |
472 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_ComplexOptionType3' has non-sendable type 'ProtobufUnittest_ComplexOptionType3._StorageClass'; this is an error in the Swift 6 language mode
473 | }
474 |
:
2277 | ]
2278 |
2279 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
2280 | var _qux: Int32? = nil
2281 | var _complexOptionType5: ProtobufUnittest_ComplexOptionType3.ComplexOptionType5? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_custom_options.pb.swift:598:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_Aggregate' has non-sendable type 'ProtobufUnittest_Aggregate._StorageClass'; this is an error in the Swift 6 language mode
596 | public init() {}
597 |
598 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_Aggregate' has non-sendable type 'ProtobufUnittest_Aggregate._StorageClass'; this is an error in the Swift 6 language mode
599 | }
600 |
:
2480 | ]
2481 |
2482 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
2483 | var _i: Int32? = nil
2484 | var _s: String? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_custom_options.pb.swift:1191:105: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
1189 |
1190 | public var ProtobufUnittest_bytesOpt: Data {
1191 | get {return getExtensionValue(ext: ProtobufUnittest_Extensions_bytes_opt) ?? SwiftProtobuf.Internal.emptyData}
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
1192 | set {setExtensionValue(ext: ProtobufUnittest_Extensions_bytes_opt, value: newValue)}
1193 | }
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_enormous_descriptor.pb.swift:11083:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Google_Protobuf_TestEnormousDescriptor._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
10079 | ]
10080 |
10081 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
10082 | var _longFieldNameIsLooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong1: String? = nil
10083 | var _longFieldNameIsLooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong2: String? = nil
:
11081 | var _longFieldNameIsLooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong1000: String? = nil
11082 |
11083 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Google_Protobuf_TestEnormousDescriptor._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11084 |
11085 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_enormous_descriptor.pb.swift:9069:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Google_Protobuf_TestEnormousDescriptor' has non-sendable type 'Google_Protobuf_TestEnormousDescriptor._StorageClass'; this is an error in the Swift 6 language mode
9067 | public init() {}
9068 |
9069 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Google_Protobuf_TestEnormousDescriptor' has non-sendable type 'Google_Protobuf_TestEnormousDescriptor._StorageClass'; this is an error in the Swift 6 language mode
9070 | }
9071 |
:
10079 | ]
10080 |
10081 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
10082 | var _longFieldNameIsLooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong1: String? = nil
10083 | var _longFieldNameIsLooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong2: String? = nil
[249/258] Compiling Proto unittest_import_public.pb.swift
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/struct.pb.swift:279:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Google_Protobuf_Value._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
274 | ]
275 |
276 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
277 | var _kind: Google_Protobuf_Value.OneOf_Kind?
278 |
279 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Google_Protobuf_Value._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
280 |
281 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/struct.pb.swift:207:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Google_Protobuf_Value' has non-sendable type 'Google_Protobuf_Value._StorageClass'; this is an error in the Swift 6 language mode
205 | public init() {}
206 |
207 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Google_Protobuf_Value' has non-sendable type 'Google_Protobuf_Value._StorageClass'; this is an error in the Swift 6 language mode
208 | }
209 |
:
274 | ]
275 |
276 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
277 | var _kind: Google_Protobuf_Value.OneOf_Kind?
278 |
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto2.pb.swift:1872:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufTestMessages_Proto2_TestAllTypesProto2.NestedMessage._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1866 | ]
1867 |
1868 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1869 | var _a: Int32? = nil
1870 | var _corecursive: ProtobufTestMessages_Proto2_TestAllTypesProto2? = nil
1871 |
1872 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufTestMessages_Proto2_TestAllTypesProto2.NestedMessage._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1873 |
1874 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto2.pb.swift:1233:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufTestMessages_Proto2_TestAllTypesProto2._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1147 | ]
1148 |
1149 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1150 | var _optionalInt32: Int32? = nil
1151 | var _optionalInt64: Int64? = nil
:
1231 | var _fieldName18__: Int32? = nil
1232 |
1233 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufTestMessages_Proto2_TestAllTypesProto2._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1234 |
1235 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto2.pb.swift:931:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufTestMessages_Proto2_TestAllTypesProto2' has non-sendable type 'ProtobufTestMessages_Proto2_TestAllTypesProto2._StorageClass'; this is an error in the Swift 6 language mode
929 |
930 | public var _protobuf_extensionFieldValues = SwiftProtobuf.ExtensionFieldValueSet()
931 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufTestMessages_Proto2_TestAllTypesProto2' has non-sendable type 'ProtobufTestMessages_Proto2_TestAllTypesProto2._StorageClass'; this is an error in the Swift 6 language mode
932 | }
933 |
:
1147 | ]
1148 |
1149 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1150 | var _optionalInt32: Int32? = nil
1151 | var _optionalInt64: Int64? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto2.pb.swift:838:21: warning: stored property '_storage' of 'Sendable'-conforming struct 'NestedMessage' has non-sendable type 'ProtobufTestMessages_Proto2_TestAllTypesProto2.NestedMessage._StorageClass'; this is an error in the Swift 6 language mode
836 | public init() {}
837 |
838 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'NestedMessage' has non-sendable type 'ProtobufTestMessages_Proto2_TestAllTypesProto2.NestedMessage._StorageClass'; this is an error in the Swift 6 language mode
839 | }
840 |
:
1866 | ]
1867 |
1868 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1869 | var _a: Int32? = nil
1870 | var _corecursive: ProtobufTestMessages_Proto2_TestAllTypesProto2? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto2.pb.swift:225:67: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
223 |
224 | public var optionalBytes: Data {
225 | get {return _storage._optionalBytes ?? SwiftProtobuf.Internal.emptyData}
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
226 | set {_uniqueStorage()._optionalBytes = newValue}
227 | }
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto2.pb.swift:530:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
528 | get {
529 | if case .oneofBytes(let v)? = _storage._oneofField {return v}
530 | return SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
531 | }
532 | set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto3.pb.swift:1960:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufTestMessages_Proto3_TestAllTypesProto3.NestedMessage._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1954 | ]
1955 |
1956 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1957 | var _a: Int32 = 0
1958 | var _corecursive: ProtobufTestMessages_Proto3_TestAllTypesProto3? = nil
1959 |
1960 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufTestMessages_Proto3_TestAllTypesProto3.NestedMessage._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1961 |
1962 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto3.pb.swift:1163:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufTestMessages_Proto3_TestAllTypesProto3._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1048 | ]
1049 |
1050 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1051 | var _optionalInt32: Int32 = 0
1052 | var _optionalInt64: Int64 = 0
:
1161 | var _fieldName18__: Int32 = 0
1162 |
1163 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufTestMessages_Proto3_TestAllTypesProto3._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1164 |
1165 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto3.pb.swift:1065:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
1063 | var _optionalBool: Bool = false
1064 | var _optionalString: String = String()
1065 | var _optionalBytes: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
1066 | var _optionalNestedMessage: ProtobufTestMessages_Proto3_TestAllTypesProto3.NestedMessage? = nil
1067 | var _optionalForeignMessage: ProtobufTestMessages_Proto3_ForeignMessage? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto3.pb.swift:899:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufTestMessages_Proto3_TestAllTypesProto3' has non-sendable type 'ProtobufTestMessages_Proto3_TestAllTypesProto3._StorageClass'; this is an error in the Swift 6 language mode
897 | public init() {}
898 |
899 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufTestMessages_Proto3_TestAllTypesProto3' has non-sendable type 'ProtobufTestMessages_Proto3_TestAllTypesProto3._StorageClass'; this is an error in the Swift 6 language mode
900 | }
901 |
:
1048 | ]
1049 |
1050 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1051 | var _optionalInt32: Int32 = 0
1052 | var _optionalInt64: Int64 = 0
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto3.pb.swift:894:21: warning: stored property '_storage' of 'Sendable'-conforming struct 'NestedMessage' has non-sendable type 'ProtobufTestMessages_Proto3_TestAllTypesProto3.NestedMessage._StorageClass'; this is an error in the Swift 6 language mode
892 | public init() {}
893 |
894 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'NestedMessage' has non-sendable type 'ProtobufTestMessages_Proto3_TestAllTypesProto3.NestedMessage._StorageClass'; this is an error in the Swift 6 language mode
895 | }
896 |
:
1954 | ]
1955 |
1956 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1957 | var _a: Int32 = 0
1958 | var _corecursive: ProtobufTestMessages_Proto3_TestAllTypesProto3? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto3.pb.swift:458:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
456 | get {
457 | if case .oneofBytes(let v)? = _storage._oneofField {return v}
458 | return SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
459 | }
460 | set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/type.pb.swift:475:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Google_Protobuf_Type._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
465 | ]
466 |
467 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
468 | var _name: String = String()
469 | var _fields: [Google_Protobuf_Field] = []
:
473 | var _syntax: Google_Protobuf_Syntax = .proto2
474 |
475 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Google_Protobuf_Type._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
476 |
477 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/type.pb.swift:690:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Google_Protobuf_Enum._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
681 | ]
682 |
683 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
684 | var _name: String = String()
685 | var _enumvalue: [Google_Protobuf_EnumValue] = []
:
688 | var _syntax: Google_Protobuf_Syntax = .proto2
689 |
690 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Google_Protobuf_Enum._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
691 |
692 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/type.pb.swift:818:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Google_Protobuf_Option._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
812 | ]
813 |
814 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
815 | var _name: String = String()
816 | var _value: SwiftProtobuf.Google_Protobuf_Any? = nil
817 |
818 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Google_Protobuf_Option._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
819 |
820 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/type.pb.swift:135:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Google_Protobuf_Type' has non-sendable type 'Google_Protobuf_Type._StorageClass'; this is an error in the Swift 6 language mode
133 | public init() {}
134 |
135 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Google_Protobuf_Type' has non-sendable type 'Google_Protobuf_Type._StorageClass'; this is an error in the Swift 6 language mode
136 | }
137 |
:
465 | ]
466 |
467 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
468 | var _name: String = String()
469 | var _fields: [Google_Protobuf_Field] = []
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/type.pb.swift:386:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Google_Protobuf_Enum' has non-sendable type 'Google_Protobuf_Enum._StorageClass'; this is an error in the Swift 6 language mode
384 | public init() {}
385 |
386 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Google_Protobuf_Enum' has non-sendable type 'Google_Protobuf_Enum._StorageClass'; this is an error in the Swift 6 language mode
387 | }
388 |
:
681 | ]
682 |
683 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
684 | var _name: String = String()
685 | var _enumvalue: [Google_Protobuf_EnumValue] = []
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/type.pb.swift:442:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Google_Protobuf_Option' has non-sendable type 'Google_Protobuf_Option._StorageClass'; this is an error in the Swift 6 language mode
440 | public init() {}
441 |
442 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Google_Protobuf_Option' has non-sendable type 'Google_Protobuf_Option._StorageClass'; this is an error in the Swift 6 language mode
443 | }
444 |
:
812 | ]
813 |
814 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
815 | var _name: String = String()
816 | var _value: SwiftProtobuf.Google_Protobuf_Any? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_custom_options.pb.swift:2161:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_ComplexOptionType2._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
2153 | ]
2154 |
2155 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
2156 | var _bar: ProtobufUnittest_ComplexOptionType1? = nil
2157 | var _baz: Int32? = nil
:
2159 | var _barney: [ProtobufUnittest_ComplexOptionType2.ComplexOptionType4] = []
2160 |
2161 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_ComplexOptionType2._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2162 |
2163 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_custom_options.pb.swift:2283:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_ComplexOptionType3._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
2277 | ]
2278 |
2279 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
2280 | var _qux: Int32? = nil
2281 | var _complexOptionType5: ProtobufUnittest_ComplexOptionType3.ComplexOptionType5? = nil
2282 |
2283 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_ComplexOptionType3._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2284 |
2285 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_custom_options.pb.swift:2489:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_Aggregate._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
2480 | ]
2481 |
2482 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
2483 | var _i: Int32? = nil
2484 | var _s: String? = nil
:
2487 | var _mset: ProtobufUnittest_AggregateMessageSet? = nil
2488 |
2489 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_Aggregate._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2490 |
2491 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_custom_options.pb.swift:123:14: warning: stored property 'anOneof' of 'Sendable'-conforming struct 'ProtobufUnittest_TestMessageWithCustomOptions' has non-sendable type 'ProtobufUnittest_TestMessageWithCustomOptions.OneOf_AnOneof?'; this is an error in the Swift 6 language mode
121 | public mutating func clearField1() {self._field1 = nil}
122 |
123 | public var anOneof: ProtobufUnittest_TestMessageWithCustomOptions.OneOf_AnOneof? = nil
| `- warning: stored property 'anOneof' of 'Sendable'-conforming struct 'ProtobufUnittest_TestMessageWithCustomOptions' has non-sendable type 'ProtobufUnittest_TestMessageWithCustomOptions.OneOf_AnOneof?'; this is an error in the Swift 6 language mode
124 |
125 | public var oneofField: Int32 {
:
133 | public var unknownFields = SwiftProtobuf.UnknownStorage()
134 |
135 | public enum OneOf_AnOneof: Equatable {
| `- note: consider making enum 'OneOf_AnOneof' conform to the 'Sendable' protocol
136 | case oneofField(Int32)
137 |
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_custom_options.pb.swift:421:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_ComplexOptionType2' has non-sendable type 'ProtobufUnittest_ComplexOptionType2._StorageClass'; this is an error in the Swift 6 language mode
419 |
420 | public var _protobuf_extensionFieldValues = SwiftProtobuf.ExtensionFieldValueSet()
421 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_ComplexOptionType2' has non-sendable type 'ProtobufUnittest_ComplexOptionType2._StorageClass'; this is an error in the Swift 6 language mode
422 | }
423 |
:
2153 | ]
2154 |
2155 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
2156 | var _bar: ProtobufUnittest_ComplexOptionType1? = nil
2157 | var _baz: Int32? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_custom_options.pb.swift:472:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_ComplexOptionType3' has non-sendable type 'ProtobufUnittest_ComplexOptionType3._StorageClass'; this is an error in the Swift 6 language mode
470 | public init() {}
471 |
472 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_ComplexOptionType3' has non-sendable type 'ProtobufUnittest_ComplexOptionType3._StorageClass'; this is an error in the Swift 6 language mode
473 | }
474 |
:
2277 | ]
2278 |
2279 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
2280 | var _qux: Int32? = nil
2281 | var _complexOptionType5: ProtobufUnittest_ComplexOptionType3.ComplexOptionType5? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_custom_options.pb.swift:598:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_Aggregate' has non-sendable type 'ProtobufUnittest_Aggregate._StorageClass'; this is an error in the Swift 6 language mode
596 | public init() {}
597 |
598 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_Aggregate' has non-sendable type 'ProtobufUnittest_Aggregate._StorageClass'; this is an error in the Swift 6 language mode
599 | }
600 |
:
2480 | ]
2481 |
2482 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
2483 | var _i: Int32? = nil
2484 | var _s: String? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_custom_options.pb.swift:1191:105: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
1189 |
1190 | public var ProtobufUnittest_bytesOpt: Data {
1191 | get {return getExtensionValue(ext: ProtobufUnittest_Extensions_bytes_opt) ?? SwiftProtobuf.Internal.emptyData}
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
1192 | set {setExtensionValue(ext: ProtobufUnittest_Extensions_bytes_opt, value: newValue)}
1193 | }
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_enormous_descriptor.pb.swift:11083:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Google_Protobuf_TestEnormousDescriptor._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
10079 | ]
10080 |
10081 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
10082 | var _longFieldNameIsLooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong1: String? = nil
10083 | var _longFieldNameIsLooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong2: String? = nil
:
11081 | var _longFieldNameIsLooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong1000: String? = nil
11082 |
11083 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Google_Protobuf_TestEnormousDescriptor._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11084 |
11085 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_enormous_descriptor.pb.swift:9069:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Google_Protobuf_TestEnormousDescriptor' has non-sendable type 'Google_Protobuf_TestEnormousDescriptor._StorageClass'; this is an error in the Swift 6 language mode
9067 | public init() {}
9068 |
9069 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Google_Protobuf_TestEnormousDescriptor' has non-sendable type 'Google_Protobuf_TestEnormousDescriptor._StorageClass'; this is an error in the Swift 6 language mode
9070 | }
9071 |
:
10079 | ]
10080 |
10081 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
10082 | var _longFieldNameIsLooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong1: String? = nil
10083 | var _longFieldNameIsLooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong2: String? = nil
[249/258] Write Objects.LinkFileList
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning duplicate member name 'any.pb.swift.o' from '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Proto.build/any.pb.swift.o(any.pb.swift.o)' and '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftProtobuf.build/any.pb.swift.o(any.pb.swift.o)'
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning duplicate member name 'api.pb.swift.o' from '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftProtobuf.build/api.pb.swift.o(api.pb.swift.o)' and '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Proto.build/api.pb.swift.o(api.pb.swift.o)'
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning duplicate member name 'descriptor.pb.swift.o' from '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftProtobuf.build/descriptor.pb.swift.o(descriptor.pb.swift.o)' and '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Proto.build/descriptor.pb.swift.o(descriptor.pb.swift.o)'
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning duplicate member name 'duration.pb.swift.o' from '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftProtobuf.build/duration.pb.swift.o(duration.pb.swift.o)' and '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Proto.build/duration.pb.swift.o(duration.pb.swift.o)'
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning duplicate member name 'empty.pb.swift.o' from '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Proto.build/empty.pb.swift.o(empty.pb.swift.o)' and '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftProtobuf.build/empty.pb.swift.o(empty.pb.swift.o)'
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning duplicate member name 'field_mask.pb.swift.o' from '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftProtobuf.build/field_mask.pb.swift.o(field_mask.pb.swift.o)' and '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Proto.build/field_mask.pb.swift.o(field_mask.pb.swift.o)'
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning duplicate member name 'source_context.pb.swift.o' from '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Proto.build/source_context.pb.swift.o(source_context.pb.swift.o)' and '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftProtobuf.build/source_context.pb.swift.o(source_context.pb.swift.o)'
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning duplicate member name 'struct.pb.swift.o' from '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftProtobuf.build/struct.pb.swift.o(struct.pb.swift.o)' and '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Proto.build/struct.pb.swift.o(struct.pb.swift.o)'
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning duplicate member name 'timestamp.pb.swift.o' from '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftProtobuf.build/timestamp.pb.swift.o(timestamp.pb.swift.o)' and '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Proto.build/timestamp.pb.swift.o(timestamp.pb.swift.o)'
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning duplicate member name 'type.pb.swift.o' from '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Proto.build/type.pb.swift.o(type.pb.swift.o)' and '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftProtobuf.build/type.pb.swift.o(type.pb.swift.o)'
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning duplicate member name 'wrappers.pb.swift.o' from '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftProtobuf.build/wrappers.pb.swift.o(wrappers.pb.swift.o)' and '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Proto.build/wrappers.pb.swift.o(wrappers.pb.swift.o)'
[250/268] Archiving libProto.a
[252/268] Compiling CAPI String.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "CTensorFlow.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CTensorFlow/CTensorFlow.h:4:10: error: 'tensorflow/c/c_api.h' file not found
2 | #define _SWIFT_CTENSORFLOW_H_
3 |
4 | #include <tensorflow/c/c_api.h>
| `- error: 'tensorflow/c/c_api.h' file not found
5 |
6 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build Objective-C module 'CTensorFlow'
14 | limitations under the License.
15 | */
16 | import CTensorFlow
| `- error: could not build Objective-C module 'CTensorFlow'
17 | import Foundation
18 |
[253/269] Compiling CAPI Status.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "CTensorFlow.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CTensorFlow/CTensorFlow.h:4:10: error: 'tensorflow/c/c_api.h' file not found
2 | #define _SWIFT_CTENSORFLOW_H_
3 |
4 | #include <tensorflow/c/c_api.h>
| `- error: 'tensorflow/c/c_api.h' file not found
5 |
6 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build Objective-C module 'CTensorFlow'
14 | limitations under the License.
15 | */
16 | import CTensorFlow
| `- error: could not build Objective-C module 'CTensorFlow'
17 | import Foundation
18 |
[254/269] Compiling CAPI Library.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "CTensorFlow.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CTensorFlow/CTensorFlow.h:4:10: error: 'tensorflow/c/c_api.h' file not found
2 | #define _SWIFT_CTENSORFLOW_H_
3 |
4 | #include <tensorflow/c/c_api.h>
| `- error: 'tensorflow/c/c_api.h' file not found
5 |
6 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build Objective-C module 'CTensorFlow'
14 | limitations under the License.
15 | */
16 | import CTensorFlow
| `- error: could not build Objective-C module 'CTensorFlow'
17 | import Foundation
18 |
[255/269] Compiling CAPI CAPI.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "CTensorFlow.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CTensorFlow/CTensorFlow.h:4:10: error: 'tensorflow/c/c_api.h' file not found
2 | #define _SWIFT_CTENSORFLOW_H_
3 |
4 | #include <tensorflow/c/c_api.h>
| `- error: 'tensorflow/c/c_api.h' file not found
5 |
6 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build Objective-C module 'CTensorFlow'
14 | limitations under the License.
15 | */
16 | import CTensorFlow
| `- error: could not build Objective-C module 'CTensorFlow'
17 | import Foundation
18 |
[256/269] Compiling CAPI Graph.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "CTensorFlow.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CTensorFlow/CTensorFlow.h:4:10: error: 'tensorflow/c/c_api.h' file not found
2 | #define _SWIFT_CTENSORFLOW_H_
3 |
4 | #include <tensorflow/c/c_api.h>
| `- error: 'tensorflow/c/c_api.h' file not found
5 |
6 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build Objective-C module 'CTensorFlow'
14 | limitations under the License.
15 | */
16 | import CTensorFlow
| `- error: could not build Objective-C module 'CTensorFlow'
17 | import Foundation
18 |
[257/269] Compiling CAPI Session.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "CTensorFlow.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CTensorFlow/CTensorFlow.h:4:10: error: 'tensorflow/c/c_api.h' file not found
2 | #define _SWIFT_CTENSORFLOW_H_
3 |
4 | #include <tensorflow/c/c_api.h>
| `- error: 'tensorflow/c/c_api.h' file not found
5 |
6 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build Objective-C module 'CTensorFlow'
14 | limitations under the License.
15 | */
16 | import CTensorFlow
| `- error: could not build Objective-C module 'CTensorFlow'
17 | import Foundation
18 |
[258/269] Compiling CAPI Tensor.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "CTensorFlow.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CTensorFlow/CTensorFlow.h:4:10: error: 'tensorflow/c/c_api.h' file not found
2 | #define _SWIFT_CTENSORFLOW_H_
3 |
4 | #include <tensorflow/c/c_api.h>
| `- error: 'tensorflow/c/c_api.h' file not found
5 |
6 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build Objective-C module 'CTensorFlow'
14 | limitations under the License.
15 | */
16 | import CTensorFlow
| `- error: could not build Objective-C module 'CTensorFlow'
17 | import Foundation
18 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[259/269] Emitting module CAPI
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "CTensorFlow.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CTensorFlow/CTensorFlow.h:4:10: error: 'tensorflow/c/c_api.h' file not found
2 | #define _SWIFT_CTENSORFLOW_H_
3 |
4 | #include <tensorflow/c/c_api.h>
| `- error: 'tensorflow/c/c_api.h' file not found
5 |
6 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build Objective-C module 'CTensorFlow'
14 | limitations under the License.
15 | */
16 | import CTensorFlow
| `- error: could not build Objective-C module 'CTensorFlow'
17 | import Foundation
18 |
[260/269] Compiling CAPI Gradients.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "CTensorFlow.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CTensorFlow/CTensorFlow.h:4:10: error: 'tensorflow/c/c_api.h' file not found
2 | #define _SWIFT_CTENSORFLOW_H_
3 |
4 | #include <tensorflow/c/c_api.h>
| `- error: 'tensorflow/c/c_api.h' file not found
5 |
6 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build Objective-C module 'CTensorFlow'
14 | limitations under the License.
15 | */
16 | import CTensorFlow
| `- error: could not build Objective-C module 'CTensorFlow'
17 | import Foundation
18 |
[261/269] Compiling CAPI Extensions.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "CTensorFlow.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CTensorFlow/CTensorFlow.h:4:10: error: 'tensorflow/c/c_api.h' file not found
2 | #define _SWIFT_CTENSORFLOW_H_
3 |
4 | #include <tensorflow/c/c_api.h>
| `- error: 'tensorflow/c/c_api.h' file not found
5 |
6 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build Objective-C module 'CTensorFlow'
14 | limitations under the License.
15 | */
16 | import CTensorFlow
| `- error: could not build Objective-C module 'CTensorFlow'
17 | import Foundation
18 |
[262/269] Compiling CAPI Buffer.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "CTensorFlow.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CTensorFlow/CTensorFlow.h:4:10: error: 'tensorflow/c/c_api.h' file not found
2 | #define _SWIFT_CTENSORFLOW_H_
3 |
4 | #include <tensorflow/c/c_api.h>
| `- error: 'tensorflow/c/c_api.h' file not found
5 |
6 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build Objective-C module 'CTensorFlow'
14 | limitations under the License.
15 | */
16 | import CTensorFlow
| `- error: could not build Objective-C module 'CTensorFlow'
17 | import Foundation
18 |
Updating https://github.com/Octadero/MNISTKit.git
Updating https://github.com/apple/swift-protobuf.git
Updating https://github.com/Octadero/CTensorFlow.git
Updating https://github.com/Octadero/MemoryLayoutKit.git
Updated https://github.com/Octadero/MNISTKit.git (0.70s)
Updated https://github.com/apple/swift-protobuf.git (0.70s)
Updated https://github.com/Octadero/CTensorFlow.git (0.70s)
Updated https://github.com/Octadero/MemoryLayoutKit.git (0.70s)
Computing version for https://github.com/Octadero/MNISTKit.git
Computed https://github.com/Octadero/MNISTKit.git at 0.0.7 (0.67s)
Updating https://github.com/Octadero/Unarchiver.git
Updated https://github.com/Octadero/Unarchiver.git (0.52s)
Computing version for https://github.com/Octadero/CTensorFlow.git
Computed https://github.com/Octadero/CTensorFlow.git at 0.1.6 (0.66s)
Computing version for https://github.com/Octadero/Unarchiver.git
Computed https://github.com/Octadero/Unarchiver.git at 0.0.5 (0.66s)
Updating https://github.com/Octadero/CZlib.git
Updated https://github.com/Octadero/CZlib.git (0.50s)
Computing version for https://github.com/Octadero/CZlib.git
Computed https://github.com/Octadero/CZlib.git at 0.0.5 (0.67s)
Computing version for https://github.com/Octadero/MemoryLayoutKit.git
Computed https://github.com/Octadero/MemoryLayoutKit.git at 0.0.4 (2.62s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.28.2 (0.54s)
Creating working copy for https://github.com/Octadero/CTensorFlow.git
Working copy of https://github.com/Octadero/CTensorFlow.git resolved at 0.1.6
Creating working copy for https://github.com/Octadero/MNISTKit.git
Working copy of https://github.com/Octadero/MNISTKit.git resolved at 0.0.7
Creating working copy for https://github.com/Octadero/CZlib.git
Working copy of https://github.com/Octadero/CZlib.git resolved at 0.0.5
Creating working copy for https://github.com/Octadero/MemoryLayoutKit.git
Working copy of https://github.com/Octadero/MemoryLayoutKit.git resolved at 0.0.4
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.28.2
Creating working copy for https://github.com/Octadero/Unarchiver.git
Working copy of https://github.com/Octadero/Unarchiver.git resolved at 0.0.5
warning: 'ctensorflow': ignoring declared target(s) 'CTensorFlow' in the system package
warning: 'czlib': ignoring declared target(s) 'CZlib' in the system package
warning: 'spi-builder-workspace': dependency 'ctensorflow' is not used by any target
warning: failed to retrieve search paths with pkg-config; maybe pkg-config is not installed
warning: couldn't find pc file for tensorflow
warning: couldn't find pc file for libz
BUILD FAILURE 6.0 macosSpm