This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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

Successful build of PerfectTensorFlow with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 363

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
[192/192] Compiling PerfectTensorFlow pb.xla_data.swift
/Users/admin/builder/spi-builder-workspace/Sources/PerfectTensorFlow/pb.tree_config.swift:939:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_BoostedTrees_Trees_TreeNode._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
 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
 938 |
 939 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_BoostedTrees_Trees_TreeNode._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: annotate 'defaultInstance' with '@MainActor' 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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
/Users/admin/builder/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() {}
Build complete! (57.51s)
Fetching https://github.com/apple/swift-protobuf.git
[1/36129] Fetching swift-protobuf
Fetched https://github.com/apple/swift-protobuf.git from cache (4.84s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.26.0 (0.70s)
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.26.0
warning: 'swift-protobuf': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/CMakeLists.txt
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-protobuf.git"
    }
  ],
  "manifest_display_name" : "PerfectTensorFlow",
  "name" : "PerfectTensorFlow",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "PerfectTensorFlow",
      "targets" : [
        "PerfectTensorFlow"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TensorFlowAPI",
      "module_type" : "ClangTarget",
      "name" : "TensorFlowAPI",
      "path" : "Sources/TensorFlowAPI",
      "product_memberships" : [
        "PerfectTensorFlow"
      ],
      "sources" : [
        "TensorFlowAPI.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PerfectTensorFlowTests",
      "module_type" : "SwiftTarget",
      "name" : "PerfectTensorFlowTests",
      "path" : "Tests/PerfectTensorFlowTests",
      "sources" : [
        "PerfectTensorFlowTests.swift"
      ],
      "target_dependencies" : [
        "PerfectTensorFlow"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PerfectTensorFlow",
      "module_type" : "SwiftTarget",
      "name" : "PerfectTensorFlow",
      "path" : "Sources/PerfectTensorFlow",
      "product_dependencies" : [
        "SwiftProtobuf"
      ],
      "product_memberships" : [
        "PerfectTensorFlow"
      ],
      "sources" : [
        "APILoader.swift",
        "PerfectTensorFlow.swift",
        "pb.allocation_description.swift",
        "pb.api_def.swift",
        "pb.api_objects.swift",
        "pb.attr_value.swift",
        "pb.bigquery_table_partition.swift",
        "pb.checkpoint_state.swift",
        "pb.checkpointable_object_graph.swift",
        "pb.cluster.swift",
        "pb.compare_test.swift",
        "pb.config.swift",
        "pb.control_flow.swift",
        "pb.cost_graph.swift",
        "pb.cpp_shape_inference.swift",
        "pb.debug.swift",
        "pb.debug_service.swift",
        "pb.debugger_event_metadata.swift",
        "pb.device_attributes.swift",
        "pb.device_properties.swift",
        "pb.error_codes.swift",
        "pb.event.swift",
        "pb.example.swift",
        "pb.example_parser_configuration.swift",
        "pb.example_proto_fast_parsing_test.swift",
        "pb.feature.swift",
        "pb.fertile_stats.swift",
        "pb.function.swift",
        "pb.gdr.swift",
        "pb.generic_tree_model.swift",
        "pb.generic_tree_model_extensions.swift",
        "pb.graph.swift",
        "pb.graph_explorer.swift",
        "pb.graph_transfer_info.swift",
        "pb.hlo.swift",
        "pb.hparam.swift",
        "pb.iterator.swift",
        "pb.kernel_def.swift",
        "pb.learner.swift",
        "pb.log_memory.swift",
        "pb.manifest.swift",
        "pb.master.swift",
        "pb.master_service.swift",
        "pb.memmapped_file_system.swift",
        "pb.meta_graph.swift",
        "pb.model_flags.swift",
        "pb.mpi_message.swift",
        "pb.mpi_msg.swift",
        "pb.named_tensor.swift",
        "pb.node_def.swift",
        "pb.op_def.swift",
        "pb.op_gen_overrides.swift",
        "pb.op_performance_data.swift",
        "pb.op_profile.swift",
        "pb.profile.swift",
        "pb.projector_config.swift",
        "pb.quantiles.swift",
        "pb.queue_runner.swift",
        "pb.reader_base.swift",
        "pb.remote_fused_graph_execute_info.swift",
        "pb.resource_handle.swift",
        "pb.rewriter_config.swift",
        "pb.saved_model.swift",
        "pb.saved_tensor_slice.swift",
        "pb.saver.swift",
        "pb.session.swift",
        "pb.split_info.swift",
        "pb.step_stats.swift",
        "pb.summary.swift",
        "pb.tensor.swift",
        "pb.tensor_bundle.swift",
        "pb.tensor_description.swift",
        "pb.tensor_forest_params.swift",
        "pb.tensor_shape.swift",
        "pb.tensor_slice.swift",
        "pb.tensorflow_server.swift",
        "pb.test.swift",
        "pb.test_log.swift",
        "pb.tf2xla.swift",
        "pb.tf_op_stats.swift",
        "pb.tfcompile.swift",
        "pb.tfprof_log.swift",
        "pb.tfprof_options.swift",
        "pb.tfprof_output.swift",
        "pb.toco_flags.swift",
        "pb.topology.swift",
        "pb.tpu_profiler.swift",
        "pb.trace_events.swift",
        "pb.trace_info.swift",
        "pb.tree_config.swift",
        "pb.types.swift",
        "pb.variable.swift",
        "pb.verbs_service.swift",
        "pb.versions.swift",
        "pb.worker.swift",
        "pb.worker_service.swift",
        "pb.xla.swift",
        "pb.xla_data.swift"
      ],
      "target_dependencies" : [
        "TensorFlowAPI"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.