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 macOS (SPM) on 26 Nov 2024 22:12:47 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

114 |   public init() {}
115 |
116 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_EventReply' has non-sendable type 'Tensorflow_EventReply._StorageClass'; this is an error in the Swift 6 language mode
117 | }
118 |
    :
221 |   ]
222 |
223 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
224 |     var _debugOpStateChanges: [Tensorflow_EventReply.DebugOpStateChange] = []
225 |     var _tensor: Tensorflow_TensorProto? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/debug/debug_service.pb.swift:209:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_CallTraceback' has non-sendable type 'Tensorflow_CallTraceback._StorageClass'; this is an error in the Swift 6 language mode
207 |   public init() {}
208 |
209 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_CallTraceback' has non-sendable type 'Tensorflow_CallTraceback._StorageClass'; this is an error in the Swift 6 language mode
210 | }
211 |
    :
350 |   ]
351 |
352 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
353 |     var _callType: Tensorflow_CallTraceback.CallType = .unspecified
354 |     var _callKey: String = String()
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/example/example.pb.swift:89:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_Example._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
 84 |   ]
 85 |
 86 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
 87 |     var _features: Tensorflow_Features? = nil
 88 |
 89 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_Example._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
 90 |
 91 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/example/example.pb.swift:152:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_SequenceExample._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
146 |   ]
147 |
148 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
149 |     var _context: Tensorflow_Features? = nil
150 |     var _featureLists: Tensorflow_FeatureLists? = nil
151 |
152 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_SequenceExample._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
153 |
154 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/example/example.pb.swift:43:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_Example' has non-sendable type 'Tensorflow_Example._StorageClass'; this is an error in the Swift 6 language mode
 41 |   public init() {}
 42 |
 43 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_Example' has non-sendable type 'Tensorflow_Example._StorageClass'; this is an error in the Swift 6 language mode
 44 | }
 45 |
    :
 84 |   ]
 85 |
 86 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
 87 |     var _features: Tensorflow_Features? = nil
 88 |
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/example/example.pb.swift:73:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_SequenceExample' has non-sendable type 'Tensorflow_SequenceExample._StorageClass'; this is an error in the Swift 6 language mode
 71 |   public init() {}
 72 |
 73 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_SequenceExample' has non-sendable type 'Tensorflow_SequenceExample._StorageClass'; this is an error in the Swift 6 language mode
 74 | }
 75 |
    :
146 |   ]
147 |
148 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
149 |     var _context: Tensorflow_Features? = nil
150 |     var _featureLists: Tensorflow_FeatureLists? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/example/example_parser_configuration.pb.swift:206:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_FixedLenFeatureProto._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
198 |   ]
199 |
200 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
201 |     var _dtype: Tensorflow_DataType = .dtInvalid
202 |     var _shape: Tensorflow_TensorShapeProto? = nil
    :
204 |     var _valuesOutputTensorName: String = String()
205 |
206 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_FixedLenFeatureProto._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
207 |
208 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/example/example_parser_configuration.pb.swift:286:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_FeatureConfiguration._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
281 |   ]
282 |
283 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
284 |     var _config: Tensorflow_FeatureConfiguration.OneOf_Config?
285 |
286 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_FeatureConfiguration._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
287 |
288 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/example/example_parser_configuration.pb.swift:79:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_FixedLenFeatureProto' has non-sendable type 'Tensorflow_FixedLenFeatureProto._StorageClass'; this is an error in the Swift 6 language mode
 77 |   public init() {}
 78 |
 79 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_FixedLenFeatureProto' has non-sendable type 'Tensorflow_FixedLenFeatureProto._StorageClass'; this is an error in the Swift 6 language mode
 80 | }
 81 |
    :
198 |   ]
199 |
200 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
201 |     var _dtype: Tensorflow_DataType = .dtInvalid
202 |     var _shape: Tensorflow_TensorShapeProto? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/example/example_parser_configuration.pb.swift:125:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_FeatureConfiguration' has non-sendable type 'Tensorflow_FeatureConfiguration._StorageClass'; this is an error in the Swift 6 language mode
123 |   public init() {}
124 |
125 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_FeatureConfiguration' has non-sendable type 'Tensorflow_FeatureConfiguration._StorageClass'; this is an error in the Swift 6 language mode
126 | }
127 |
    :
281 |   ]
282 |
283 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
284 |     var _config: Tensorflow_FeatureConfiguration.OneOf_Config?
285 |
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/example/feature.pb.swift:319:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_Feature._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
314 |   ]
315 |
316 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
317 |     var _kind: Tensorflow_Feature.OneOf_Kind?
318 |
319 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_Feature._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
320 |
321 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/example/feature.pb.swift:169:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_Feature' has non-sendable type 'Tensorflow_Feature._StorageClass'; this is an error in the Swift 6 language mode
167 |   public init() {}
168 |
169 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_Feature' has non-sendable type 'Tensorflow_Feature._StorageClass'; this is an error in the Swift 6 language mode
170 | }
171 |
    :
314 |   ]
315 |
316 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
317 |     var _kind: Tensorflow_Feature.OneOf_Kind?
318 |
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/api_def.pb.swift:425:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_ApiDef.Attr._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
417 |   ]
418 |
419 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
420 |     var _name: String = String()
421 |     var _renameTo: String = String()
    :
423 |     var _description_p: String = String()
424 |
425 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_ApiDef.Attr._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
426 |
427 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/api_def.pb.swift:214:21: warning: stored property '_storage' of 'Sendable'-conforming struct 'Attr' has non-sendable type 'Tensorflow_ApiDef.Attr._StorageClass'; this is an error in the Swift 6 language mode
212 |     public init() {}
213 |
214 |     fileprivate var _storage = _StorageClass.defaultInstance
    |                     `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Attr' has non-sendable type 'Tensorflow_ApiDef.Attr._StorageClass'; this is an error in the Swift 6 language mode
215 |   }
216 |
    :
417 |   ]
418 |
419 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
420 |     var _name: String = String()
421 |     var _renameTo: String = String()
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/attr_value.pb.swift:262:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_AttrValue._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
257 |   ]
258 |
259 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
260 |     var _value: Tensorflow_AttrValue.OneOf_Value?
261 |
262 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_AttrValue._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
263 |
264 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/attr_value.pb.swift:221:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_AttrValue' has non-sendable type 'Tensorflow_AttrValue._StorageClass'; this is an error in the Swift 6 language mode
219 |   public init() {}
220 |
221 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_AttrValue' has non-sendable type 'Tensorflow_AttrValue._StorageClass'; this is an error in the Swift 6 language mode
222 | }
223 |
    :
257 |   ]
258 |
259 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
260 |     var _value: Tensorflow_AttrValue.OneOf_Value?
261 |
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/attr_value.pb.swift:39:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 37 |     get {
 38 |       if case .s(let v)? = _storage._value {return v}
 39 |       return SwiftProtobuf.Internal.emptyData
    |                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 40 |     }
 41 |     set {_uniqueStorage()._value = .s(newValue)}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/cost_graph.pb.swift:350:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_CostGraphDef.Node.OutputInfo._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
342 |   ]
343 |
344 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
345 |     var _size: Int64 = 0
346 |     var _aliasInputPort: Int64 = 0
    :
348 |     var _dtype: Tensorflow_DataType = .dtInvalid
349 |
350 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_CostGraphDef.Node.OutputInfo._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
351 |
352 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/cost_graph.pb.swift:139:23: warning: stored property '_storage' of 'Sendable'-conforming struct 'OutputInfo' has non-sendable type 'Tensorflow_CostGraphDef.Node.OutputInfo._StorageClass'; this is an error in the Swift 6 language mode
137 |       public init() {}
138 |
139 |       fileprivate var _storage = _StorageClass.defaultInstance
    |                       `- warning: stored property '_storage' of 'Sendable'-conforming struct 'OutputInfo' has non-sendable type 'Tensorflow_CostGraphDef.Node.OutputInfo._StorageClass'; this is an error in the Swift 6 language mode
140 |     }
141 |
    :
342 |   ]
343 |
344 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
345 |     var _size: Int64 = 0
346 |     var _aliasInputPort: Int64 = 0
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/device_attributes.pb.swift:226:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_DeviceLocality._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
219 |   ]
220 |
221 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
222 |     var _busID: Int32 = 0
223 |     var _numaNode: Int32 = 0
224 |     var _links: Tensorflow_LocalLinks? = nil
225 |
226 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_DeviceLocality._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
227 |
228 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/device_attributes.pb.swift:309:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_DeviceAttributes._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
299 |   ]
300 |
301 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
302 |     var _name: String = String()
303 |     var _deviceType: String = String()
    :
307 |     var _physicalDeviceDesc: String = String()
308 |
309 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_DeviceAttributes._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
310 |
311 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/device_attributes.pb.swift:82:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_DeviceLocality' has non-sendable type 'Tensorflow_DeviceLocality._StorageClass'; this is an error in the Swift 6 language mode
 80 |   public init() {}
 81 |
 82 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_DeviceLocality' has non-sendable type 'Tensorflow_DeviceLocality._StorageClass'; this is an error in the Swift 6 language mode
 83 | }
 84 |
    :
219 |   ]
220 |
221 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
222 |     var _busID: Int32 = 0
223 |     var _numaNode: Int32 = 0
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/device_attributes.pb.swift:136:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_DeviceAttributes' has non-sendable type 'Tensorflow_DeviceAttributes._StorageClass'; this is an error in the Swift 6 language mode
134 |   public init() {}
135 |
136 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_DeviceAttributes' has non-sendable type 'Tensorflow_DeviceAttributes._StorageClass'; this is an error in the Swift 6 language mode
137 | }
138 |
    :
299 |   ]
300 |
301 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
302 |     var _name: String = String()
303 |     var _deviceType: String = String()
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/function.pb.swift:175:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_FunctionDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
167 |   ]
168 |
169 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
170 |     var _signature: Tensorflow_OpDef? = nil
171 |     var _attr: Dictionary<String,Tensorflow_AttrValue> = [:]
    :
173 |     var _ret: Dictionary<String,String> = [:]
174 |
175 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_FunctionDef._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
176 |
177 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/function.pb.swift:84:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_FunctionDef' has non-sendable type 'Tensorflow_FunctionDef._StorageClass'; this is an error in the Swift 6 language mode
 82 |   public init() {}
 83 |
 84 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_FunctionDef' has non-sendable type 'Tensorflow_FunctionDef._StorageClass'; this is an error in the Swift 6 language mode
 85 | }
 86 |
    :
167 |   ]
168 |
169 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
170 |     var _signature: Tensorflow_OpDef? = nil
171 |     var _attr: Dictionary<String,Tensorflow_AttrValue> = [:]
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/graph.pb.swift:116:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_GraphDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
108 |   ]
109 |
110 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
111 |     var _node: [Tensorflow_NodeDef] = []
112 |     var _versions: Tensorflow_VersionDef? = nil
    :
114 |     var _library: Tensorflow_FunctionDefLibrary? = nil
115 |
116 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_GraphDef._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
117 |
118 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/graph.pb.swift:94:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_GraphDef' has non-sendable type 'Tensorflow_GraphDef._StorageClass'; this is an error in the Swift 6 language mode
 92 |   public init() {}
 93 |
 94 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_GraphDef' has non-sendable type 'Tensorflow_GraphDef._StorageClass'; this is an error in the Swift 6 language mode
 95 | }
 96 |
    :
108 |   ]
109 |
110 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
111 |     var _node: [Tensorflow_NodeDef] = []
112 |     var _versions: Tensorflow_VersionDef? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/graph_transfer_info.pb.swift:71:50: 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.
 69 |   public var shape: [Int64] = []
 70 |
 71 |   public var data: 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.
 72 |
 73 |   public var dtype: Tensorflow_DataType = .dtInvalid
[245/258] Compiling Proto device_attributes.pb.swift
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/debug/debug_service.pb.swift:227:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_EventReply._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
221 |   ]
222 |
223 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
224 |     var _debugOpStateChanges: [Tensorflow_EventReply.DebugOpStateChange] = []
225 |     var _tensor: Tensorflow_TensorProto? = nil
226 |
227 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_EventReply._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
228 |
229 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/debug/debug_service.pb.swift:360:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_CallTraceback._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
350 |   ]
351 |
352 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
353 |     var _callType: Tensorflow_CallTraceback.CallType = .unspecified
354 |     var _callKey: String = String()
    :
358 |     var _graphVersion: Int64 = 0
359 |
360 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_CallTraceback._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
361 |
362 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/debug/debug_service.pb.swift:116:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_EventReply' has non-sendable type 'Tensorflow_EventReply._StorageClass'; this is an error in the Swift 6 language mode
114 |   public init() {}
115 |
116 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_EventReply' has non-sendable type 'Tensorflow_EventReply._StorageClass'; this is an error in the Swift 6 language mode
117 | }
118 |
    :
221 |   ]
222 |
223 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
224 |     var _debugOpStateChanges: [Tensorflow_EventReply.DebugOpStateChange] = []
225 |     var _tensor: Tensorflow_TensorProto? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/debug/debug_service.pb.swift:209:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_CallTraceback' has non-sendable type 'Tensorflow_CallTraceback._StorageClass'; this is an error in the Swift 6 language mode
207 |   public init() {}
208 |
209 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_CallTraceback' has non-sendable type 'Tensorflow_CallTraceback._StorageClass'; this is an error in the Swift 6 language mode
210 | }
211 |
    :
350 |   ]
351 |
352 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
353 |     var _callType: Tensorflow_CallTraceback.CallType = .unspecified
354 |     var _callKey: String = String()
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/example/example.pb.swift:89:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_Example._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
 84 |   ]
 85 |
 86 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
 87 |     var _features: Tensorflow_Features? = nil
 88 |
 89 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_Example._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
 90 |
 91 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/example/example.pb.swift:152:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_SequenceExample._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
146 |   ]
147 |
148 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
149 |     var _context: Tensorflow_Features? = nil
150 |     var _featureLists: Tensorflow_FeatureLists? = nil
151 |
152 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_SequenceExample._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
153 |
154 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/example/example.pb.swift:43:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_Example' has non-sendable type 'Tensorflow_Example._StorageClass'; this is an error in the Swift 6 language mode
 41 |   public init() {}
 42 |
 43 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_Example' has non-sendable type 'Tensorflow_Example._StorageClass'; this is an error in the Swift 6 language mode
 44 | }
 45 |
    :
 84 |   ]
 85 |
 86 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
 87 |     var _features: Tensorflow_Features? = nil
 88 |
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/example/example.pb.swift:73:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_SequenceExample' has non-sendable type 'Tensorflow_SequenceExample._StorageClass'; this is an error in the Swift 6 language mode
 71 |   public init() {}
 72 |
 73 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_SequenceExample' has non-sendable type 'Tensorflow_SequenceExample._StorageClass'; this is an error in the Swift 6 language mode
 74 | }
 75 |
    :
146 |   ]
147 |
148 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
149 |     var _context: Tensorflow_Features? = nil
150 |     var _featureLists: Tensorflow_FeatureLists? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/example/example_parser_configuration.pb.swift:206:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_FixedLenFeatureProto._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
198 |   ]
199 |
200 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
201 |     var _dtype: Tensorflow_DataType = .dtInvalid
202 |     var _shape: Tensorflow_TensorShapeProto? = nil
    :
204 |     var _valuesOutputTensorName: String = String()
205 |
206 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_FixedLenFeatureProto._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
207 |
208 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/example/example_parser_configuration.pb.swift:286:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_FeatureConfiguration._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
281 |   ]
282 |
283 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
284 |     var _config: Tensorflow_FeatureConfiguration.OneOf_Config?
285 |
286 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_FeatureConfiguration._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
287 |
288 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/example/example_parser_configuration.pb.swift:79:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_FixedLenFeatureProto' has non-sendable type 'Tensorflow_FixedLenFeatureProto._StorageClass'; this is an error in the Swift 6 language mode
 77 |   public init() {}
 78 |
 79 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_FixedLenFeatureProto' has non-sendable type 'Tensorflow_FixedLenFeatureProto._StorageClass'; this is an error in the Swift 6 language mode
 80 | }
 81 |
    :
198 |   ]
199 |
200 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
201 |     var _dtype: Tensorflow_DataType = .dtInvalid
202 |     var _shape: Tensorflow_TensorShapeProto? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/example/example_parser_configuration.pb.swift:125:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_FeatureConfiguration' has non-sendable type 'Tensorflow_FeatureConfiguration._StorageClass'; this is an error in the Swift 6 language mode
123 |   public init() {}
124 |
125 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_FeatureConfiguration' has non-sendable type 'Tensorflow_FeatureConfiguration._StorageClass'; this is an error in the Swift 6 language mode
126 | }
127 |
    :
281 |   ]
282 |
283 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
284 |     var _config: Tensorflow_FeatureConfiguration.OneOf_Config?
285 |
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/example/feature.pb.swift:319:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_Feature._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
314 |   ]
315 |
316 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
317 |     var _kind: Tensorflow_Feature.OneOf_Kind?
318 |
319 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_Feature._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
320 |
321 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/example/feature.pb.swift:169:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_Feature' has non-sendable type 'Tensorflow_Feature._StorageClass'; this is an error in the Swift 6 language mode
167 |   public init() {}
168 |
169 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_Feature' has non-sendable type 'Tensorflow_Feature._StorageClass'; this is an error in the Swift 6 language mode
170 | }
171 |
    :
314 |   ]
315 |
316 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
317 |     var _kind: Tensorflow_Feature.OneOf_Kind?
318 |
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/api_def.pb.swift:425:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_ApiDef.Attr._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
417 |   ]
418 |
419 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
420 |     var _name: String = String()
421 |     var _renameTo: String = String()
    :
423 |     var _description_p: String = String()
424 |
425 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_ApiDef.Attr._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
426 |
427 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/api_def.pb.swift:214:21: warning: stored property '_storage' of 'Sendable'-conforming struct 'Attr' has non-sendable type 'Tensorflow_ApiDef.Attr._StorageClass'; this is an error in the Swift 6 language mode
212 |     public init() {}
213 |
214 |     fileprivate var _storage = _StorageClass.defaultInstance
    |                     `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Attr' has non-sendable type 'Tensorflow_ApiDef.Attr._StorageClass'; this is an error in the Swift 6 language mode
215 |   }
216 |
    :
417 |   ]
418 |
419 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
420 |     var _name: String = String()
421 |     var _renameTo: String = String()
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/attr_value.pb.swift:262:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_AttrValue._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
257 |   ]
258 |
259 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
260 |     var _value: Tensorflow_AttrValue.OneOf_Value?
261 |
262 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_AttrValue._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
263 |
264 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/attr_value.pb.swift:221:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_AttrValue' has non-sendable type 'Tensorflow_AttrValue._StorageClass'; this is an error in the Swift 6 language mode
219 |   public init() {}
220 |
221 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_AttrValue' has non-sendable type 'Tensorflow_AttrValue._StorageClass'; this is an error in the Swift 6 language mode
222 | }
223 |
    :
257 |   ]
258 |
259 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
260 |     var _value: Tensorflow_AttrValue.OneOf_Value?
261 |
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/attr_value.pb.swift:39:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 37 |     get {
 38 |       if case .s(let v)? = _storage._value {return v}
 39 |       return SwiftProtobuf.Internal.emptyData
    |                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 40 |     }
 41 |     set {_uniqueStorage()._value = .s(newValue)}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/cost_graph.pb.swift:350:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_CostGraphDef.Node.OutputInfo._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
342 |   ]
343 |
344 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
345 |     var _size: Int64 = 0
346 |     var _aliasInputPort: Int64 = 0
    :
348 |     var _dtype: Tensorflow_DataType = .dtInvalid
349 |
350 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_CostGraphDef.Node.OutputInfo._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
351 |
352 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/cost_graph.pb.swift:139:23: warning: stored property '_storage' of 'Sendable'-conforming struct 'OutputInfo' has non-sendable type 'Tensorflow_CostGraphDef.Node.OutputInfo._StorageClass'; this is an error in the Swift 6 language mode
137 |       public init() {}
138 |
139 |       fileprivate var _storage = _StorageClass.defaultInstance
    |                       `- warning: stored property '_storage' of 'Sendable'-conforming struct 'OutputInfo' has non-sendable type 'Tensorflow_CostGraphDef.Node.OutputInfo._StorageClass'; this is an error in the Swift 6 language mode
140 |     }
141 |
    :
342 |   ]
343 |
344 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
345 |     var _size: Int64 = 0
346 |     var _aliasInputPort: Int64 = 0
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/device_attributes.pb.swift:226:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_DeviceLocality._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
219 |   ]
220 |
221 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
222 |     var _busID: Int32 = 0
223 |     var _numaNode: Int32 = 0
224 |     var _links: Tensorflow_LocalLinks? = nil
225 |
226 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_DeviceLocality._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
227 |
228 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/device_attributes.pb.swift:309:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_DeviceAttributes._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
299 |   ]
300 |
301 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
302 |     var _name: String = String()
303 |     var _deviceType: String = String()
    :
307 |     var _physicalDeviceDesc: String = String()
308 |
309 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_DeviceAttributes._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
310 |
311 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/device_attributes.pb.swift:82:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_DeviceLocality' has non-sendable type 'Tensorflow_DeviceLocality._StorageClass'; this is an error in the Swift 6 language mode
 80 |   public init() {}
 81 |
 82 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_DeviceLocality' has non-sendable type 'Tensorflow_DeviceLocality._StorageClass'; this is an error in the Swift 6 language mode
 83 | }
 84 |
    :
219 |   ]
220 |
221 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
222 |     var _busID: Int32 = 0
223 |     var _numaNode: Int32 = 0
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/device_attributes.pb.swift:136:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_DeviceAttributes' has non-sendable type 'Tensorflow_DeviceAttributes._StorageClass'; this is an error in the Swift 6 language mode
134 |   public init() {}
135 |
136 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_DeviceAttributes' has non-sendable type 'Tensorflow_DeviceAttributes._StorageClass'; this is an error in the Swift 6 language mode
137 | }
138 |
    :
299 |   ]
300 |
301 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
302 |     var _name: String = String()
303 |     var _deviceType: String = String()
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/function.pb.swift:175:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_FunctionDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
167 |   ]
168 |
169 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
170 |     var _signature: Tensorflow_OpDef? = nil
171 |     var _attr: Dictionary<String,Tensorflow_AttrValue> = [:]
    :
173 |     var _ret: Dictionary<String,String> = [:]
174 |
175 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_FunctionDef._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
176 |
177 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/function.pb.swift:84:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_FunctionDef' has non-sendable type 'Tensorflow_FunctionDef._StorageClass'; this is an error in the Swift 6 language mode
 82 |   public init() {}
 83 |
 84 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_FunctionDef' has non-sendable type 'Tensorflow_FunctionDef._StorageClass'; this is an error in the Swift 6 language mode
 85 | }
 86 |
    :
167 |   ]
168 |
169 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
170 |     var _signature: Tensorflow_OpDef? = nil
171 |     var _attr: Dictionary<String,Tensorflow_AttrValue> = [:]
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/graph.pb.swift:116:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_GraphDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
108 |   ]
109 |
110 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
111 |     var _node: [Tensorflow_NodeDef] = []
112 |     var _versions: Tensorflow_VersionDef? = nil
    :
114 |     var _library: Tensorflow_FunctionDefLibrary? = nil
115 |
116 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_GraphDef._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
117 |
118 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/graph.pb.swift:94:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_GraphDef' has non-sendable type 'Tensorflow_GraphDef._StorageClass'; this is an error in the Swift 6 language mode
 92 |   public init() {}
 93 |
 94 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_GraphDef' has non-sendable type 'Tensorflow_GraphDef._StorageClass'; this is an error in the Swift 6 language mode
 95 | }
 96 |
    :
108 |   ]
109 |
110 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
111 |     var _node: [Tensorflow_NodeDef] = []
112 |     var _versions: Tensorflow_VersionDef? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/graph_transfer_info.pb.swift:71:50: 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.
 69 |   public var shape: [Int64] = []
 70 |
 71 |   public var data: 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.
 72 |
 73 |   public var dtype: Tensorflow_DataType = .dtInvalid
[246/258] Compiling Proto function.pb.swift
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/debug/debug_service.pb.swift:227:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_EventReply._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
221 |   ]
222 |
223 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
224 |     var _debugOpStateChanges: [Tensorflow_EventReply.DebugOpStateChange] = []
225 |     var _tensor: Tensorflow_TensorProto? = nil
226 |
227 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_EventReply._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
228 |
229 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/debug/debug_service.pb.swift:360:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_CallTraceback._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
350 |   ]
351 |
352 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
353 |     var _callType: Tensorflow_CallTraceback.CallType = .unspecified
354 |     var _callKey: String = String()
    :
358 |     var _graphVersion: Int64 = 0
359 |
360 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_CallTraceback._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
361 |
362 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/debug/debug_service.pb.swift:116:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_EventReply' has non-sendable type 'Tensorflow_EventReply._StorageClass'; this is an error in the Swift 6 language mode
114 |   public init() {}
115 |
116 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_EventReply' has non-sendable type 'Tensorflow_EventReply._StorageClass'; this is an error in the Swift 6 language mode
117 | }
118 |
    :
221 |   ]
222 |
223 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
224 |     var _debugOpStateChanges: [Tensorflow_EventReply.DebugOpStateChange] = []
225 |     var _tensor: Tensorflow_TensorProto? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/debug/debug_service.pb.swift:209:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_CallTraceback' has non-sendable type 'Tensorflow_CallTraceback._StorageClass'; this is an error in the Swift 6 language mode
207 |   public init() {}
208 |
209 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_CallTraceback' has non-sendable type 'Tensorflow_CallTraceback._StorageClass'; this is an error in the Swift 6 language mode
210 | }
211 |
    :
350 |   ]
351 |
352 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
353 |     var _callType: Tensorflow_CallTraceback.CallType = .unspecified
354 |     var _callKey: String = String()
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/example/example.pb.swift:89:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_Example._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
 84 |   ]
 85 |
 86 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
 87 |     var _features: Tensorflow_Features? = nil
 88 |
 89 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_Example._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
 90 |
 91 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/example/example.pb.swift:152:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_SequenceExample._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
146 |   ]
147 |
148 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
149 |     var _context: Tensorflow_Features? = nil
150 |     var _featureLists: Tensorflow_FeatureLists? = nil
151 |
152 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_SequenceExample._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
153 |
154 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/example/example.pb.swift:43:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_Example' has non-sendable type 'Tensorflow_Example._StorageClass'; this is an error in the Swift 6 language mode
 41 |   public init() {}
 42 |
 43 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_Example' has non-sendable type 'Tensorflow_Example._StorageClass'; this is an error in the Swift 6 language mode
 44 | }
 45 |
    :
 84 |   ]
 85 |
 86 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
 87 |     var _features: Tensorflow_Features? = nil
 88 |
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/example/example.pb.swift:73:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_SequenceExample' has non-sendable type 'Tensorflow_SequenceExample._StorageClass'; this is an error in the Swift 6 language mode
 71 |   public init() {}
 72 |
 73 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_SequenceExample' has non-sendable type 'Tensorflow_SequenceExample._StorageClass'; this is an error in the Swift 6 language mode
 74 | }
 75 |
    :
146 |   ]
147 |
148 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
149 |     var _context: Tensorflow_Features? = nil
150 |     var _featureLists: Tensorflow_FeatureLists? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/example/example_parser_configuration.pb.swift:206:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_FixedLenFeatureProto._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
198 |   ]
199 |
200 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
201 |     var _dtype: Tensorflow_DataType = .dtInvalid
202 |     var _shape: Tensorflow_TensorShapeProto? = nil
    :
204 |     var _valuesOutputTensorName: String = String()
205 |
206 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_FixedLenFeatureProto._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
207 |
208 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/example/example_parser_configuration.pb.swift:286:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_FeatureConfiguration._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
281 |   ]
282 |
283 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
284 |     var _config: Tensorflow_FeatureConfiguration.OneOf_Config?
285 |
286 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_FeatureConfiguration._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
287 |
288 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/example/example_parser_configuration.pb.swift:79:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_FixedLenFeatureProto' has non-sendable type 'Tensorflow_FixedLenFeatureProto._StorageClass'; this is an error in the Swift 6 language mode
 77 |   public init() {}
 78 |
 79 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_FixedLenFeatureProto' has non-sendable type 'Tensorflow_FixedLenFeatureProto._StorageClass'; this is an error in the Swift 6 language mode
 80 | }
 81 |
    :
198 |   ]
199 |
200 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
201 |     var _dtype: Tensorflow_DataType = .dtInvalid
202 |     var _shape: Tensorflow_TensorShapeProto? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/example/example_parser_configuration.pb.swift:125:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_FeatureConfiguration' has non-sendable type 'Tensorflow_FeatureConfiguration._StorageClass'; this is an error in the Swift 6 language mode
123 |   public init() {}
124 |
125 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_FeatureConfiguration' has non-sendable type 'Tensorflow_FeatureConfiguration._StorageClass'; this is an error in the Swift 6 language mode
126 | }
127 |
    :
281 |   ]
282 |
283 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
284 |     var _config: Tensorflow_FeatureConfiguration.OneOf_Config?
285 |
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/example/feature.pb.swift:319:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_Feature._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
314 |   ]
315 |
316 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
317 |     var _kind: Tensorflow_Feature.OneOf_Kind?
318 |
319 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_Feature._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
320 |
321 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/example/feature.pb.swift:169:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_Feature' has non-sendable type 'Tensorflow_Feature._StorageClass'; this is an error in the Swift 6 language mode
167 |   public init() {}
168 |
169 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_Feature' has non-sendable type 'Tensorflow_Feature._StorageClass'; this is an error in the Swift 6 language mode
170 | }
171 |
    :
314 |   ]
315 |
316 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
317 |     var _kind: Tensorflow_Feature.OneOf_Kind?
318 |
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/api_def.pb.swift:425:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_ApiDef.Attr._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
417 |   ]
418 |
419 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
420 |     var _name: String = String()
421 |     var _renameTo: String = String()
    :
423 |     var _description_p: String = String()
424 |
425 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_ApiDef.Attr._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
426 |
427 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/api_def.pb.swift:214:21: warning: stored property '_storage' of 'Sendable'-conforming struct 'Attr' has non-sendable type 'Tensorflow_ApiDef.Attr._StorageClass'; this is an error in the Swift 6 language mode
212 |     public init() {}
213 |
214 |     fileprivate var _storage = _StorageClass.defaultInstance
    |                     `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Attr' has non-sendable type 'Tensorflow_ApiDef.Attr._StorageClass'; this is an error in the Swift 6 language mode
215 |   }
216 |
    :
417 |   ]
418 |
419 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
420 |     var _name: String = String()
421 |     var _renameTo: String = String()
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/attr_value.pb.swift:262:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_AttrValue._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
257 |   ]
258 |
259 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
260 |     var _value: Tensorflow_AttrValue.OneOf_Value?
261 |
262 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_AttrValue._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
263 |
264 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/attr_value.pb.swift:221:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_AttrValue' has non-sendable type 'Tensorflow_AttrValue._StorageClass'; this is an error in the Swift 6 language mode
219 |   public init() {}
220 |
221 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_AttrValue' has non-sendable type 'Tensorflow_AttrValue._StorageClass'; this is an error in the Swift 6 language mode
222 | }
223 |
    :
257 |   ]
258 |
259 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
260 |     var _value: Tensorflow_AttrValue.OneOf_Value?
261 |
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/attr_value.pb.swift:39:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 37 |     get {
 38 |       if case .s(let v)? = _storage._value {return v}
 39 |       return SwiftProtobuf.Internal.emptyData
    |                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 40 |     }
 41 |     set {_uniqueStorage()._value = .s(newValue)}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/cost_graph.pb.swift:350:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_CostGraphDef.Node.OutputInfo._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
342 |   ]
343 |
344 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
345 |     var _size: Int64 = 0
346 |     var _aliasInputPort: Int64 = 0
    :
348 |     var _dtype: Tensorflow_DataType = .dtInvalid
349 |
350 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_CostGraphDef.Node.OutputInfo._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
351 |
352 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/cost_graph.pb.swift:139:23: warning: stored property '_storage' of 'Sendable'-conforming struct 'OutputInfo' has non-sendable type 'Tensorflow_CostGraphDef.Node.OutputInfo._StorageClass'; this is an error in the Swift 6 language mode
137 |       public init() {}
138 |
139 |       fileprivate var _storage = _StorageClass.defaultInstance
    |                       `- warning: stored property '_storage' of 'Sendable'-conforming struct 'OutputInfo' has non-sendable type 'Tensorflow_CostGraphDef.Node.OutputInfo._StorageClass'; this is an error in the Swift 6 language mode
140 |     }
141 |
    :
342 |   ]
343 |
344 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
345 |     var _size: Int64 = 0
346 |     var _aliasInputPort: Int64 = 0
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/device_attributes.pb.swift:226:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_DeviceLocality._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
219 |   ]
220 |
221 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
222 |     var _busID: Int32 = 0
223 |     var _numaNode: Int32 = 0
224 |     var _links: Tensorflow_LocalLinks? = nil
225 |
226 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_DeviceLocality._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
227 |
228 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/device_attributes.pb.swift:309:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_DeviceAttributes._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
299 |   ]
300 |
301 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
302 |     var _name: String = String()
303 |     var _deviceType: String = String()
    :
307 |     var _physicalDeviceDesc: String = String()
308 |
309 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_DeviceAttributes._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
310 |
311 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/device_attributes.pb.swift:82:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_DeviceLocality' has non-sendable type 'Tensorflow_DeviceLocality._StorageClass'; this is an error in the Swift 6 language mode
 80 |   public init() {}
 81 |
 82 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_DeviceLocality' has non-sendable type 'Tensorflow_DeviceLocality._StorageClass'; this is an error in the Swift 6 language mode
 83 | }
 84 |
    :
219 |   ]
220 |
221 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
222 |     var _busID: Int32 = 0
223 |     var _numaNode: Int32 = 0
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/device_attributes.pb.swift:136:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_DeviceAttributes' has non-sendable type 'Tensorflow_DeviceAttributes._StorageClass'; this is an error in the Swift 6 language mode
134 |   public init() {}
135 |
136 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_DeviceAttributes' has non-sendable type 'Tensorflow_DeviceAttributes._StorageClass'; this is an error in the Swift 6 language mode
137 | }
138 |
    :
299 |   ]
300 |
301 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
302 |     var _name: String = String()
303 |     var _deviceType: String = String()
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/function.pb.swift:175:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_FunctionDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
167 |   ]
168 |
169 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
170 |     var _signature: Tensorflow_OpDef? = nil
171 |     var _attr: Dictionary<String,Tensorflow_AttrValue> = [:]
    :
173 |     var _ret: Dictionary<String,String> = [:]
174 |
175 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_FunctionDef._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
176 |
177 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/function.pb.swift:84:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_FunctionDef' has non-sendable type 'Tensorflow_FunctionDef._StorageClass'; this is an error in the Swift 6 language mode
 82 |   public init() {}
 83 |
 84 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_FunctionDef' has non-sendable type 'Tensorflow_FunctionDef._StorageClass'; this is an error in the Swift 6 language mode
 85 | }
 86 |
    :
167 |   ]
168 |
169 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
170 |     var _signature: Tensorflow_OpDef? = nil
171 |     var _attr: Dictionary<String,Tensorflow_AttrValue> = [:]
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/graph.pb.swift:116:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_GraphDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
108 |   ]
109 |
110 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
111 |     var _node: [Tensorflow_NodeDef] = []
112 |     var _versions: Tensorflow_VersionDef? = nil
    :
114 |     var _library: Tensorflow_FunctionDefLibrary? = nil
115 |
116 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_GraphDef._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
117 |
118 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/graph.pb.swift:94:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_GraphDef' has non-sendable type 'Tensorflow_GraphDef._StorageClass'; this is an error in the Swift 6 language mode
 92 |   public init() {}
 93 |
 94 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_GraphDef' has non-sendable type 'Tensorflow_GraphDef._StorageClass'; this is an error in the Swift 6 language mode
 95 | }
 96 |
    :
108 |   ]
109 |
110 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
111 |     var _node: [Tensorflow_NodeDef] = []
112 |     var _versions: Tensorflow_VersionDef? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/graph_transfer_info.pb.swift:71:50: 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.
 69 |   public var shape: [Int64] = []
 70 |
 71 |   public var data: 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.
 72 |
 73 |   public var dtype: Tensorflow_DataType = .dtInvalid
[247/258] Compiling Proto graph.pb.swift
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/debug/debug_service.pb.swift:227:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_EventReply._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
221 |   ]
222 |
223 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
224 |     var _debugOpStateChanges: [Tensorflow_EventReply.DebugOpStateChange] = []
225 |     var _tensor: Tensorflow_TensorProto? = nil
226 |
227 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_EventReply._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
228 |
229 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/debug/debug_service.pb.swift:360:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_CallTraceback._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
350 |   ]
351 |
352 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
353 |     var _callType: Tensorflow_CallTraceback.CallType = .unspecified
354 |     var _callKey: String = String()
    :
358 |     var _graphVersion: Int64 = 0
359 |
360 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_CallTraceback._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
361 |
362 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/debug/debug_service.pb.swift:116:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_EventReply' has non-sendable type 'Tensorflow_EventReply._StorageClass'; this is an error in the Swift 6 language mode
114 |   public init() {}
115 |
116 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_EventReply' has non-sendable type 'Tensorflow_EventReply._StorageClass'; this is an error in the Swift 6 language mode
117 | }
118 |
    :
221 |   ]
222 |
223 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
224 |     var _debugOpStateChanges: [Tensorflow_EventReply.DebugOpStateChange] = []
225 |     var _tensor: Tensorflow_TensorProto? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/debug/debug_service.pb.swift:209:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_CallTraceback' has non-sendable type 'Tensorflow_CallTraceback._StorageClass'; this is an error in the Swift 6 language mode
207 |   public init() {}
208 |
209 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_CallTraceback' has non-sendable type 'Tensorflow_CallTraceback._StorageClass'; this is an error in the Swift 6 language mode
210 | }
211 |
    :
350 |   ]
351 |
352 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
353 |     var _callType: Tensorflow_CallTraceback.CallType = .unspecified
354 |     var _callKey: String = String()
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/example/example.pb.swift:89:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_Example._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
 84 |   ]
 85 |
 86 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
 87 |     var _features: Tensorflow_Features? = nil
 88 |
 89 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_Example._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
 90 |
 91 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/example/example.pb.swift:152:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_SequenceExample._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
146 |   ]
147 |
148 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
149 |     var _context: Tensorflow_Features? = nil
150 |     var _featureLists: Tensorflow_FeatureLists? = nil
151 |
152 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_SequenceExample._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
153 |
154 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/example/example.pb.swift:43:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_Example' has non-sendable type 'Tensorflow_Example._StorageClass'; this is an error in the Swift 6 language mode
 41 |   public init() {}
 42 |
 43 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_Example' has non-sendable type 'Tensorflow_Example._StorageClass'; this is an error in the Swift 6 language mode
 44 | }
 45 |
    :
 84 |   ]
 85 |
 86 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
 87 |     var _features: Tensorflow_Features? = nil
 88 |
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/example/example.pb.swift:73:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_SequenceExample' has non-sendable type 'Tensorflow_SequenceExample._StorageClass'; this is an error in the Swift 6 language mode
 71 |   public init() {}
 72 |
 73 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_SequenceExample' has non-sendable type 'Tensorflow_SequenceExample._StorageClass'; this is an error in the Swift 6 language mode
 74 | }
 75 |
    :
146 |   ]
147 |
148 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
149 |     var _context: Tensorflow_Features? = nil
150 |     var _featureLists: Tensorflow_FeatureLists? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/example/example_parser_configuration.pb.swift:206:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_FixedLenFeatureProto._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
198 |   ]
199 |
200 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
201 |     var _dtype: Tensorflow_DataType = .dtInvalid
202 |     var _shape: Tensorflow_TensorShapeProto? = nil
    :
204 |     var _valuesOutputTensorName: String = String()
205 |
206 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_FixedLenFeatureProto._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
207 |
208 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/example/example_parser_configuration.pb.swift:286:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_FeatureConfiguration._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
281 |   ]
282 |
283 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
284 |     var _config: Tensorflow_FeatureConfiguration.OneOf_Config?
285 |
286 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_FeatureConfiguration._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
287 |
288 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/example/example_parser_configuration.pb.swift:79:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_FixedLenFeatureProto' has non-sendable type 'Tensorflow_FixedLenFeatureProto._StorageClass'; this is an error in the Swift 6 language mode
 77 |   public init() {}
 78 |
 79 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_FixedLenFeatureProto' has non-sendable type 'Tensorflow_FixedLenFeatureProto._StorageClass'; this is an error in the Swift 6 language mode
 80 | }
 81 |
    :
198 |   ]
199 |
200 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
201 |     var _dtype: Tensorflow_DataType = .dtInvalid
202 |     var _shape: Tensorflow_TensorShapeProto? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/example/example_parser_configuration.pb.swift:125:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_FeatureConfiguration' has non-sendable type 'Tensorflow_FeatureConfiguration._StorageClass'; this is an error in the Swift 6 language mode
123 |   public init() {}
124 |
125 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_FeatureConfiguration' has non-sendable type 'Tensorflow_FeatureConfiguration._StorageClass'; this is an error in the Swift 6 language mode
126 | }
127 |
    :
281 |   ]
282 |
283 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
284 |     var _config: Tensorflow_FeatureConfiguration.OneOf_Config?
285 |
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/example/feature.pb.swift:319:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_Feature._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
314 |   ]
315 |
316 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
317 |     var _kind: Tensorflow_Feature.OneOf_Kind?
318 |
319 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_Feature._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
320 |
321 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/example/feature.pb.swift:169:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_Feature' has non-sendable type 'Tensorflow_Feature._StorageClass'; this is an error in the Swift 6 language mode
167 |   public init() {}
168 |
169 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_Feature' has non-sendable type 'Tensorflow_Feature._StorageClass'; this is an error in the Swift 6 language mode
170 | }
171 |
    :
314 |   ]
315 |
316 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
317 |     var _kind: Tensorflow_Feature.OneOf_Kind?
318 |
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/api_def.pb.swift:425:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_ApiDef.Attr._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
417 |   ]
418 |
419 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
420 |     var _name: String = String()
421 |     var _renameTo: String = String()
    :
423 |     var _description_p: String = String()
424 |
425 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_ApiDef.Attr._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
426 |
427 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/api_def.pb.swift:214:21: warning: stored property '_storage' of 'Sendable'-conforming struct 'Attr' has non-sendable type 'Tensorflow_ApiDef.Attr._StorageClass'; this is an error in the Swift 6 language mode
212 |     public init() {}
213 |
214 |     fileprivate var _storage = _StorageClass.defaultInstance
    |                     `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Attr' has non-sendable type 'Tensorflow_ApiDef.Attr._StorageClass'; this is an error in the Swift 6 language mode
215 |   }
216 |
    :
417 |   ]
418 |
419 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
420 |     var _name: String = String()
421 |     var _renameTo: String = String()
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/attr_value.pb.swift:262:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_AttrValue._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
257 |   ]
258 |
259 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
260 |     var _value: Tensorflow_AttrValue.OneOf_Value?
261 |
262 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_AttrValue._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
263 |
264 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/attr_value.pb.swift:221:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_AttrValue' has non-sendable type 'Tensorflow_AttrValue._StorageClass'; this is an error in the Swift 6 language mode
219 |   public init() {}
220 |
221 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_AttrValue' has non-sendable type 'Tensorflow_AttrValue._StorageClass'; this is an error in the Swift 6 language mode
222 | }
223 |
    :
257 |   ]
258 |
259 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
260 |     var _value: Tensorflow_AttrValue.OneOf_Value?
261 |
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/attr_value.pb.swift:39:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 37 |     get {
 38 |       if case .s(let v)? = _storage._value {return v}
 39 |       return SwiftProtobuf.Internal.emptyData
    |                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 40 |     }
 41 |     set {_uniqueStorage()._value = .s(newValue)}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/cost_graph.pb.swift:350:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_CostGraphDef.Node.OutputInfo._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
342 |   ]
343 |
344 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
345 |     var _size: Int64 = 0
346 |     var _aliasInputPort: Int64 = 0
    :
348 |     var _dtype: Tensorflow_DataType = .dtInvalid
349 |
350 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_CostGraphDef.Node.OutputInfo._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
351 |
352 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/cost_graph.pb.swift:139:23: warning: stored property '_storage' of 'Sendable'-conforming struct 'OutputInfo' has non-sendable type 'Tensorflow_CostGraphDef.Node.OutputInfo._StorageClass'; this is an error in the Swift 6 language mode
137 |       public init() {}
138 |
139 |       fileprivate var _storage = _StorageClass.defaultInstance
    |                       `- warning: stored property '_storage' of 'Sendable'-conforming struct 'OutputInfo' has non-sendable type 'Tensorflow_CostGraphDef.Node.OutputInfo._StorageClass'; this is an error in the Swift 6 language mode
140 |     }
141 |
    :
342 |   ]
343 |
344 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
345 |     var _size: Int64 = 0
346 |     var _aliasInputPort: Int64 = 0
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/device_attributes.pb.swift:226:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_DeviceLocality._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
219 |   ]
220 |
221 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
222 |     var _busID: Int32 = 0
223 |     var _numaNode: Int32 = 0
224 |     var _links: Tensorflow_LocalLinks? = nil
225 |
226 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_DeviceLocality._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
227 |
228 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/device_attributes.pb.swift:309:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_DeviceAttributes._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
299 |   ]
300 |
301 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
302 |     var _name: String = String()
303 |     var _deviceType: String = String()
    :
307 |     var _physicalDeviceDesc: String = String()
308 |
309 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_DeviceAttributes._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
310 |
311 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/device_attributes.pb.swift:82:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_DeviceLocality' has non-sendable type 'Tensorflow_DeviceLocality._StorageClass'; this is an error in the Swift 6 language mode
 80 |   public init() {}
 81 |
 82 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_DeviceLocality' has non-sendable type 'Tensorflow_DeviceLocality._StorageClass'; this is an error in the Swift 6 language mode
 83 | }
 84 |
    :
219 |   ]
220 |
221 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
222 |     var _busID: Int32 = 0
223 |     var _numaNode: Int32 = 0
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/device_attributes.pb.swift:136:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_DeviceAttributes' has non-sendable type 'Tensorflow_DeviceAttributes._StorageClass'; this is an error in the Swift 6 language mode
134 |   public init() {}
135 |
136 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_DeviceAttributes' has non-sendable type 'Tensorflow_DeviceAttributes._StorageClass'; this is an error in the Swift 6 language mode
137 | }
138 |
    :
299 |   ]
300 |
301 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
302 |     var _name: String = String()
303 |     var _deviceType: String = String()
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/function.pb.swift:175:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_FunctionDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
167 |   ]
168 |
169 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
170 |     var _signature: Tensorflow_OpDef? = nil
171 |     var _attr: Dictionary<String,Tensorflow_AttrValue> = [:]
    :
173 |     var _ret: Dictionary<String,String> = [:]
174 |
175 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_FunctionDef._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
176 |
177 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/function.pb.swift:84:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_FunctionDef' has non-sendable type 'Tensorflow_FunctionDef._StorageClass'; this is an error in the Swift 6 language mode
 82 |   public init() {}
 83 |
 84 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_FunctionDef' has non-sendable type 'Tensorflow_FunctionDef._StorageClass'; this is an error in the Swift 6 language mode
 85 | }
 86 |
    :
167 |   ]
168 |
169 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
170 |     var _signature: Tensorflow_OpDef? = nil
171 |     var _attr: Dictionary<String,Tensorflow_AttrValue> = [:]
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/graph.pb.swift:116:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_GraphDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
108 |   ]
109 |
110 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
111 |     var _node: [Tensorflow_NodeDef] = []
112 |     var _versions: Tensorflow_VersionDef? = nil
    :
114 |     var _library: Tensorflow_FunctionDefLibrary? = nil
115 |
116 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_GraphDef._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
117 |
118 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/graph.pb.swift:94:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_GraphDef' has non-sendable type 'Tensorflow_GraphDef._StorageClass'; this is an error in the Swift 6 language mode
 92 |   public init() {}
 93 |
 94 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_GraphDef' has non-sendable type 'Tensorflow_GraphDef._StorageClass'; this is an error in the Swift 6 language mode
 95 | }
 96 |
    :
108 |   ]
109 |
110 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
111 |     var _node: [Tensorflow_NodeDef] = []
112 |     var _versions: Tensorflow_VersionDef? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/graph_transfer_info.pb.swift:71:50: 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.
 69 |   public var shape: [Int64] = []
 70 |
 71 |   public var data: 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.
 72 |
 73 |   public var dtype: Tensorflow_DataType = .dtInvalid
[248/258] Compiling Proto graph_transfer_info.pb.swift
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/debug/debug_service.pb.swift:227:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_EventReply._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
221 |   ]
222 |
223 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
224 |     var _debugOpStateChanges: [Tensorflow_EventReply.DebugOpStateChange] = []
225 |     var _tensor: Tensorflow_TensorProto? = nil
226 |
227 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_EventReply._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
228 |
229 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/debug/debug_service.pb.swift:360:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_CallTraceback._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
350 |   ]
351 |
352 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
353 |     var _callType: Tensorflow_CallTraceback.CallType = .unspecified
354 |     var _callKey: String = String()
    :
358 |     var _graphVersion: Int64 = 0
359 |
360 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_CallTraceback._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
361 |
362 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/debug/debug_service.pb.swift:116:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_EventReply' has non-sendable type 'Tensorflow_EventReply._StorageClass'; this is an error in the Swift 6 language mode
114 |   public init() {}
115 |
116 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_EventReply' has non-sendable type 'Tensorflow_EventReply._StorageClass'; this is an error in the Swift 6 language mode
117 | }
118 |
    :
221 |   ]
222 |
223 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
224 |     var _debugOpStateChanges: [Tensorflow_EventReply.DebugOpStateChange] = []
225 |     var _tensor: Tensorflow_TensorProto? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/debug/debug_service.pb.swift:209:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_CallTraceback' has non-sendable type 'Tensorflow_CallTraceback._StorageClass'; this is an error in the Swift 6 language mode
207 |   public init() {}
208 |
209 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_CallTraceback' has non-sendable type 'Tensorflow_CallTraceback._StorageClass'; this is an error in the Swift 6 language mode
210 | }
211 |
    :
350 |   ]
351 |
352 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
353 |     var _callType: Tensorflow_CallTraceback.CallType = .unspecified
354 |     var _callKey: String = String()
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/example/example.pb.swift:89:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_Example._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
 84 |   ]
 85 |
 86 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
 87 |     var _features: Tensorflow_Features? = nil
 88 |
 89 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_Example._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
 90 |
 91 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/example/example.pb.swift:152:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_SequenceExample._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
146 |   ]
147 |
148 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
149 |     var _context: Tensorflow_Features? = nil
150 |     var _featureLists: Tensorflow_FeatureLists? = nil
151 |
152 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_SequenceExample._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
153 |
154 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/example/example.pb.swift:43:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_Example' has non-sendable type 'Tensorflow_Example._StorageClass'; this is an error in the Swift 6 language mode
 41 |   public init() {}
 42 |
 43 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_Example' has non-sendable type 'Tensorflow_Example._StorageClass'; this is an error in the Swift 6 language mode
 44 | }
 45 |
    :
 84 |   ]
 85 |
 86 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
 87 |     var _features: Tensorflow_Features? = nil
 88 |
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/example/example.pb.swift:73:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_SequenceExample' has non-sendable type 'Tensorflow_SequenceExample._StorageClass'; this is an error in the Swift 6 language mode
 71 |   public init() {}
 72 |
 73 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_SequenceExample' has non-sendable type 'Tensorflow_SequenceExample._StorageClass'; this is an error in the Swift 6 language mode
 74 | }
 75 |
    :
146 |   ]
147 |
148 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
149 |     var _context: Tensorflow_Features? = nil
150 |     var _featureLists: Tensorflow_FeatureLists? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/example/example_parser_configuration.pb.swift:206:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_FixedLenFeatureProto._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
198 |   ]
199 |
200 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
201 |     var _dtype: Tensorflow_DataType = .dtInvalid
202 |     var _shape: Tensorflow_TensorShapeProto? = nil
    :
204 |     var _valuesOutputTensorName: String = String()
205 |
206 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_FixedLenFeatureProto._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
207 |
208 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/example/example_parser_configuration.pb.swift:286:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_FeatureConfiguration._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
281 |   ]
282 |
283 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
284 |     var _config: Tensorflow_FeatureConfiguration.OneOf_Config?
285 |
286 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_FeatureConfiguration._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
287 |
288 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/example/example_parser_configuration.pb.swift:79:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_FixedLenFeatureProto' has non-sendable type 'Tensorflow_FixedLenFeatureProto._StorageClass'; this is an error in the Swift 6 language mode
 77 |   public init() {}
 78 |
 79 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_FixedLenFeatureProto' has non-sendable type 'Tensorflow_FixedLenFeatureProto._StorageClass'; this is an error in the Swift 6 language mode
 80 | }
 81 |
    :
198 |   ]
199 |
200 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
201 |     var _dtype: Tensorflow_DataType = .dtInvalid
202 |     var _shape: Tensorflow_TensorShapeProto? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/example/example_parser_configuration.pb.swift:125:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_FeatureConfiguration' has non-sendable type 'Tensorflow_FeatureConfiguration._StorageClass'; this is an error in the Swift 6 language mode
123 |   public init() {}
124 |
125 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_FeatureConfiguration' has non-sendable type 'Tensorflow_FeatureConfiguration._StorageClass'; this is an error in the Swift 6 language mode
126 | }
127 |
    :
281 |   ]
282 |
283 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
284 |     var _config: Tensorflow_FeatureConfiguration.OneOf_Config?
285 |
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/example/feature.pb.swift:319:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_Feature._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
314 |   ]
315 |
316 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
317 |     var _kind: Tensorflow_Feature.OneOf_Kind?
318 |
319 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_Feature._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
320 |
321 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/example/feature.pb.swift:169:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_Feature' has non-sendable type 'Tensorflow_Feature._StorageClass'; this is an error in the Swift 6 language mode
167 |   public init() {}
168 |
169 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_Feature' has non-sendable type 'Tensorflow_Feature._StorageClass'; this is an error in the Swift 6 language mode
170 | }
171 |
    :
314 |   ]
315 |
316 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
317 |     var _kind: Tensorflow_Feature.OneOf_Kind?
318 |
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/api_def.pb.swift:425:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_ApiDef.Attr._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
417 |   ]
418 |
419 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
420 |     var _name: String = String()
421 |     var _renameTo: String = String()
    :
423 |     var _description_p: String = String()
424 |
425 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_ApiDef.Attr._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
426 |
427 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/api_def.pb.swift:214:21: warning: stored property '_storage' of 'Sendable'-conforming struct 'Attr' has non-sendable type 'Tensorflow_ApiDef.Attr._StorageClass'; this is an error in the Swift 6 language mode
212 |     public init() {}
213 |
214 |     fileprivate var _storage = _StorageClass.defaultInstance
    |                     `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Attr' has non-sendable type 'Tensorflow_ApiDef.Attr._StorageClass'; this is an error in the Swift 6 language mode
215 |   }
216 |
    :
417 |   ]
418 |
419 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
420 |     var _name: String = String()
421 |     var _renameTo: String = String()
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/attr_value.pb.swift:262:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_AttrValue._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
257 |   ]
258 |
259 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
260 |     var _value: Tensorflow_AttrValue.OneOf_Value?
261 |
262 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_AttrValue._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
263 |
264 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/attr_value.pb.swift:221:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_AttrValue' has non-sendable type 'Tensorflow_AttrValue._StorageClass'; this is an error in the Swift 6 language mode
219 |   public init() {}
220 |
221 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_AttrValue' has non-sendable type 'Tensorflow_AttrValue._StorageClass'; this is an error in the Swift 6 language mode
222 | }
223 |
    :
257 |   ]
258 |
259 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
260 |     var _value: Tensorflow_AttrValue.OneOf_Value?
261 |
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/attr_value.pb.swift:39:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 37 |     get {
 38 |       if case .s(let v)? = _storage._value {return v}
 39 |       return SwiftProtobuf.Internal.emptyData
    |                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 40 |     }
 41 |     set {_uniqueStorage()._value = .s(newValue)}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/cost_graph.pb.swift:350:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_CostGraphDef.Node.OutputInfo._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
342 |   ]
343 |
344 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
345 |     var _size: Int64 = 0
346 |     var _aliasInputPort: Int64 = 0
    :
348 |     var _dtype: Tensorflow_DataType = .dtInvalid
349 |
350 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_CostGraphDef.Node.OutputInfo._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
351 |
352 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/cost_graph.pb.swift:139:23: warning: stored property '_storage' of 'Sendable'-conforming struct 'OutputInfo' has non-sendable type 'Tensorflow_CostGraphDef.Node.OutputInfo._StorageClass'; this is an error in the Swift 6 language mode
137 |       public init() {}
138 |
139 |       fileprivate var _storage = _StorageClass.defaultInstance
    |                       `- warning: stored property '_storage' of 'Sendable'-conforming struct 'OutputInfo' has non-sendable type 'Tensorflow_CostGraphDef.Node.OutputInfo._StorageClass'; this is an error in the Swift 6 language mode
140 |     }
141 |
    :
342 |   ]
343 |
344 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
345 |     var _size: Int64 = 0
346 |     var _aliasInputPort: Int64 = 0
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/device_attributes.pb.swift:226:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_DeviceLocality._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
219 |   ]
220 |
221 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
222 |     var _busID: Int32 = 0
223 |     var _numaNode: Int32 = 0
224 |     var _links: Tensorflow_LocalLinks? = nil
225 |
226 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_DeviceLocality._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
227 |
228 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/device_attributes.pb.swift:309:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_DeviceAttributes._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
299 |   ]
300 |
301 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
302 |     var _name: String = String()
303 |     var _deviceType: String = String()
    :
307 |     var _physicalDeviceDesc: String = String()
308 |
309 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_DeviceAttributes._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
310 |
311 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/device_attributes.pb.swift:82:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_DeviceLocality' has non-sendable type 'Tensorflow_DeviceLocality._StorageClass'; this is an error in the Swift 6 language mode
 80 |   public init() {}
 81 |
 82 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_DeviceLocality' has non-sendable type 'Tensorflow_DeviceLocality._StorageClass'; this is an error in the Swift 6 language mode
 83 | }
 84 |
    :
219 |   ]
220 |
221 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
222 |     var _busID: Int32 = 0
223 |     var _numaNode: Int32 = 0
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/device_attributes.pb.swift:136:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_DeviceAttributes' has non-sendable type 'Tensorflow_DeviceAttributes._StorageClass'; this is an error in the Swift 6 language mode
134 |   public init() {}
135 |
136 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_DeviceAttributes' has non-sendable type 'Tensorflow_DeviceAttributes._StorageClass'; this is an error in the Swift 6 language mode
137 | }
138 |
    :
299 |   ]
300 |
301 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
302 |     var _name: String = String()
303 |     var _deviceType: String = String()
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/function.pb.swift:175:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_FunctionDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
167 |   ]
168 |
169 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
170 |     var _signature: Tensorflow_OpDef? = nil
171 |     var _attr: Dictionary<String,Tensorflow_AttrValue> = [:]
    :
173 |     var _ret: Dictionary<String,String> = [:]
174 |
175 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_FunctionDef._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
176 |
177 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/function.pb.swift:84:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_FunctionDef' has non-sendable type 'Tensorflow_FunctionDef._StorageClass'; this is an error in the Swift 6 language mode
 82 |   public init() {}
 83 |
 84 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_FunctionDef' has non-sendable type 'Tensorflow_FunctionDef._StorageClass'; this is an error in the Swift 6 language mode
 85 | }
 86 |
    :
167 |   ]
168 |
169 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
170 |     var _signature: Tensorflow_OpDef? = nil
171 |     var _attr: Dictionary<String,Tensorflow_AttrValue> = [:]
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/graph.pb.swift:116:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_GraphDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
108 |   ]
109 |
110 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
111 |     var _node: [Tensorflow_NodeDef] = []
112 |     var _versions: Tensorflow_VersionDef? = nil
    :
114 |     var _library: Tensorflow_FunctionDefLibrary? = nil
115 |
116 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_GraphDef._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
117 |
118 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/graph.pb.swift:94:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_GraphDef' has non-sendable type 'Tensorflow_GraphDef._StorageClass'; this is an error in the Swift 6 language mode
 92 |   public init() {}
 93 |
 94 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_GraphDef' has non-sendable type 'Tensorflow_GraphDef._StorageClass'; this is an error in the Swift 6 language mode
 95 | }
 96 |
    :
108 |   ]
109 |
110 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
111 |     var _node: [Tensorflow_NodeDef] = []
112 |     var _versions: Tensorflow_VersionDef? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/graph_transfer_info.pb.swift:71:50: 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.
 69 |   public var shape: [Int64] = []
 70 |
 71 |   public var data: 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.
 72 |
 73 |   public var dtype: Tensorflow_DataType = .dtInvalid
[249/258] Compiling Proto iterator.pb.swift
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/debug/debug_service.pb.swift:227:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_EventReply._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
221 |   ]
222 |
223 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
224 |     var _debugOpStateChanges: [Tensorflow_EventReply.DebugOpStateChange] = []
225 |     var _tensor: Tensorflow_TensorProto? = nil
226 |
227 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_EventReply._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
228 |
229 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/debug/debug_service.pb.swift:360:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_CallTraceback._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
350 |   ]
351 |
352 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
353 |     var _callType: Tensorflow_CallTraceback.CallType = .unspecified
354 |     var _callKey: String = String()
    :
358 |     var _graphVersion: Int64 = 0
359 |
360 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_CallTraceback._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
361 |
362 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/debug/debug_service.pb.swift:116:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_EventReply' has non-sendable type 'Tensorflow_EventReply._StorageClass'; this is an error in the Swift 6 language mode
114 |   public init() {}
115 |
116 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_EventReply' has non-sendable type 'Tensorflow_EventReply._StorageClass'; this is an error in the Swift 6 language mode
117 | }
118 |
    :
221 |   ]
222 |
223 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
224 |     var _debugOpStateChanges: [Tensorflow_EventReply.DebugOpStateChange] = []
225 |     var _tensor: Tensorflow_TensorProto? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/debug/debug_service.pb.swift:209:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_CallTraceback' has non-sendable type 'Tensorflow_CallTraceback._StorageClass'; this is an error in the Swift 6 language mode
207 |   public init() {}
208 |
209 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_CallTraceback' has non-sendable type 'Tensorflow_CallTraceback._StorageClass'; this is an error in the Swift 6 language mode
210 | }
211 |
    :
350 |   ]
351 |
352 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
353 |     var _callType: Tensorflow_CallTraceback.CallType = .unspecified
354 |     var _callKey: String = String()
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/example/example.pb.swift:89:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_Example._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
 84 |   ]
 85 |
 86 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
 87 |     var _features: Tensorflow_Features? = nil
 88 |
 89 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_Example._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
 90 |
 91 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/example/example.pb.swift:152:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_SequenceExample._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
146 |   ]
147 |
148 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
149 |     var _context: Tensorflow_Features? = nil
150 |     var _featureLists: Tensorflow_FeatureLists? = nil
151 |
152 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_SequenceExample._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
153 |
154 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/example/example.pb.swift:43:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_Example' has non-sendable type 'Tensorflow_Example._StorageClass'; this is an error in the Swift 6 language mode
 41 |   public init() {}
 42 |
 43 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_Example' has non-sendable type 'Tensorflow_Example._StorageClass'; this is an error in the Swift 6 language mode
 44 | }
 45 |
    :
 84 |   ]
 85 |
 86 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
 87 |     var _features: Tensorflow_Features? = nil
 88 |
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/example/example.pb.swift:73:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_SequenceExample' has non-sendable type 'Tensorflow_SequenceExample._StorageClass'; this is an error in the Swift 6 language mode
 71 |   public init() {}
 72 |
 73 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_SequenceExample' has non-sendable type 'Tensorflow_SequenceExample._StorageClass'; this is an error in the Swift 6 language mode
 74 | }
 75 |
    :
146 |   ]
147 |
148 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
149 |     var _context: Tensorflow_Features? = nil
150 |     var _featureLists: Tensorflow_FeatureLists? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/example/example_parser_configuration.pb.swift:206:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_FixedLenFeatureProto._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
198 |   ]
199 |
200 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
201 |     var _dtype: Tensorflow_DataType = .dtInvalid
202 |     var _shape: Tensorflow_TensorShapeProto? = nil
    :
204 |     var _valuesOutputTensorName: String = String()
205 |
206 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_FixedLenFeatureProto._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
207 |
208 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/example/example_parser_configuration.pb.swift:286:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_FeatureConfiguration._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
281 |   ]
282 |
283 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
284 |     var _config: Tensorflow_FeatureConfiguration.OneOf_Config?
285 |
286 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_FeatureConfiguration._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
287 |
288 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/example/example_parser_configuration.pb.swift:79:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_FixedLenFeatureProto' has non-sendable type 'Tensorflow_FixedLenFeatureProto._StorageClass'; this is an error in the Swift 6 language mode
 77 |   public init() {}
 78 |
 79 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_FixedLenFeatureProto' has non-sendable type 'Tensorflow_FixedLenFeatureProto._StorageClass'; this is an error in the Swift 6 language mode
 80 | }
 81 |
    :
198 |   ]
199 |
200 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
201 |     var _dtype: Tensorflow_DataType = .dtInvalid
202 |     var _shape: Tensorflow_TensorShapeProto? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/example/example_parser_configuration.pb.swift:125:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_FeatureConfiguration' has non-sendable type 'Tensorflow_FeatureConfiguration._StorageClass'; this is an error in the Swift 6 language mode
123 |   public init() {}
124 |
125 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_FeatureConfiguration' has non-sendable type 'Tensorflow_FeatureConfiguration._StorageClass'; this is an error in the Swift 6 language mode
126 | }
127 |
    :
281 |   ]
282 |
283 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
284 |     var _config: Tensorflow_FeatureConfiguration.OneOf_Config?
285 |
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/example/feature.pb.swift:319:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_Feature._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
314 |   ]
315 |
316 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
317 |     var _kind: Tensorflow_Feature.OneOf_Kind?
318 |
319 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_Feature._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
320 |
321 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/example/feature.pb.swift:169:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_Feature' has non-sendable type 'Tensorflow_Feature._StorageClass'; this is an error in the Swift 6 language mode
167 |   public init() {}
168 |
169 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_Feature' has non-sendable type 'Tensorflow_Feature._StorageClass'; this is an error in the Swift 6 language mode
170 | }
171 |
    :
314 |   ]
315 |
316 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
317 |     var _kind: Tensorflow_Feature.OneOf_Kind?
318 |
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/api_def.pb.swift:425:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_ApiDef.Attr._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
417 |   ]
418 |
419 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
420 |     var _name: String = String()
421 |     var _renameTo: String = String()
    :
423 |     var _description_p: String = String()
424 |
425 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_ApiDef.Attr._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
426 |
427 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/api_def.pb.swift:214:21: warning: stored property '_storage' of 'Sendable'-conforming struct 'Attr' has non-sendable type 'Tensorflow_ApiDef.Attr._StorageClass'; this is an error in the Swift 6 language mode
212 |     public init() {}
213 |
214 |     fileprivate var _storage = _StorageClass.defaultInstance
    |                     `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Attr' has non-sendable type 'Tensorflow_ApiDef.Attr._StorageClass'; this is an error in the Swift 6 language mode
215 |   }
216 |
    :
417 |   ]
418 |
419 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
420 |     var _name: String = String()
421 |     var _renameTo: String = String()
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/attr_value.pb.swift:262:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_AttrValue._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
257 |   ]
258 |
259 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
260 |     var _value: Tensorflow_AttrValue.OneOf_Value?
261 |
262 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_AttrValue._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
263 |
264 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/attr_value.pb.swift:221:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_AttrValue' has non-sendable type 'Tensorflow_AttrValue._StorageClass'; this is an error in the Swift 6 language mode
219 |   public init() {}
220 |
221 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_AttrValue' has non-sendable type 'Tensorflow_AttrValue._StorageClass'; this is an error in the Swift 6 language mode
222 | }
223 |
    :
257 |   ]
258 |
259 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
260 |     var _value: Tensorflow_AttrValue.OneOf_Value?
261 |
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/attr_value.pb.swift:39:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 37 |     get {
 38 |       if case .s(let v)? = _storage._value {return v}
 39 |       return SwiftProtobuf.Internal.emptyData
    |                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 40 |     }
 41 |     set {_uniqueStorage()._value = .s(newValue)}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/cost_graph.pb.swift:350:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_CostGraphDef.Node.OutputInfo._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
342 |   ]
343 |
344 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
345 |     var _size: Int64 = 0
346 |     var _aliasInputPort: Int64 = 0
    :
348 |     var _dtype: Tensorflow_DataType = .dtInvalid
349 |
350 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_CostGraphDef.Node.OutputInfo._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
351 |
352 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/cost_graph.pb.swift:139:23: warning: stored property '_storage' of 'Sendable'-conforming struct 'OutputInfo' has non-sendable type 'Tensorflow_CostGraphDef.Node.OutputInfo._StorageClass'; this is an error in the Swift 6 language mode
137 |       public init() {}
138 |
139 |       fileprivate var _storage = _StorageClass.defaultInstance
    |                       `- warning: stored property '_storage' of 'Sendable'-conforming struct 'OutputInfo' has non-sendable type 'Tensorflow_CostGraphDef.Node.OutputInfo._StorageClass'; this is an error in the Swift 6 language mode
140 |     }
141 |
    :
342 |   ]
343 |
344 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
345 |     var _size: Int64 = 0
346 |     var _aliasInputPort: Int64 = 0
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/device_attributes.pb.swift:226:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_DeviceLocality._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
219 |   ]
220 |
221 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
222 |     var _busID: Int32 = 0
223 |     var _numaNode: Int32 = 0
224 |     var _links: Tensorflow_LocalLinks? = nil
225 |
226 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_DeviceLocality._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
227 |
228 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/device_attributes.pb.swift:309:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_DeviceAttributes._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
299 |   ]
300 |
301 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
302 |     var _name: String = String()
303 |     var _deviceType: String = String()
    :
307 |     var _physicalDeviceDesc: String = String()
308 |
309 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_DeviceAttributes._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
310 |
311 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/device_attributes.pb.swift:82:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_DeviceLocality' has non-sendable type 'Tensorflow_DeviceLocality._StorageClass'; this is an error in the Swift 6 language mode
 80 |   public init() {}
 81 |
 82 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_DeviceLocality' has non-sendable type 'Tensorflow_DeviceLocality._StorageClass'; this is an error in the Swift 6 language mode
 83 | }
 84 |
    :
219 |   ]
220 |
221 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
222 |     var _busID: Int32 = 0
223 |     var _numaNode: Int32 = 0
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/device_attributes.pb.swift:136:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_DeviceAttributes' has non-sendable type 'Tensorflow_DeviceAttributes._StorageClass'; this is an error in the Swift 6 language mode
134 |   public init() {}
135 |
136 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_DeviceAttributes' has non-sendable type 'Tensorflow_DeviceAttributes._StorageClass'; this is an error in the Swift 6 language mode
137 | }
138 |
    :
299 |   ]
300 |
301 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
302 |     var _name: String = String()
303 |     var _deviceType: String = String()
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/function.pb.swift:175:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_FunctionDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
167 |   ]
168 |
169 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
170 |     var _signature: Tensorflow_OpDef? = nil
171 |     var _attr: Dictionary<String,Tensorflow_AttrValue> = [:]
    :
173 |     var _ret: Dictionary<String,String> = [:]
174 |
175 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_FunctionDef._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
176 |
177 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/function.pb.swift:84:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_FunctionDef' has non-sendable type 'Tensorflow_FunctionDef._StorageClass'; this is an error in the Swift 6 language mode
 82 |   public init() {}
 83 |
 84 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_FunctionDef' has non-sendable type 'Tensorflow_FunctionDef._StorageClass'; this is an error in the Swift 6 language mode
 85 | }
 86 |
    :
167 |   ]
168 |
169 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
170 |     var _signature: Tensorflow_OpDef? = nil
171 |     var _attr: Dictionary<String,Tensorflow_AttrValue> = [:]
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/graph.pb.swift:116:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_GraphDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
108 |   ]
109 |
110 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
111 |     var _node: [Tensorflow_NodeDef] = []
112 |     var _versions: Tensorflow_VersionDef? = nil
    :
114 |     var _library: Tensorflow_FunctionDefLibrary? = nil
115 |
116 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_GraphDef._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
117 |
118 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/graph.pb.swift:94:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_GraphDef' has non-sendable type 'Tensorflow_GraphDef._StorageClass'; this is an error in the Swift 6 language mode
 92 |   public init() {}
 93 |
 94 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_GraphDef' has non-sendable type 'Tensorflow_GraphDef._StorageClass'; this is an error in the Swift 6 language mode
 95 | }
 96 |
    :
108 |   ]
109 |
110 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
111 |     var _node: [Tensorflow_NodeDef] = []
112 |     var _versions: Tensorflow_VersionDef? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/graph_transfer_info.pb.swift:71:50: 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.
 69 |   public var shape: [Int64] = []
 70 |
 71 |   public var data: 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.
 72 |
 73 |   public var dtype: Tensorflow_DataType = .dtInvalid
[249/258] Write Objects.LinkFileList
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning duplicate member name 'any.pb.swift.o' from '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Proto.build/any.pb.swift.o(any.pb.swift.o)' and '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftProtobuf.build/any.pb.swift.o(any.pb.swift.o)'
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning duplicate member name 'api.pb.swift.o' from '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftProtobuf.build/api.pb.swift.o(api.pb.swift.o)' and '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Proto.build/api.pb.swift.o(api.pb.swift.o)'
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning duplicate member name 'descriptor.pb.swift.o' from '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftProtobuf.build/descriptor.pb.swift.o(descriptor.pb.swift.o)' and '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Proto.build/descriptor.pb.swift.o(descriptor.pb.swift.o)'
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning duplicate member name 'duration.pb.swift.o' from '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftProtobuf.build/duration.pb.swift.o(duration.pb.swift.o)' and '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Proto.build/duration.pb.swift.o(duration.pb.swift.o)'
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning duplicate member name 'empty.pb.swift.o' from '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Proto.build/empty.pb.swift.o(empty.pb.swift.o)' and '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftProtobuf.build/empty.pb.swift.o(empty.pb.swift.o)'
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning duplicate member name 'field_mask.pb.swift.o' from '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftProtobuf.build/field_mask.pb.swift.o(field_mask.pb.swift.o)' and '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Proto.build/field_mask.pb.swift.o(field_mask.pb.swift.o)'
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning duplicate member name 'source_context.pb.swift.o' from '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Proto.build/source_context.pb.swift.o(source_context.pb.swift.o)' and '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftProtobuf.build/source_context.pb.swift.o(source_context.pb.swift.o)'
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning duplicate member name 'struct.pb.swift.o' from '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftProtobuf.build/struct.pb.swift.o(struct.pb.swift.o)' and '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Proto.build/struct.pb.swift.o(struct.pb.swift.o)'
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning duplicate member name 'timestamp.pb.swift.o' from '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftProtobuf.build/timestamp.pb.swift.o(timestamp.pb.swift.o)' and '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Proto.build/timestamp.pb.swift.o(timestamp.pb.swift.o)'
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning duplicate member name 'type.pb.swift.o' from '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Proto.build/type.pb.swift.o(type.pb.swift.o)' and '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftProtobuf.build/type.pb.swift.o(type.pb.swift.o)'
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning duplicate member name 'wrappers.pb.swift.o' from '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftProtobuf.build/wrappers.pb.swift.o(wrappers.pb.swift.o)' and '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Proto.build/wrappers.pb.swift.o(wrappers.pb.swift.o)'
[250/268] Archiving libProto.a
[252/268] Compiling CAPI String.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "CTensorFlow.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CTensorFlow/CTensorFlow.h:4:10: error: 'tensorflow/c/c_api.h' file not found
 2 | #define _SWIFT_CTENSORFLOW_H_
 3 |
 4 | #include <tensorflow/c/c_api.h>
   |          `- error: 'tensorflow/c/c_api.h' file not found
 5 |
 6 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build Objective-C module 'CTensorFlow'
14 |  limitations under the License.
15 | */
16 | import CTensorFlow
   |        `- error: could not build Objective-C module 'CTensorFlow'
17 | import Foundation
18 |
[253/268] Compiling CAPI Status.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "CTensorFlow.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CTensorFlow/CTensorFlow.h:4:10: error: 'tensorflow/c/c_api.h' file not found
 2 | #define _SWIFT_CTENSORFLOW_H_
 3 |
 4 | #include <tensorflow/c/c_api.h>
   |          `- error: 'tensorflow/c/c_api.h' file not found
 5 |
 6 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build Objective-C module 'CTensorFlow'
14 |  limitations under the License.
15 | */
16 | import CTensorFlow
   |        `- error: could not build Objective-C module 'CTensorFlow'
17 | import Foundation
18 |
[254/269] Compiling CAPI Session.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "CTensorFlow.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CTensorFlow/CTensorFlow.h:4:10: error: 'tensorflow/c/c_api.h' file not found
 2 | #define _SWIFT_CTENSORFLOW_H_
 3 |
 4 | #include <tensorflow/c/c_api.h>
   |          `- error: 'tensorflow/c/c_api.h' file not found
 5 |
 6 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build Objective-C module 'CTensorFlow'
14 |  limitations under the License.
15 | */
16 | import CTensorFlow
   |        `- error: could not build Objective-C module 'CTensorFlow'
17 | import Foundation
18 |
[255/269] Compiling CAPI Library.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "CTensorFlow.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CTensorFlow/CTensorFlow.h:4:10: error: 'tensorflow/c/c_api.h' file not found
 2 | #define _SWIFT_CTENSORFLOW_H_
 3 |
 4 | #include <tensorflow/c/c_api.h>
   |          `- error: 'tensorflow/c/c_api.h' file not found
 5 |
 6 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build Objective-C module 'CTensorFlow'
14 |  limitations under the License.
15 | */
16 | import CTensorFlow
   |        `- error: could not build Objective-C module 'CTensorFlow'
17 | import Foundation
18 |
[256/269] Compiling CAPI Tensor.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "CTensorFlow.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CTensorFlow/CTensorFlow.h:4:10: error: 'tensorflow/c/c_api.h' file not found
 2 | #define _SWIFT_CTENSORFLOW_H_
 3 |
 4 | #include <tensorflow/c/c_api.h>
   |          `- error: 'tensorflow/c/c_api.h' file not found
 5 |
 6 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build Objective-C module 'CTensorFlow'
14 |  limitations under the License.
15 | */
16 | import CTensorFlow
   |        `- error: could not build Objective-C module 'CTensorFlow'
17 | import Foundation
18 |
[257/269] Compiling CAPI Graph.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "CTensorFlow.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CTensorFlow/CTensorFlow.h:4:10: error: 'tensorflow/c/c_api.h' file not found
 2 | #define _SWIFT_CTENSORFLOW_H_
 3 |
 4 | #include <tensorflow/c/c_api.h>
   |          `- error: 'tensorflow/c/c_api.h' file not found
 5 |
 6 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build Objective-C module 'CTensorFlow'
14 |  limitations under the License.
15 | */
16 | import CTensorFlow
   |        `- error: could not build Objective-C module 'CTensorFlow'
17 | import Foundation
18 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[258/269] Emitting module CAPI
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "CTensorFlow.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CTensorFlow/CTensorFlow.h:4:10: error: 'tensorflow/c/c_api.h' file not found
 2 | #define _SWIFT_CTENSORFLOW_H_
 3 |
 4 | #include <tensorflow/c/c_api.h>
   |          `- error: 'tensorflow/c/c_api.h' file not found
 5 |
 6 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build Objective-C module 'CTensorFlow'
14 |  limitations under the License.
15 | */
16 | import CTensorFlow
   |        `- error: could not build Objective-C module 'CTensorFlow'
17 | import Foundation
18 |
[259/269] Compiling CAPI Extensions.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "CTensorFlow.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CTensorFlow/CTensorFlow.h:4:10: error: 'tensorflow/c/c_api.h' file not found
 2 | #define _SWIFT_CTENSORFLOW_H_
 3 |
 4 | #include <tensorflow/c/c_api.h>
   |          `- error: 'tensorflow/c/c_api.h' file not found
 5 |
 6 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build Objective-C module 'CTensorFlow'
14 |  limitations under the License.
15 | */
16 | import CTensorFlow
   |        `- error: could not build Objective-C module 'CTensorFlow'
17 | import Foundation
18 |
[260/269] Compiling CAPI Buffer.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "CTensorFlow.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CTensorFlow/CTensorFlow.h:4:10: error: 'tensorflow/c/c_api.h' file not found
 2 | #define _SWIFT_CTENSORFLOW_H_
 3 |
 4 | #include <tensorflow/c/c_api.h>
   |          `- error: 'tensorflow/c/c_api.h' file not found
 5 |
 6 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build Objective-C module 'CTensorFlow'
14 |  limitations under the License.
15 | */
16 | import CTensorFlow
   |        `- error: could not build Objective-C module 'CTensorFlow'
17 | import Foundation
18 |
[261/269] Compiling CAPI Gradients.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "CTensorFlow.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CTensorFlow/CTensorFlow.h:4:10: error: 'tensorflow/c/c_api.h' file not found
 2 | #define _SWIFT_CTENSORFLOW_H_
 3 |
 4 | #include <tensorflow/c/c_api.h>
   |          `- error: 'tensorflow/c/c_api.h' file not found
 5 |
 6 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build Objective-C module 'CTensorFlow'
14 |  limitations under the License.
15 | */
16 | import CTensorFlow
   |        `- error: could not build Objective-C module 'CTensorFlow'
17 | import Foundation
18 |
[262/269] Compiling CAPI CAPI.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "CTensorFlow.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CTensorFlow/CTensorFlow.h:4:10: error: 'tensorflow/c/c_api.h' file not found
 2 | #define _SWIFT_CTENSORFLOW_H_
 3 |
 4 | #include <tensorflow/c/c_api.h>
   |          `- error: 'tensorflow/c/c_api.h' file not found
 5 |
 6 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build Objective-C module 'CTensorFlow'
14 |  limitations under the License.
15 | */
16 | import CTensorFlow
   |        `- error: could not build Objective-C module 'CTensorFlow'
17 | import Foundation
18 |
Updating https://github.com/Octadero/MemoryLayoutKit.git
Updating https://github.com/Octadero/CTensorFlow.git
Updating https://github.com/Octadero/MNISTKit.git
Updating https://github.com/apple/swift-protobuf.git
Updated https://github.com/Octadero/CTensorFlow.git (0.69s)
Updated https://github.com/Octadero/MemoryLayoutKit.git (0.69s)
Updated https://github.com/Octadero/MNISTKit.git (0.69s)
Updated https://github.com/apple/swift-protobuf.git (0.69s)
Computing version for https://github.com/Octadero/MNISTKit.git
Computed https://github.com/Octadero/MNISTKit.git at 0.0.7 (0.58s)
Updating https://github.com/Octadero/Unarchiver.git
Updated https://github.com/Octadero/Unarchiver.git (0.49s)
Computing version for https://github.com/Octadero/CTensorFlow.git
Computed https://github.com/Octadero/CTensorFlow.git at 0.1.6 (0.56s)
Computing version for https://github.com/Octadero/Unarchiver.git
Computed https://github.com/Octadero/Unarchiver.git at 0.0.5 (0.53s)
Updating https://github.com/Octadero/CZlib.git
Updated https://github.com/Octadero/CZlib.git (0.49s)
Computing version for https://github.com/Octadero/CZlib.git
Computed https://github.com/Octadero/CZlib.git at 0.0.5 (0.53s)
Computing version for https://github.com/Octadero/MemoryLayoutKit.git
Computed https://github.com/Octadero/MemoryLayoutKit.git at 0.0.4 (2.39s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.28.2 (0.43s)
Creating working copy for https://github.com/Octadero/MNISTKit.git
Working copy of https://github.com/Octadero/MNISTKit.git resolved at 0.0.7
Creating working copy for https://github.com/Octadero/MemoryLayoutKit.git
Working copy of https://github.com/Octadero/MemoryLayoutKit.git resolved at 0.0.4
Creating working copy for https://github.com/Octadero/CTensorFlow.git
Working copy of https://github.com/Octadero/CTensorFlow.git resolved at 0.1.6
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.28.2
Creating working copy for https://github.com/Octadero/Unarchiver.git
Working copy of https://github.com/Octadero/Unarchiver.git resolved at 0.0.5
Creating working copy for https://github.com/Octadero/CZlib.git
Working copy of https://github.com/Octadero/CZlib.git resolved at 0.0.5
warning: 'ctensorflow': ignoring declared target(s) 'CTensorFlow' in the system package
warning: 'czlib': ignoring declared target(s) 'CZlib' in the system package
warning: 'spi-builder-workspace': dependency 'ctensorflow' is not used by any target
warning: failed to retrieve search paths with pkg-config; maybe pkg-config is not installed
warning: couldn't find pc file for tensorflow
warning: couldn't find pc file for libz
BUILD FAILURE 6.0 macosSpm