The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build TensorFlow, reference master (3c0a68), with Swift 6.0 for Linux on 31 Oct 2024 09:23:18 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1

Build Log

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() {}
/host/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
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_mset_wire_format.pb.swift:130:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Proto2WireformatUnittest_TestMessageSetWireFormatContainer._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
125 |   ]
126 |
127 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
128 |     var _messageSet: Proto2WireformatUnittest_TestMessageSet? = nil
129 |
130 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Proto2WireformatUnittest_TestMessageSetWireFormatContainer._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
131 |
132 |     private init() {}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_mset_wire_format.pb.swift:89:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Proto2WireformatUnittest_TestMessageSetWireFormatContainer' has non-sendable type 'Proto2WireformatUnittest_TestMessageSetWireFormatContainer._StorageClass'; this is an error in the Swift 6 language mode
 87 |   public init() {}
 88 |
 89 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Proto2WireformatUnittest_TestMessageSetWireFormatContainer' has non-sendable type 'Proto2WireformatUnittest_TestMessageSetWireFormatContainer._StorageClass'; this is an error in the Swift 6 language mode
 90 | }
 91 |
    :
125 |   ]
126 |
127 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
128 |     var _messageSet: Proto2WireformatUnittest_TestMessageSet? = nil
129 |
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_preserve_unknown_enum.pb.swift:131:14: warning: stored property 'o' of 'Sendable'-conforming struct 'Proto3PreserveUnknownEnumUnittest_MyMessage' has non-sendable type 'Proto3PreserveUnknownEnumUnittest_MyMessage.OneOf_O?'; this is an error in the Swift 6 language mode
129 |   public var repeatedPackedUnexpectedE: [Proto3PreserveUnknownEnumUnittest_MyEnumPlusExtra] = []
130 |
131 |   public var o: Proto3PreserveUnknownEnumUnittest_MyMessage.OneOf_O? = nil
    |              `- warning: stored property 'o' of 'Sendable'-conforming struct 'Proto3PreserveUnknownEnumUnittest_MyMessage' has non-sendable type 'Proto3PreserveUnknownEnumUnittest_MyMessage.OneOf_O?'; this is an error in the Swift 6 language mode
132 |
133 |   public var oneofE1: Proto3PreserveUnknownEnumUnittest_MyEnum {
    :
149 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
150 |
151 |   public enum OneOf_O: Equatable {
    |               `- note: consider making enum 'OneOf_O' conform to the 'Sendable' protocol
152 |     case oneofE1(Proto3PreserveUnknownEnumUnittest_MyEnum)
153 |     case oneofE2(Proto3PreserveUnknownEnumUnittest_MyEnum)
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_preserve_unknown_enum.pb.swift:180:14: warning: stored property 'o' of 'Sendable'-conforming struct 'Proto3PreserveUnknownEnumUnittest_MyMessagePlusExtra' has non-sendable type 'Proto3PreserveUnknownEnumUnittest_MyMessagePlusExtra.OneOf_O?'; this is an error in the Swift 6 language mode
178 |   public var repeatedPackedUnexpectedE: [Proto3PreserveUnknownEnumUnittest_MyEnumPlusExtra] = []
179 |
180 |   public var o: Proto3PreserveUnknownEnumUnittest_MyMessagePlusExtra.OneOf_O? = nil
    |              `- warning: stored property 'o' of 'Sendable'-conforming struct 'Proto3PreserveUnknownEnumUnittest_MyMessagePlusExtra' has non-sendable type 'Proto3PreserveUnknownEnumUnittest_MyMessagePlusExtra.OneOf_O?'; this is an error in the Swift 6 language mode
181 |
182 |   public var oneofE1: Proto3PreserveUnknownEnumUnittest_MyEnumPlusExtra {
    :
198 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
199 |
200 |   public enum OneOf_O: Equatable {
    |               `- note: consider making enum 'OneOf_O' conform to the 'Sendable' protocol
201 |     case oneofE1(Proto3PreserveUnknownEnumUnittest_MyEnumPlusExtra)
202 |     case oneofE2(Proto3PreserveUnknownEnumUnittest_MyEnumPlusExtra)
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_preserve_unknown_enum2.pb.swift:102:14: warning: stored property 'o' of 'Sendable'-conforming struct 'Proto2PreserveUnknownEnumUnittest_MyMessage' has non-sendable type 'Proto2PreserveUnknownEnumUnittest_MyMessage.OneOf_O?'; this is an error in the Swift 6 language mode
100 |   public var repeatedPackedUnexpectedE: [Proto2PreserveUnknownEnumUnittest_MyEnum] = []
101 |
102 |   public var o: Proto2PreserveUnknownEnumUnittest_MyMessage.OneOf_O? = nil
    |              `- warning: stored property 'o' of 'Sendable'-conforming struct 'Proto2PreserveUnknownEnumUnittest_MyMessage' has non-sendable type 'Proto2PreserveUnknownEnumUnittest_MyMessage.OneOf_O?'; this is an error in the Swift 6 language mode
103 |
104 |   public var oneofE1: Proto2PreserveUnknownEnumUnittest_MyEnum {
    :
120 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
121 |
122 |   public enum OneOf_O: Equatable {
    |               `- note: consider making enum 'OneOf_O' conform to the 'Sendable' protocol
123 |     case oneofE1(Proto2PreserveUnknownEnumUnittest_MyEnum)
124 |     case oneofE2(Proto2PreserveUnknownEnumUnittest_MyEnum)
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_well_known_types.pb.swift:673:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_TestWellKnownTypes._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
 650 |   ]
 651 |
 652 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
 653 |     var _anyField: SwiftProtobuf.Google_Protobuf_Any? = nil
 654 |     var _apiField: SwiftProtobuf.Google_Protobuf_Api? = nil
     :
 671 |     var _valueField: SwiftProtobuf.Google_Protobuf_Value? = nil
 672 |
 673 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_TestWellKnownTypes._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
 674 |
 675 |     private init() {}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_well_known_types.pb.swift:876:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_RepeatedWellKnownTypes._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
 854 |   ]
 855 |
 856 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
 857 |     var _anyField: [SwiftProtobuf.Google_Protobuf_Any] = []
 858 |     var _apiField: [SwiftProtobuf.Google_Protobuf_Api] = []
     :
 874 |     var _bytesField: [SwiftProtobuf.Google_Protobuf_BytesValue] = []
 875 |
 876 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_RepeatedWellKnownTypes._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
 877 |
 878 |     private init() {}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_well_known_types.pb.swift:1056:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_OneofWellKnownTypes._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1051 |   ]
1052 |
1053 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1054 |     var _oneofField: ProtobufUnittest_OneofWellKnownTypes.OneOf_OneofField?
1055 |
1056 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_OneofWellKnownTypes._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
1057 |
1058 |     private init() {}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_well_known_types.pb.swift:1330:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_MapWellKnownTypes._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1308 |   ]
1309 |
1310 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1311 |     var _anyField: Dictionary<Int32,SwiftProtobuf.Google_Protobuf_Any> = [:]
1312 |     var _apiField: Dictionary<Int32,SwiftProtobuf.Google_Protobuf_Api> = [:]
     :
1328 |     var _bytesField: Dictionary<Int32,SwiftProtobuf.Google_Protobuf_BytesValue> = [:]
1329 |
1330 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_MapWellKnownTypes._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
1331 |
1332 |     private init() {}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_well_known_types.pb.swift:206:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_TestWellKnownTypes' has non-sendable type 'ProtobufUnittest_TestWellKnownTypes._StorageClass'; this is an error in the Swift 6 language mode
 204 |   public init() {}
 205 |
 206 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_TestWellKnownTypes' has non-sendable type 'ProtobufUnittest_TestWellKnownTypes._StorageClass'; this is an error in the Swift 6 language mode
 207 | }
 208 |
     :
 650 |   ]
 651 |
 652 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
 653 |     var _anyField: SwiftProtobuf.Google_Protobuf_Any? = nil
 654 |     var _apiField: SwiftProtobuf.Google_Protobuf_Api? = nil
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_well_known_types.pb.swift:310:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_RepeatedWellKnownTypes' has non-sendable type 'ProtobufUnittest_RepeatedWellKnownTypes._StorageClass'; this is an error in the Swift 6 language mode
 308 |   public init() {}
 309 |
 310 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_RepeatedWellKnownTypes' has non-sendable type 'ProtobufUnittest_RepeatedWellKnownTypes._StorageClass'; this is an error in the Swift 6 language mode
 311 | }
 312 |
     :
 854 |   ]
 855 |
 856 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
 857 |     var _anyField: [SwiftProtobuf.Google_Protobuf_Any] = []
 858 |     var _apiField: [SwiftProtobuf.Google_Protobuf_Api] = []
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_well_known_types.pb.swift:516:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_OneofWellKnownTypes' has non-sendable type 'ProtobufUnittest_OneofWellKnownTypes._StorageClass'; this is an error in the Swift 6 language mode
 514 |   public init() {}
 515 |
 516 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_OneofWellKnownTypes' has non-sendable type 'ProtobufUnittest_OneofWellKnownTypes._StorageClass'; this is an error in the Swift 6 language mode
 517 | }
 518 |
     :
1051 |   ]
1052 |
1053 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1054 |     var _oneofField: ProtobufUnittest_OneofWellKnownTypes.OneOf_OneofField?
1055 |
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_well_known_types.pb.swift:621:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_MapWellKnownTypes' has non-sendable type 'ProtobufUnittest_MapWellKnownTypes._StorageClass'; this is an error in the Swift 6 language mode
 619 |   public init() {}
 620 |
 621 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_MapWellKnownTypes' has non-sendable type 'ProtobufUnittest_MapWellKnownTypes._StorageClass'; this is an error in the Swift 6 language mode
 622 | }
 623 |
     :
1308 |   ]
1309 |
1310 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1311 |     var _anyField: Dictionary<Int32,SwiftProtobuf.Google_Protobuf_Any> = [:]
1312 |     var _apiField: Dictionary<Int32,SwiftProtobuf.Google_Protobuf_Api> = [:]
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/util/message_differencer_unittest.pb.swift:293:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_TestField._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
284 |   ]
285 |
286 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
287 |     var _a: Int32? = nil
288 |     var _b: Int32? = nil
    :
291 |     var _m: ProtobufUnittest_TestField? = nil
292 |
293 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_TestField._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
294 |
295 |     private init() {}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/util/message_differencer_unittest.pb.swift:506:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_TestDiffMessage.Item._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
496 |   ]
497 |
498 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
499 |     var _a: Int32? = nil
500 |     var _b: String? = nil
    :
504 |     var _rm: [ProtobufUnittest_TestField] = []
505 |
506 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_TestDiffMessage.Item._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
507 |
508 |     private init() {}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/util/message_differencer_unittest.pb.swift:390:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_TestDiffMessage._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
379 |   ]
380 |
381 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
382 |     var _item: [ProtobufUnittest_TestDiffMessage.Item] = []
383 |     var _v: Int32? = nil
    :
388 |     var _rm: [ProtobufUnittest_TestField] = []
389 |
390 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_TestDiffMessage._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
391 |
392 |     private init() {}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/util/message_differencer_unittest.pb.swift:108:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_TestField' has non-sendable type 'ProtobufUnittest_TestField._StorageClass'; this is an error in the Swift 6 language mode
106 |   public init() {}
107 |
108 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_TestField' has non-sendable type 'ProtobufUnittest_TestField._StorageClass'; this is an error in the Swift 6 language mode
109 | }
110 |
    :
284 |   ]
285 |
286 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
287 |     var _a: Int32? = nil
288 |     var _b: Int32? = nil
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/util/message_differencer_unittest.pb.swift:231:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_TestDiffMessage' has non-sendable type 'ProtobufUnittest_TestDiffMessage._StorageClass'; this is an error in the Swift 6 language mode
229 |
230 |   public var _protobuf_extensionFieldValues = SwiftProtobuf.ExtensionFieldValueSet()
231 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_TestDiffMessage' has non-sendable type 'ProtobufUnittest_TestDiffMessage._StorageClass'; this is an error in the Swift 6 language mode
232 | }
233 |
    :
379 |   ]
380 |
381 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
382 |     var _item: [ProtobufUnittest_TestDiffMessage.Item] = []
383 |     var _v: Int32? = nil
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/util/message_differencer_unittest.pb.swift:225:21: warning: stored property '_storage' of 'Sendable'-conforming struct 'Item' has non-sendable type 'ProtobufUnittest_TestDiffMessage.Item._StorageClass'; this is an error in the Swift 6 language mode
223 |     public init() {}
224 |
225 |     fileprivate var _storage = _StorageClass.defaultInstance
    |                     `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Item' has non-sendable type 'ProtobufUnittest_TestDiffMessage.Item._StorageClass'; this is an error in the Swift 6 language mode
226 |   }
227 |
    :
496 |   ]
497 |
498 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
499 |     var _a: Int32? = nil
500 |     var _b: String? = nil
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/wrappers.pb.swift:194:51: 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.
192 |
193 |   /// The bytes value.
194 |   public var value: 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.
195 |
196 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
[249/264] Compiling Proto unittest_preserve_unknown_enum2.pb.swift
/host/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() {}
/host/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() {}
/host/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() {}
/host/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] = []
/host/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] = []
/host/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
/host/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() {}
/host/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() {}
/host/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() {}
/host/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 |
/host/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
/host/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
/host/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
/host/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 |   }
/host/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() {}
/host/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
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_mset_wire_format.pb.swift:130:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Proto2WireformatUnittest_TestMessageSetWireFormatContainer._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
125 |   ]
126 |
127 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
128 |     var _messageSet: Proto2WireformatUnittest_TestMessageSet? = nil
129 |
130 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Proto2WireformatUnittest_TestMessageSetWireFormatContainer._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
131 |
132 |     private init() {}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_mset_wire_format.pb.swift:89:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Proto2WireformatUnittest_TestMessageSetWireFormatContainer' has non-sendable type 'Proto2WireformatUnittest_TestMessageSetWireFormatContainer._StorageClass'; this is an error in the Swift 6 language mode
 87 |   public init() {}
 88 |
 89 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Proto2WireformatUnittest_TestMessageSetWireFormatContainer' has non-sendable type 'Proto2WireformatUnittest_TestMessageSetWireFormatContainer._StorageClass'; this is an error in the Swift 6 language mode
 90 | }
 91 |
    :
125 |   ]
126 |
127 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
128 |     var _messageSet: Proto2WireformatUnittest_TestMessageSet? = nil
129 |
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_preserve_unknown_enum.pb.swift:131:14: warning: stored property 'o' of 'Sendable'-conforming struct 'Proto3PreserveUnknownEnumUnittest_MyMessage' has non-sendable type 'Proto3PreserveUnknownEnumUnittest_MyMessage.OneOf_O?'; this is an error in the Swift 6 language mode
129 |   public var repeatedPackedUnexpectedE: [Proto3PreserveUnknownEnumUnittest_MyEnumPlusExtra] = []
130 |
131 |   public var o: Proto3PreserveUnknownEnumUnittest_MyMessage.OneOf_O? = nil
    |              `- warning: stored property 'o' of 'Sendable'-conforming struct 'Proto3PreserveUnknownEnumUnittest_MyMessage' has non-sendable type 'Proto3PreserveUnknownEnumUnittest_MyMessage.OneOf_O?'; this is an error in the Swift 6 language mode
132 |
133 |   public var oneofE1: Proto3PreserveUnknownEnumUnittest_MyEnum {
    :
149 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
150 |
151 |   public enum OneOf_O: Equatable {
    |               `- note: consider making enum 'OneOf_O' conform to the 'Sendable' protocol
152 |     case oneofE1(Proto3PreserveUnknownEnumUnittest_MyEnum)
153 |     case oneofE2(Proto3PreserveUnknownEnumUnittest_MyEnum)
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_preserve_unknown_enum.pb.swift:180:14: warning: stored property 'o' of 'Sendable'-conforming struct 'Proto3PreserveUnknownEnumUnittest_MyMessagePlusExtra' has non-sendable type 'Proto3PreserveUnknownEnumUnittest_MyMessagePlusExtra.OneOf_O?'; this is an error in the Swift 6 language mode
178 |   public var repeatedPackedUnexpectedE: [Proto3PreserveUnknownEnumUnittest_MyEnumPlusExtra] = []
179 |
180 |   public var o: Proto3PreserveUnknownEnumUnittest_MyMessagePlusExtra.OneOf_O? = nil
    |              `- warning: stored property 'o' of 'Sendable'-conforming struct 'Proto3PreserveUnknownEnumUnittest_MyMessagePlusExtra' has non-sendable type 'Proto3PreserveUnknownEnumUnittest_MyMessagePlusExtra.OneOf_O?'; this is an error in the Swift 6 language mode
181 |
182 |   public var oneofE1: Proto3PreserveUnknownEnumUnittest_MyEnumPlusExtra {
    :
198 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
199 |
200 |   public enum OneOf_O: Equatable {
    |               `- note: consider making enum 'OneOf_O' conform to the 'Sendable' protocol
201 |     case oneofE1(Proto3PreserveUnknownEnumUnittest_MyEnumPlusExtra)
202 |     case oneofE2(Proto3PreserveUnknownEnumUnittest_MyEnumPlusExtra)
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_preserve_unknown_enum2.pb.swift:102:14: warning: stored property 'o' of 'Sendable'-conforming struct 'Proto2PreserveUnknownEnumUnittest_MyMessage' has non-sendable type 'Proto2PreserveUnknownEnumUnittest_MyMessage.OneOf_O?'; this is an error in the Swift 6 language mode
100 |   public var repeatedPackedUnexpectedE: [Proto2PreserveUnknownEnumUnittest_MyEnum] = []
101 |
102 |   public var o: Proto2PreserveUnknownEnumUnittest_MyMessage.OneOf_O? = nil
    |              `- warning: stored property 'o' of 'Sendable'-conforming struct 'Proto2PreserveUnknownEnumUnittest_MyMessage' has non-sendable type 'Proto2PreserveUnknownEnumUnittest_MyMessage.OneOf_O?'; this is an error in the Swift 6 language mode
103 |
104 |   public var oneofE1: Proto2PreserveUnknownEnumUnittest_MyEnum {
    :
120 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
121 |
122 |   public enum OneOf_O: Equatable {
    |               `- note: consider making enum 'OneOf_O' conform to the 'Sendable' protocol
123 |     case oneofE1(Proto2PreserveUnknownEnumUnittest_MyEnum)
124 |     case oneofE2(Proto2PreserveUnknownEnumUnittest_MyEnum)
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_well_known_types.pb.swift:673:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_TestWellKnownTypes._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
 650 |   ]
 651 |
 652 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
 653 |     var _anyField: SwiftProtobuf.Google_Protobuf_Any? = nil
 654 |     var _apiField: SwiftProtobuf.Google_Protobuf_Api? = nil
     :
 671 |     var _valueField: SwiftProtobuf.Google_Protobuf_Value? = nil
 672 |
 673 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_TestWellKnownTypes._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
 674 |
 675 |     private init() {}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_well_known_types.pb.swift:876:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_RepeatedWellKnownTypes._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
 854 |   ]
 855 |
 856 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
 857 |     var _anyField: [SwiftProtobuf.Google_Protobuf_Any] = []
 858 |     var _apiField: [SwiftProtobuf.Google_Protobuf_Api] = []
     :
 874 |     var _bytesField: [SwiftProtobuf.Google_Protobuf_BytesValue] = []
 875 |
 876 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_RepeatedWellKnownTypes._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
 877 |
 878 |     private init() {}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_well_known_types.pb.swift:1056:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_OneofWellKnownTypes._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1051 |   ]
1052 |
1053 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1054 |     var _oneofField: ProtobufUnittest_OneofWellKnownTypes.OneOf_OneofField?
1055 |
1056 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_OneofWellKnownTypes._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
1057 |
1058 |     private init() {}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_well_known_types.pb.swift:1330:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_MapWellKnownTypes._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1308 |   ]
1309 |
1310 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1311 |     var _anyField: Dictionary<Int32,SwiftProtobuf.Google_Protobuf_Any> = [:]
1312 |     var _apiField: Dictionary<Int32,SwiftProtobuf.Google_Protobuf_Api> = [:]
     :
1328 |     var _bytesField: Dictionary<Int32,SwiftProtobuf.Google_Protobuf_BytesValue> = [:]
1329 |
1330 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_MapWellKnownTypes._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
1331 |
1332 |     private init() {}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_well_known_types.pb.swift:206:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_TestWellKnownTypes' has non-sendable type 'ProtobufUnittest_TestWellKnownTypes._StorageClass'; this is an error in the Swift 6 language mode
 204 |   public init() {}
 205 |
 206 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_TestWellKnownTypes' has non-sendable type 'ProtobufUnittest_TestWellKnownTypes._StorageClass'; this is an error in the Swift 6 language mode
 207 | }
 208 |
     :
 650 |   ]
 651 |
 652 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
 653 |     var _anyField: SwiftProtobuf.Google_Protobuf_Any? = nil
 654 |     var _apiField: SwiftProtobuf.Google_Protobuf_Api? = nil
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_well_known_types.pb.swift:310:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_RepeatedWellKnownTypes' has non-sendable type 'ProtobufUnittest_RepeatedWellKnownTypes._StorageClass'; this is an error in the Swift 6 language mode
 308 |   public init() {}
 309 |
 310 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_RepeatedWellKnownTypes' has non-sendable type 'ProtobufUnittest_RepeatedWellKnownTypes._StorageClass'; this is an error in the Swift 6 language mode
 311 | }
 312 |
     :
 854 |   ]
 855 |
 856 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
 857 |     var _anyField: [SwiftProtobuf.Google_Protobuf_Any] = []
 858 |     var _apiField: [SwiftProtobuf.Google_Protobuf_Api] = []
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_well_known_types.pb.swift:516:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_OneofWellKnownTypes' has non-sendable type 'ProtobufUnittest_OneofWellKnownTypes._StorageClass'; this is an error in the Swift 6 language mode
 514 |   public init() {}
 515 |
 516 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_OneofWellKnownTypes' has non-sendable type 'ProtobufUnittest_OneofWellKnownTypes._StorageClass'; this is an error in the Swift 6 language mode
 517 | }
 518 |
     :
1051 |   ]
1052 |
1053 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1054 |     var _oneofField: ProtobufUnittest_OneofWellKnownTypes.OneOf_OneofField?
1055 |
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_well_known_types.pb.swift:621:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_MapWellKnownTypes' has non-sendable type 'ProtobufUnittest_MapWellKnownTypes._StorageClass'; this is an error in the Swift 6 language mode
 619 |   public init() {}
 620 |
 621 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_MapWellKnownTypes' has non-sendable type 'ProtobufUnittest_MapWellKnownTypes._StorageClass'; this is an error in the Swift 6 language mode
 622 | }
 623 |
     :
1308 |   ]
1309 |
1310 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1311 |     var _anyField: Dictionary<Int32,SwiftProtobuf.Google_Protobuf_Any> = [:]
1312 |     var _apiField: Dictionary<Int32,SwiftProtobuf.Google_Protobuf_Api> = [:]
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/util/message_differencer_unittest.pb.swift:293:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_TestField._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
284 |   ]
285 |
286 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
287 |     var _a: Int32? = nil
288 |     var _b: Int32? = nil
    :
291 |     var _m: ProtobufUnittest_TestField? = nil
292 |
293 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_TestField._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
294 |
295 |     private init() {}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/util/message_differencer_unittest.pb.swift:506:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_TestDiffMessage.Item._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
496 |   ]
497 |
498 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
499 |     var _a: Int32? = nil
500 |     var _b: String? = nil
    :
504 |     var _rm: [ProtobufUnittest_TestField] = []
505 |
506 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_TestDiffMessage.Item._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
507 |
508 |     private init() {}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/util/message_differencer_unittest.pb.swift:390:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_TestDiffMessage._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
379 |   ]
380 |
381 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
382 |     var _item: [ProtobufUnittest_TestDiffMessage.Item] = []
383 |     var _v: Int32? = nil
    :
388 |     var _rm: [ProtobufUnittest_TestField] = []
389 |
390 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_TestDiffMessage._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
391 |
392 |     private init() {}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/util/message_differencer_unittest.pb.swift:108:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_TestField' has non-sendable type 'ProtobufUnittest_TestField._StorageClass'; this is an error in the Swift 6 language mode
106 |   public init() {}
107 |
108 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_TestField' has non-sendable type 'ProtobufUnittest_TestField._StorageClass'; this is an error in the Swift 6 language mode
109 | }
110 |
    :
284 |   ]
285 |
286 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
287 |     var _a: Int32? = nil
288 |     var _b: Int32? = nil
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/util/message_differencer_unittest.pb.swift:231:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_TestDiffMessage' has non-sendable type 'ProtobufUnittest_TestDiffMessage._StorageClass'; this is an error in the Swift 6 language mode
229 |
230 |   public var _protobuf_extensionFieldValues = SwiftProtobuf.ExtensionFieldValueSet()
231 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_TestDiffMessage' has non-sendable type 'ProtobufUnittest_TestDiffMessage._StorageClass'; this is an error in the Swift 6 language mode
232 | }
233 |
    :
379 |   ]
380 |
381 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
382 |     var _item: [ProtobufUnittest_TestDiffMessage.Item] = []
383 |     var _v: Int32? = nil
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/util/message_differencer_unittest.pb.swift:225:21: warning: stored property '_storage' of 'Sendable'-conforming struct 'Item' has non-sendable type 'ProtobufUnittest_TestDiffMessage.Item._StorageClass'; this is an error in the Swift 6 language mode
223 |     public init() {}
224 |
225 |     fileprivate var _storage = _StorageClass.defaultInstance
    |                     `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Item' has non-sendable type 'ProtobufUnittest_TestDiffMessage.Item._StorageClass'; this is an error in the Swift 6 language mode
226 |   }
227 |
    :
496 |   ]
497 |
498 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
499 |     var _a: Int32? = nil
500 |     var _b: String? = nil
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/wrappers.pb.swift:194:51: 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.
192 |
193 |   /// The bytes value.
194 |   public var value: 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.
195 |
196 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
[250/264] Compiling Proto unittest_well_known_types.pb.swift
/host/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() {}
/host/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() {}
/host/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() {}
/host/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] = []
/host/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] = []
/host/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
/host/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() {}
/host/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() {}
/host/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() {}
/host/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 |
/host/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
/host/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
/host/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
/host/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 |   }
/host/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() {}
/host/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
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_mset_wire_format.pb.swift:130:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Proto2WireformatUnittest_TestMessageSetWireFormatContainer._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
125 |   ]
126 |
127 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
128 |     var _messageSet: Proto2WireformatUnittest_TestMessageSet? = nil
129 |
130 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Proto2WireformatUnittest_TestMessageSetWireFormatContainer._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
131 |
132 |     private init() {}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_mset_wire_format.pb.swift:89:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Proto2WireformatUnittest_TestMessageSetWireFormatContainer' has non-sendable type 'Proto2WireformatUnittest_TestMessageSetWireFormatContainer._StorageClass'; this is an error in the Swift 6 language mode
 87 |   public init() {}
 88 |
 89 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Proto2WireformatUnittest_TestMessageSetWireFormatContainer' has non-sendable type 'Proto2WireformatUnittest_TestMessageSetWireFormatContainer._StorageClass'; this is an error in the Swift 6 language mode
 90 | }
 91 |
    :
125 |   ]
126 |
127 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
128 |     var _messageSet: Proto2WireformatUnittest_TestMessageSet? = nil
129 |
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_preserve_unknown_enum.pb.swift:131:14: warning: stored property 'o' of 'Sendable'-conforming struct 'Proto3PreserveUnknownEnumUnittest_MyMessage' has non-sendable type 'Proto3PreserveUnknownEnumUnittest_MyMessage.OneOf_O?'; this is an error in the Swift 6 language mode
129 |   public var repeatedPackedUnexpectedE: [Proto3PreserveUnknownEnumUnittest_MyEnumPlusExtra] = []
130 |
131 |   public var o: Proto3PreserveUnknownEnumUnittest_MyMessage.OneOf_O? = nil
    |              `- warning: stored property 'o' of 'Sendable'-conforming struct 'Proto3PreserveUnknownEnumUnittest_MyMessage' has non-sendable type 'Proto3PreserveUnknownEnumUnittest_MyMessage.OneOf_O?'; this is an error in the Swift 6 language mode
132 |
133 |   public var oneofE1: Proto3PreserveUnknownEnumUnittest_MyEnum {
    :
149 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
150 |
151 |   public enum OneOf_O: Equatable {
    |               `- note: consider making enum 'OneOf_O' conform to the 'Sendable' protocol
152 |     case oneofE1(Proto3PreserveUnknownEnumUnittest_MyEnum)
153 |     case oneofE2(Proto3PreserveUnknownEnumUnittest_MyEnum)
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_preserve_unknown_enum.pb.swift:180:14: warning: stored property 'o' of 'Sendable'-conforming struct 'Proto3PreserveUnknownEnumUnittest_MyMessagePlusExtra' has non-sendable type 'Proto3PreserveUnknownEnumUnittest_MyMessagePlusExtra.OneOf_O?'; this is an error in the Swift 6 language mode
178 |   public var repeatedPackedUnexpectedE: [Proto3PreserveUnknownEnumUnittest_MyEnumPlusExtra] = []
179 |
180 |   public var o: Proto3PreserveUnknownEnumUnittest_MyMessagePlusExtra.OneOf_O? = nil
    |              `- warning: stored property 'o' of 'Sendable'-conforming struct 'Proto3PreserveUnknownEnumUnittest_MyMessagePlusExtra' has non-sendable type 'Proto3PreserveUnknownEnumUnittest_MyMessagePlusExtra.OneOf_O?'; this is an error in the Swift 6 language mode
181 |
182 |   public var oneofE1: Proto3PreserveUnknownEnumUnittest_MyEnumPlusExtra {
    :
198 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
199 |
200 |   public enum OneOf_O: Equatable {
    |               `- note: consider making enum 'OneOf_O' conform to the 'Sendable' protocol
201 |     case oneofE1(Proto3PreserveUnknownEnumUnittest_MyEnumPlusExtra)
202 |     case oneofE2(Proto3PreserveUnknownEnumUnittest_MyEnumPlusExtra)
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_preserve_unknown_enum2.pb.swift:102:14: warning: stored property 'o' of 'Sendable'-conforming struct 'Proto2PreserveUnknownEnumUnittest_MyMessage' has non-sendable type 'Proto2PreserveUnknownEnumUnittest_MyMessage.OneOf_O?'; this is an error in the Swift 6 language mode
100 |   public var repeatedPackedUnexpectedE: [Proto2PreserveUnknownEnumUnittest_MyEnum] = []
101 |
102 |   public var o: Proto2PreserveUnknownEnumUnittest_MyMessage.OneOf_O? = nil
    |              `- warning: stored property 'o' of 'Sendable'-conforming struct 'Proto2PreserveUnknownEnumUnittest_MyMessage' has non-sendable type 'Proto2PreserveUnknownEnumUnittest_MyMessage.OneOf_O?'; this is an error in the Swift 6 language mode
103 |
104 |   public var oneofE1: Proto2PreserveUnknownEnumUnittest_MyEnum {
    :
120 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
121 |
122 |   public enum OneOf_O: Equatable {
    |               `- note: consider making enum 'OneOf_O' conform to the 'Sendable' protocol
123 |     case oneofE1(Proto2PreserveUnknownEnumUnittest_MyEnum)
124 |     case oneofE2(Proto2PreserveUnknownEnumUnittest_MyEnum)
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_well_known_types.pb.swift:673:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_TestWellKnownTypes._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
 650 |   ]
 651 |
 652 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
 653 |     var _anyField: SwiftProtobuf.Google_Protobuf_Any? = nil
 654 |     var _apiField: SwiftProtobuf.Google_Protobuf_Api? = nil
     :
 671 |     var _valueField: SwiftProtobuf.Google_Protobuf_Value? = nil
 672 |
 673 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_TestWellKnownTypes._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
 674 |
 675 |     private init() {}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_well_known_types.pb.swift:876:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_RepeatedWellKnownTypes._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
 854 |   ]
 855 |
 856 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
 857 |     var _anyField: [SwiftProtobuf.Google_Protobuf_Any] = []
 858 |     var _apiField: [SwiftProtobuf.Google_Protobuf_Api] = []
     :
 874 |     var _bytesField: [SwiftProtobuf.Google_Protobuf_BytesValue] = []
 875 |
 876 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_RepeatedWellKnownTypes._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
 877 |
 878 |     private init() {}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_well_known_types.pb.swift:1056:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_OneofWellKnownTypes._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1051 |   ]
1052 |
1053 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1054 |     var _oneofField: ProtobufUnittest_OneofWellKnownTypes.OneOf_OneofField?
1055 |
1056 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_OneofWellKnownTypes._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
1057 |
1058 |     private init() {}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_well_known_types.pb.swift:1330:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_MapWellKnownTypes._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1308 |   ]
1309 |
1310 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1311 |     var _anyField: Dictionary<Int32,SwiftProtobuf.Google_Protobuf_Any> = [:]
1312 |     var _apiField: Dictionary<Int32,SwiftProtobuf.Google_Protobuf_Api> = [:]
     :
1328 |     var _bytesField: Dictionary<Int32,SwiftProtobuf.Google_Protobuf_BytesValue> = [:]
1329 |
1330 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_MapWellKnownTypes._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
1331 |
1332 |     private init() {}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_well_known_types.pb.swift:206:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_TestWellKnownTypes' has non-sendable type 'ProtobufUnittest_TestWellKnownTypes._StorageClass'; this is an error in the Swift 6 language mode
 204 |   public init() {}
 205 |
 206 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_TestWellKnownTypes' has non-sendable type 'ProtobufUnittest_TestWellKnownTypes._StorageClass'; this is an error in the Swift 6 language mode
 207 | }
 208 |
     :
 650 |   ]
 651 |
 652 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
 653 |     var _anyField: SwiftProtobuf.Google_Protobuf_Any? = nil
 654 |     var _apiField: SwiftProtobuf.Google_Protobuf_Api? = nil
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_well_known_types.pb.swift:310:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_RepeatedWellKnownTypes' has non-sendable type 'ProtobufUnittest_RepeatedWellKnownTypes._StorageClass'; this is an error in the Swift 6 language mode
 308 |   public init() {}
 309 |
 310 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_RepeatedWellKnownTypes' has non-sendable type 'ProtobufUnittest_RepeatedWellKnownTypes._StorageClass'; this is an error in the Swift 6 language mode
 311 | }
 312 |
     :
 854 |   ]
 855 |
 856 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
 857 |     var _anyField: [SwiftProtobuf.Google_Protobuf_Any] = []
 858 |     var _apiField: [SwiftProtobuf.Google_Protobuf_Api] = []
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_well_known_types.pb.swift:516:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_OneofWellKnownTypes' has non-sendable type 'ProtobufUnittest_OneofWellKnownTypes._StorageClass'; this is an error in the Swift 6 language mode
 514 |   public init() {}
 515 |
 516 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_OneofWellKnownTypes' has non-sendable type 'ProtobufUnittest_OneofWellKnownTypes._StorageClass'; this is an error in the Swift 6 language mode
 517 | }
 518 |
     :
1051 |   ]
1052 |
1053 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1054 |     var _oneofField: ProtobufUnittest_OneofWellKnownTypes.OneOf_OneofField?
1055 |
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_well_known_types.pb.swift:621:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_MapWellKnownTypes' has non-sendable type 'ProtobufUnittest_MapWellKnownTypes._StorageClass'; this is an error in the Swift 6 language mode
 619 |   public init() {}
 620 |
 621 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_MapWellKnownTypes' has non-sendable type 'ProtobufUnittest_MapWellKnownTypes._StorageClass'; this is an error in the Swift 6 language mode
 622 | }
 623 |
     :
1308 |   ]
1309 |
1310 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1311 |     var _anyField: Dictionary<Int32,SwiftProtobuf.Google_Protobuf_Any> = [:]
1312 |     var _apiField: Dictionary<Int32,SwiftProtobuf.Google_Protobuf_Api> = [:]
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/util/message_differencer_unittest.pb.swift:293:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_TestField._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
284 |   ]
285 |
286 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
287 |     var _a: Int32? = nil
288 |     var _b: Int32? = nil
    :
291 |     var _m: ProtobufUnittest_TestField? = nil
292 |
293 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_TestField._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
294 |
295 |     private init() {}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/util/message_differencer_unittest.pb.swift:506:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_TestDiffMessage.Item._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
496 |   ]
497 |
498 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
499 |     var _a: Int32? = nil
500 |     var _b: String? = nil
    :
504 |     var _rm: [ProtobufUnittest_TestField] = []
505 |
506 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_TestDiffMessage.Item._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
507 |
508 |     private init() {}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/util/message_differencer_unittest.pb.swift:390:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_TestDiffMessage._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
379 |   ]
380 |
381 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
382 |     var _item: [ProtobufUnittest_TestDiffMessage.Item] = []
383 |     var _v: Int32? = nil
    :
388 |     var _rm: [ProtobufUnittest_TestField] = []
389 |
390 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_TestDiffMessage._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
391 |
392 |     private init() {}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/util/message_differencer_unittest.pb.swift:108:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_TestField' has non-sendable type 'ProtobufUnittest_TestField._StorageClass'; this is an error in the Swift 6 language mode
106 |   public init() {}
107 |
108 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_TestField' has non-sendable type 'ProtobufUnittest_TestField._StorageClass'; this is an error in the Swift 6 language mode
109 | }
110 |
    :
284 |   ]
285 |
286 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
287 |     var _a: Int32? = nil
288 |     var _b: Int32? = nil
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/util/message_differencer_unittest.pb.swift:231:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_TestDiffMessage' has non-sendable type 'ProtobufUnittest_TestDiffMessage._StorageClass'; this is an error in the Swift 6 language mode
229 |
230 |   public var _protobuf_extensionFieldValues = SwiftProtobuf.ExtensionFieldValueSet()
231 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_TestDiffMessage' has non-sendable type 'ProtobufUnittest_TestDiffMessage._StorageClass'; this is an error in the Swift 6 language mode
232 | }
233 |
    :
379 |   ]
380 |
381 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
382 |     var _item: [ProtobufUnittest_TestDiffMessage.Item] = []
383 |     var _v: Int32? = nil
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/util/message_differencer_unittest.pb.swift:225:21: warning: stored property '_storage' of 'Sendable'-conforming struct 'Item' has non-sendable type 'ProtobufUnittest_TestDiffMessage.Item._StorageClass'; this is an error in the Swift 6 language mode
223 |     public init() {}
224 |
225 |     fileprivate var _storage = _StorageClass.defaultInstance
    |                     `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Item' has non-sendable type 'ProtobufUnittest_TestDiffMessage.Item._StorageClass'; this is an error in the Swift 6 language mode
226 |   }
227 |
    :
496 |   ]
497 |
498 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
499 |     var _a: Int32? = nil
500 |     var _b: String? = nil
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/wrappers.pb.swift:194:51: 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.
192 |
193 |   /// The bytes value.
194 |   public var value: 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.
195 |
196 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
[251/264] Compiling Proto message_differencer_unittest.pb.swift
/host/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() {}
/host/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() {}
/host/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() {}
/host/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] = []
/host/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] = []
/host/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
/host/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() {}
/host/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() {}
/host/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() {}
/host/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 |
/host/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
/host/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
/host/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
/host/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 |   }
/host/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() {}
/host/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
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_mset_wire_format.pb.swift:130:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Proto2WireformatUnittest_TestMessageSetWireFormatContainer._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
125 |   ]
126 |
127 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
128 |     var _messageSet: Proto2WireformatUnittest_TestMessageSet? = nil
129 |
130 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Proto2WireformatUnittest_TestMessageSetWireFormatContainer._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
131 |
132 |     private init() {}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_mset_wire_format.pb.swift:89:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Proto2WireformatUnittest_TestMessageSetWireFormatContainer' has non-sendable type 'Proto2WireformatUnittest_TestMessageSetWireFormatContainer._StorageClass'; this is an error in the Swift 6 language mode
 87 |   public init() {}
 88 |
 89 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Proto2WireformatUnittest_TestMessageSetWireFormatContainer' has non-sendable type 'Proto2WireformatUnittest_TestMessageSetWireFormatContainer._StorageClass'; this is an error in the Swift 6 language mode
 90 | }
 91 |
    :
125 |   ]
126 |
127 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
128 |     var _messageSet: Proto2WireformatUnittest_TestMessageSet? = nil
129 |
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_preserve_unknown_enum.pb.swift:131:14: warning: stored property 'o' of 'Sendable'-conforming struct 'Proto3PreserveUnknownEnumUnittest_MyMessage' has non-sendable type 'Proto3PreserveUnknownEnumUnittest_MyMessage.OneOf_O?'; this is an error in the Swift 6 language mode
129 |   public var repeatedPackedUnexpectedE: [Proto3PreserveUnknownEnumUnittest_MyEnumPlusExtra] = []
130 |
131 |   public var o: Proto3PreserveUnknownEnumUnittest_MyMessage.OneOf_O? = nil
    |              `- warning: stored property 'o' of 'Sendable'-conforming struct 'Proto3PreserveUnknownEnumUnittest_MyMessage' has non-sendable type 'Proto3PreserveUnknownEnumUnittest_MyMessage.OneOf_O?'; this is an error in the Swift 6 language mode
132 |
133 |   public var oneofE1: Proto3PreserveUnknownEnumUnittest_MyEnum {
    :
149 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
150 |
151 |   public enum OneOf_O: Equatable {
    |               `- note: consider making enum 'OneOf_O' conform to the 'Sendable' protocol
152 |     case oneofE1(Proto3PreserveUnknownEnumUnittest_MyEnum)
153 |     case oneofE2(Proto3PreserveUnknownEnumUnittest_MyEnum)
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_preserve_unknown_enum.pb.swift:180:14: warning: stored property 'o' of 'Sendable'-conforming struct 'Proto3PreserveUnknownEnumUnittest_MyMessagePlusExtra' has non-sendable type 'Proto3PreserveUnknownEnumUnittest_MyMessagePlusExtra.OneOf_O?'; this is an error in the Swift 6 language mode
178 |   public var repeatedPackedUnexpectedE: [Proto3PreserveUnknownEnumUnittest_MyEnumPlusExtra] = []
179 |
180 |   public var o: Proto3PreserveUnknownEnumUnittest_MyMessagePlusExtra.OneOf_O? = nil
    |              `- warning: stored property 'o' of 'Sendable'-conforming struct 'Proto3PreserveUnknownEnumUnittest_MyMessagePlusExtra' has non-sendable type 'Proto3PreserveUnknownEnumUnittest_MyMessagePlusExtra.OneOf_O?'; this is an error in the Swift 6 language mode
181 |
182 |   public var oneofE1: Proto3PreserveUnknownEnumUnittest_MyEnumPlusExtra {
    :
198 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
199 |
200 |   public enum OneOf_O: Equatable {
    |               `- note: consider making enum 'OneOf_O' conform to the 'Sendable' protocol
201 |     case oneofE1(Proto3PreserveUnknownEnumUnittest_MyEnumPlusExtra)
202 |     case oneofE2(Proto3PreserveUnknownEnumUnittest_MyEnumPlusExtra)
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_preserve_unknown_enum2.pb.swift:102:14: warning: stored property 'o' of 'Sendable'-conforming struct 'Proto2PreserveUnknownEnumUnittest_MyMessage' has non-sendable type 'Proto2PreserveUnknownEnumUnittest_MyMessage.OneOf_O?'; this is an error in the Swift 6 language mode
100 |   public var repeatedPackedUnexpectedE: [Proto2PreserveUnknownEnumUnittest_MyEnum] = []
101 |
102 |   public var o: Proto2PreserveUnknownEnumUnittest_MyMessage.OneOf_O? = nil
    |              `- warning: stored property 'o' of 'Sendable'-conforming struct 'Proto2PreserveUnknownEnumUnittest_MyMessage' has non-sendable type 'Proto2PreserveUnknownEnumUnittest_MyMessage.OneOf_O?'; this is an error in the Swift 6 language mode
103 |
104 |   public var oneofE1: Proto2PreserveUnknownEnumUnittest_MyEnum {
    :
120 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
121 |
122 |   public enum OneOf_O: Equatable {
    |               `- note: consider making enum 'OneOf_O' conform to the 'Sendable' protocol
123 |     case oneofE1(Proto2PreserveUnknownEnumUnittest_MyEnum)
124 |     case oneofE2(Proto2PreserveUnknownEnumUnittest_MyEnum)
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_well_known_types.pb.swift:673:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_TestWellKnownTypes._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
 650 |   ]
 651 |
 652 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
 653 |     var _anyField: SwiftProtobuf.Google_Protobuf_Any? = nil
 654 |     var _apiField: SwiftProtobuf.Google_Protobuf_Api? = nil
     :
 671 |     var _valueField: SwiftProtobuf.Google_Protobuf_Value? = nil
 672 |
 673 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_TestWellKnownTypes._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
 674 |
 675 |     private init() {}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_well_known_types.pb.swift:876:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_RepeatedWellKnownTypes._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
 854 |   ]
 855 |
 856 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
 857 |     var _anyField: [SwiftProtobuf.Google_Protobuf_Any] = []
 858 |     var _apiField: [SwiftProtobuf.Google_Protobuf_Api] = []
     :
 874 |     var _bytesField: [SwiftProtobuf.Google_Protobuf_BytesValue] = []
 875 |
 876 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_RepeatedWellKnownTypes._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
 877 |
 878 |     private init() {}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_well_known_types.pb.swift:1056:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_OneofWellKnownTypes._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1051 |   ]
1052 |
1053 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1054 |     var _oneofField: ProtobufUnittest_OneofWellKnownTypes.OneOf_OneofField?
1055 |
1056 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_OneofWellKnownTypes._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
1057 |
1058 |     private init() {}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_well_known_types.pb.swift:1330:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_MapWellKnownTypes._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1308 |   ]
1309 |
1310 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1311 |     var _anyField: Dictionary<Int32,SwiftProtobuf.Google_Protobuf_Any> = [:]
1312 |     var _apiField: Dictionary<Int32,SwiftProtobuf.Google_Protobuf_Api> = [:]
     :
1328 |     var _bytesField: Dictionary<Int32,SwiftProtobuf.Google_Protobuf_BytesValue> = [:]
1329 |
1330 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_MapWellKnownTypes._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
1331 |
1332 |     private init() {}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_well_known_types.pb.swift:206:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_TestWellKnownTypes' has non-sendable type 'ProtobufUnittest_TestWellKnownTypes._StorageClass'; this is an error in the Swift 6 language mode
 204 |   public init() {}
 205 |
 206 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_TestWellKnownTypes' has non-sendable type 'ProtobufUnittest_TestWellKnownTypes._StorageClass'; this is an error in the Swift 6 language mode
 207 | }
 208 |
     :
 650 |   ]
 651 |
 652 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
 653 |     var _anyField: SwiftProtobuf.Google_Protobuf_Any? = nil
 654 |     var _apiField: SwiftProtobuf.Google_Protobuf_Api? = nil
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_well_known_types.pb.swift:310:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_RepeatedWellKnownTypes' has non-sendable type 'ProtobufUnittest_RepeatedWellKnownTypes._StorageClass'; this is an error in the Swift 6 language mode
 308 |   public init() {}
 309 |
 310 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_RepeatedWellKnownTypes' has non-sendable type 'ProtobufUnittest_RepeatedWellKnownTypes._StorageClass'; this is an error in the Swift 6 language mode
 311 | }
 312 |
     :
 854 |   ]
 855 |
 856 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
 857 |     var _anyField: [SwiftProtobuf.Google_Protobuf_Any] = []
 858 |     var _apiField: [SwiftProtobuf.Google_Protobuf_Api] = []
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_well_known_types.pb.swift:516:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_OneofWellKnownTypes' has non-sendable type 'ProtobufUnittest_OneofWellKnownTypes._StorageClass'; this is an error in the Swift 6 language mode
 514 |   public init() {}
 515 |
 516 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_OneofWellKnownTypes' has non-sendable type 'ProtobufUnittest_OneofWellKnownTypes._StorageClass'; this is an error in the Swift 6 language mode
 517 | }
 518 |
     :
1051 |   ]
1052 |
1053 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1054 |     var _oneofField: ProtobufUnittest_OneofWellKnownTypes.OneOf_OneofField?
1055 |
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_well_known_types.pb.swift:621:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_MapWellKnownTypes' has non-sendable type 'ProtobufUnittest_MapWellKnownTypes._StorageClass'; this is an error in the Swift 6 language mode
 619 |   public init() {}
 620 |
 621 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_MapWellKnownTypes' has non-sendable type 'ProtobufUnittest_MapWellKnownTypes._StorageClass'; this is an error in the Swift 6 language mode
 622 | }
 623 |
     :
1308 |   ]
1309 |
1310 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1311 |     var _anyField: Dictionary<Int32,SwiftProtobuf.Google_Protobuf_Any> = [:]
1312 |     var _apiField: Dictionary<Int32,SwiftProtobuf.Google_Protobuf_Api> = [:]
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/util/message_differencer_unittest.pb.swift:293:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_TestField._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
284 |   ]
285 |
286 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
287 |     var _a: Int32? = nil
288 |     var _b: Int32? = nil
    :
291 |     var _m: ProtobufUnittest_TestField? = nil
292 |
293 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_TestField._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
294 |
295 |     private init() {}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/util/message_differencer_unittest.pb.swift:506:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_TestDiffMessage.Item._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
496 |   ]
497 |
498 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
499 |     var _a: Int32? = nil
500 |     var _b: String? = nil
    :
504 |     var _rm: [ProtobufUnittest_TestField] = []
505 |
506 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_TestDiffMessage.Item._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
507 |
508 |     private init() {}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/util/message_differencer_unittest.pb.swift:390:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_TestDiffMessage._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
379 |   ]
380 |
381 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
382 |     var _item: [ProtobufUnittest_TestDiffMessage.Item] = []
383 |     var _v: Int32? = nil
    :
388 |     var _rm: [ProtobufUnittest_TestField] = []
389 |
390 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_TestDiffMessage._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
391 |
392 |     private init() {}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/util/message_differencer_unittest.pb.swift:108:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_TestField' has non-sendable type 'ProtobufUnittest_TestField._StorageClass'; this is an error in the Swift 6 language mode
106 |   public init() {}
107 |
108 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_TestField' has non-sendable type 'ProtobufUnittest_TestField._StorageClass'; this is an error in the Swift 6 language mode
109 | }
110 |
    :
284 |   ]
285 |
286 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
287 |     var _a: Int32? = nil
288 |     var _b: Int32? = nil
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/util/message_differencer_unittest.pb.swift:231:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_TestDiffMessage' has non-sendable type 'ProtobufUnittest_TestDiffMessage._StorageClass'; this is an error in the Swift 6 language mode
229 |
230 |   public var _protobuf_extensionFieldValues = SwiftProtobuf.ExtensionFieldValueSet()
231 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_TestDiffMessage' has non-sendable type 'ProtobufUnittest_TestDiffMessage._StorageClass'; this is an error in the Swift 6 language mode
232 | }
233 |
    :
379 |   ]
380 |
381 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
382 |     var _item: [ProtobufUnittest_TestDiffMessage.Item] = []
383 |     var _v: Int32? = nil
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/util/message_differencer_unittest.pb.swift:225:21: warning: stored property '_storage' of 'Sendable'-conforming struct 'Item' has non-sendable type 'ProtobufUnittest_TestDiffMessage.Item._StorageClass'; this is an error in the Swift 6 language mode
223 |     public init() {}
224 |
225 |     fileprivate var _storage = _StorageClass.defaultInstance
    |                     `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Item' has non-sendable type 'ProtobufUnittest_TestDiffMessage.Item._StorageClass'; this is an error in the Swift 6 language mode
226 |   }
227 |
    :
496 |   ]
497 |
498 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
499 |     var _a: Int32? = nil
500 |     var _b: String? = nil
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/wrappers.pb.swift:194:51: 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.
192 |
193 |   /// The bytes value.
194 |   public var value: 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.
195 |
196 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
[252/264] Compiling Proto wrappers.pb.swift
/host/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() {}
/host/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() {}
/host/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() {}
/host/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] = []
/host/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] = []
/host/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
/host/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() {}
/host/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() {}
/host/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() {}
/host/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 |
/host/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
/host/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
/host/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
/host/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 |   }
/host/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() {}
/host/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
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_mset_wire_format.pb.swift:130:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Proto2WireformatUnittest_TestMessageSetWireFormatContainer._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
125 |   ]
126 |
127 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
128 |     var _messageSet: Proto2WireformatUnittest_TestMessageSet? = nil
129 |
130 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Proto2WireformatUnittest_TestMessageSetWireFormatContainer._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
131 |
132 |     private init() {}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_mset_wire_format.pb.swift:89:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Proto2WireformatUnittest_TestMessageSetWireFormatContainer' has non-sendable type 'Proto2WireformatUnittest_TestMessageSetWireFormatContainer._StorageClass'; this is an error in the Swift 6 language mode
 87 |   public init() {}
 88 |
 89 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Proto2WireformatUnittest_TestMessageSetWireFormatContainer' has non-sendable type 'Proto2WireformatUnittest_TestMessageSetWireFormatContainer._StorageClass'; this is an error in the Swift 6 language mode
 90 | }
 91 |
    :
125 |   ]
126 |
127 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
128 |     var _messageSet: Proto2WireformatUnittest_TestMessageSet? = nil
129 |
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_preserve_unknown_enum.pb.swift:131:14: warning: stored property 'o' of 'Sendable'-conforming struct 'Proto3PreserveUnknownEnumUnittest_MyMessage' has non-sendable type 'Proto3PreserveUnknownEnumUnittest_MyMessage.OneOf_O?'; this is an error in the Swift 6 language mode
129 |   public var repeatedPackedUnexpectedE: [Proto3PreserveUnknownEnumUnittest_MyEnumPlusExtra] = []
130 |
131 |   public var o: Proto3PreserveUnknownEnumUnittest_MyMessage.OneOf_O? = nil
    |              `- warning: stored property 'o' of 'Sendable'-conforming struct 'Proto3PreserveUnknownEnumUnittest_MyMessage' has non-sendable type 'Proto3PreserveUnknownEnumUnittest_MyMessage.OneOf_O?'; this is an error in the Swift 6 language mode
132 |
133 |   public var oneofE1: Proto3PreserveUnknownEnumUnittest_MyEnum {
    :
149 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
150 |
151 |   public enum OneOf_O: Equatable {
    |               `- note: consider making enum 'OneOf_O' conform to the 'Sendable' protocol
152 |     case oneofE1(Proto3PreserveUnknownEnumUnittest_MyEnum)
153 |     case oneofE2(Proto3PreserveUnknownEnumUnittest_MyEnum)
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_preserve_unknown_enum.pb.swift:180:14: warning: stored property 'o' of 'Sendable'-conforming struct 'Proto3PreserveUnknownEnumUnittest_MyMessagePlusExtra' has non-sendable type 'Proto3PreserveUnknownEnumUnittest_MyMessagePlusExtra.OneOf_O?'; this is an error in the Swift 6 language mode
178 |   public var repeatedPackedUnexpectedE: [Proto3PreserveUnknownEnumUnittest_MyEnumPlusExtra] = []
179 |
180 |   public var o: Proto3PreserveUnknownEnumUnittest_MyMessagePlusExtra.OneOf_O? = nil
    |              `- warning: stored property 'o' of 'Sendable'-conforming struct 'Proto3PreserveUnknownEnumUnittest_MyMessagePlusExtra' has non-sendable type 'Proto3PreserveUnknownEnumUnittest_MyMessagePlusExtra.OneOf_O?'; this is an error in the Swift 6 language mode
181 |
182 |   public var oneofE1: Proto3PreserveUnknownEnumUnittest_MyEnumPlusExtra {
    :
198 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
199 |
200 |   public enum OneOf_O: Equatable {
    |               `- note: consider making enum 'OneOf_O' conform to the 'Sendable' protocol
201 |     case oneofE1(Proto3PreserveUnknownEnumUnittest_MyEnumPlusExtra)
202 |     case oneofE2(Proto3PreserveUnknownEnumUnittest_MyEnumPlusExtra)
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_preserve_unknown_enum2.pb.swift:102:14: warning: stored property 'o' of 'Sendable'-conforming struct 'Proto2PreserveUnknownEnumUnittest_MyMessage' has non-sendable type 'Proto2PreserveUnknownEnumUnittest_MyMessage.OneOf_O?'; this is an error in the Swift 6 language mode
100 |   public var repeatedPackedUnexpectedE: [Proto2PreserveUnknownEnumUnittest_MyEnum] = []
101 |
102 |   public var o: Proto2PreserveUnknownEnumUnittest_MyMessage.OneOf_O? = nil
    |              `- warning: stored property 'o' of 'Sendable'-conforming struct 'Proto2PreserveUnknownEnumUnittest_MyMessage' has non-sendable type 'Proto2PreserveUnknownEnumUnittest_MyMessage.OneOf_O?'; this is an error in the Swift 6 language mode
103 |
104 |   public var oneofE1: Proto2PreserveUnknownEnumUnittest_MyEnum {
    :
120 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
121 |
122 |   public enum OneOf_O: Equatable {
    |               `- note: consider making enum 'OneOf_O' conform to the 'Sendable' protocol
123 |     case oneofE1(Proto2PreserveUnknownEnumUnittest_MyEnum)
124 |     case oneofE2(Proto2PreserveUnknownEnumUnittest_MyEnum)
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_well_known_types.pb.swift:673:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_TestWellKnownTypes._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
 650 |   ]
 651 |
 652 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
 653 |     var _anyField: SwiftProtobuf.Google_Protobuf_Any? = nil
 654 |     var _apiField: SwiftProtobuf.Google_Protobuf_Api? = nil
     :
 671 |     var _valueField: SwiftProtobuf.Google_Protobuf_Value? = nil
 672 |
 673 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_TestWellKnownTypes._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
 674 |
 675 |     private init() {}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_well_known_types.pb.swift:876:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_RepeatedWellKnownTypes._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
 854 |   ]
 855 |
 856 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
 857 |     var _anyField: [SwiftProtobuf.Google_Protobuf_Any] = []
 858 |     var _apiField: [SwiftProtobuf.Google_Protobuf_Api] = []
     :
 874 |     var _bytesField: [SwiftProtobuf.Google_Protobuf_BytesValue] = []
 875 |
 876 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_RepeatedWellKnownTypes._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
 877 |
 878 |     private init() {}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_well_known_types.pb.swift:1056:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_OneofWellKnownTypes._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1051 |   ]
1052 |
1053 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1054 |     var _oneofField: ProtobufUnittest_OneofWellKnownTypes.OneOf_OneofField?
1055 |
1056 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_OneofWellKnownTypes._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
1057 |
1058 |     private init() {}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_well_known_types.pb.swift:1330:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_MapWellKnownTypes._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1308 |   ]
1309 |
1310 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1311 |     var _anyField: Dictionary<Int32,SwiftProtobuf.Google_Protobuf_Any> = [:]
1312 |     var _apiField: Dictionary<Int32,SwiftProtobuf.Google_Protobuf_Api> = [:]
     :
1328 |     var _bytesField: Dictionary<Int32,SwiftProtobuf.Google_Protobuf_BytesValue> = [:]
1329 |
1330 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_MapWellKnownTypes._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
1331 |
1332 |     private init() {}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_well_known_types.pb.swift:206:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_TestWellKnownTypes' has non-sendable type 'ProtobufUnittest_TestWellKnownTypes._StorageClass'; this is an error in the Swift 6 language mode
 204 |   public init() {}
 205 |
 206 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_TestWellKnownTypes' has non-sendable type 'ProtobufUnittest_TestWellKnownTypes._StorageClass'; this is an error in the Swift 6 language mode
 207 | }
 208 |
     :
 650 |   ]
 651 |
 652 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
 653 |     var _anyField: SwiftProtobuf.Google_Protobuf_Any? = nil
 654 |     var _apiField: SwiftProtobuf.Google_Protobuf_Api? = nil
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_well_known_types.pb.swift:310:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_RepeatedWellKnownTypes' has non-sendable type 'ProtobufUnittest_RepeatedWellKnownTypes._StorageClass'; this is an error in the Swift 6 language mode
 308 |   public init() {}
 309 |
 310 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_RepeatedWellKnownTypes' has non-sendable type 'ProtobufUnittest_RepeatedWellKnownTypes._StorageClass'; this is an error in the Swift 6 language mode
 311 | }
 312 |
     :
 854 |   ]
 855 |
 856 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
 857 |     var _anyField: [SwiftProtobuf.Google_Protobuf_Any] = []
 858 |     var _apiField: [SwiftProtobuf.Google_Protobuf_Api] = []
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_well_known_types.pb.swift:516:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_OneofWellKnownTypes' has non-sendable type 'ProtobufUnittest_OneofWellKnownTypes._StorageClass'; this is an error in the Swift 6 language mode
 514 |   public init() {}
 515 |
 516 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_OneofWellKnownTypes' has non-sendable type 'ProtobufUnittest_OneofWellKnownTypes._StorageClass'; this is an error in the Swift 6 language mode
 517 | }
 518 |
     :
1051 |   ]
1052 |
1053 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1054 |     var _oneofField: ProtobufUnittest_OneofWellKnownTypes.OneOf_OneofField?
1055 |
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_well_known_types.pb.swift:621:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_MapWellKnownTypes' has non-sendable type 'ProtobufUnittest_MapWellKnownTypes._StorageClass'; this is an error in the Swift 6 language mode
 619 |   public init() {}
 620 |
 621 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_MapWellKnownTypes' has non-sendable type 'ProtobufUnittest_MapWellKnownTypes._StorageClass'; this is an error in the Swift 6 language mode
 622 | }
 623 |
     :
1308 |   ]
1309 |
1310 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1311 |     var _anyField: Dictionary<Int32,SwiftProtobuf.Google_Protobuf_Any> = [:]
1312 |     var _apiField: Dictionary<Int32,SwiftProtobuf.Google_Protobuf_Api> = [:]
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/util/message_differencer_unittest.pb.swift:293:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_TestField._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
284 |   ]
285 |
286 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
287 |     var _a: Int32? = nil
288 |     var _b: Int32? = nil
    :
291 |     var _m: ProtobufUnittest_TestField? = nil
292 |
293 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_TestField._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
294 |
295 |     private init() {}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/util/message_differencer_unittest.pb.swift:506:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_TestDiffMessage.Item._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
496 |   ]
497 |
498 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
499 |     var _a: Int32? = nil
500 |     var _b: String? = nil
    :
504 |     var _rm: [ProtobufUnittest_TestField] = []
505 |
506 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_TestDiffMessage.Item._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
507 |
508 |     private init() {}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/util/message_differencer_unittest.pb.swift:390:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_TestDiffMessage._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
379 |   ]
380 |
381 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
382 |     var _item: [ProtobufUnittest_TestDiffMessage.Item] = []
383 |     var _v: Int32? = nil
    :
388 |     var _rm: [ProtobufUnittest_TestField] = []
389 |
390 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'ProtobufUnittest_TestDiffMessage._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
391 |
392 |     private init() {}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/util/message_differencer_unittest.pb.swift:108:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_TestField' has non-sendable type 'ProtobufUnittest_TestField._StorageClass'; this is an error in the Swift 6 language mode
106 |   public init() {}
107 |
108 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_TestField' has non-sendable type 'ProtobufUnittest_TestField._StorageClass'; this is an error in the Swift 6 language mode
109 | }
110 |
    :
284 |   ]
285 |
286 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
287 |     var _a: Int32? = nil
288 |     var _b: Int32? = nil
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/util/message_differencer_unittest.pb.swift:231:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_TestDiffMessage' has non-sendable type 'ProtobufUnittest_TestDiffMessage._StorageClass'; this is an error in the Swift 6 language mode
229 |
230 |   public var _protobuf_extensionFieldValues = SwiftProtobuf.ExtensionFieldValueSet()
231 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'ProtobufUnittest_TestDiffMessage' has non-sendable type 'ProtobufUnittest_TestDiffMessage._StorageClass'; this is an error in the Swift 6 language mode
232 | }
233 |
    :
379 |   ]
380 |
381 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
382 |     var _item: [ProtobufUnittest_TestDiffMessage.Item] = []
383 |     var _v: Int32? = nil
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/util/message_differencer_unittest.pb.swift:225:21: warning: stored property '_storage' of 'Sendable'-conforming struct 'Item' has non-sendable type 'ProtobufUnittest_TestDiffMessage.Item._StorageClass'; this is an error in the Swift 6 language mode
223 |     public init() {}
224 |
225 |     fileprivate var _storage = _StorageClass.defaultInstance
    |                     `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Item' has non-sendable type 'ProtobufUnittest_TestDiffMessage.Item._StorageClass'; this is an error in the Swift 6 language mode
226 |   }
227 |
    :
496 |   ]
497 |
498 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
499 |     var _a: Int32? = nil
500 |     var _b: String? = nil
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/wrappers.pb.swift:194:51: 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.
192 |
193 |   /// The bytes value.
194 |   public var value: 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.
195 |
196 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
[253/271] Wrapping AST for Proto for debugging
[254/271] Write Objects.LinkFileList
[255/275] Archiving libProto.a
[257/275] Compiling CAPI String.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "CTensorFlow.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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
/host/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build C module 'CTensorFlow'
14 |  limitations under the License.
15 | */
16 | import CTensorFlow
   |        `- error: could not build C module 'CTensorFlow'
17 | import Foundation
18 |
[258/276] Compiling CAPI Status.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "CTensorFlow.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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
/host/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build C module 'CTensorFlow'
14 |  limitations under the License.
15 | */
16 | import CTensorFlow
   |        `- error: could not build C module 'CTensorFlow'
17 | import Foundation
18 |
[259/276] Compiling CAPI Tensor.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "CTensorFlow.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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
/host/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build C module 'CTensorFlow'
14 |  limitations under the License.
15 | */
16 | import CTensorFlow
   |        `- error: could not build C module 'CTensorFlow'
17 | import Foundation
18 |
[260/276] Compiling CAPI Library.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "CTensorFlow.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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
/host/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build C module 'CTensorFlow'
14 |  limitations under the License.
15 | */
16 | import CTensorFlow
   |        `- error: could not build C module 'CTensorFlow'
17 | import Foundation
18 |
[261/276] Compiling CAPI Session.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "CTensorFlow.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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
/host/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build C module 'CTensorFlow'
14 |  limitations under the License.
15 | */
16 | import CTensorFlow
   |        `- error: could not build C module 'CTensorFlow'
17 | import Foundation
18 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[262/276] Emitting module CAPI
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "CTensorFlow.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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
/host/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build C module 'CTensorFlow'
14 |  limitations under the License.
15 | */
16 | import CTensorFlow
   |        `- error: could not build C module 'CTensorFlow'
17 | import Foundation
18 |
[263/276] Compiling CAPI Graph.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "CTensorFlow.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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
/host/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build C module 'CTensorFlow'
14 |  limitations under the License.
15 | */
16 | import CTensorFlow
   |        `- error: could not build C module 'CTensorFlow'
17 | import Foundation
18 |
[264/276] Compiling CAPI Buffer.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "CTensorFlow.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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
/host/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build C module 'CTensorFlow'
14 |  limitations under the License.
15 | */
16 | import CTensorFlow
   |        `- error: could not build C module 'CTensorFlow'
17 | import Foundation
18 |
[265/276] Compiling CAPI CAPI.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "CTensorFlow.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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
/host/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build C module 'CTensorFlow'
14 |  limitations under the License.
15 | */
16 | import CTensorFlow
   |        `- error: could not build C module 'CTensorFlow'
17 | import Foundation
18 |
[266/276] Compiling CAPI Extensions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "CTensorFlow.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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
/host/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build C module 'CTensorFlow'
14 |  limitations under the License.
15 | */
16 | import CTensorFlow
   |        `- error: could not build C module 'CTensorFlow'
17 | import Foundation
18 |
[267/276] Compiling CAPI Gradients.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "CTensorFlow.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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
/host/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build C module 'CTensorFlow'
14 |  limitations under the License.
15 | */
16 | import CTensorFlow
   |        `- error: could not build C module 'CTensorFlow'
17 | import Foundation
18 |
BUILD FAILURE 6.0 linux