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 PerfectTensorFlow, reference 1.8.1 (dbbbed), with Swift 6.0 for Linux on 31 Oct 2024 22:51:30 UTC.

Build Command

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

Build Log

     |                |- 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
 940 |
 941 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.tree_config.swift:205:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_BoostedTrees_Trees_TreeNode' has non-sendable type 'Tensorflow_BoostedTrees_Trees_TreeNode._StorageClass'; this is an error in the Swift 6 language mode
 203 |   }
 204 |
 205 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_BoostedTrees_Trees_TreeNode' has non-sendable type 'Tensorflow_BoostedTrees_Trees_TreeNode._StorageClass'; this is an error in the Swift 6 language mode
 206 | }
 207 |
     :
 933 |   ]
 934 |
 935 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
 936 |     var _node: Tensorflow_BoostedTrees_Trees_TreeNode.OneOf_Node?
 937 |     var _nodeMetadata: Tensorflow_BoostedTrees_Trees_TreeNodeMetadata? = nil
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.tree_config.swift:982:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_BoostedTrees_Trees_TreeNodeMetadata._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
 976 |   ]
 977 |
 978 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
 979 |     var _gain: Float = 0
 980 |     var _originalLeaf: Tensorflow_BoostedTrees_Trees_Leaf? = nil
 981 |
 982 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_BoostedTrees_Trees_TreeNodeMetadata._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
 983 |
 984 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.tree_config.swift:265:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_BoostedTrees_Trees_TreeNodeMetadata' has non-sendable type 'Tensorflow_BoostedTrees_Trees_TreeNodeMetadata._StorageClass'; this is an error in the Swift 6 language mode
 263 |   }
 264 |
 265 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_BoostedTrees_Trees_TreeNodeMetadata' has non-sendable type 'Tensorflow_BoostedTrees_Trees_TreeNodeMetadata._StorageClass'; this is an error in the Swift 6 language mode
 266 | }
 267 |
     :
 976 |   ]
 977 |
 978 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
 979 |     var _gain: Float = 0
 980 |     var _originalLeaf: Tensorflow_BoostedTrees_Trees_Leaf? = nil
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.tree_config.swift:1024:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_BoostedTrees_Trees_Leaf._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1019 |   ]
1020 |
1021 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1022 |     var _leaf: Tensorflow_BoostedTrees_Trees_Leaf.OneOf_Leaf?
1023 |
1024 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_BoostedTrees_Trees_Leaf._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
1025 |
1026 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.tree_config.swift:364:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_BoostedTrees_Trees_Leaf' has non-sendable type 'Tensorflow_BoostedTrees_Trees_Leaf._StorageClass'; this is an error in the Swift 6 language mode
 362 |   }
 363 |
 364 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_BoostedTrees_Trees_Leaf' has non-sendable type 'Tensorflow_BoostedTrees_Trees_Leaf._StorageClass'; this is an error in the Swift 6 language mode
 365 | }
 366 |
     :
1019 |   ]
1020 |
1021 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1022 |     var _leaf: Tensorflow_BoostedTrees_Trees_Leaf.OneOf_Leaf?
1023 |
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.tree_config.swift:1107:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_BoostedTrees_Trees_SparseFloatBinarySplitDefaultLeft._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1102 |   ]
1103 |
1104 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1105 |     var _split: Tensorflow_BoostedTrees_Trees_DenseFloatBinarySplit? = nil
1106 |
1107 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_BoostedTrees_Trees_SparseFloatBinarySplitDefaultLeft._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
1108 |
1109 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.tree_config.swift:544:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_BoostedTrees_Trees_SparseFloatBinarySplitDefaultLeft' has non-sendable type 'Tensorflow_BoostedTrees_Trees_SparseFloatBinarySplitDefaultLeft._StorageClass'; this is an error in the Swift 6 language mode
 542 |   }
 543 |
 544 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_BoostedTrees_Trees_SparseFloatBinarySplitDefaultLeft' has non-sendable type 'Tensorflow_BoostedTrees_Trees_SparseFloatBinarySplitDefaultLeft._StorageClass'; this is an error in the Swift 6 language mode
 545 | }
 546 |
     :
1102 |   ]
1103 |
1104 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1105 |     var _split: Tensorflow_BoostedTrees_Trees_DenseFloatBinarySplit? = nil
1106 |
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.tree_config.swift:1146:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_BoostedTrees_Trees_SparseFloatBinarySplitDefaultRight._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1141 |   ]
1142 |
1143 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1144 |     var _split: Tensorflow_BoostedTrees_Trees_DenseFloatBinarySplit? = nil
1145 |
1146 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_BoostedTrees_Trees_SparseFloatBinarySplitDefaultRight._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
1147 |
1148 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.tree_config.swift:593:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_BoostedTrees_Trees_SparseFloatBinarySplitDefaultRight' has non-sendable type 'Tensorflow_BoostedTrees_Trees_SparseFloatBinarySplitDefaultRight._StorageClass'; this is an error in the Swift 6 language mode
 591 |   }
 592 |
 593 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_BoostedTrees_Trees_SparseFloatBinarySplitDefaultRight' has non-sendable type 'Tensorflow_BoostedTrees_Trees_SparseFloatBinarySplitDefaultRight._StorageClass'; this is an error in the Swift 6 language mode
 594 | }
 595 |
     :
1141 |   ]
1142 |
1143 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1144 |     var _split: Tensorflow_BoostedTrees_Trees_DenseFloatBinarySplit? = nil
1145 |
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.tree_config.swift:1269:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_BoostedTrees_Trees_DecisionTreeEnsembleConfig._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1261 |   ]
1262 |
1263 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1264 |     var _trees: [Tensorflow_BoostedTrees_Trees_DecisionTreeConfig] = []
1265 |     var _treeWeights: [Float] = []
     :
1267 |     var _growingMetadata: Tensorflow_BoostedTrees_Trees_GrowingMetadata? = nil
1268 |
1269 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_BoostedTrees_Trees_DecisionTreeEnsembleConfig._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
1270 |
1271 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.tree_config.swift:917:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_BoostedTrees_Trees_DecisionTreeEnsembleConfig' has non-sendable type 'Tensorflow_BoostedTrees_Trees_DecisionTreeEnsembleConfig._StorageClass'; this is an error in the Swift 6 language mode
 915 |   }
 916 |
 917 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_BoostedTrees_Trees_DecisionTreeEnsembleConfig' has non-sendable type 'Tensorflow_BoostedTrees_Trees_DecisionTreeEnsembleConfig._StorageClass'; this is an error in the Swift 6 language mode
 918 | }
 919 |
     :
1261 |   ]
1262 |
1263 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1264 |     var _trees: [Tensorflow_BoostedTrees_Trees_DecisionTreeConfig] = []
1265 |     var _treeWeights: [Float] = []
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.variable.swift:200:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_VariableDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
190 |   ]
191 |
192 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
193 |     var _variableName: String = String()
194 |     var _initialValueName: String = String()
    :
198 |     var _isResource: Bool = false
199 |
200 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_VariableDef._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
201 |
202 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.variable.swift:119:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_VariableDef' has non-sendable type 'Tensorflow_VariableDef._StorageClass'; this is an error in the Swift 6 language mode
117 |   }
118 |
119 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_VariableDef' has non-sendable type 'Tensorflow_VariableDef._StorageClass'; this is an error in the Swift 6 language mode
120 | }
121 |
    :
190 |   ]
191 |
192 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
193 |     var _variableName: String = String()
194 |     var _initialValueName: String = String()
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.verbs_service.swift:317:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_GetRemoteAddressRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
310 |   ]
311 |
312 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
313 |     var _hostName: String = String()
314 |     var _channel: Tensorflow_Channel? = nil
315 |     var _mr: [Tensorflow_MemoryRegion] = []
316 |
317 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_GetRemoteAddressRequest._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
318 |
319 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.verbs_service.swift:198:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_GetRemoteAddressRequest' has non-sendable type 'Tensorflow_GetRemoteAddressRequest._StorageClass'; this is an error in the Swift 6 language mode
196 |   }
197 |
198 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_GetRemoteAddressRequest' has non-sendable type 'Tensorflow_GetRemoteAddressRequest._StorageClass'; this is an error in the Swift 6 language mode
199 | }
200 |
    :
310 |   ]
311 |
312 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
313 |     var _hostName: String = String()
314 |     var _channel: Tensorflow_Channel? = nil
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.verbs_service.swift:364:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_GetRemoteAddressResponse._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
357 |   ]
358 |
359 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
360 |     var _hostName: String = String()
361 |     var _channel: Tensorflow_Channel? = nil
362 |     var _mr: [Tensorflow_MemoryRegion] = []
363 |
364 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_GetRemoteAddressResponse._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
365 |
366 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.verbs_service.swift:264:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_GetRemoteAddressResponse' has non-sendable type 'Tensorflow_GetRemoteAddressResponse._StorageClass'; this is an error in the Swift 6 language mode
262 |   }
263 |
264 |   fileprivate var _storage = _StorageClass.defaultInstance
    |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_GetRemoteAddressResponse' has non-sendable type 'Tensorflow_GetRemoteAddressResponse._StorageClass'; this is an error in the Swift 6 language mode
265 | }
266 |
    :
357 |   ]
358 |
359 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
360 |     var _hostName: String = String()
361 |     var _channel: Tensorflow_Channel? = nil
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.worker.swift:1294:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_CreateWorkerSessionRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1288 |   ]
1289 |
1290 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1291 |     var _sessionHandle: String = String()
1292 |     var _serverDef: Tensorflow_ServerDef? = nil
1293 |
1294 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_CreateWorkerSessionRequest._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
1295 |
1296 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.worker.swift:152:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_CreateWorkerSessionRequest' has non-sendable type 'Tensorflow_CreateWorkerSessionRequest._StorageClass'; this is an error in the Swift 6 language mode
 150 |   }
 151 |
 152 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_CreateWorkerSessionRequest' has non-sendable type 'Tensorflow_CreateWorkerSessionRequest._StorageClass'; this is an error in the Swift 6 language mode
 153 | }
 154 |
     :
1288 |   ]
1289 |
1290 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1291 |     var _sessionHandle: String = String()
1292 |     var _serverDef: Tensorflow_ServerDef? = nil
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.worker.swift:1352:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_RegisterGraphRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1343 |   ]
1344 |
1345 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1346 |     var _sessionHandle: String = String()
1347 |     var _graphDef: Tensorflow_GraphDef? = nil
     :
1350 |     var _debugOptions: Tensorflow_DebugOptions? = nil
1351 |
1352 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_RegisterGraphRequest._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
1353 |
1354 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.worker.swift:277:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_RegisterGraphRequest' has non-sendable type 'Tensorflow_RegisterGraphRequest._StorageClass'; this is an error in the Swift 6 language mode
 275 |   }
 276 |
 277 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_RegisterGraphRequest' has non-sendable type 'Tensorflow_RegisterGraphRequest._StorageClass'; this is an error in the Swift 6 language mode
 278 | }
 279 |
     :
1343 |   ]
1344 |
1345 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1346 |     var _sessionHandle: String = String()
1347 |     var _graphDef: Tensorflow_GraphDef? = nil
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.worker.swift:1485:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_RunGraphRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1473 |   ]
1474 |
1475 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1476 |     var _sessionHandle: String = String()
1477 |     var _graphHandle: String = String()
     :
1483 |     var _isLastPartialRun: Bool = false
1484 |
1485 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_RunGraphRequest._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
1486 |
1487 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.worker.swift:627:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_RunGraphRequest' has non-sendable type 'Tensorflow_RunGraphRequest._StorageClass'; this is an error in the Swift 6 language mode
 625 |   }
 626 |
 627 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_RunGraphRequest' has non-sendable type 'Tensorflow_RunGraphRequest._StorageClass'; this is an error in the Swift 6 language mode
 628 | }
 629 |
     :
1473 |   ]
1474 |
1475 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1476 |     var _sessionHandle: String = String()
1477 |     var _graphHandle: String = String()
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.worker.swift:1544:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_RunGraphResponse._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1536 |   ]
1537 |
1538 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1539 |     var _recv: [Tensorflow_NamedTensorProto] = []
1540 |     var _stepStats: Tensorflow_StepStats? = nil
     :
1542 |     var _partitionGraph: [Tensorflow_GraphDef] = []
1543 |
1544 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_RunGraphResponse._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
1545 |
1546 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.worker.swift:711:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_RunGraphResponse' has non-sendable type 'Tensorflow_RunGraphResponse._StorageClass'; this is an error in the Swift 6 language mode
 709 |   }
 710 |
 711 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_RunGraphResponse' has non-sendable type 'Tensorflow_RunGraphResponse._StorageClass'; this is an error in the Swift 6 language mode
 712 | }
 713 |
     :
1536 |   ]
1537 |
1538 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1539 |     var _recv: [Tensorflow_NamedTensorProto] = []
1540 |     var _stepStats: Tensorflow_StepStats? = nil
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.worker.swift:1620:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_RecvTensorRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1610 |   ]
1611 |
1612 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1613 |     var _stepID: Int64 = 0
1614 |     var _rendezvousKey: String = String()
     :
1618 |     var _transportOptions: SwiftProtobuf.Google_Protobuf_Any? = nil
1619 |
1620 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_RecvTensorRequest._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
1621 |
1622 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.worker.swift:881:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_RecvTensorRequest' has non-sendable type 'Tensorflow_RecvTensorRequest._StorageClass'; this is an error in the Swift 6 language mode
 879 |   }
 880 |
 881 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_RecvTensorRequest' has non-sendable type 'Tensorflow_RecvTensorRequest._StorageClass'; this is an error in the Swift 6 language mode
 882 | }
 883 |
     :
1610 |   ]
1611 |
1612 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1613 |     var _stepID: Int64 = 0
1614 |     var _rendezvousKey: String = String()
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.worker.swift:1675:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_RecvTensorResponse._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1667 |   ]
1668 |
1669 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1670 |     var _tensor: Tensorflow_TensorProto? = nil
1671 |     var _isDead: Bool = false
     :
1673 |     var _transportOptions: SwiftProtobuf.Google_Protobuf_Any? = nil
1674 |
1675 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_RecvTensorResponse._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
1676 |
1677 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.worker.swift:966:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_RecvTensorResponse' has non-sendable type 'Tensorflow_RecvTensorResponse._StorageClass'; this is an error in the Swift 6 language mode
 964 |   }
 965 |
 966 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_RecvTensorResponse' has non-sendable type 'Tensorflow_RecvTensorResponse._StorageClass'; this is an error in the Swift 6 language mode
 967 | }
 968 |
     :
1667 |   ]
1668 |
1669 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1670 |     var _tensor: Tensorflow_TensorProto? = nil
1671 |     var _isDead: Bool = false
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.worker.swift:1738:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_LabeledStepStats._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1732 |   ]
1733 |
1734 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1735 |     var _stepID: Int64 = 0
1736 |     var _stepStats: Tensorflow_StepStats? = nil
1737 |
1738 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_LabeledStepStats._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
1739 |
1740 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.worker.swift:1076:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_LabeledStepStats' has non-sendable type 'Tensorflow_LabeledStepStats._StorageClass'; this is an error in the Swift 6 language mode
1074 |   }
1075 |
1076 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_LabeledStepStats' has non-sendable type 'Tensorflow_LabeledStepStats._StorageClass'; this is an error in the Swift 6 language mode
1077 | }
1078 |
     :
1732 |   ]
1733 |
1734 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1735 |     var _stepID: Int64 = 0
1736 |     var _stepStats: Tensorflow_StepStats? = nil
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.worker.swift:1813:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_TracingRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1808 |   ]
1809 |
1810 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1811 |     var _options: Tensorflow_TraceOpts? = nil
1812 |
1813 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_TracingRequest._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
1814 |
1815 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.worker.swift:1231:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_TracingRequest' has non-sendable type 'Tensorflow_TracingRequest._StorageClass'; this is an error in the Swift 6 language mode
1229 |   }
1230 |
1231 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_TracingRequest' has non-sendable type 'Tensorflow_TracingRequest._StorageClass'; this is an error in the Swift 6 language mode
1232 | }
1233 |
     :
1808 |   ]
1809 |
1810 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1811 |     var _options: Tensorflow_TraceOpts? = nil
1812 |
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:3160:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_DebugOptions._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
3128 |   ]
3129 |
3130 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
3131 |     var _xlaGenerateHloGraph: String = String()
3132 |     var _xlaHloGraphAddresses: Bool = false
     :
3158 |     var _xlaBackendExtraOptions: Dictionary<String,String> = [:]
3159 |
3160 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_DebugOptions._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
3161 |
3162 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:497:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_DebugOptions' has non-sendable type 'Xla_DebugOptions._StorageClass'; this is an error in the Swift 6 language mode
 495 |   }
 496 |
 497 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_DebugOptions' has non-sendable type 'Xla_DebugOptions._StorageClass'; this is an error in the Swift 6 language mode
 498 | }
 499 |
     :
3128 |   ]
3129 |
3130 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
3131 |     var _xlaGenerateHloGraph: String = String()
3132 |     var _xlaHloGraphAddresses: Bool = false
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:3257:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ExecutionOptions._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
3250 |   ]
3251 |
3252 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
3253 |     var _shapeWithOutputLayout: Xla_Shape? = nil
3254 |     var _seed: UInt64 = 0
3255 |     var _debugOptions: Xla_DebugOptions? = nil
3256 |
3257 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ExecutionOptions._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
3258 |
3259 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:580:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ExecutionOptions' has non-sendable type 'Xla_ExecutionOptions._StorageClass'; this is an error in the Swift 6 language mode
 578 |   }
 579 |
 580 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ExecutionOptions' has non-sendable type 'Xla_ExecutionOptions._StorageClass'; this is an error in the Swift 6 language mode
 581 | }
 582 |
     :
3250 |   ]
3251 |
3252 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
3253 |     var _shapeWithOutputLayout: Xla_Shape? = nil
3254 |     var _seed: UInt64 = 0
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:3300:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_SnapshotComputationRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
3295 |   ]
3296 |
3297 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
3298 |     var _computation: Xla_ComputationHandle? = nil
3299 |
3300 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_SnapshotComputationRequest._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
3301 |
3302 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:628:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_SnapshotComputationRequest' has non-sendable type 'Xla_SnapshotComputationRequest._StorageClass'; this is an error in the Swift 6 language mode
 626 |   }
 627 |
 628 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_SnapshotComputationRequest' has non-sendable type 'Xla_SnapshotComputationRequest._StorageClass'; this is an error in the Swift 6 language mode
 629 | }
 630 |
     :
3295 |   ]
3296 |
3297 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
3298 |     var _computation: Xla_ComputationHandle? = nil
3299 |
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:3339:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_SnapshotComputationResponse._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
3334 |   ]
3335 |
3336 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
3337 |     var _module: Xla_SessionModule? = nil
3338 |
3339 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_SnapshotComputationResponse._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
3340 |
3341 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:676:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_SnapshotComputationResponse' has non-sendable type 'Xla_SnapshotComputationResponse._StorageClass'; this is an error in the Swift 6 language mode
 674 |   }
 675 |
 676 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_SnapshotComputationResponse' has non-sendable type 'Xla_SnapshotComputationResponse._StorageClass'; this is an error in the Swift 6 language mode
 677 | }
 678 |
     :
3334 |   ]
3335 |
3336 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
3337 |     var _module: Xla_SessionModule? = nil
3338 |
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:3378:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_LoadComputationSnapshotRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
3373 |   ]
3374 |
3375 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
3376 |     var _module: Xla_SessionModule? = nil
3377 |
3378 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_LoadComputationSnapshotRequest._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
3379 |
3380 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:724:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_LoadComputationSnapshotRequest' has non-sendable type 'Xla_LoadComputationSnapshotRequest._StorageClass'; this is an error in the Swift 6 language mode
 722 |   }
 723 |
 724 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_LoadComputationSnapshotRequest' has non-sendable type 'Xla_LoadComputationSnapshotRequest._StorageClass'; this is an error in the Swift 6 language mode
 725 | }
 726 |
     :
3373 |   ]
3374 |
3375 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
3376 |     var _module: Xla_SessionModule? = nil
3377 |
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:3417:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_LoadComputationSnapshotResponse._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
3412 |   ]
3413 |
3414 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
3415 |     var _computation: Xla_ComputationHandle? = nil
3416 |
3417 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_LoadComputationSnapshotResponse._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
3418 |
3419 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:772:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_LoadComputationSnapshotResponse' has non-sendable type 'Xla_LoadComputationSnapshotResponse._StorageClass'; this is an error in the Swift 6 language mode
 770 |   }
 771 |
 772 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_LoadComputationSnapshotResponse' has non-sendable type 'Xla_LoadComputationSnapshotResponse._StorageClass'; this is an error in the Swift 6 language mode
 773 | }
 774 |
     :
3412 |   ]
3413 |
3414 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
3415 |     var _computation: Xla_ComputationHandle? = nil
3416 |
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:3482:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_TransferToClientRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
3476 |   ]
3477 |
3478 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
3479 |     var _data: Xla_GlobalDataHandle? = nil
3480 |     var _shapeWithLayout: Xla_Shape? = nil
3481 |
3482 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_TransferToClientRequest._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
3483 |
3484 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:903:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_TransferToClientRequest' has non-sendable type 'Xla_TransferToClientRequest._StorageClass'; this is an error in the Swift 6 language mode
 901 |   }
 902 |
 903 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_TransferToClientRequest' has non-sendable type 'Xla_TransferToClientRequest._StorageClass'; this is an error in the Swift 6 language mode
 904 | }
 905 |
     :
3476 |   ]
3477 |
3478 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
3479 |     var _data: Xla_GlobalDataHandle? = nil
3480 |     var _shapeWithLayout: Xla_Shape? = nil
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:3523:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_TransferToClientResponse._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
3518 |   ]
3519 |
3520 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
3521 |     var _literal: Xla_LiteralProto? = nil
3522 |
3523 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_TransferToClientResponse._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
3524 |
3525 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:951:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_TransferToClientResponse' has non-sendable type 'Xla_TransferToClientResponse._StorageClass'; this is an error in the Swift 6 language mode
 949 |   }
 950 |
 951 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_TransferToClientResponse' has non-sendable type 'Xla_TransferToClientResponse._StorageClass'; this is an error in the Swift 6 language mode
 952 | }
 953 |
     :
3518 |   ]
3519 |
3520 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
3521 |     var _literal: Xla_LiteralProto? = nil
3522 |
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:3564:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_TransferToServerRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
3558 |   ]
3559 |
3560 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
3561 |     var _literal: Xla_LiteralProto? = nil
3562 |     var _deviceHandle: Xla_DeviceHandle? = nil
3563 |
3564 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_TransferToServerRequest._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
3565 |
3566 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:1012:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_TransferToServerRequest' has non-sendable type 'Xla_TransferToServerRequest._StorageClass'; this is an error in the Swift 6 language mode
1010 |   }
1011 |
1012 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_TransferToServerRequest' has non-sendable type 'Xla_TransferToServerRequest._StorageClass'; this is an error in the Swift 6 language mode
1013 | }
1014 |
     :
3558 |   ]
3559 |
3560 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
3561 |     var _literal: Xla_LiteralProto? = nil
3562 |     var _deviceHandle: Xla_DeviceHandle? = nil
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:3605:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_TransferToServerResponse._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
3600 |   ]
3601 |
3602 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
3603 |     var _data: Xla_GlobalDataHandle? = nil
3604 |
3605 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_TransferToServerResponse._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
3606 |
3607 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:1060:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_TransferToServerResponse' has non-sendable type 'Xla_TransferToServerResponse._StorageClass'; this is an error in the Swift 6 language mode
1058 |   }
1059 |
1060 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_TransferToServerResponse' has non-sendable type 'Xla_TransferToServerResponse._StorageClass'; this is an error in the Swift 6 language mode
1061 | }
1062 |
     :
3600 |   ]
3601 |
3602 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
3603 |     var _data: Xla_GlobalDataHandle? = nil
3604 |
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:3648:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_TransferToInfeedRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
3641 |   ]
3642 |
3643 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
3644 |     var _literal: Xla_LiteralProto? = nil
3645 |     var _replicaID: Int64 = 0
3646 |     var _deviceHandle: Xla_DeviceHandle? = nil
3647 |
3648 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_TransferToInfeedRequest._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
3649 |
3650 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:1130:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_TransferToInfeedRequest' has non-sendable type 'Xla_TransferToInfeedRequest._StorageClass'; this is an error in the Swift 6 language mode
1128 |   }
1129 |
1130 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_TransferToInfeedRequest' has non-sendable type 'Xla_TransferToInfeedRequest._StorageClass'; this is an error in the Swift 6 language mode
1131 | }
1132 |
     :
3641 |   ]
3642 |
3643 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
3644 |     var _literal: Xla_LiteralProto? = nil
3645 |     var _replicaID: Int64 = 0
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:3704:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_TransferFromOutfeedRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
3697 |   ]
3698 |
3699 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
3700 |     var _shapeWithLayout: Xla_Shape? = nil
3701 |     var _replicaID: Int64 = 0
3702 |     var _deviceHandle: Xla_DeviceHandle? = nil
3703 |
3704 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_TransferFromOutfeedRequest._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
3705 |
3706 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:1227:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_TransferFromOutfeedRequest' has non-sendable type 'Xla_TransferFromOutfeedRequest._StorageClass'; this is an error in the Swift 6 language mode
1225 |   }
1226 |
1227 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_TransferFromOutfeedRequest' has non-sendable type 'Xla_TransferFromOutfeedRequest._StorageClass'; this is an error in the Swift 6 language mode
1228 | }
1229 |
     :
3697 |   ]
3698 |
3699 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
3700 |     var _shapeWithLayout: Xla_Shape? = nil
3701 |     var _replicaID: Int64 = 0
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:3747:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_TransferFromOutfeedResponse._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
3742 |   ]
3743 |
3744 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
3745 |     var _literal: Xla_LiteralProto? = nil
3746 |
3747 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_TransferFromOutfeedResponse._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
3748 |
3749 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:1275:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_TransferFromOutfeedResponse' has non-sendable type 'Xla_TransferFromOutfeedResponse._StorageClass'; this is an error in the Swift 6 language mode
1273 |   }
1274 |
1275 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_TransferFromOutfeedResponse' has non-sendable type 'Xla_TransferFromOutfeedResponse._StorageClass'; this is an error in the Swift 6 language mode
1276 | }
1277 |
     :
3742 |   ]
3743 |
3744 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
3745 |     var _literal: Xla_LiteralProto? = nil
3746 |
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:3786:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ResetDeviceRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
3781 |   ]
3782 |
3783 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
3784 |     var _deviceHandle: Xla_DeviceHandle? = nil
3785 |
3786 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ResetDeviceRequest._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
3787 |
3788 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:1323:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ResetDeviceRequest' has non-sendable type 'Xla_ResetDeviceRequest._StorageClass'; this is an error in the Swift 6 language mode
1321 |   }
1322 |
1323 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ResetDeviceRequest' has non-sendable type 'Xla_ResetDeviceRequest._StorageClass'; this is an error in the Swift 6 language mode
1324 | }
1325 |
     :
3781 |   ]
3782 |
3783 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
3784 |     var _deviceHandle: Xla_DeviceHandle? = nil
3785 |
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:3836:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ComputationStatsRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
3830 |   ]
3831 |
3832 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
3833 |     var _computation: Xla_ComputationHandle? = nil
3834 |     var _debugOptions: Xla_DebugOptions? = nil
3835 |
3836 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ComputationStatsRequest._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
3837 |
3838 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:1409:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ComputationStatsRequest' has non-sendable type 'Xla_ComputationStatsRequest._StorageClass'; this is an error in the Swift 6 language mode
1407 |   }
1408 |
1409 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ComputationStatsRequest' has non-sendable type 'Xla_ComputationStatsRequest._StorageClass'; this is an error in the Swift 6 language mode
1410 | }
1411 |
     :
3830 |   ]
3831 |
3832 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
3833 |     var _computation: Xla_ComputationHandle? = nil
3834 |     var _debugOptions: Xla_DebugOptions? = nil
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:3877:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ComputationStatsResponse._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
3872 |   ]
3873 |
3874 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
3875 |     var _stats: Xla_ComputationStats? = nil
3876 |
3877 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ComputationStatsResponse._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
3878 |
3879 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:1457:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ComputationStatsResponse' has non-sendable type 'Xla_ComputationStatsResponse._StorageClass'; this is an error in the Swift 6 language mode
1455 |   }
1456 |
1457 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ComputationStatsResponse' has non-sendable type 'Xla_ComputationStatsResponse._StorageClass'; this is an error in the Swift 6 language mode
1458 | }
1459 |
     :
3872 |   ]
3873 |
3874 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
3875 |     var _stats: Xla_ComputationStats? = nil
3876 |
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:3928:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ComputationResponse._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
3923 |   ]
3924 |
3925 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
3926 |     var _computation: Xla_ComputationHandle? = nil
3927 |
3928 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ComputationResponse._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
3929 |
3930 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:1539:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ComputationResponse' has non-sendable type 'Xla_ComputationResponse._StorageClass'; this is an error in the Swift 6 language mode
1537 |   }
1538 |
1539 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ComputationResponse' has non-sendable type 'Xla_ComputationResponse._StorageClass'; this is an error in the Swift 6 language mode
1540 | }
1541 |
     :
3923 |   ]
3924 |
3925 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
3926 |     var _computation: Xla_ComputationHandle? = nil
3927 |
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:3976:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_CreateChannelHandleResponse._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
3971 |   ]
3972 |
3973 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
3974 |     var _channel: Xla_ChannelHandle? = nil
3975 |
3976 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_CreateChannelHandleResponse._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
3977 |
3978 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:1612:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_CreateChannelHandleResponse' has non-sendable type 'Xla_CreateChannelHandleResponse._StorageClass'; this is an error in the Swift 6 language mode
1610 |   }
1611 |
1612 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_CreateChannelHandleResponse' has non-sendable type 'Xla_CreateChannelHandleResponse._StorageClass'; this is an error in the Swift 6 language mode
1613 | }
1614 |
     :
3971 |   ]
3972 |
3973 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
3974 |     var _channel: Xla_ChannelHandle? = nil
3975 |
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:4015:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_UnregisterRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
4010 |   ]
4011 |
4012 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4013 |     var _data: Xla_GlobalDataHandle? = nil
4014 |
4015 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_UnregisterRequest._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
4016 |
4017 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:1660:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_UnregisterRequest' has non-sendable type 'Xla_UnregisterRequest._StorageClass'; this is an error in the Swift 6 language mode
1658 |   }
1659 |
1660 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_UnregisterRequest' has non-sendable type 'Xla_UnregisterRequest._StorageClass'; this is an error in the Swift 6 language mode
1661 | }
1662 |
     :
4010 |   ]
4011 |
4012 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4013 |     var _data: Xla_GlobalDataHandle? = nil
4014 |
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:4065:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_SetReturnValueRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
4059 |   ]
4060 |
4061 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4062 |     var _computation: Xla_ComputationHandle? = nil
4063 |     var _operand: Xla_ComputationDataHandle? = nil
4064 |
4065 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_SetReturnValueRequest._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
4066 |
4067 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:1746:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_SetReturnValueRequest' has non-sendable type 'Xla_SetReturnValueRequest._StorageClass'; this is an error in the Swift 6 language mode
1744 |   }
1745 |
1746 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_SetReturnValueRequest' has non-sendable type 'Xla_SetReturnValueRequest._StorageClass'; this is an error in the Swift 6 language mode
1747 | }
1748 |
     :
4059 |   ]
4060 |
4061 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4062 |     var _computation: Xla_ComputationHandle? = nil
4063 |     var _operand: Xla_ComputationDataHandle? = nil
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:4121:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ExecuteRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
4113 |   ]
4114 |
4115 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4116 |     var _computation: Xla_ComputationHandle? = nil
4117 |     var _arguments: [Xla_GlobalDataHandle] = []
     :
4119 |     var _executionOptions: Xla_ExecutionOptions? = nil
4120 |
4121 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ExecuteRequest._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
4122 |
4123 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:1857:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ExecuteRequest' has non-sendable type 'Xla_ExecuteRequest._StorageClass'; this is an error in the Swift 6 language mode
1855 |   }
1856 |
1857 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ExecuteRequest' has non-sendable type 'Xla_ExecuteRequest._StorageClass'; this is an error in the Swift 6 language mode
1858 | }
1859 |
     :
4113 |   ]
4114 |
4115 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4116 |     var _computation: Xla_ComputationHandle? = nil
4117 |     var _arguments: [Xla_GlobalDataHandle] = []
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:4180:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ExecuteResponse._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
4174 |   ]
4175 |
4176 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4177 |     var _output: Xla_GlobalDataHandle? = nil
4178 |     var _profile: Xla_ExecutionProfile? = nil
4179 |
4180 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ExecuteResponse._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
4181 |
4182 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:1952:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ExecuteResponse' has non-sendable type 'Xla_ExecuteResponse._StorageClass'; this is an error in the Swift 6 language mode
1950 |   }
1951 |
1952 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ExecuteResponse' has non-sendable type 'Xla_ExecuteResponse._StorageClass'; this is an error in the Swift 6 language mode
1953 | }
1954 |
     :
4174 |   ]
4175 |
4176 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4177 |     var _output: Xla_GlobalDataHandle? = nil
4178 |     var _profile: Xla_ExecutionProfile? = nil
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:4237:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ExecuteAsyncRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
4230 |   ]
4231 |
4232 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4233 |     var _computation: Xla_ComputationHandle? = nil
4234 |     var _arguments: [Xla_GlobalDataHandle] = []
4235 |     var _executionOptions: Xla_ExecutionOptions? = nil
4236 |
4237 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ExecuteAsyncRequest._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
4238 |
4239 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:2057:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ExecuteAsyncRequest' has non-sendable type 'Xla_ExecuteAsyncRequest._StorageClass'; this is an error in the Swift 6 language mode
2055 |   }
2056 |
2057 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ExecuteAsyncRequest' has non-sendable type 'Xla_ExecuteAsyncRequest._StorageClass'; this is an error in the Swift 6 language mode
2058 | }
2059 |
     :
4230 |   ]
4231 |
4232 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4233 |     var _computation: Xla_ComputationHandle? = nil
4234 |     var _arguments: [Xla_GlobalDataHandle] = []
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:4280:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ExecuteAsyncResponse._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
4275 |   ]
4276 |
4277 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4278 |     var _execution: Xla_ExecutionHandle? = nil
4279 |
4280 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ExecuteAsyncResponse._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
4281 |
4282 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:2106:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ExecuteAsyncResponse' has non-sendable type 'Xla_ExecuteAsyncResponse._StorageClass'; this is an error in the Swift 6 language mode
2104 |   }
2105 |
2106 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ExecuteAsyncResponse' has non-sendable type 'Xla_ExecuteAsyncResponse._StorageClass'; this is an error in the Swift 6 language mode
2107 | }
2108 |
     :
4275 |   ]
4276 |
4277 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4278 |     var _execution: Xla_ExecutionHandle? = nil
4279 |
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:4319:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_WaitForExecutionRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
4314 |   ]
4315 |
4316 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4317 |     var _execution: Xla_ExecutionHandle? = nil
4318 |
4319 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_WaitForExecutionRequest._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
4320 |
4321 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:2154:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_WaitForExecutionRequest' has non-sendable type 'Xla_WaitForExecutionRequest._StorageClass'; this is an error in the Swift 6 language mode
2152 |   }
2153 |
2154 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_WaitForExecutionRequest' has non-sendable type 'Xla_WaitForExecutionRequest._StorageClass'; this is an error in the Swift 6 language mode
2155 | }
2156 |
     :
4314 |   ]
4315 |
4316 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4317 |     var _execution: Xla_ExecutionHandle? = nil
4318 |
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:4360:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_WaitForExecutionResponse._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
4354 |   ]
4355 |
4356 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4357 |     var _output: Xla_GlobalDataHandle? = nil
4358 |     var _profile: Xla_ExecutionProfile? = nil
4359 |
4360 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_WaitForExecutionResponse._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
4361 |
4362 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:2215:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_WaitForExecutionResponse' has non-sendable type 'Xla_WaitForExecutionResponse._StorageClass'; this is an error in the Swift 6 language mode
2213 |   }
2214 |
2215 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_WaitForExecutionResponse' has non-sendable type 'Xla_WaitForExecutionResponse._StorageClass'; this is an error in the Swift 6 language mode
2216 | }
2217 |
     :
4354 |   ]
4355 |
4356 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4357 |     var _output: Xla_GlobalDataHandle? = nil
4358 |     var _profile: Xla_ExecutionProfile? = nil
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:4403:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_IsConstantRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
4397 |   ]
4398 |
4399 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4400 |     var _computation: Xla_ComputationHandle? = nil
4401 |     var _operand: Xla_ComputationDataHandle? = nil
4402 |
4403 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_IsConstantRequest._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
4404 |
4405 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:2276:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_IsConstantRequest' has non-sendable type 'Xla_IsConstantRequest._StorageClass'; this is an error in the Swift 6 language mode
2274 |   }
2275 |
2276 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_IsConstantRequest' has non-sendable type 'Xla_IsConstantRequest._StorageClass'; this is an error in the Swift 6 language mode
2277 | }
2278 |
     :
4397 |   ]
4398 |
4399 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4400 |     var _computation: Xla_ComputationHandle? = nil
4401 |     var _operand: Xla_ComputationDataHandle? = nil
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:4460:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ComputeConstantRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
4453 |   ]
4454 |
4455 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4456 |     var _computation: Xla_ComputationHandle? = nil
4457 |     var _operand: Xla_ComputationDataHandle? = nil
4458 |     var _outputLayout: Xla_Layout? = nil
4459 |
4460 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ComputeConstantRequest._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
4461 |
4462 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:2384:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ComputeConstantRequest' has non-sendable type 'Xla_ComputeConstantRequest._StorageClass'; this is an error in the Swift 6 language mode
2382 |   }
2383 |
2384 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ComputeConstantRequest' has non-sendable type 'Xla_ComputeConstantRequest._StorageClass'; this is an error in the Swift 6 language mode
2385 | }
2386 |
     :
4453 |   ]
4454 |
4455 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4456 |     var _computation: Xla_ComputationHandle? = nil
4457 |     var _operand: Xla_ComputationDataHandle? = nil
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:4503:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ComputeConstantResponse._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
4498 |   ]
4499 |
4500 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4501 |     var _literal: Xla_LiteralProto? = nil
4502 |
4503 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ComputeConstantResponse._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
4504 |
4505 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:2434:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ComputeConstantResponse' has non-sendable type 'Xla_ComputeConstantResponse._StorageClass'; this is an error in the Swift 6 language mode
2432 |   }
2433 |
2434 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ComputeConstantResponse' has non-sendable type 'Xla_ComputeConstantResponse._StorageClass'; this is an error in the Swift 6 language mode
2435 | }
2436 |
     :
4498 |   ]
4499 |
4500 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4501 |     var _literal: Xla_LiteralProto? = nil
4502 |
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:4542:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_DeconstructTupleRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
4537 |   ]
4538 |
4539 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4540 |     var _tupleHandle: Xla_GlobalDataHandle? = nil
4541 |
4542 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_DeconstructTupleRequest._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
4543 |
4544 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:2482:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_DeconstructTupleRequest' has non-sendable type 'Xla_DeconstructTupleRequest._StorageClass'; this is an error in the Swift 6 language mode
2480 |   }
2481 |
2482 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_DeconstructTupleRequest' has non-sendable type 'Xla_DeconstructTupleRequest._StorageClass'; this is an error in the Swift 6 language mode
2483 | }
2484 |
     :
4537 |   ]
4538 |
4539 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4540 |     var _tupleHandle: Xla_GlobalDataHandle? = nil
4541 |
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:4603:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_LoadDataRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
4593 |   ]
4594 |
4595 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4596 |     var _columnioTabletPath: String = String()
4597 |     var _columnioField: String = String()
     :
4601 |     var _zip: Bool = false
4602 |
4603 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_LoadDataRequest._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
4604 |
4605 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:2617:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_LoadDataRequest' has non-sendable type 'Xla_LoadDataRequest._StorageClass'; this is an error in the Swift 6 language mode
2615 |   }
2616 |
2617 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_LoadDataRequest' has non-sendable type 'Xla_LoadDataRequest._StorageClass'; this is an error in the Swift 6 language mode
2618 | }
2619 |
     :
4593 |   ]
4594 |
4595 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4596 |     var _columnioTabletPath: String = String()
4597 |     var _columnioField: String = String()
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:4660:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_LoadDataResponse._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
4651 |   ]
4652 |
4653 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4654 |     var _data: Xla_GlobalDataHandle? = nil
4655 |     var _dataShape: Xla_Shape? = nil
     :
4658 |     var _nanoseconds: Int64 = 0
4659 |
4660 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_LoadDataResponse._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
4661 |
4662 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:2705:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_LoadDataResponse' has non-sendable type 'Xla_LoadDataResponse._StorageClass'; this is an error in the Swift 6 language mode
2703 |   }
2704 |
2705 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_LoadDataResponse' has non-sendable type 'Xla_LoadDataResponse._StorageClass'; this is an error in the Swift 6 language mode
2706 | }
2707 |
     :
4651 |   ]
4652 |
4653 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4654 |     var _data: Xla_GlobalDataHandle? = nil
4655 |     var _dataShape: Xla_Shape? = nil
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:4709:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_SpecializeRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
4703 |   ]
4704 |
4705 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4706 |     var _computation: Xla_ComputationHandle? = nil
4707 |     var _arguments: [Xla_GlobalDataHandle] = []
4708 |
4709 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_SpecializeRequest._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
4710 |
4711 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:2762:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_SpecializeRequest' has non-sendable type 'Xla_SpecializeRequest._StorageClass'; this is an error in the Swift 6 language mode
2760 |   }
2761 |
2762 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_SpecializeRequest' has non-sendable type 'Xla_SpecializeRequest._StorageClass'; this is an error in the Swift 6 language mode
2763 | }
2764 |
     :
4703 |   ]
4704 |
4705 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4706 |     var _computation: Xla_ComputationHandle? = nil
4707 |     var _arguments: [Xla_GlobalDataHandle] = []
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:4759:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_GetShapeRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
4754 |   ]
4755 |
4756 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4757 |     var _data: Xla_GlobalDataHandle? = nil
4758 |
4759 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_GetShapeRequest._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
4760 |
4761 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:2835:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_GetShapeRequest' has non-sendable type 'Xla_GetShapeRequest._StorageClass'; this is an error in the Swift 6 language mode
2833 |   }
2834 |
2835 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_GetShapeRequest' has non-sendable type 'Xla_GetShapeRequest._StorageClass'; this is an error in the Swift 6 language mode
2836 | }
2837 |
     :
4754 |   ]
4755 |
4756 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4757 |     var _data: Xla_GlobalDataHandle? = nil
4758 |
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:4798:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_GetShapeResponse._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
4793 |   ]
4794 |
4795 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4796 |     var _shape: Xla_Shape? = nil
4797 |
4798 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_GetShapeResponse._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
4799 |
4800 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:2883:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_GetShapeResponse' has non-sendable type 'Xla_GetShapeResponse._StorageClass'; this is an error in the Swift 6 language mode
2881 |   }
2882 |
2883 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_GetShapeResponse' has non-sendable type 'Xla_GetShapeResponse._StorageClass'; this is an error in the Swift 6 language mode
2884 | }
2885 |
     :
4793 |   ]
4794 |
4795 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4796 |     var _shape: Xla_Shape? = nil
4797 |
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:4837:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_GetComputationShapeRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
4832 |   ]
4833 |
4834 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4835 |     var _computation: Xla_ComputationHandle? = nil
4836 |
4837 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_GetComputationShapeRequest._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
4838 |
4839 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:2931:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_GetComputationShapeRequest' has non-sendable type 'Xla_GetComputationShapeRequest._StorageClass'; this is an error in the Swift 6 language mode
2929 |   }
2930 |
2931 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_GetComputationShapeRequest' has non-sendable type 'Xla_GetComputationShapeRequest._StorageClass'; this is an error in the Swift 6 language mode
2932 | }
2933 |
     :
4832 |   ]
4833 |
4834 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4835 |     var _computation: Xla_ComputationHandle? = nil
4836 |
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:4876:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_GetComputationShapeResponse._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
4871 |   ]
4872 |
4873 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4874 |     var _programShape: Xla_ProgramShape? = nil
4875 |
4876 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_GetComputationShapeResponse._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
4877 |
4878 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:2979:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_GetComputationShapeResponse' has non-sendable type 'Xla_GetComputationShapeResponse._StorageClass'; this is an error in the Swift 6 language mode
2977 |   }
2978 |
2979 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_GetComputationShapeResponse' has non-sendable type 'Xla_GetComputationShapeResponse._StorageClass'; this is an error in the Swift 6 language mode
2980 | }
2981 |
     :
4871 |   ]
4872 |
4873 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4874 |     var _programShape: Xla_ProgramShape? = nil
4875 |
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:4915:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_UnpackRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
4910 |   ]
4911 |
4912 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4913 |     var _data: Xla_GlobalDataHandle? = nil
4914 |
4915 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_UnpackRequest._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
4916 |
4917 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla.swift:3027:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_UnpackRequest' has non-sendable type 'Xla_UnpackRequest._StorageClass'; this is an error in the Swift 6 language mode
3025 |   }
3026 |
3027 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_UnpackRequest' has non-sendable type 'Xla_UnpackRequest._StorageClass'; this is an error in the Swift 6 language mode
3028 | }
3029 |
     :
4910 |   ]
4911 |
4912 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4913 |     var _data: Xla_GlobalDataHandle? = nil
4914 |
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:5380:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_Shape._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
5372 |   ]
5373 |
5374 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
5375 |     var _elementType: Xla_PrimitiveType = .invalid
5376 |     var _dimensions: [Int64] = []
     :
5378 |     var _layout: Xla_Layout? = nil
5379 |
5380 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_Shape._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
5381 |
5382 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:737:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_Shape' has non-sendable type 'Xla_Shape._StorageClass'; this is an error in the Swift 6 language mode
 735 |   }
 736 |
 737 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_Shape' has non-sendable type 'Xla_Shape._StorageClass'; this is an error in the Swift 6 language mode
 738 | }
 739 |
     :
5372 |   ]
5373 |
5374 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
5375 |     var _elementType: Xla_PrimitiveType = .invalid
5376 |     var _dimensions: [Int64] = []
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:5429:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ProgramShape._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
5422 |   ]
5423 |
5424 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
5425 |     var _parameters: [Xla_Shape] = []
5426 |     var _result: Xla_Shape? = nil
5427 |     var _parameterNames: [String] = []
5428 |
5429 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ProgramShape._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
5430 |
5431 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:805:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ProgramShape' has non-sendable type 'Xla_ProgramShape._StorageClass'; this is an error in the Swift 6 language mode
 803 |   }
 804 |
 805 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ProgramShape' has non-sendable type 'Xla_ProgramShape._StorageClass'; this is an error in the Swift 6 language mode
 806 | }
 807 |
     :
5422 |   ]
5423 |
5424 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
5425 |     var _parameters: [Xla_Shape] = []
5426 |     var _result: Xla_Shape? = nil
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:5646:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_LiteralProto._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
5631 |   ]
5632 |
5633 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
5634 |     var _shape: Xla_Shape? = nil
5635 |     var _preds: [Bool] = []
     :
5644 |     var _f16S: Data = SwiftProtobuf.Internal.emptyData
5645 |
5646 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_LiteralProto._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
5647 |
5648 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:1447:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_LiteralProto' has non-sendable type 'Xla_LiteralProto._StorageClass'; this is an error in the Swift 6 language mode
1445 |   }
1446 |
1447 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_LiteralProto' has non-sendable type 'Xla_LiteralProto._StorageClass'; this is an error in the Swift 6 language mode
1448 | }
1449 |
     :
5631 |   ]
5632 |
5633 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
5634 |     var _shape: Xla_Shape? = nil
5635 |     var _preds: [Bool] = []
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:5739:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ConstantRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
5734 |   ]
5735 |
5736 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
5737 |     var _literal: Xla_LiteralProto? = nil
5738 |
5739 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ConstantRequest._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
5740 |
5741 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:1619:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ConstantRequest' has non-sendable type 'Xla_ConstantRequest._StorageClass'; this is an error in the Swift 6 language mode
1617 |   }
1618 |
1619 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ConstantRequest' has non-sendable type 'Xla_ConstantRequest._StorageClass'; this is an error in the Swift 6 language mode
1620 | }
1621 |
     :
5734 |   ]
5735 |
5736 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
5737 |     var _literal: Xla_LiteralProto? = nil
5738 |
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:5780:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_GetTupleElementRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
5774 |   ]
5775 |
5776 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
5777 |     var _operand: Xla_ComputationDataHandle? = nil
5778 |     var _index: Int64 = 0
5779 |
5780 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_GetTupleElementRequest._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
5781 |
5782 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:1676:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_GetTupleElementRequest' has non-sendable type 'Xla_GetTupleElementRequest._StorageClass'; this is an error in the Swift 6 language mode
1674 |   }
1675 |
1676 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_GetTupleElementRequest' has non-sendable type 'Xla_GetTupleElementRequest._StorageClass'; this is an error in the Swift 6 language mode
1677 | }
1678 |
     :
5774 |   ]
5775 |
5776 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
5777 |     var _operand: Xla_ComputationDataHandle? = nil
5778 |     var _index: Int64 = 0
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:5827:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_SliceRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
5819 |   ]
5820 |
5821 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
5822 |     var _operand: Xla_ComputationDataHandle? = nil
5823 |     var _startIndices: [Int64] = []
     :
5825 |     var _strides: [Int64] = []
5826 |
5827 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_SliceRequest._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
5828 |
5829 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:1751:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_SliceRequest' has non-sendable type 'Xla_SliceRequest._StorageClass'; this is an error in the Swift 6 language mode
1749 |   }
1750 |
1751 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_SliceRequest' has non-sendable type 'Xla_SliceRequest._StorageClass'; this is an error in the Swift 6 language mode
1752 | }
1753 |
     :
5819 |   ]
5820 |
5821 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
5822 |     var _operand: Xla_ComputationDataHandle? = nil
5823 |     var _startIndices: [Int64] = []
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:5876:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_DynamicSliceRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
5869 |   ]
5870 |
5871 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
5872 |     var _operand: Xla_ComputationDataHandle? = nil
5873 |     var _startIndices: Xla_ComputationDataHandle? = nil
5874 |     var _sliceSizes: [Int64] = []
5875 |
5876 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_DynamicSliceRequest._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
5877 |
5878 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:1825:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_DynamicSliceRequest' has non-sendable type 'Xla_DynamicSliceRequest._StorageClass'; this is an error in the Swift 6 language mode
1823 |   }
1824 |
1825 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_DynamicSliceRequest' has non-sendable type 'Xla_DynamicSliceRequest._StorageClass'; this is an error in the Swift 6 language mode
1826 | }
1827 |
     :
5869 |   ]
5870 |
5871 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
5872 |     var _operand: Xla_ComputationDataHandle? = nil
5873 |     var _startIndices: Xla_ComputationDataHandle? = nil
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:5923:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_DynamicUpdateSliceRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
5916 |   ]
5917 |
5918 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
5919 |     var _operand: Xla_ComputationDataHandle? = nil
5920 |     var _update: Xla_ComputationDataHandle? = nil
5921 |     var _startIndices: Xla_ComputationDataHandle? = nil
5922 |
5923 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_DynamicUpdateSliceRequest._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
5924 |
5925 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:1902:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_DynamicUpdateSliceRequest' has non-sendable type 'Xla_DynamicUpdateSliceRequest._StorageClass'; this is an error in the Swift 6 language mode
1900 |   }
1901 |
1902 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_DynamicUpdateSliceRequest' has non-sendable type 'Xla_DynamicUpdateSliceRequest._StorageClass'; this is an error in the Swift 6 language mode
1903 | }
1904 |
     :
5916 |   ]
5917 |
5918 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
5919 |     var _operand: Xla_ComputationDataHandle? = nil
5920 |     var _update: Xla_ComputationDataHandle? = nil
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:5994:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ConvolveRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
5986 |   ]
5987 |
5988 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
5989 |     var _lhs: Xla_ComputationDataHandle? = nil
5990 |     var _rhs: Xla_ComputationDataHandle? = nil
     :
5992 |     var _dimensionNumbers: Xla_ConvolutionDimensionNumbers? = nil
5993 |
5994 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ConvolveRequest._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
5995 |
5996 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:2068:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ConvolveRequest' has non-sendable type 'Xla_ConvolveRequest._StorageClass'; this is an error in the Swift 6 language mode
2066 |   }
2067 |
2068 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ConvolveRequest' has non-sendable type 'Xla_ConvolveRequest._StorageClass'; this is an error in the Swift 6 language mode
2069 | }
2070 |
     :
5986 |   ]
5987 |
5988 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
5989 |     var _lhs: Xla_ComputationDataHandle? = nil
5990 |     var _rhs: Xla_ComputationDataHandle? = nil
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:6041:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_InfeedRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
6035 |   ]
6036 |
6037 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6038 |     var _shape: Xla_Shape? = nil
6039 |     var _config: Data = SwiftProtobuf.Internal.emptyData
6040 |
6041 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_InfeedRequest._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
6042 |
6043 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:2127:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_InfeedRequest' has non-sendable type 'Xla_InfeedRequest._StorageClass'; this is an error in the Swift 6 language mode
2125 |   }
2126 |
2127 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_InfeedRequest' has non-sendable type 'Xla_InfeedRequest._StorageClass'; this is an error in the Swift 6 language mode
2128 | }
2129 |
     :
6035 |   ]
6036 |
6037 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6038 |     var _shape: Xla_Shape? = nil
6039 |     var _config: Data = SwiftProtobuf.Internal.emptyData
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:6086:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_OutfeedRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
6079 |   ]
6080 |
6081 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6082 |     var _shape: Xla_Shape? = nil
6083 |     var _operand: Xla_ComputationDataHandle? = nil
6084 |     var _outfeedConfig: Data = SwiftProtobuf.Internal.emptyData
6085 |
6086 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_OutfeedRequest._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
6087 |
6088 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:2200:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_OutfeedRequest' has non-sendable type 'Xla_OutfeedRequest._StorageClass'; this is an error in the Swift 6 language mode
2198 |   }
2199 |
2200 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_OutfeedRequest' has non-sendable type 'Xla_OutfeedRequest._StorageClass'; this is an error in the Swift 6 language mode
2201 | }
2202 |
     :
6079 |   ]
6080 |
6081 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6082 |     var _shape: Xla_Shape? = nil
6083 |     var _operand: Xla_ComputationDataHandle? = nil
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:6131:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_CallRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
6125 |   ]
6126 |
6127 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6128 |     var _toApply: Xla_ComputationHandle? = nil
6129 |     var _operands: [Xla_ComputationDataHandle] = []
6130 |
6131 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_CallRequest._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
6132 |
6133 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:2257:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_CallRequest' has non-sendable type 'Xla_CallRequest._StorageClass'; this is an error in the Swift 6 language mode
2255 |   }
2256 |
2257 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_CallRequest' has non-sendable type 'Xla_CallRequest._StorageClass'; this is an error in the Swift 6 language mode
2258 | }
2259 |
     :
6125 |   ]
6126 |
6127 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6128 |     var _toApply: Xla_ComputationHandle? = nil
6129 |     var _operands: [Xla_ComputationDataHandle] = []
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:6176:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_CustomCallRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
6169 |   ]
6170 |
6171 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6172 |     var _callTargetName: String = String()
6173 |     var _operands: [Xla_ComputationDataHandle] = []
6174 |     var _shape: Xla_Shape? = nil
6175 |
6176 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_CustomCallRequest._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
6177 |
6178 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:2323:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_CustomCallRequest' has non-sendable type 'Xla_CustomCallRequest._StorageClass'; this is an error in the Swift 6 language mode
2321 |   }
2322 |
2323 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_CustomCallRequest' has non-sendable type 'Xla_CustomCallRequest._StorageClass'; this is an error in the Swift 6 language mode
2324 | }
2325 |
     :
6169 |   ]
6170 |
6171 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6172 |     var _callTargetName: String = String()
6173 |     var _operands: [Xla_ComputationDataHandle] = []
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:6225:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_MapRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
6217 |   ]
6218 |
6219 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6220 |     var _operands: [Xla_ComputationDataHandle] = []
6221 |     var _toApply: Xla_ComputationHandle? = nil
     :
6223 |     var _dimensions: [Int64] = []
6224 |
6225 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_MapRequest._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
6226 |
6227 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:2402:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_MapRequest' has non-sendable type 'Xla_MapRequest._StorageClass'; this is an error in the Swift 6 language mode
2400 |   }
2401 |
2402 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_MapRequest' has non-sendable type 'Xla_MapRequest._StorageClass'; this is an error in the Swift 6 language mode
2403 | }
2404 |
     :
6217 |   ]
6218 |
6219 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6220 |     var _operands: [Xla_ComputationDataHandle] = []
6221 |     var _toApply: Xla_ComputationHandle? = nil
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:6276:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ReduceRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
6268 |   ]
6269 |
6270 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6271 |     var _operand: Xla_ComputationDataHandle? = nil
6272 |     var _initValue: Xla_ComputationDataHandle? = nil
     :
6274 |     var _toApply: Xla_ComputationHandle? = nil
6275 |
6276 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ReduceRequest._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
6277 |
6278 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:2490:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ReduceRequest' has non-sendable type 'Xla_ReduceRequest._StorageClass'; this is an error in the Swift 6 language mode
2488 |   }
2489 |
2490 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ReduceRequest' has non-sendable type 'Xla_ReduceRequest._StorageClass'; this is an error in the Swift 6 language mode
2491 | }
2492 |
     :
6268 |   ]
6269 |
6270 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6271 |     var _operand: Xla_ComputationDataHandle? = nil
6272 |     var _initValue: Xla_ComputationDataHandle? = nil
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:6327:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ReduceWindowRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
6319 |   ]
6320 |
6321 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6322 |     var _operand: Xla_ComputationDataHandle? = nil
6323 |     var _initValue: Xla_ComputationDataHandle? = nil
     :
6325 |     var _toApply: Xla_ComputationHandle? = nil
6326 |
6327 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ReduceWindowRequest._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
6328 |
6329 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:2577:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ReduceWindowRequest' has non-sendable type 'Xla_ReduceWindowRequest._StorageClass'; this is an error in the Swift 6 language mode
2575 |   }
2576 |
2577 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ReduceWindowRequest' has non-sendable type 'Xla_ReduceWindowRequest._StorageClass'; this is an error in the Swift 6 language mode
2578 | }
2579 |
     :
6319 |   ]
6320 |
6321 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6322 |     var _operand: Xla_ComputationDataHandle? = nil
6323 |     var _initValue: Xla_ComputationDataHandle? = nil
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:6380:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_BatchNormTrainingRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
6371 |   ]
6372 |
6373 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6374 |     var _operand: Xla_ComputationDataHandle? = nil
6375 |     var _scale: Xla_ComputationDataHandle? = nil
     :
6378 |     var _featureIndex: Int64 = 0
6379 |
6380 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_BatchNormTrainingRequest._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
6381 |
6382 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:2669:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_BatchNormTrainingRequest' has non-sendable type 'Xla_BatchNormTrainingRequest._StorageClass'; this is an error in the Swift 6 language mode
2667 |   }
2668 |
2669 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_BatchNormTrainingRequest' has non-sendable type 'Xla_BatchNormTrainingRequest._StorageClass'; this is an error in the Swift 6 language mode
2670 | }
2671 |
     :
6371 |   ]
6372 |
6373 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6374 |     var _operand: Xla_ComputationDataHandle? = nil
6375 |     var _scale: Xla_ComputationDataHandle? = nil
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:6439:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_BatchNormInferenceRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
6428 |   ]
6429 |
6430 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6431 |     var _operand: Xla_ComputationDataHandle? = nil
6432 |     var _scale: Xla_ComputationDataHandle? = nil
     :
6437 |     var _featureIndex: Int64 = 0
6438 |
6439 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_BatchNormInferenceRequest._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
6440 |
6441 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:2787:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_BatchNormInferenceRequest' has non-sendable type 'Xla_BatchNormInferenceRequest._StorageClass'; this is an error in the Swift 6 language mode
2785 |   }
2786 |
2787 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_BatchNormInferenceRequest' has non-sendable type 'Xla_BatchNormInferenceRequest._StorageClass'; this is an error in the Swift 6 language mode
2788 | }
2789 |
     :
6428 |   ]
6429 |
6430 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6431 |     var _operand: Xla_ComputationDataHandle? = nil
6432 |     var _scale: Xla_ComputationDataHandle? = nil
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:6502:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_BatchNormGradRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
6491 |   ]
6492 |
6493 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6494 |     var _operand: Xla_ComputationDataHandle? = nil
6495 |     var _scale: Xla_ComputationDataHandle? = nil
     :
6500 |     var _featureIndex: Int64 = 0
6501 |
6502 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_BatchNormGradRequest._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
6503 |
6504 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:2905:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_BatchNormGradRequest' has non-sendable type 'Xla_BatchNormGradRequest._StorageClass'; this is an error in the Swift 6 language mode
2903 |   }
2904 |
2905 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_BatchNormGradRequest' has non-sendable type 'Xla_BatchNormGradRequest._StorageClass'; this is an error in the Swift 6 language mode
2906 | }
2907 |
     :
6491 |   ]
6492 |
6493 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6494 |     var _operand: Xla_ComputationDataHandle? = nil
6495 |     var _scale: Xla_ComputationDataHandle? = nil
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:6553:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_CrossReplicaSumRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
6548 |   ]
6549 |
6550 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6551 |     var _operand: Xla_ComputationDataHandle? = nil
6552 |
6553 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_CrossReplicaSumRequest._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
6554 |
6555 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:2953:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_CrossReplicaSumRequest' has non-sendable type 'Xla_CrossReplicaSumRequest._StorageClass'; this is an error in the Swift 6 language mode
2951 |   }
2952 |
2953 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_CrossReplicaSumRequest' has non-sendable type 'Xla_CrossReplicaSumRequest._StorageClass'; this is an error in the Swift 6 language mode
2954 | }
2955 |
     :
6548 |   ]
6549 |
6550 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6551 |     var _operand: Xla_ComputationDataHandle? = nil
6552 |
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:6602:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_SelectAndScatterRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
6592 |   ]
6593 |
6594 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6595 |     var _operand: Xla_ComputationDataHandle? = nil
6596 |     var _source: Xla_ComputationDataHandle? = nil
     :
6600 |     var _scatter: Xla_ComputationHandle? = nil
6601 |
6602 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_SelectAndScatterRequest._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
6603 |
6604 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:3073:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_SelectAndScatterRequest' has non-sendable type 'Xla_SelectAndScatterRequest._StorageClass'; this is an error in the Swift 6 language mode
3071 |   }
3072 |
3073 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_SelectAndScatterRequest' has non-sendable type 'Xla_SelectAndScatterRequest._StorageClass'; this is an error in the Swift 6 language mode
3074 | }
3075 |
     :
6592 |   ]
6593 |
6594 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6595 |     var _operand: Xla_ComputationDataHandle? = nil
6596 |     var _source: Xla_ComputationDataHandle? = nil
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:6653:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ReverseRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
6647 |   ]
6648 |
6649 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6650 |     var _operand: Xla_ComputationDataHandle? = nil
6651 |     var _dimensions: [Int64] = []
6652 |
6653 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ReverseRequest._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
6654 |
6655 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:3130:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ReverseRequest' has non-sendable type 'Xla_ReverseRequest._StorageClass'; this is an error in the Swift 6 language mode
3128 |   }
3129 |
3130 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ReverseRequest' has non-sendable type 'Xla_ReverseRequest._StorageClass'; this is an error in the Swift 6 language mode
3131 | }
3132 |
     :
6647 |   ]
6648 |
6649 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6650 |     var _operand: Xla_ComputationDataHandle? = nil
6651 |     var _dimensions: [Int64] = []
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:6696:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_BroadcastRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
6690 |   ]
6691 |
6692 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6693 |     var _operand: Xla_ComputationDataHandle? = nil
6694 |     var _broadcastSizes: [Int64] = []
6695 |
6696 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_BroadcastRequest._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
6697 |
6698 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:3187:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_BroadcastRequest' has non-sendable type 'Xla_BroadcastRequest._StorageClass'; this is an error in the Swift 6 language mode
3185 |   }
3186 |
3187 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_BroadcastRequest' has non-sendable type 'Xla_BroadcastRequest._StorageClass'; this is an error in the Swift 6 language mode
3188 | }
3189 |
     :
6690 |   ]
6691 |
6692 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6693 |     var _operand: Xla_ComputationDataHandle? = nil
6694 |     var _broadcastSizes: [Int64] = []
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:6741:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_PadRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
6734 |   ]
6735 |
6736 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6737 |     var _operand: Xla_ComputationDataHandle? = nil
6738 |     var _paddingValue: Xla_ComputationDataHandle? = nil
6739 |     var _paddingConfig: Xla_PaddingConfig? = nil
6740 |
6741 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_PadRequest._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
6742 |
6743 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:3261:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_PadRequest' has non-sendable type 'Xla_PadRequest._StorageClass'; this is an error in the Swift 6 language mode
3259 |   }
3260 |
3261 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_PadRequest' has non-sendable type 'Xla_PadRequest._StorageClass'; this is an error in the Swift 6 language mode
3262 | }
3263 |
     :
6734 |   ]
6735 |
6736 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6737 |     var _operand: Xla_ComputationDataHandle? = nil
6738 |     var _paddingValue: Xla_ComputationDataHandle? = nil
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:6788:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ReshapeRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
6781 |   ]
6782 |
6783 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6784 |     var _operand: Xla_ComputationDataHandle? = nil
6785 |     var _dimensions: [Int64] = []
6786 |     var _newSizes: [Int64] = []
6787 |
6788 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ReshapeRequest._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
6789 |
6790 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:3329:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ReshapeRequest' has non-sendable type 'Xla_ReshapeRequest._StorageClass'; this is an error in the Swift 6 language mode
3327 |   }
3328 |
3329 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ReshapeRequest' has non-sendable type 'Xla_ReshapeRequest._StorageClass'; this is an error in the Swift 6 language mode
3330 | }
3331 |
     :
6781 |   ]
6782 |
6783 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6784 |     var _operand: Xla_ComputationDataHandle? = nil
6785 |     var _dimensions: [Int64] = []
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:6833:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_TransposeRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
6827 |   ]
6828 |
6829 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6830 |     var _operand: Xla_ComputationDataHandle? = nil
6831 |     var _dimensions: [Int64] = []
6832 |
6833 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_TransposeRequest._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
6834 |
6835 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:3387:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_TransposeRequest' has non-sendable type 'Xla_TransposeRequest._StorageClass'; this is an error in the Swift 6 language mode
3385 |   }
3386 |
3387 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_TransposeRequest' has non-sendable type 'Xla_TransposeRequest._StorageClass'; this is an error in the Swift 6 language mode
3388 | }
3389 |
     :
6827 |   ]
6828 |
6829 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6830 |     var _operand: Xla_ComputationDataHandle? = nil
6831 |     var _dimensions: [Int64] = []
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:6878:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ParameterRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
6871 |   ]
6872 |
6873 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6874 |     var _shape: Xla_Shape? = nil
6875 |     var _parameter: Int64 = 0
6876 |     var _name: String = String()
6877 |
6878 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ParameterRequest._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
6879 |
6880 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:3453:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ParameterRequest' has non-sendable type 'Xla_ParameterRequest._StorageClass'; this is an error in the Swift 6 language mode
3451 |   }
3452 |
3453 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ParameterRequest' has non-sendable type 'Xla_ParameterRequest._StorageClass'; this is an error in the Swift 6 language mode
3454 | }
3455 |
     :
6871 |   ]
6872 |
6873 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6874 |     var _shape: Xla_Shape? = nil
6875 |     var _parameter: Int64 = 0
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:6923:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_GetLocalShapeRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
6917 |   ]
6918 |
6919 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6920 |     var _computation: Xla_ComputationHandle? = nil
6921 |     var _operand: Xla_ComputationDataHandle? = nil
6922 |
6923 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_GetLocalShapeRequest._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
6924 |
6925 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:3514:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_GetLocalShapeRequest' has non-sendable type 'Xla_GetLocalShapeRequest._StorageClass'; this is an error in the Swift 6 language mode
3512 |   }
3513 |
3514 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_GetLocalShapeRequest' has non-sendable type 'Xla_GetLocalShapeRequest._StorageClass'; this is an error in the Swift 6 language mode
3515 | }
3516 |
     :
6917 |   ]
6918 |
6919 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6920 |     var _computation: Xla_ComputationHandle? = nil
6921 |     var _operand: Xla_ComputationDataHandle? = nil
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:6964:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_GetLocalShapeResponse._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
6959 |   ]
6960 |
6961 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6962 |     var _shape: Xla_Shape? = nil
6963 |
6964 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_GetLocalShapeResponse._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
6965 |
6966 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:3562:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_GetLocalShapeResponse' has non-sendable type 'Xla_GetLocalShapeResponse._StorageClass'; this is an error in the Swift 6 language mode
3560 |   }
3561 |
3562 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_GetLocalShapeResponse' has non-sendable type 'Xla_GetLocalShapeResponse._StorageClass'; this is an error in the Swift 6 language mode
3563 | }
3564 |
     :
6959 |   ]
6960 |
6961 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6962 |     var _shape: Xla_Shape? = nil
6963 |
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:7005:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_TraceRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
6999 |   ]
7000 |
7001 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
7002 |     var _tag: String = String()
7003 |     var _operand: Xla_ComputationDataHandle? = nil
7004 |
7005 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_TraceRequest._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
7006 |
7007 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:3619:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_TraceRequest' has non-sendable type 'Xla_TraceRequest._StorageClass'; this is an error in the Swift 6 language mode
3617 |   }
3618 |
3619 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_TraceRequest' has non-sendable type 'Xla_TraceRequest._StorageClass'; this is an error in the Swift 6 language mode
3620 | }
3621 |
     :
6999 |   ]
7000 |
7001 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
7002 |     var _tag: String = String()
7003 |     var _operand: Xla_ComputationDataHandle? = nil
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:7048:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ConvertRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
7042 |   ]
7043 |
7044 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
7045 |     var _operand: Xla_ComputationDataHandle? = nil
7046 |     var _newElementType: Xla_PrimitiveType = .invalid
7047 |
7048 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ConvertRequest._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
7049 |
7050 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:3676:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ConvertRequest' has non-sendable type 'Xla_ConvertRequest._StorageClass'; this is an error in the Swift 6 language mode
3674 |   }
3675 |
3676 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ConvertRequest' has non-sendable type 'Xla_ConvertRequest._StorageClass'; this is an error in the Swift 6 language mode
3677 | }
3678 |
     :
7042 |   ]
7043 |
7044 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
7045 |     var _operand: Xla_ComputationDataHandle? = nil
7046 |     var _newElementType: Xla_PrimitiveType = .invalid
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:7107:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_WhileRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
7100 |   ]
7101 |
7102 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
7103 |     var _condition: Xla_ComputationHandle? = nil
7104 |     var _body: Xla_ComputationHandle? = nil
7105 |     var _init_p: Xla_ComputationDataHandle? = nil
7106 |
7107 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_WhileRequest._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
7108 |
7109 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:3794:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_WhileRequest' has non-sendable type 'Xla_WhileRequest._StorageClass'; this is an error in the Swift 6 language mode
3792 |   }
3793 |
3794 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_WhileRequest' has non-sendable type 'Xla_WhileRequest._StorageClass'; this is an error in the Swift 6 language mode
3795 | }
3796 |
     :
7100 |   ]
7101 |
7102 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
7103 |     var _condition: Xla_ComputationHandle? = nil
7104 |     var _body: Xla_ComputationHandle? = nil
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:7152:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_UnaryOpRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
7146 |   ]
7147 |
7148 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
7149 |     var _unop: Xla_UnaryOperation = .unopInvalid
7150 |     var _operand: Xla_ComputationDataHandle? = nil
7151 |
7152 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_UnaryOpRequest._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
7153 |
7154 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:3851:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_UnaryOpRequest' has non-sendable type 'Xla_UnaryOpRequest._StorageClass'; this is an error in the Swift 6 language mode
3849 |   }
3850 |
3851 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_UnaryOpRequest' has non-sendable type 'Xla_UnaryOpRequest._StorageClass'; this is an error in the Swift 6 language mode
3852 | }
3853 |
     :
7146 |   ]
7147 |
7148 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
7149 |     var _unop: Xla_UnaryOperation = .unopInvalid
7150 |     var _operand: Xla_ComputationDataHandle? = nil
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:7199:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_BinaryOpRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
7191 |   ]
7192 |
7193 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
7194 |     var _binop: Xla_BinaryOperation = .binopInvalid
7195 |     var _lhs: Xla_ComputationDataHandle? = nil
     :
7197 |     var _broadcastDimensions: [Int64] = []
7198 |
7199 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_BinaryOpRequest._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
7200 |
7201 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:3930:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_BinaryOpRequest' has non-sendable type 'Xla_BinaryOpRequest._StorageClass'; this is an error in the Swift 6 language mode
3928 |   }
3929 |
3930 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_BinaryOpRequest' has non-sendable type 'Xla_BinaryOpRequest._StorageClass'; this is an error in the Swift 6 language mode
3931 | }
3932 |
     :
7191 |   ]
7192 |
7193 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
7194 |     var _binop: Xla_BinaryOperation = .binopInvalid
7195 |     var _lhs: Xla_ComputationDataHandle? = nil
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:7248:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_RngRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
7241 |   ]
7242 |
7243 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
7244 |     var _distribution: Xla_RandomDistribution = .rngInvalid
7245 |     var _parameter: [Xla_ComputationDataHandle] = []
7246 |     var _shape: Xla_Shape? = nil
7247 |
7248 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_RngRequest._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
7249 |
7250 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:3996:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_RngRequest' has non-sendable type 'Xla_RngRequest._StorageClass'; this is an error in the Swift 6 language mode
3994 |   }
3995 |
3996 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_RngRequest' has non-sendable type 'Xla_RngRequest._StorageClass'; this is an error in the Swift 6 language mode
3997 | }
3998 |
     :
7241 |   ]
7242 |
7243 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
7244 |     var _distribution: Xla_RandomDistribution = .rngInvalid
7245 |     var _parameter: [Xla_ComputationDataHandle] = []
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:7297:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_TernaryOpRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
7289 |   ]
7290 |
7291 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
7292 |     var _triop: Xla_TernaryOperation = .triopInvalid
7293 |     var _lhs: Xla_ComputationDataHandle? = nil
     :
7295 |     var _ehs: Xla_ComputationDataHandle? = nil
7296 |
7297 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_TernaryOpRequest._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
7298 |
7299 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:4079:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_TernaryOpRequest' has non-sendable type 'Xla_TernaryOpRequest._StorageClass'; this is an error in the Swift 6 language mode
4077 |   }
4078 |
4079 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_TernaryOpRequest' has non-sendable type 'Xla_TernaryOpRequest._StorageClass'; this is an error in the Swift 6 language mode
4080 | }
4081 |
     :
7289 |   ]
7290 |
7291 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
7292 |     var _triop: Xla_TernaryOperation = .triopInvalid
7293 |     var _lhs: Xla_ComputationDataHandle? = nil
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:7360:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ReducePrecisionRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
7353 |   ]
7354 |
7355 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
7356 |     var _operand: Xla_ComputationDataHandle? = nil
7357 |     var _exponentBits: Int32 = 0
7358 |     var _mantissaBits: Int32 = 0
7359 |
7360 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ReducePrecisionRequest._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
7361 |
7362 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:4185:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ReducePrecisionRequest' has non-sendable type 'Xla_ReducePrecisionRequest._StorageClass'; this is an error in the Swift 6 language mode
4183 |   }
4184 |
4185 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ReducePrecisionRequest' has non-sendable type 'Xla_ReducePrecisionRequest._StorageClass'; this is an error in the Swift 6 language mode
4186 | }
4187 |
     :
7353 |   ]
7354 |
7355 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
7356 |     var _operand: Xla_ComputationDataHandle? = nil
7357 |     var _exponentBits: Int32 = 0
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:7405:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_SendRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
7399 |   ]
7400 |
7401 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
7402 |     var _operand: Xla_ComputationDataHandle? = nil
7403 |     var _channelHandle: Xla_ChannelHandle? = nil
7404 |
7405 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_SendRequest._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
7406 |
7407 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:4246:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_SendRequest' has non-sendable type 'Xla_SendRequest._StorageClass'; this is an error in the Swift 6 language mode
4244 |   }
4245 |
4246 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_SendRequest' has non-sendable type 'Xla_SendRequest._StorageClass'; this is an error in the Swift 6 language mode
4247 | }
4248 |
     :
7399 |   ]
7400 |
7401 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
7402 |     var _operand: Xla_ComputationDataHandle? = nil
7403 |     var _channelHandle: Xla_ChannelHandle? = nil
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:7448:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_RecvRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
7442 |   ]
7443 |
7444 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
7445 |     var _shape: Xla_Shape? = nil
7446 |     var _channelHandle: Xla_ChannelHandle? = nil
7447 |
7448 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_RecvRequest._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
7449 |
7450 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:4307:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_RecvRequest' has non-sendable type 'Xla_RecvRequest._StorageClass'; this is an error in the Swift 6 language mode
4305 |   }
4306 |
4307 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_RecvRequest' has non-sendable type 'Xla_RecvRequest._StorageClass'; this is an error in the Swift 6 language mode
4308 | }
4309 |
     :
7442 |   ]
7443 |
7444 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
7445 |     var _shape: Xla_Shape? = nil
7446 |     var _channelHandle: Xla_ChannelHandle? = nil
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:7544:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_OpRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
7536 |   ]
7537 |
7538 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
7539 |     var _computation: Xla_ComputationHandle? = nil
7540 |     var _metadata: Xla_OpMetadata? = nil
     :
7542 |     var _op: Xla_OpRequest.OneOf_Op?
7543 |
7544 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_OpRequest._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
7545 |
7546 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:5167:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_OpRequest' has non-sendable type 'Xla_OpRequest._StorageClass'; this is an error in the Swift 6 language mode
5165 |   }
5166 |
5167 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_OpRequest' has non-sendable type 'Xla_OpRequest._StorageClass'; this is an error in the Swift 6 language mode
5168 | }
5169 |
     :
7536 |   ]
7537 |
7538 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
7539 |     var _computation: Xla_ComputationHandle? = nil
7540 |     var _metadata: Xla_OpMetadata? = nil
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:7589:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_OpResponse._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
7584 |   ]
7585 |
7586 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
7587 |     var _output: Xla_ComputationDataHandle? = nil
7588 |
7589 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_OpResponse._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
7590 |
7591 |     private init() {}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:5215:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_OpResponse' has non-sendable type 'Xla_OpResponse._StorageClass'; this is an error in the Swift 6 language mode
5213 |   }
5214 |
5215 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_OpResponse' has non-sendable type 'Xla_OpResponse._StorageClass'; this is an error in the Swift 6 language mode
5216 | }
5217 |
     :
7584 |   ]
7585 |
7586 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
7587 |     var _output: Xla_ComputationDataHandle? = nil
7588 |
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:5636:45: 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.
5634 |     var _shape: Xla_Shape? = nil
5635 |     var _preds: [Bool] = []
5636 |     var _u8S: 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.
5637 |     var _s32S: [Int32] = []
5638 |     var _s64S: [Int64] = []
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:5644:46: 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.
5642 |     var _f64S: [Double] = []
5643 |     var _tupleLiterals: [Xla_LiteralProto] = []
5644 |     var _f16S: 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.
5645 |
5646 |     static let defaultInstance = _StorageClass()
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:6039:48: 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.
6037 |   fileprivate class _StorageClass {
6038 |     var _shape: Xla_Shape? = nil
6039 |     var _config: 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.
6040 |
6041 |     static let defaultInstance = _StorageClass()
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:6084:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
6082 |     var _shape: Xla_Shape? = nil
6083 |     var _operand: Xla_ComputationDataHandle? = nil
6084 |     var _outfeedConfig: 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.
6085 |
6086 |     static let defaultInstance = _StorageClass()
BUILD FAILURE 6.0 linux