Build Information
Failed to build TensorFlow, reference 0.0.9 (05bd91
), with Swift 6.0 for Linux on 31 Oct 2024 09:25:21 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Build Log
1132 |
:
3641 | ]
3642 |
3643 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
3644 | var _literal: Xla_LiteralProto? = nil
3645 | var _replicaID: Int64 = 0
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla.pb.swift:3704:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_TransferFromOutfeedRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
3697 | ]
3698 |
3699 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
3700 | var _shapeWithLayout: Xla_Shape? = nil
3701 | var _replicaID: Int64 = 0
3702 | var _deviceHandle: Xla_DeviceHandle? = nil
3703 |
3704 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_TransferFromOutfeedRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3705 |
3706 | private init() {}
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla.pb.swift:1227:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_TransferFromOutfeedRequest' has non-sendable type 'Xla_TransferFromOutfeedRequest._StorageClass'; this is an error in the Swift 6 language mode
1225 | }
1226 |
1227 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_TransferFromOutfeedRequest' has non-sendable type 'Xla_TransferFromOutfeedRequest._StorageClass'; this is an error in the Swift 6 language mode
1228 | }
1229 |
:
3697 | ]
3698 |
3699 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
3700 | var _shapeWithLayout: Xla_Shape? = nil
3701 | var _replicaID: Int64 = 0
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla.pb.swift:3747:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_TransferFromOutfeedResponse._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
3742 | ]
3743 |
3744 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
3745 | var _literal: Xla_LiteralProto? = nil
3746 |
3747 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_TransferFromOutfeedResponse._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3748 |
3749 | private init() {}
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla.pb.swift:1275:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_TransferFromOutfeedResponse' has non-sendable type 'Xla_TransferFromOutfeedResponse._StorageClass'; this is an error in the Swift 6 language mode
1273 | }
1274 |
1275 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_TransferFromOutfeedResponse' has non-sendable type 'Xla_TransferFromOutfeedResponse._StorageClass'; this is an error in the Swift 6 language mode
1276 | }
1277 |
:
3742 | ]
3743 |
3744 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
3745 | var _literal: Xla_LiteralProto? = nil
3746 |
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla.pb.swift:3786:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ResetDeviceRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
3781 | ]
3782 |
3783 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
3784 | var _deviceHandle: Xla_DeviceHandle? = nil
3785 |
3786 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ResetDeviceRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3787 |
3788 | private init() {}
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla.pb.swift:1323:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ResetDeviceRequest' has non-sendable type 'Xla_ResetDeviceRequest._StorageClass'; this is an error in the Swift 6 language mode
1321 | }
1322 |
1323 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ResetDeviceRequest' has non-sendable type 'Xla_ResetDeviceRequest._StorageClass'; this is an error in the Swift 6 language mode
1324 | }
1325 |
:
3781 | ]
3782 |
3783 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
3784 | var _deviceHandle: Xla_DeviceHandle? = nil
3785 |
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla.pb.swift:3836:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ComputationStatsRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
3830 | ]
3831 |
3832 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
3833 | var _computation: Xla_ComputationHandle? = nil
3834 | var _debugOptions: Xla_DebugOptions? = nil
3835 |
3836 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ComputationStatsRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3837 |
3838 | private init() {}
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla.pb.swift:1409:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ComputationStatsRequest' has non-sendable type 'Xla_ComputationStatsRequest._StorageClass'; this is an error in the Swift 6 language mode
1407 | }
1408 |
1409 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ComputationStatsRequest' has non-sendable type 'Xla_ComputationStatsRequest._StorageClass'; this is an error in the Swift 6 language mode
1410 | }
1411 |
:
3830 | ]
3831 |
3832 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
3833 | var _computation: Xla_ComputationHandle? = nil
3834 | var _debugOptions: Xla_DebugOptions? = nil
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla.pb.swift:3877:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ComputationStatsResponse._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
3872 | ]
3873 |
3874 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
3875 | var _stats: Xla_ComputationStats? = nil
3876 |
3877 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ComputationStatsResponse._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3878 |
3879 | private init() {}
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla.pb.swift:1457:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ComputationStatsResponse' has non-sendable type 'Xla_ComputationStatsResponse._StorageClass'; this is an error in the Swift 6 language mode
1455 | }
1456 |
1457 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ComputationStatsResponse' has non-sendable type 'Xla_ComputationStatsResponse._StorageClass'; this is an error in the Swift 6 language mode
1458 | }
1459 |
:
3872 | ]
3873 |
3874 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
3875 | var _stats: Xla_ComputationStats? = nil
3876 |
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla.pb.swift:3928:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ComputationResponse._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
3923 | ]
3924 |
3925 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
3926 | var _computation: Xla_ComputationHandle? = nil
3927 |
3928 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ComputationResponse._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3929 |
3930 | private init() {}
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla.pb.swift:1539:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ComputationResponse' has non-sendable type 'Xla_ComputationResponse._StorageClass'; this is an error in the Swift 6 language mode
1537 | }
1538 |
1539 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ComputationResponse' has non-sendable type 'Xla_ComputationResponse._StorageClass'; this is an error in the Swift 6 language mode
1540 | }
1541 |
:
3923 | ]
3924 |
3925 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
3926 | var _computation: Xla_ComputationHandle? = nil
3927 |
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla.pb.swift:3976:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_CreateChannelHandleResponse._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
3971 | ]
3972 |
3973 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
3974 | var _channel: Xla_ChannelHandle? = nil
3975 |
3976 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_CreateChannelHandleResponse._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3977 |
3978 | private init() {}
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla.pb.swift:1612:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_CreateChannelHandleResponse' has non-sendable type 'Xla_CreateChannelHandleResponse._StorageClass'; this is an error in the Swift 6 language mode
1610 | }
1611 |
1612 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_CreateChannelHandleResponse' has non-sendable type 'Xla_CreateChannelHandleResponse._StorageClass'; this is an error in the Swift 6 language mode
1613 | }
1614 |
:
3971 | ]
3972 |
3973 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
3974 | var _channel: Xla_ChannelHandle? = nil
3975 |
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla.pb.swift:4015:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_UnregisterRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
4010 | ]
4011 |
4012 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4013 | var _data: Xla_GlobalDataHandle? = nil
4014 |
4015 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_UnregisterRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4016 |
4017 | private init() {}
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla.pb.swift:1660:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_UnregisterRequest' has non-sendable type 'Xla_UnregisterRequest._StorageClass'; this is an error in the Swift 6 language mode
1658 | }
1659 |
1660 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_UnregisterRequest' has non-sendable type 'Xla_UnregisterRequest._StorageClass'; this is an error in the Swift 6 language mode
1661 | }
1662 |
:
4010 | ]
4011 |
4012 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4013 | var _data: Xla_GlobalDataHandle? = nil
4014 |
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla.pb.swift:4065:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_SetReturnValueRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
4059 | ]
4060 |
4061 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4062 | var _computation: Xla_ComputationHandle? = nil
4063 | var _operand: Xla_ComputationDataHandle? = nil
4064 |
4065 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_SetReturnValueRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4066 |
4067 | private init() {}
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla.pb.swift:1746:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_SetReturnValueRequest' has non-sendable type 'Xla_SetReturnValueRequest._StorageClass'; this is an error in the Swift 6 language mode
1744 | }
1745 |
1746 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_SetReturnValueRequest' has non-sendable type 'Xla_SetReturnValueRequest._StorageClass'; this is an error in the Swift 6 language mode
1747 | }
1748 |
:
4059 | ]
4060 |
4061 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4062 | var _computation: Xla_ComputationHandle? = nil
4063 | var _operand: Xla_ComputationDataHandle? = nil
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla.pb.swift:4121:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ExecuteRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
4113 | ]
4114 |
4115 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4116 | var _computation: Xla_ComputationHandle? = nil
4117 | var _arguments: [Xla_GlobalDataHandle] = []
:
4119 | var _executionOptions: Xla_ExecutionOptions? = nil
4120 |
4121 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ExecuteRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4122 |
4123 | private init() {}
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla.pb.swift:1857:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ExecuteRequest' has non-sendable type 'Xla_ExecuteRequest._StorageClass'; this is an error in the Swift 6 language mode
1855 | }
1856 |
1857 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ExecuteRequest' has non-sendable type 'Xla_ExecuteRequest._StorageClass'; this is an error in the Swift 6 language mode
1858 | }
1859 |
:
4113 | ]
4114 |
4115 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4116 | var _computation: Xla_ComputationHandle? = nil
4117 | var _arguments: [Xla_GlobalDataHandle] = []
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla.pb.swift:4180:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ExecuteResponse._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
4174 | ]
4175 |
4176 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4177 | var _output: Xla_GlobalDataHandle? = nil
4178 | var _profile: Xla_ExecutionProfile? = nil
4179 |
4180 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ExecuteResponse._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4181 |
4182 | private init() {}
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla.pb.swift:1952:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ExecuteResponse' has non-sendable type 'Xla_ExecuteResponse._StorageClass'; this is an error in the Swift 6 language mode
1950 | }
1951 |
1952 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ExecuteResponse' has non-sendable type 'Xla_ExecuteResponse._StorageClass'; this is an error in the Swift 6 language mode
1953 | }
1954 |
:
4174 | ]
4175 |
4176 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4177 | var _output: Xla_GlobalDataHandle? = nil
4178 | var _profile: Xla_ExecutionProfile? = nil
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla.pb.swift:4237:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ExecuteAsyncRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
4230 | ]
4231 |
4232 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4233 | var _computation: Xla_ComputationHandle? = nil
4234 | var _arguments: [Xla_GlobalDataHandle] = []
4235 | var _executionOptions: Xla_ExecutionOptions? = nil
4236 |
4237 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ExecuteAsyncRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4238 |
4239 | private init() {}
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla.pb.swift:2057:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ExecuteAsyncRequest' has non-sendable type 'Xla_ExecuteAsyncRequest._StorageClass'; this is an error in the Swift 6 language mode
2055 | }
2056 |
2057 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ExecuteAsyncRequest' has non-sendable type 'Xla_ExecuteAsyncRequest._StorageClass'; this is an error in the Swift 6 language mode
2058 | }
2059 |
:
4230 | ]
4231 |
4232 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4233 | var _computation: Xla_ComputationHandle? = nil
4234 | var _arguments: [Xla_GlobalDataHandle] = []
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla.pb.swift:4280:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ExecuteAsyncResponse._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
4275 | ]
4276 |
4277 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4278 | var _execution: Xla_ExecutionHandle? = nil
4279 |
4280 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ExecuteAsyncResponse._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4281 |
4282 | private init() {}
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla.pb.swift:2106:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ExecuteAsyncResponse' has non-sendable type 'Xla_ExecuteAsyncResponse._StorageClass'; this is an error in the Swift 6 language mode
2104 | }
2105 |
2106 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ExecuteAsyncResponse' has non-sendable type 'Xla_ExecuteAsyncResponse._StorageClass'; this is an error in the Swift 6 language mode
2107 | }
2108 |
:
4275 | ]
4276 |
4277 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4278 | var _execution: Xla_ExecutionHandle? = nil
4279 |
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla.pb.swift:4319:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_WaitForExecutionRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
4314 | ]
4315 |
4316 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4317 | var _execution: Xla_ExecutionHandle? = nil
4318 |
4319 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_WaitForExecutionRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4320 |
4321 | private init() {}
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla.pb.swift:2154:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_WaitForExecutionRequest' has non-sendable type 'Xla_WaitForExecutionRequest._StorageClass'; this is an error in the Swift 6 language mode
2152 | }
2153 |
2154 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_WaitForExecutionRequest' has non-sendable type 'Xla_WaitForExecutionRequest._StorageClass'; this is an error in the Swift 6 language mode
2155 | }
2156 |
:
4314 | ]
4315 |
4316 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4317 | var _execution: Xla_ExecutionHandle? = nil
4318 |
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla.pb.swift:4360:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_WaitForExecutionResponse._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
4354 | ]
4355 |
4356 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4357 | var _output: Xla_GlobalDataHandle? = nil
4358 | var _profile: Xla_ExecutionProfile? = nil
4359 |
4360 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_WaitForExecutionResponse._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4361 |
4362 | private init() {}
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla.pb.swift:2215:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_WaitForExecutionResponse' has non-sendable type 'Xla_WaitForExecutionResponse._StorageClass'; this is an error in the Swift 6 language mode
2213 | }
2214 |
2215 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_WaitForExecutionResponse' has non-sendable type 'Xla_WaitForExecutionResponse._StorageClass'; this is an error in the Swift 6 language mode
2216 | }
2217 |
:
4354 | ]
4355 |
4356 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4357 | var _output: Xla_GlobalDataHandle? = nil
4358 | var _profile: Xla_ExecutionProfile? = nil
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla.pb.swift:4403:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_IsConstantRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
4397 | ]
4398 |
4399 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4400 | var _computation: Xla_ComputationHandle? = nil
4401 | var _operand: Xla_ComputationDataHandle? = nil
4402 |
4403 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_IsConstantRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4404 |
4405 | private init() {}
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla.pb.swift:2276:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_IsConstantRequest' has non-sendable type 'Xla_IsConstantRequest._StorageClass'; this is an error in the Swift 6 language mode
2274 | }
2275 |
2276 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_IsConstantRequest' has non-sendable type 'Xla_IsConstantRequest._StorageClass'; this is an error in the Swift 6 language mode
2277 | }
2278 |
:
4397 | ]
4398 |
4399 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4400 | var _computation: Xla_ComputationHandle? = nil
4401 | var _operand: Xla_ComputationDataHandle? = nil
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla.pb.swift:4460:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ComputeConstantRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
4453 | ]
4454 |
4455 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4456 | var _computation: Xla_ComputationHandle? = nil
4457 | var _operand: Xla_ComputationDataHandle? = nil
4458 | var _outputLayout: Xla_Layout? = nil
4459 |
4460 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ComputeConstantRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4461 |
4462 | private init() {}
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla.pb.swift:2384:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ComputeConstantRequest' has non-sendable type 'Xla_ComputeConstantRequest._StorageClass'; this is an error in the Swift 6 language mode
2382 | }
2383 |
2384 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ComputeConstantRequest' has non-sendable type 'Xla_ComputeConstantRequest._StorageClass'; this is an error in the Swift 6 language mode
2385 | }
2386 |
:
4453 | ]
4454 |
4455 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4456 | var _computation: Xla_ComputationHandle? = nil
4457 | var _operand: Xla_ComputationDataHandle? = nil
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla.pb.swift:4503:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ComputeConstantResponse._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
4498 | ]
4499 |
4500 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4501 | var _literal: Xla_LiteralProto? = nil
4502 |
4503 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ComputeConstantResponse._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4504 |
4505 | private init() {}
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla.pb.swift:2434:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ComputeConstantResponse' has non-sendable type 'Xla_ComputeConstantResponse._StorageClass'; this is an error in the Swift 6 language mode
2432 | }
2433 |
2434 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ComputeConstantResponse' has non-sendable type 'Xla_ComputeConstantResponse._StorageClass'; this is an error in the Swift 6 language mode
2435 | }
2436 |
:
4498 | ]
4499 |
4500 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4501 | var _literal: Xla_LiteralProto? = nil
4502 |
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla.pb.swift:4542:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_DeconstructTupleRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
4537 | ]
4538 |
4539 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4540 | var _tupleHandle: Xla_GlobalDataHandle? = nil
4541 |
4542 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_DeconstructTupleRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4543 |
4544 | private init() {}
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla.pb.swift:2482:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_DeconstructTupleRequest' has non-sendable type 'Xla_DeconstructTupleRequest._StorageClass'; this is an error in the Swift 6 language mode
2480 | }
2481 |
2482 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_DeconstructTupleRequest' has non-sendable type 'Xla_DeconstructTupleRequest._StorageClass'; this is an error in the Swift 6 language mode
2483 | }
2484 |
:
4537 | ]
4538 |
4539 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4540 | var _tupleHandle: Xla_GlobalDataHandle? = nil
4541 |
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla.pb.swift:4603:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_LoadDataRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
4593 | ]
4594 |
4595 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4596 | var _columnioTabletPath: String = String()
4597 | var _columnioField: String = String()
:
4601 | var _zip: Bool = false
4602 |
4603 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_LoadDataRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4604 |
4605 | private init() {}
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla.pb.swift:2617:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_LoadDataRequest' has non-sendable type 'Xla_LoadDataRequest._StorageClass'; this is an error in the Swift 6 language mode
2615 | }
2616 |
2617 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_LoadDataRequest' has non-sendable type 'Xla_LoadDataRequest._StorageClass'; this is an error in the Swift 6 language mode
2618 | }
2619 |
:
4593 | ]
4594 |
4595 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4596 | var _columnioTabletPath: String = String()
4597 | var _columnioField: String = String()
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla.pb.swift:4660:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_LoadDataResponse._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
4651 | ]
4652 |
4653 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4654 | var _data: Xla_GlobalDataHandle? = nil
4655 | var _dataShape: Xla_Shape? = nil
:
4658 | var _nanoseconds: Int64 = 0
4659 |
4660 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_LoadDataResponse._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4661 |
4662 | private init() {}
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla.pb.swift:2705:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_LoadDataResponse' has non-sendable type 'Xla_LoadDataResponse._StorageClass'; this is an error in the Swift 6 language mode
2703 | }
2704 |
2705 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_LoadDataResponse' has non-sendable type 'Xla_LoadDataResponse._StorageClass'; this is an error in the Swift 6 language mode
2706 | }
2707 |
:
4651 | ]
4652 |
4653 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4654 | var _data: Xla_GlobalDataHandle? = nil
4655 | var _dataShape: Xla_Shape? = nil
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla.pb.swift:4709:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_SpecializeRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
4703 | ]
4704 |
4705 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4706 | var _computation: Xla_ComputationHandle? = nil
4707 | var _arguments: [Xla_GlobalDataHandle] = []
4708 |
4709 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_SpecializeRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4710 |
4711 | private init() {}
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla.pb.swift:2762:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_SpecializeRequest' has non-sendable type 'Xla_SpecializeRequest._StorageClass'; this is an error in the Swift 6 language mode
2760 | }
2761 |
2762 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_SpecializeRequest' has non-sendable type 'Xla_SpecializeRequest._StorageClass'; this is an error in the Swift 6 language mode
2763 | }
2764 |
:
4703 | ]
4704 |
4705 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4706 | var _computation: Xla_ComputationHandle? = nil
4707 | var _arguments: [Xla_GlobalDataHandle] = []
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla.pb.swift:4759:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_GetShapeRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
4754 | ]
4755 |
4756 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4757 | var _data: Xla_GlobalDataHandle? = nil
4758 |
4759 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_GetShapeRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4760 |
4761 | private init() {}
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla.pb.swift:2835:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_GetShapeRequest' has non-sendable type 'Xla_GetShapeRequest._StorageClass'; this is an error in the Swift 6 language mode
2833 | }
2834 |
2835 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_GetShapeRequest' has non-sendable type 'Xla_GetShapeRequest._StorageClass'; this is an error in the Swift 6 language mode
2836 | }
2837 |
:
4754 | ]
4755 |
4756 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4757 | var _data: Xla_GlobalDataHandle? = nil
4758 |
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla.pb.swift:4798:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_GetShapeResponse._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
4793 | ]
4794 |
4795 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4796 | var _shape: Xla_Shape? = nil
4797 |
4798 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_GetShapeResponse._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4799 |
4800 | private init() {}
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla.pb.swift:2883:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_GetShapeResponse' has non-sendable type 'Xla_GetShapeResponse._StorageClass'; this is an error in the Swift 6 language mode
2881 | }
2882 |
2883 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_GetShapeResponse' has non-sendable type 'Xla_GetShapeResponse._StorageClass'; this is an error in the Swift 6 language mode
2884 | }
2885 |
:
4793 | ]
4794 |
4795 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4796 | var _shape: Xla_Shape? = nil
4797 |
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla.pb.swift:4837:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_GetComputationShapeRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
4832 | ]
4833 |
4834 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4835 | var _computation: Xla_ComputationHandle? = nil
4836 |
4837 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_GetComputationShapeRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4838 |
4839 | private init() {}
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla.pb.swift:2931:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_GetComputationShapeRequest' has non-sendable type 'Xla_GetComputationShapeRequest._StorageClass'; this is an error in the Swift 6 language mode
2929 | }
2930 |
2931 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_GetComputationShapeRequest' has non-sendable type 'Xla_GetComputationShapeRequest._StorageClass'; this is an error in the Swift 6 language mode
2932 | }
2933 |
:
4832 | ]
4833 |
4834 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4835 | var _computation: Xla_ComputationHandle? = nil
4836 |
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla.pb.swift:4876:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_GetComputationShapeResponse._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
4871 | ]
4872 |
4873 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4874 | var _programShape: Xla_ProgramShape? = nil
4875 |
4876 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_GetComputationShapeResponse._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4877 |
4878 | private init() {}
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla.pb.swift:2979:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_GetComputationShapeResponse' has non-sendable type 'Xla_GetComputationShapeResponse._StorageClass'; this is an error in the Swift 6 language mode
2977 | }
2978 |
2979 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_GetComputationShapeResponse' has non-sendable type 'Xla_GetComputationShapeResponse._StorageClass'; this is an error in the Swift 6 language mode
2980 | }
2981 |
:
4871 | ]
4872 |
4873 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4874 | var _programShape: Xla_ProgramShape? = nil
4875 |
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla.pb.swift:4915:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_UnpackRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
4910 | ]
4911 |
4912 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4913 | var _data: Xla_GlobalDataHandle? = nil
4914 |
4915 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_UnpackRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4916 |
4917 | private init() {}
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla.pb.swift:3027:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_UnpackRequest' has non-sendable type 'Xla_UnpackRequest._StorageClass'; this is an error in the Swift 6 language mode
3025 | }
3026 |
3027 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_UnpackRequest' has non-sendable type 'Xla_UnpackRequest._StorageClass'; this is an error in the Swift 6 language mode
3028 | }
3029 |
:
4910 | ]
4911 |
4912 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4913 | var _data: Xla_GlobalDataHandle? = nil
4914 |
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:5380:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_Shape._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
5372 | ]
5373 |
5374 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
5375 | var _elementType: Xla_PrimitiveType = .invalid
5376 | var _dimensions: [Int64] = []
:
5378 | var _layout: Xla_Layout? = nil
5379 |
5380 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_Shape._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5381 |
5382 | private init() {}
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:737:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_Shape' has non-sendable type 'Xla_Shape._StorageClass'; this is an error in the Swift 6 language mode
735 | }
736 |
737 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_Shape' has non-sendable type 'Xla_Shape._StorageClass'; this is an error in the Swift 6 language mode
738 | }
739 |
:
5372 | ]
5373 |
5374 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
5375 | var _elementType: Xla_PrimitiveType = .invalid
5376 | var _dimensions: [Int64] = []
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:5429:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ProgramShape._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
5422 | ]
5423 |
5424 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
5425 | var _parameters: [Xla_Shape] = []
5426 | var _result: Xla_Shape? = nil
5427 | var _parameterNames: [String] = []
5428 |
5429 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ProgramShape._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5430 |
5431 | private init() {}
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:805:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ProgramShape' has non-sendable type 'Xla_ProgramShape._StorageClass'; this is an error in the Swift 6 language mode
803 | }
804 |
805 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ProgramShape' has non-sendable type 'Xla_ProgramShape._StorageClass'; this is an error in the Swift 6 language mode
806 | }
807 |
:
5422 | ]
5423 |
5424 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
5425 | var _parameters: [Xla_Shape] = []
5426 | var _result: Xla_Shape? = nil
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:5646:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_LiteralProto._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
5631 | ]
5632 |
5633 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
5634 | var _shape: Xla_Shape? = nil
5635 | var _preds: [Bool] = []
:
5644 | var _f16S: Data = SwiftProtobuf.Internal.emptyData
5645 |
5646 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_LiteralProto._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5647 |
5648 | private init() {}
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:1447:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_LiteralProto' has non-sendable type 'Xla_LiteralProto._StorageClass'; this is an error in the Swift 6 language mode
1445 | }
1446 |
1447 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_LiteralProto' has non-sendable type 'Xla_LiteralProto._StorageClass'; this is an error in the Swift 6 language mode
1448 | }
1449 |
:
5631 | ]
5632 |
5633 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
5634 | var _shape: Xla_Shape? = nil
5635 | var _preds: [Bool] = []
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:5739:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ConstantRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
5734 | ]
5735 |
5736 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
5737 | var _literal: Xla_LiteralProto? = nil
5738 |
5739 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ConstantRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5740 |
5741 | private init() {}
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:1619:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ConstantRequest' has non-sendable type 'Xla_ConstantRequest._StorageClass'; this is an error in the Swift 6 language mode
1617 | }
1618 |
1619 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ConstantRequest' has non-sendable type 'Xla_ConstantRequest._StorageClass'; this is an error in the Swift 6 language mode
1620 | }
1621 |
:
5734 | ]
5735 |
5736 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
5737 | var _literal: Xla_LiteralProto? = nil
5738 |
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:5780:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_GetTupleElementRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
5774 | ]
5775 |
5776 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
5777 | var _operand: Xla_ComputationDataHandle? = nil
5778 | var _index: Int64 = 0
5779 |
5780 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_GetTupleElementRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5781 |
5782 | private init() {}
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:1676:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_GetTupleElementRequest' has non-sendable type 'Xla_GetTupleElementRequest._StorageClass'; this is an error in the Swift 6 language mode
1674 | }
1675 |
1676 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_GetTupleElementRequest' has non-sendable type 'Xla_GetTupleElementRequest._StorageClass'; this is an error in the Swift 6 language mode
1677 | }
1678 |
:
5774 | ]
5775 |
5776 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
5777 | var _operand: Xla_ComputationDataHandle? = nil
5778 | var _index: Int64 = 0
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:5827:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_SliceRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
5819 | ]
5820 |
5821 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
5822 | var _operand: Xla_ComputationDataHandle? = nil
5823 | var _startIndices: [Int64] = []
:
5825 | var _strides: [Int64] = []
5826 |
5827 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_SliceRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5828 |
5829 | private init() {}
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:1751:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_SliceRequest' has non-sendable type 'Xla_SliceRequest._StorageClass'; this is an error in the Swift 6 language mode
1749 | }
1750 |
1751 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_SliceRequest' has non-sendable type 'Xla_SliceRequest._StorageClass'; this is an error in the Swift 6 language mode
1752 | }
1753 |
:
5819 | ]
5820 |
5821 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
5822 | var _operand: Xla_ComputationDataHandle? = nil
5823 | var _startIndices: [Int64] = []
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:5876:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_DynamicSliceRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
5869 | ]
5870 |
5871 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
5872 | var _operand: Xla_ComputationDataHandle? = nil
5873 | var _startIndices: Xla_ComputationDataHandle? = nil
5874 | var _sliceSizes: [Int64] = []
5875 |
5876 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_DynamicSliceRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5877 |
5878 | private init() {}
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:1825:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_DynamicSliceRequest' has non-sendable type 'Xla_DynamicSliceRequest._StorageClass'; this is an error in the Swift 6 language mode
1823 | }
1824 |
1825 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_DynamicSliceRequest' has non-sendable type 'Xla_DynamicSliceRequest._StorageClass'; this is an error in the Swift 6 language mode
1826 | }
1827 |
:
5869 | ]
5870 |
5871 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
5872 | var _operand: Xla_ComputationDataHandle? = nil
5873 | var _startIndices: Xla_ComputationDataHandle? = nil
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:5923:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_DynamicUpdateSliceRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
5916 | ]
5917 |
5918 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
5919 | var _operand: Xla_ComputationDataHandle? = nil
5920 | var _update: Xla_ComputationDataHandle? = nil
5921 | var _startIndices: Xla_ComputationDataHandle? = nil
5922 |
5923 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_DynamicUpdateSliceRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5924 |
5925 | private init() {}
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:1902:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_DynamicUpdateSliceRequest' has non-sendable type 'Xla_DynamicUpdateSliceRequest._StorageClass'; this is an error in the Swift 6 language mode
1900 | }
1901 |
1902 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_DynamicUpdateSliceRequest' has non-sendable type 'Xla_DynamicUpdateSliceRequest._StorageClass'; this is an error in the Swift 6 language mode
1903 | }
1904 |
:
5916 | ]
5917 |
5918 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
5919 | var _operand: Xla_ComputationDataHandle? = nil
5920 | var _update: Xla_ComputationDataHandle? = nil
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:5994:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ConvolveRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
5986 | ]
5987 |
5988 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
5989 | var _lhs: Xla_ComputationDataHandle? = nil
5990 | var _rhs: Xla_ComputationDataHandle? = nil
:
5992 | var _dimensionNumbers: Xla_ConvolutionDimensionNumbers? = nil
5993 |
5994 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ConvolveRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5995 |
5996 | private init() {}
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:2068:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ConvolveRequest' has non-sendable type 'Xla_ConvolveRequest._StorageClass'; this is an error in the Swift 6 language mode
2066 | }
2067 |
2068 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ConvolveRequest' has non-sendable type 'Xla_ConvolveRequest._StorageClass'; this is an error in the Swift 6 language mode
2069 | }
2070 |
:
5986 | ]
5987 |
5988 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
5989 | var _lhs: Xla_ComputationDataHandle? = nil
5990 | var _rhs: Xla_ComputationDataHandle? = nil
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:6041:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_InfeedRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
6035 | ]
6036 |
6037 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6038 | var _shape: Xla_Shape? = nil
6039 | var _config: Data = SwiftProtobuf.Internal.emptyData
6040 |
6041 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_InfeedRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6042 |
6043 | private init() {}
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:2127:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_InfeedRequest' has non-sendable type 'Xla_InfeedRequest._StorageClass'; this is an error in the Swift 6 language mode
2125 | }
2126 |
2127 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_InfeedRequest' has non-sendable type 'Xla_InfeedRequest._StorageClass'; this is an error in the Swift 6 language mode
2128 | }
2129 |
:
6035 | ]
6036 |
6037 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6038 | var _shape: Xla_Shape? = nil
6039 | var _config: Data = SwiftProtobuf.Internal.emptyData
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:6086:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_OutfeedRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
6079 | ]
6080 |
6081 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6082 | var _shape: Xla_Shape? = nil
6083 | var _operand: Xla_ComputationDataHandle? = nil
6084 | var _outfeedConfig: Data = SwiftProtobuf.Internal.emptyData
6085 |
6086 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_OutfeedRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6087 |
6088 | private init() {}
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:2200:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_OutfeedRequest' has non-sendable type 'Xla_OutfeedRequest._StorageClass'; this is an error in the Swift 6 language mode
2198 | }
2199 |
2200 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_OutfeedRequest' has non-sendable type 'Xla_OutfeedRequest._StorageClass'; this is an error in the Swift 6 language mode
2201 | }
2202 |
:
6079 | ]
6080 |
6081 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6082 | var _shape: Xla_Shape? = nil
6083 | var _operand: Xla_ComputationDataHandle? = nil
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:6131:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_CallRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
6125 | ]
6126 |
6127 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6128 | var _toApply: Xla_ComputationHandle? = nil
6129 | var _operands: [Xla_ComputationDataHandle] = []
6130 |
6131 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_CallRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6132 |
6133 | private init() {}
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:2257:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_CallRequest' has non-sendable type 'Xla_CallRequest._StorageClass'; this is an error in the Swift 6 language mode
2255 | }
2256 |
2257 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_CallRequest' has non-sendable type 'Xla_CallRequest._StorageClass'; this is an error in the Swift 6 language mode
2258 | }
2259 |
:
6125 | ]
6126 |
6127 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6128 | var _toApply: Xla_ComputationHandle? = nil
6129 | var _operands: [Xla_ComputationDataHandle] = []
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:6176:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_CustomCallRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
6169 | ]
6170 |
6171 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6172 | var _callTargetName: String = String()
6173 | var _operands: [Xla_ComputationDataHandle] = []
6174 | var _shape: Xla_Shape? = nil
6175 |
6176 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_CustomCallRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6177 |
6178 | private init() {}
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:2323:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_CustomCallRequest' has non-sendable type 'Xla_CustomCallRequest._StorageClass'; this is an error in the Swift 6 language mode
2321 | }
2322 |
2323 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_CustomCallRequest' has non-sendable type 'Xla_CustomCallRequest._StorageClass'; this is an error in the Swift 6 language mode
2324 | }
2325 |
:
6169 | ]
6170 |
6171 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6172 | var _callTargetName: String = String()
6173 | var _operands: [Xla_ComputationDataHandle] = []
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:6225:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_MapRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
6217 | ]
6218 |
6219 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6220 | var _operands: [Xla_ComputationDataHandle] = []
6221 | var _toApply: Xla_ComputationHandle? = nil
:
6223 | var _dimensions: [Int64] = []
6224 |
6225 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_MapRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6226 |
6227 | private init() {}
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:2402:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_MapRequest' has non-sendable type 'Xla_MapRequest._StorageClass'; this is an error in the Swift 6 language mode
2400 | }
2401 |
2402 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_MapRequest' has non-sendable type 'Xla_MapRequest._StorageClass'; this is an error in the Swift 6 language mode
2403 | }
2404 |
:
6217 | ]
6218 |
6219 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6220 | var _operands: [Xla_ComputationDataHandle] = []
6221 | var _toApply: Xla_ComputationHandle? = nil
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:6276:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ReduceRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
6268 | ]
6269 |
6270 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6271 | var _operand: Xla_ComputationDataHandle? = nil
6272 | var _initValue: Xla_ComputationDataHandle? = nil
:
6274 | var _toApply: Xla_ComputationHandle? = nil
6275 |
6276 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ReduceRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6277 |
6278 | private init() {}
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:2490:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ReduceRequest' has non-sendable type 'Xla_ReduceRequest._StorageClass'; this is an error in the Swift 6 language mode
2488 | }
2489 |
2490 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ReduceRequest' has non-sendable type 'Xla_ReduceRequest._StorageClass'; this is an error in the Swift 6 language mode
2491 | }
2492 |
:
6268 | ]
6269 |
6270 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6271 | var _operand: Xla_ComputationDataHandle? = nil
6272 | var _initValue: Xla_ComputationDataHandle? = nil
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:6327:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ReduceWindowRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
6319 | ]
6320 |
6321 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6322 | var _operand: Xla_ComputationDataHandle? = nil
6323 | var _initValue: Xla_ComputationDataHandle? = nil
:
6325 | var _toApply: Xla_ComputationHandle? = nil
6326 |
6327 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ReduceWindowRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6328 |
6329 | private init() {}
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:2577:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ReduceWindowRequest' has non-sendable type 'Xla_ReduceWindowRequest._StorageClass'; this is an error in the Swift 6 language mode
2575 | }
2576 |
2577 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ReduceWindowRequest' has non-sendable type 'Xla_ReduceWindowRequest._StorageClass'; this is an error in the Swift 6 language mode
2578 | }
2579 |
:
6319 | ]
6320 |
6321 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6322 | var _operand: Xla_ComputationDataHandle? = nil
6323 | var _initValue: Xla_ComputationDataHandle? = nil
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:6380:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_BatchNormTrainingRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
6371 | ]
6372 |
6373 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6374 | var _operand: Xla_ComputationDataHandle? = nil
6375 | var _scale: Xla_ComputationDataHandle? = nil
:
6378 | var _featureIndex: Int64 = 0
6379 |
6380 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_BatchNormTrainingRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6381 |
6382 | private init() {}
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:2669:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_BatchNormTrainingRequest' has non-sendable type 'Xla_BatchNormTrainingRequest._StorageClass'; this is an error in the Swift 6 language mode
2667 | }
2668 |
2669 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_BatchNormTrainingRequest' has non-sendable type 'Xla_BatchNormTrainingRequest._StorageClass'; this is an error in the Swift 6 language mode
2670 | }
2671 |
:
6371 | ]
6372 |
6373 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6374 | var _operand: Xla_ComputationDataHandle? = nil
6375 | var _scale: Xla_ComputationDataHandle? = nil
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:6439:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_BatchNormInferenceRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
6428 | ]
6429 |
6430 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6431 | var _operand: Xla_ComputationDataHandle? = nil
6432 | var _scale: Xla_ComputationDataHandle? = nil
:
6437 | var _featureIndex: Int64 = 0
6438 |
6439 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_BatchNormInferenceRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6440 |
6441 | private init() {}
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:2787:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_BatchNormInferenceRequest' has non-sendable type 'Xla_BatchNormInferenceRequest._StorageClass'; this is an error in the Swift 6 language mode
2785 | }
2786 |
2787 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_BatchNormInferenceRequest' has non-sendable type 'Xla_BatchNormInferenceRequest._StorageClass'; this is an error in the Swift 6 language mode
2788 | }
2789 |
:
6428 | ]
6429 |
6430 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6431 | var _operand: Xla_ComputationDataHandle? = nil
6432 | var _scale: Xla_ComputationDataHandle? = nil
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:6502:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_BatchNormGradRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
6491 | ]
6492 |
6493 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6494 | var _operand: Xla_ComputationDataHandle? = nil
6495 | var _scale: Xla_ComputationDataHandle? = nil
:
6500 | var _featureIndex: Int64 = 0
6501 |
6502 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_BatchNormGradRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6503 |
6504 | private init() {}
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:2905:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_BatchNormGradRequest' has non-sendable type 'Xla_BatchNormGradRequest._StorageClass'; this is an error in the Swift 6 language mode
2903 | }
2904 |
2905 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_BatchNormGradRequest' has non-sendable type 'Xla_BatchNormGradRequest._StorageClass'; this is an error in the Swift 6 language mode
2906 | }
2907 |
:
6491 | ]
6492 |
6493 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6494 | var _operand: Xla_ComputationDataHandle? = nil
6495 | var _scale: Xla_ComputationDataHandle? = nil
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:6553:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_CrossReplicaSumRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
6548 | ]
6549 |
6550 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6551 | var _operand: Xla_ComputationDataHandle? = nil
6552 |
6553 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_CrossReplicaSumRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6554 |
6555 | private init() {}
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:2953:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_CrossReplicaSumRequest' has non-sendable type 'Xla_CrossReplicaSumRequest._StorageClass'; this is an error in the Swift 6 language mode
2951 | }
2952 |
2953 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_CrossReplicaSumRequest' has non-sendable type 'Xla_CrossReplicaSumRequest._StorageClass'; this is an error in the Swift 6 language mode
2954 | }
2955 |
:
6548 | ]
6549 |
6550 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6551 | var _operand: Xla_ComputationDataHandle? = nil
6552 |
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:6602:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_SelectAndScatterRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
6592 | ]
6593 |
6594 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6595 | var _operand: Xla_ComputationDataHandle? = nil
6596 | var _source: Xla_ComputationDataHandle? = nil
:
6600 | var _scatter: Xla_ComputationHandle? = nil
6601 |
6602 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_SelectAndScatterRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6603 |
6604 | private init() {}
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:3073:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_SelectAndScatterRequest' has non-sendable type 'Xla_SelectAndScatterRequest._StorageClass'; this is an error in the Swift 6 language mode
3071 | }
3072 |
3073 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_SelectAndScatterRequest' has non-sendable type 'Xla_SelectAndScatterRequest._StorageClass'; this is an error in the Swift 6 language mode
3074 | }
3075 |
:
6592 | ]
6593 |
6594 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6595 | var _operand: Xla_ComputationDataHandle? = nil
6596 | var _source: Xla_ComputationDataHandle? = nil
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:6653:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ReverseRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
6647 | ]
6648 |
6649 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6650 | var _operand: Xla_ComputationDataHandle? = nil
6651 | var _dimensions: [Int64] = []
6652 |
6653 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ReverseRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6654 |
6655 | private init() {}
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:3130:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ReverseRequest' has non-sendable type 'Xla_ReverseRequest._StorageClass'; this is an error in the Swift 6 language mode
3128 | }
3129 |
3130 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ReverseRequest' has non-sendable type 'Xla_ReverseRequest._StorageClass'; this is an error in the Swift 6 language mode
3131 | }
3132 |
:
6647 | ]
6648 |
6649 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6650 | var _operand: Xla_ComputationDataHandle? = nil
6651 | var _dimensions: [Int64] = []
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:6696:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_BroadcastRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
6690 | ]
6691 |
6692 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6693 | var _operand: Xla_ComputationDataHandle? = nil
6694 | var _broadcastSizes: [Int64] = []
6695 |
6696 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_BroadcastRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6697 |
6698 | private init() {}
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:3187:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_BroadcastRequest' has non-sendable type 'Xla_BroadcastRequest._StorageClass'; this is an error in the Swift 6 language mode
3185 | }
3186 |
3187 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_BroadcastRequest' has non-sendable type 'Xla_BroadcastRequest._StorageClass'; this is an error in the Swift 6 language mode
3188 | }
3189 |
:
6690 | ]
6691 |
6692 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6693 | var _operand: Xla_ComputationDataHandle? = nil
6694 | var _broadcastSizes: [Int64] = []
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:6741:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_PadRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
6734 | ]
6735 |
6736 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6737 | var _operand: Xla_ComputationDataHandle? = nil
6738 | var _paddingValue: Xla_ComputationDataHandle? = nil
6739 | var _paddingConfig: Xla_PaddingConfig? = nil
6740 |
6741 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_PadRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6742 |
6743 | private init() {}
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:3261:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_PadRequest' has non-sendable type 'Xla_PadRequest._StorageClass'; this is an error in the Swift 6 language mode
3259 | }
3260 |
3261 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_PadRequest' has non-sendable type 'Xla_PadRequest._StorageClass'; this is an error in the Swift 6 language mode
3262 | }
3263 |
:
6734 | ]
6735 |
6736 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6737 | var _operand: Xla_ComputationDataHandle? = nil
6738 | var _paddingValue: Xla_ComputationDataHandle? = nil
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:6788:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ReshapeRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
6781 | ]
6782 |
6783 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6784 | var _operand: Xla_ComputationDataHandle? = nil
6785 | var _dimensions: [Int64] = []
6786 | var _newSizes: [Int64] = []
6787 |
6788 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ReshapeRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6789 |
6790 | private init() {}
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:3329:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ReshapeRequest' has non-sendable type 'Xla_ReshapeRequest._StorageClass'; this is an error in the Swift 6 language mode
3327 | }
3328 |
3329 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ReshapeRequest' has non-sendable type 'Xla_ReshapeRequest._StorageClass'; this is an error in the Swift 6 language mode
3330 | }
3331 |
:
6781 | ]
6782 |
6783 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6784 | var _operand: Xla_ComputationDataHandle? = nil
6785 | var _dimensions: [Int64] = []
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:6833:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_TransposeRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
6827 | ]
6828 |
6829 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6830 | var _operand: Xla_ComputationDataHandle? = nil
6831 | var _dimensions: [Int64] = []
6832 |
6833 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_TransposeRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6834 |
6835 | private init() {}
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:3387:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_TransposeRequest' has non-sendable type 'Xla_TransposeRequest._StorageClass'; this is an error in the Swift 6 language mode
3385 | }
3386 |
3387 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_TransposeRequest' has non-sendable type 'Xla_TransposeRequest._StorageClass'; this is an error in the Swift 6 language mode
3388 | }
3389 |
:
6827 | ]
6828 |
6829 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6830 | var _operand: Xla_ComputationDataHandle? = nil
6831 | var _dimensions: [Int64] = []
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:6878:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ParameterRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
6871 | ]
6872 |
6873 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6874 | var _shape: Xla_Shape? = nil
6875 | var _parameter: Int64 = 0
6876 | var _name: String = String()
6877 |
6878 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ParameterRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6879 |
6880 | private init() {}
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:3453:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ParameterRequest' has non-sendable type 'Xla_ParameterRequest._StorageClass'; this is an error in the Swift 6 language mode
3451 | }
3452 |
3453 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ParameterRequest' has non-sendable type 'Xla_ParameterRequest._StorageClass'; this is an error in the Swift 6 language mode
3454 | }
3455 |
:
6871 | ]
6872 |
6873 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6874 | var _shape: Xla_Shape? = nil
6875 | var _parameter: Int64 = 0
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:6923:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_GetLocalShapeRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
6917 | ]
6918 |
6919 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6920 | var _computation: Xla_ComputationHandle? = nil
6921 | var _operand: Xla_ComputationDataHandle? = nil
6922 |
6923 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_GetLocalShapeRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6924 |
6925 | private init() {}
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:3514:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_GetLocalShapeRequest' has non-sendable type 'Xla_GetLocalShapeRequest._StorageClass'; this is an error in the Swift 6 language mode
3512 | }
3513 |
3514 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_GetLocalShapeRequest' has non-sendable type 'Xla_GetLocalShapeRequest._StorageClass'; this is an error in the Swift 6 language mode
3515 | }
3516 |
:
6917 | ]
6918 |
6919 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6920 | var _computation: Xla_ComputationHandle? = nil
6921 | var _operand: Xla_ComputationDataHandle? = nil
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:6964:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_GetLocalShapeResponse._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
6959 | ]
6960 |
6961 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6962 | var _shape: Xla_Shape? = nil
6963 |
6964 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_GetLocalShapeResponse._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6965 |
6966 | private init() {}
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:3562:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_GetLocalShapeResponse' has non-sendable type 'Xla_GetLocalShapeResponse._StorageClass'; this is an error in the Swift 6 language mode
3560 | }
3561 |
3562 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_GetLocalShapeResponse' has non-sendable type 'Xla_GetLocalShapeResponse._StorageClass'; this is an error in the Swift 6 language mode
3563 | }
3564 |
:
6959 | ]
6960 |
6961 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
6962 | var _shape: Xla_Shape? = nil
6963 |
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:7005:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_TraceRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
6999 | ]
7000 |
7001 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
7002 | var _tag: String = String()
7003 | var _operand: Xla_ComputationDataHandle? = nil
7004 |
7005 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_TraceRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
7006 |
7007 | private init() {}
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:3619:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_TraceRequest' has non-sendable type 'Xla_TraceRequest._StorageClass'; this is an error in the Swift 6 language mode
3617 | }
3618 |
3619 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_TraceRequest' has non-sendable type 'Xla_TraceRequest._StorageClass'; this is an error in the Swift 6 language mode
3620 | }
3621 |
:
6999 | ]
7000 |
7001 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
7002 | var _tag: String = String()
7003 | var _operand: Xla_ComputationDataHandle? = nil
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:7048:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ConvertRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
7042 | ]
7043 |
7044 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
7045 | var _operand: Xla_ComputationDataHandle? = nil
7046 | var _newElementType: Xla_PrimitiveType = .invalid
7047 |
7048 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ConvertRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
7049 |
7050 | private init() {}
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:3676:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ConvertRequest' has non-sendable type 'Xla_ConvertRequest._StorageClass'; this is an error in the Swift 6 language mode
3674 | }
3675 |
3676 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ConvertRequest' has non-sendable type 'Xla_ConvertRequest._StorageClass'; this is an error in the Swift 6 language mode
3677 | }
3678 |
:
7042 | ]
7043 |
7044 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
7045 | var _operand: Xla_ComputationDataHandle? = nil
7046 | var _newElementType: Xla_PrimitiveType = .invalid
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:7107:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_WhileRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
7100 | ]
7101 |
7102 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
7103 | var _condition: Xla_ComputationHandle? = nil
7104 | var _body: Xla_ComputationHandle? = nil
7105 | var _init_p: Xla_ComputationDataHandle? = nil
7106 |
7107 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_WhileRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
7108 |
7109 | private init() {}
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:3794:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_WhileRequest' has non-sendable type 'Xla_WhileRequest._StorageClass'; this is an error in the Swift 6 language mode
3792 | }
3793 |
3794 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_WhileRequest' has non-sendable type 'Xla_WhileRequest._StorageClass'; this is an error in the Swift 6 language mode
3795 | }
3796 |
:
7100 | ]
7101 |
7102 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
7103 | var _condition: Xla_ComputationHandle? = nil
7104 | var _body: Xla_ComputationHandle? = nil
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:7152:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_UnaryOpRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
7146 | ]
7147 |
7148 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
7149 | var _unop: Xla_UnaryOperation = .unopInvalid
7150 | var _operand: Xla_ComputationDataHandle? = nil
7151 |
7152 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_UnaryOpRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
7153 |
7154 | private init() {}
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:3851:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_UnaryOpRequest' has non-sendable type 'Xla_UnaryOpRequest._StorageClass'; this is an error in the Swift 6 language mode
3849 | }
3850 |
3851 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_UnaryOpRequest' has non-sendable type 'Xla_UnaryOpRequest._StorageClass'; this is an error in the Swift 6 language mode
3852 | }
3853 |
:
7146 | ]
7147 |
7148 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
7149 | var _unop: Xla_UnaryOperation = .unopInvalid
7150 | var _operand: Xla_ComputationDataHandle? = nil
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:7199:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_BinaryOpRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
7191 | ]
7192 |
7193 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
7194 | var _binop: Xla_BinaryOperation = .binopInvalid
7195 | var _lhs: Xla_ComputationDataHandle? = nil
:
7197 | var _broadcastDimensions: [Int64] = []
7198 |
7199 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_BinaryOpRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
7200 |
7201 | private init() {}
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:3930:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_BinaryOpRequest' has non-sendable type 'Xla_BinaryOpRequest._StorageClass'; this is an error in the Swift 6 language mode
3928 | }
3929 |
3930 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_BinaryOpRequest' has non-sendable type 'Xla_BinaryOpRequest._StorageClass'; this is an error in the Swift 6 language mode
3931 | }
3932 |
:
7191 | ]
7192 |
7193 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
7194 | var _binop: Xla_BinaryOperation = .binopInvalid
7195 | var _lhs: Xla_ComputationDataHandle? = nil
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:7248:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_RngRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
7241 | ]
7242 |
7243 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
7244 | var _distribution: Xla_RandomDistribution = .rngInvalid
7245 | var _parameter: [Xla_ComputationDataHandle] = []
7246 | var _shape: Xla_Shape? = nil
7247 |
7248 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_RngRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
7249 |
7250 | private init() {}
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:3996:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_RngRequest' has non-sendable type 'Xla_RngRequest._StorageClass'; this is an error in the Swift 6 language mode
3994 | }
3995 |
3996 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_RngRequest' has non-sendable type 'Xla_RngRequest._StorageClass'; this is an error in the Swift 6 language mode
3997 | }
3998 |
:
7241 | ]
7242 |
7243 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
7244 | var _distribution: Xla_RandomDistribution = .rngInvalid
7245 | var _parameter: [Xla_ComputationDataHandle] = []
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:7297:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_TernaryOpRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
7289 | ]
7290 |
7291 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
7292 | var _triop: Xla_TernaryOperation = .triopInvalid
7293 | var _lhs: Xla_ComputationDataHandle? = nil
:
7295 | var _ehs: Xla_ComputationDataHandle? = nil
7296 |
7297 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_TernaryOpRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
7298 |
7299 | private init() {}
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:4079:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_TernaryOpRequest' has non-sendable type 'Xla_TernaryOpRequest._StorageClass'; this is an error in the Swift 6 language mode
4077 | }
4078 |
4079 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_TernaryOpRequest' has non-sendable type 'Xla_TernaryOpRequest._StorageClass'; this is an error in the Swift 6 language mode
4080 | }
4081 |
:
7289 | ]
7290 |
7291 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
7292 | var _triop: Xla_TernaryOperation = .triopInvalid
7293 | var _lhs: Xla_ComputationDataHandle? = nil
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:7360:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ReducePrecisionRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
7353 | ]
7354 |
7355 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
7356 | var _operand: Xla_ComputationDataHandle? = nil
7357 | var _exponentBits: Int32 = 0
7358 | var _mantissaBits: Int32 = 0
7359 |
7360 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_ReducePrecisionRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
7361 |
7362 | private init() {}
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:4185:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ReducePrecisionRequest' has non-sendable type 'Xla_ReducePrecisionRequest._StorageClass'; this is an error in the Swift 6 language mode
4183 | }
4184 |
4185 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_ReducePrecisionRequest' has non-sendable type 'Xla_ReducePrecisionRequest._StorageClass'; this is an error in the Swift 6 language mode
4186 | }
4187 |
:
7353 | ]
7354 |
7355 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
7356 | var _operand: Xla_ComputationDataHandle? = nil
7357 | var _exponentBits: Int32 = 0
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:7405:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_SendRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
7399 | ]
7400 |
7401 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
7402 | var _operand: Xla_ComputationDataHandle? = nil
7403 | var _channelHandle: Xla_ChannelHandle? = nil
7404 |
7405 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_SendRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
7406 |
7407 | private init() {}
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:4246:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_SendRequest' has non-sendable type 'Xla_SendRequest._StorageClass'; this is an error in the Swift 6 language mode
4244 | }
4245 |
4246 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_SendRequest' has non-sendable type 'Xla_SendRequest._StorageClass'; this is an error in the Swift 6 language mode
4247 | }
4248 |
:
7399 | ]
7400 |
7401 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
7402 | var _operand: Xla_ComputationDataHandle? = nil
7403 | var _channelHandle: Xla_ChannelHandle? = nil
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:7448:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_RecvRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
7442 | ]
7443 |
7444 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
7445 | var _shape: Xla_Shape? = nil
7446 | var _channelHandle: Xla_ChannelHandle? = nil
7447 |
7448 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_RecvRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
7449 |
7450 | private init() {}
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:4307:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_RecvRequest' has non-sendable type 'Xla_RecvRequest._StorageClass'; this is an error in the Swift 6 language mode
4305 | }
4306 |
4307 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_RecvRequest' has non-sendable type 'Xla_RecvRequest._StorageClass'; this is an error in the Swift 6 language mode
4308 | }
4309 |
:
7442 | ]
7443 |
7444 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
7445 | var _shape: Xla_Shape? = nil
7446 | var _channelHandle: Xla_ChannelHandle? = nil
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:7544:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_OpRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
7536 | ]
7537 |
7538 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
7539 | var _computation: Xla_ComputationHandle? = nil
7540 | var _metadata: Xla_OpMetadata? = nil
:
7542 | var _op: Xla_OpRequest.OneOf_Op?
7543 |
7544 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_OpRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
7545 |
7546 | private init() {}
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:5167:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_OpRequest' has non-sendable type 'Xla_OpRequest._StorageClass'; this is an error in the Swift 6 language mode
5165 | }
5166 |
5167 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_OpRequest' has non-sendable type 'Xla_OpRequest._StorageClass'; this is an error in the Swift 6 language mode
5168 | }
5169 |
:
7536 | ]
7537 |
7538 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
7539 | var _computation: Xla_ComputationHandle? = nil
7540 | var _metadata: Xla_OpMetadata? = nil
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:7589:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_OpResponse._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
7584 | ]
7585 |
7586 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
7587 | var _output: Xla_ComputationDataHandle? = nil
7588 |
7589 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Xla_OpResponse._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
7590 |
7591 | private init() {}
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:5215:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_OpResponse' has non-sendable type 'Xla_OpResponse._StorageClass'; this is an error in the Swift 6 language mode
5213 | }
5214 |
5215 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Xla_OpResponse' has non-sendable type 'Xla_OpResponse._StorageClass'; this is an error in the Swift 6 language mode
5216 | }
5217 |
:
7584 | ]
7585 |
7586 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
7587 | var _output: Xla_ComputationDataHandle? = nil
7588 |
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:5636:45: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
5634 | var _shape: Xla_Shape? = nil
5635 | var _preds: [Bool] = []
5636 | var _u8S: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
5637 | var _s32S: [Int32] = []
5638 | var _s64S: [Int64] = []
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:5644:46: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
5642 | var _f64S: [Double] = []
5643 | var _tupleLiterals: [Xla_LiteralProto] = []
5644 | var _f16S: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
5645 |
5646 | static let defaultInstance = _StorageClass()
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:6039:48: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
6037 | fileprivate class _StorageClass {
6038 | var _shape: Xla_Shape? = nil
6039 | var _config: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
6040 |
6041 | static let defaultInstance = _StorageClass()
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:6084:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
6082 | var _shape: Xla_Shape? = nil
6083 | var _operand: Xla_ComputationDataHandle? = nil
6084 | var _outfeedConfig: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
6085 |
6086 | static let defaultInstance = _StorageClass()
/host/spi-builder-workspace/Sources/Proto/contrib/boosted_trees/proto/learner.pb.swift:782:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_BoostedTrees_Learner_LearningRateConfig._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
777 | ]
778 |
779 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
780 | var _tuner: Tensorflow_BoostedTrees_Learner_LearningRateConfig.OneOf_Tuner?
781 |
782 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_BoostedTrees_Learner_LearningRateConfig._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
783 |
784 | private init() {}
/host/spi-builder-workspace/Sources/Proto/contrib/boosted_trees/proto/learner.pb.swift:225:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_BoostedTrees_Learner_LearningRateConfig' has non-sendable type 'Tensorflow_BoostedTrees_Learner_LearningRateConfig._StorageClass'; this is an error in the Swift 6 language mode
223 | }
224 |
225 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_BoostedTrees_Learner_LearningRateConfig' has non-sendable type 'Tensorflow_BoostedTrees_Learner_LearningRateConfig._StorageClass'; this is an error in the Swift 6 language mode
226 | }
227 |
:
777 | ]
778 |
779 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
780 | var _tuner: Tensorflow_BoostedTrees_Learner_LearningRateConfig.OneOf_Tuner?
781 |
/host/spi-builder-workspace/Sources/Proto/contrib/boosted_trees/proto/learner.pb.swift:316:14: warning: stored property 'config' of 'Sendable'-conforming struct 'Tensorflow_BoostedTrees_Learner_AveragingConfig' has non-sendable type 'Tensorflow_BoostedTrees_Learner_AveragingConfig.OneOf_Config?'; this is an error in the Swift 6 language mode
314 | public static let protoMessageName: String = _protobuf_package + ".AveragingConfig"
315 |
316 | public var config: Tensorflow_BoostedTrees_Learner_AveragingConfig.OneOf_Config? = nil
| `- warning: stored property 'config' of 'Sendable'-conforming struct 'Tensorflow_BoostedTrees_Learner_AveragingConfig' has non-sendable type 'Tensorflow_BoostedTrees_Learner_AveragingConfig.OneOf_Config?'; this is an error in the Swift 6 language mode
317 |
318 | public var averageLastNTrees: Float {
:
337 | public var unknownFields = SwiftProtobuf.UnknownStorage()
338 |
339 | public enum OneOf_Config: Equatable {
| `- note: consider making enum 'OneOf_Config' conform to the 'Sendable' protocol
340 | case averageLastNTrees(Float)
341 | /// Between 0 and 1. If set to 1.0, we are averaging ensembles of tree 1,
/host/spi-builder-workspace/Sources/Proto/contrib/boosted_trees/proto/learner.pb.swift:893:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_BoostedTrees_Learner_LearnerConfig._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
880 | ]
881 |
882 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
883 | var _numClasses: UInt32 = 0
884 | var _featureFraction: Tensorflow_BoostedTrees_Learner_LearnerConfig.OneOf_FeatureFraction?
:
891 | var _averagingConfig: Tensorflow_BoostedTrees_Learner_AveragingConfig? = nil
892 |
893 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_BoostedTrees_Learner_LearnerConfig._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
894 |
895 | private init() {}
/host/spi-builder-workspace/Sources/Proto/contrib/boosted_trees/proto/learner.pb.swift:735:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_BoostedTrees_Learner_LearnerConfig' has non-sendable type 'Tensorflow_BoostedTrees_Learner_LearnerConfig._StorageClass'; this is an error in the Swift 6 language mode
733 | }
734 |
735 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_BoostedTrees_Learner_LearnerConfig' has non-sendable type 'Tensorflow_BoostedTrees_Learner_LearnerConfig._StorageClass'; this is an error in the Swift 6 language mode
736 | }
737 |
:
880 | ]
881 |
882 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
883 | var _numClasses: UInt32 = 0
884 | var _featureFraction: Tensorflow_BoostedTrees_Learner_LearnerConfig.OneOf_FeatureFraction?
/host/spi-builder-workspace/Sources/Proto/contrib/boosted_trees/proto/split_info.pb.swift:116:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_BoostedTrees_Learner_SplitInfo._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
109 | ]
110 |
111 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
112 | var _splitNode: Tensorflow_BoostedTrees_Trees_TreeNode? = nil
113 | var _leftChild: Tensorflow_BoostedTrees_Trees_Leaf? = nil
114 | var _rightChild: Tensorflow_BoostedTrees_Trees_Leaf? = nil
115 |
116 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_BoostedTrees_Learner_SplitInfo._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
117 |
118 | private init() {}
/host/spi-builder-workspace/Sources/Proto/contrib/boosted_trees/proto/split_info.pb.swift:97:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_BoostedTrees_Learner_SplitInfo' has non-sendable type 'Tensorflow_BoostedTrees_Learner_SplitInfo._StorageClass'; this is an error in the Swift 6 language mode
95 | }
96 |
97 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_BoostedTrees_Learner_SplitInfo' has non-sendable type 'Tensorflow_BoostedTrees_Learner_SplitInfo._StorageClass'; this is an error in the Swift 6 language mode
98 | }
99 |
:
109 | ]
110 |
111 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
112 | var _splitNode: Tensorflow_BoostedTrees_Trees_TreeNode? = nil
113 | var _leftChild: Tensorflow_BoostedTrees_Trees_Leaf? = nil
/host/spi-builder-workspace/Sources/Proto/contrib/boosted_trees/proto/tree_config.pb.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() {}
/host/spi-builder-workspace/Sources/Proto/contrib/boosted_trees/proto/tree_config.pb.swift:205:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_BoostedTrees_Trees_TreeNode' has non-sendable type 'Tensorflow_BoostedTrees_Trees_TreeNode._StorageClass'; this is an error in the Swift 6 language mode
203 | }
204 |
205 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_BoostedTrees_Trees_TreeNode' has non-sendable type 'Tensorflow_BoostedTrees_Trees_TreeNode._StorageClass'; this is an error in the Swift 6 language mode
206 | }
207 |
:
933 | ]
934 |
935 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
936 | var _node: Tensorflow_BoostedTrees_Trees_TreeNode.OneOf_Node?
937 | var _nodeMetadata: Tensorflow_BoostedTrees_Trees_TreeNodeMetadata? = nil
/host/spi-builder-workspace/Sources/Proto/contrib/boosted_trees/proto/tree_config.pb.swift:982:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_BoostedTrees_Trees_TreeNodeMetadata._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
976 | ]
977 |
978 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
979 | var _gain: Float = 0
980 | var _originalLeaf: Tensorflow_BoostedTrees_Trees_Leaf? = nil
981 |
982 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_BoostedTrees_Trees_TreeNodeMetadata._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
983 |
984 | private init() {}
/host/spi-builder-workspace/Sources/Proto/contrib/boosted_trees/proto/tree_config.pb.swift:265:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_BoostedTrees_Trees_TreeNodeMetadata' has non-sendable type 'Tensorflow_BoostedTrees_Trees_TreeNodeMetadata._StorageClass'; this is an error in the Swift 6 language mode
263 | }
264 |
265 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_BoostedTrees_Trees_TreeNodeMetadata' has non-sendable type 'Tensorflow_BoostedTrees_Trees_TreeNodeMetadata._StorageClass'; this is an error in the Swift 6 language mode
266 | }
267 |
:
976 | ]
977 |
978 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
979 | var _gain: Float = 0
980 | var _originalLeaf: Tensorflow_BoostedTrees_Trees_Leaf? = nil
/host/spi-builder-workspace/Sources/Proto/contrib/boosted_trees/proto/tree_config.pb.swift:1024:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_BoostedTrees_Trees_Leaf._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1019 | ]
1020 |
1021 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1022 | var _leaf: Tensorflow_BoostedTrees_Trees_Leaf.OneOf_Leaf?
1023 |
1024 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_BoostedTrees_Trees_Leaf._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1025 |
1026 | private init() {}
/host/spi-builder-workspace/Sources/Proto/contrib/boosted_trees/proto/tree_config.pb.swift:364:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_BoostedTrees_Trees_Leaf' has non-sendable type 'Tensorflow_BoostedTrees_Trees_Leaf._StorageClass'; this is an error in the Swift 6 language mode
362 | }
363 |
364 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_BoostedTrees_Trees_Leaf' has non-sendable type 'Tensorflow_BoostedTrees_Trees_Leaf._StorageClass'; this is an error in the Swift 6 language mode
365 | }
366 |
:
1019 | ]
1020 |
1021 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1022 | var _leaf: Tensorflow_BoostedTrees_Trees_Leaf.OneOf_Leaf?
1023 |
/host/spi-builder-workspace/Sources/Proto/contrib/boosted_trees/proto/tree_config.pb.swift:1107:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_BoostedTrees_Trees_SparseFloatBinarySplitDefaultLeft._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1102 | ]
1103 |
1104 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1105 | var _split: Tensorflow_BoostedTrees_Trees_DenseFloatBinarySplit? = nil
1106 |
1107 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_BoostedTrees_Trees_SparseFloatBinarySplitDefaultLeft._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1108 |
1109 | private init() {}
/host/spi-builder-workspace/Sources/Proto/contrib/boosted_trees/proto/tree_config.pb.swift:544:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_BoostedTrees_Trees_SparseFloatBinarySplitDefaultLeft' has non-sendable type 'Tensorflow_BoostedTrees_Trees_SparseFloatBinarySplitDefaultLeft._StorageClass'; this is an error in the Swift 6 language mode
542 | }
543 |
544 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_BoostedTrees_Trees_SparseFloatBinarySplitDefaultLeft' has non-sendable type 'Tensorflow_BoostedTrees_Trees_SparseFloatBinarySplitDefaultLeft._StorageClass'; this is an error in the Swift 6 language mode
545 | }
546 |
:
1102 | ]
1103 |
1104 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1105 | var _split: Tensorflow_BoostedTrees_Trees_DenseFloatBinarySplit? = nil
1106 |
/host/spi-builder-workspace/Sources/Proto/contrib/boosted_trees/proto/tree_config.pb.swift:1146:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_BoostedTrees_Trees_SparseFloatBinarySplitDefaultRight._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1141 | ]
1142 |
1143 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1144 | var _split: Tensorflow_BoostedTrees_Trees_DenseFloatBinarySplit? = nil
1145 |
1146 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_BoostedTrees_Trees_SparseFloatBinarySplitDefaultRight._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1147 |
1148 | private init() {}
/host/spi-builder-workspace/Sources/Proto/contrib/boosted_trees/proto/tree_config.pb.swift:593:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_BoostedTrees_Trees_SparseFloatBinarySplitDefaultRight' has non-sendable type 'Tensorflow_BoostedTrees_Trees_SparseFloatBinarySplitDefaultRight._StorageClass'; this is an error in the Swift 6 language mode
591 | }
592 |
593 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_BoostedTrees_Trees_SparseFloatBinarySplitDefaultRight' has non-sendable type 'Tensorflow_BoostedTrees_Trees_SparseFloatBinarySplitDefaultRight._StorageClass'; this is an error in the Swift 6 language mode
594 | }
595 |
:
1141 | ]
1142 |
1143 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1144 | var _split: Tensorflow_BoostedTrees_Trees_DenseFloatBinarySplit? = nil
1145 |
/host/spi-builder-workspace/Sources/Proto/contrib/boosted_trees/proto/tree_config.pb.swift:1269:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_BoostedTrees_Trees_DecisionTreeEnsembleConfig._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1261 | ]
1262 |
1263 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1264 | var _trees: [Tensorflow_BoostedTrees_Trees_DecisionTreeConfig] = []
1265 | var _treeWeights: [Float] = []
:
1267 | var _growingMetadata: Tensorflow_BoostedTrees_Trees_GrowingMetadata? = nil
1268 |
1269 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_BoostedTrees_Trees_DecisionTreeEnsembleConfig._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1270 |
1271 | private init() {}
/host/spi-builder-workspace/Sources/Proto/contrib/boosted_trees/proto/tree_config.pb.swift:917:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_BoostedTrees_Trees_DecisionTreeEnsembleConfig' has non-sendable type 'Tensorflow_BoostedTrees_Trees_DecisionTreeEnsembleConfig._StorageClass'; this is an error in the Swift 6 language mode
915 | }
916 |
917 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_BoostedTrees_Trees_DecisionTreeEnsembleConfig' has non-sendable type 'Tensorflow_BoostedTrees_Trees_DecisionTreeEnsembleConfig._StorageClass'; this is an error in the Swift 6 language mode
918 | }
919 |
:
1261 | ]
1262 |
1263 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1264 | var _trees: [Tensorflow_BoostedTrees_Trees_DecisionTreeConfig] = []
1265 | var _treeWeights: [Float] = []
/host/spi-builder-workspace/Sources/Proto/contrib/decision_trees/proto/generic_tree_model.pb.swift:1516:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_DecisionTrees_Model._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1510 | ]
1511 |
1512 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1513 | var _model: Tensorflow_DecisionTrees_Model.OneOf_Model?
1514 | var _additionalData: [SwiftProtobuf.Google_Protobuf_Any] = []
1515 |
1516 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_DecisionTrees_Model._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1517 |
1518 | private init() {}
/host/spi-builder-workspace/Sources/Proto/contrib/decision_trees/proto/generic_tree_model.pb.swift:150:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_DecisionTrees_Model' has non-sendable type 'Tensorflow_DecisionTrees_Model._StorageClass'; this is an error in the Swift 6 language mode
148 | }
149 |
150 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_DecisionTrees_Model' has non-sendable type 'Tensorflow_DecisionTrees_Model._StorageClass'; this is an error in the Swift 6 language mode
151 | }
152 |
:
1510 | ]
1511 |
1512 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1513 | var _model: Tensorflow_DecisionTrees_Model.OneOf_Model?
1514 | var _additionalData: [SwiftProtobuf.Google_Protobuf_Any] = []
/host/spi-builder-workspace/Sources/Proto/contrib/decision_trees/proto/generic_tree_model.pb.swift:1606:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_DecisionTrees_ModelAndFeatures.Feature._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1600 | ]
1601 |
1602 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1603 | var _featureID: Tensorflow_DecisionTrees_FeatureId? = nil
1604 | var _additionalData: [SwiftProtobuf.Google_Protobuf_Any] = []
1605 |
1606 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_DecisionTrees_ModelAndFeatures.Feature._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1607 |
1608 | private init() {}
/host/spi-builder-workspace/Sources/Proto/contrib/decision_trees/proto/generic_tree_model.pb.swift:234:21: warning: stored property '_storage' of 'Sendable'-conforming struct 'Feature' has non-sendable type 'Tensorflow_DecisionTrees_ModelAndFeatures.Feature._StorageClass'; this is an error in the Swift 6 language mode
232 | }
233 |
234 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Feature' has non-sendable type 'Tensorflow_DecisionTrees_ModelAndFeatures.Feature._StorageClass'; this is an error in the Swift 6 language mode
235 | }
236 |
:
1600 | ]
1601 |
1602 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1603 | var _featureID: Tensorflow_DecisionTrees_FeatureId? = nil
1604 | var _additionalData: [SwiftProtobuf.Google_Protobuf_Any] = []
/host/spi-builder-workspace/Sources/Proto/contrib/decision_trees/proto/generic_tree_model.pb.swift:1561:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_DecisionTrees_ModelAndFeatures._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1554 | ]
1555 |
1556 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1557 | var _features: Dictionary<String,Tensorflow_DecisionTrees_ModelAndFeatures.Feature> = [:]
1558 | var _model: Tensorflow_DecisionTrees_Model? = nil
1559 | var _additionalData: [SwiftProtobuf.Google_Protobuf_Any] = []
1560 |
1561 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_DecisionTrees_ModelAndFeatures._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1562 |
1563 | private init() {}
/host/spi-builder-workspace/Sources/Proto/contrib/decision_trees/proto/generic_tree_model.pb.swift:276:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_DecisionTrees_ModelAndFeatures' has non-sendable type 'Tensorflow_DecisionTrees_ModelAndFeatures._StorageClass'; this is an error in the Swift 6 language mode
274 | }
275 |
276 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_DecisionTrees_ModelAndFeatures' has non-sendable type 'Tensorflow_DecisionTrees_ModelAndFeatures._StorageClass'; this is an error in the Swift 6 language mode
277 | }
278 |
:
1554 | ]
1555 |
1556 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1557 | var _features: Dictionary<String,Tensorflow_DecisionTrees_ModelAndFeatures.Feature> = [:]
1558 | var _model: Tensorflow_DecisionTrees_Model? = nil
/host/spi-builder-workspace/Sources/Proto/contrib/decision_trees/proto/generic_tree_model.pb.swift:1700:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_DecisionTrees_Ensemble.Member._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1693 | ]
1694 |
1695 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1696 | var _submodel: Tensorflow_DecisionTrees_Model? = nil
1697 | var _submodelID: SwiftProtobuf.Google_Protobuf_Int32Value? = nil
1698 | var _additionalData: [SwiftProtobuf.Google_Protobuf_Any] = []
1699 |
1700 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_DecisionTrees_Ensemble.Member._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1701 |
1702 | private init() {}
/host/spi-builder-workspace/Sources/Proto/contrib/decision_trees/proto/generic_tree_model.pb.swift:412:21: warning: stored property '_storage' of 'Sendable'-conforming struct 'Member' has non-sendable type 'Tensorflow_DecisionTrees_Ensemble.Member._StorageClass'; this is an error in the Swift 6 language mode
410 | }
411 |
412 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Member' has non-sendable type 'Tensorflow_DecisionTrees_Ensemble.Member._StorageClass'; this is an error in the Swift 6 language mode
413 | }
414 |
:
1693 | ]
1694 |
1695 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1696 | var _submodel: Tensorflow_DecisionTrees_Model? = nil
1697 | var _submodelID: SwiftProtobuf.Google_Protobuf_Int32Value? = nil
/host/spi-builder-workspace/Sources/Proto/contrib/decision_trees/proto/generic_tree_model.pb.swift:1653:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_DecisionTrees_Ensemble._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1646 | ]
1647 |
1648 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1649 | var _members: [Tensorflow_DecisionTrees_Ensemble.Member] = []
1650 | var _combinationTechnique: Tensorflow_DecisionTrees_Ensemble.OneOf_CombinationTechnique?
1651 | var _additionalData: [SwiftProtobuf.Google_Protobuf_Any] = []
1652 |
1653 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_DecisionTrees_Ensemble._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1654 |
1655 | private init() {}
/host/spi-builder-workspace/Sources/Proto/contrib/decision_trees/proto/generic_tree_model.pb.swift:483:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_DecisionTrees_Ensemble' has non-sendable type 'Tensorflow_DecisionTrees_Ensemble._StorageClass'; this is an error in the Swift 6 language mode
481 | }
482 |
483 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_DecisionTrees_Ensemble' has non-sendable type 'Tensorflow_DecisionTrees_Ensemble._StorageClass'; this is an error in the Swift 6 language mode
484 | }
485 |
:
1646 | ]
1647 |
1648 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1649 | var _members: [Tensorflow_DecisionTrees_Ensemble.Member] = []
1650 | var _combinationTechnique: Tensorflow_DecisionTrees_Ensemble.OneOf_CombinationTechnique?
/host/spi-builder-workspace/Sources/Proto/contrib/decision_trees/proto/generic_tree_model.pb.swift:1791:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_DecisionTrees_TreeNode._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1782 | ]
1783 |
1784 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1785 | var _nodeID: SwiftProtobuf.Google_Protobuf_Int32Value? = nil
1786 | var _depth: SwiftProtobuf.Google_Protobuf_Int32Value? = nil
:
1789 | var _additionalData: [SwiftProtobuf.Google_Protobuf_Any] = []
1790 |
1791 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_DecisionTrees_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
1792 |
1793 | private init() {}
/host/spi-builder-workspace/Sources/Proto/contrib/decision_trees/proto/generic_tree_model.pb.swift:755:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_DecisionTrees_TreeNode' has non-sendable type 'Tensorflow_DecisionTrees_TreeNode._StorageClass'; this is an error in the Swift 6 language mode
753 | }
754 |
755 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_DecisionTrees_TreeNode' has non-sendable type 'Tensorflow_DecisionTrees_TreeNode._StorageClass'; this is an error in the Swift 6 language mode
756 | }
757 |
:
1782 | ]
1783 |
1784 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1785 | var _nodeID: SwiftProtobuf.Google_Protobuf_Int32Value? = nil
1786 | var _depth: SwiftProtobuf.Google_Protobuf_Int32Value? = nil
/host/spi-builder-workspace/Sources/Proto/contrib/decision_trees/proto/generic_tree_model.pb.swift:1845:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_DecisionTrees_BinaryNode._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1837 | ]
1838 |
1839 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1840 | var _leftChildID: SwiftProtobuf.Google_Protobuf_Int32Value? = nil
1841 | var _rightChildID: SwiftProtobuf.Google_Protobuf_Int32Value? = nil
:
1843 | var _leftChildTest: Tensorflow_DecisionTrees_BinaryNode.OneOf_LeftChildTest?
1844 |
1845 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_DecisionTrees_BinaryNode._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1846 |
1847 | private init() {}
/host/spi-builder-workspace/Sources/Proto/contrib/decision_trees/proto/generic_tree_model.pb.swift:917:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_DecisionTrees_BinaryNode' has non-sendable type 'Tensorflow_DecisionTrees_BinaryNode._StorageClass'; this is an error in the Swift 6 language mode
915 | }
916 |
917 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_DecisionTrees_BinaryNode' has non-sendable type 'Tensorflow_DecisionTrees_BinaryNode._StorageClass'; this is an error in the Swift 6 language mode
918 | }
919 |
:
1837 | ]
1838 |
1839 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1840 | var _leftChildID: SwiftProtobuf.Google_Protobuf_Int32Value? = nil
1841 | var _rightChildID: SwiftProtobuf.Google_Protobuf_Int32Value? = nil
/host/spi-builder-workspace/Sources/Proto/contrib/decision_trees/proto/generic_tree_model.pb.swift:1924:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_DecisionTrees_Leaf._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1918 | ]
1919 |
1920 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1921 | var _leaf: Tensorflow_DecisionTrees_Leaf.OneOf_Leaf?
1922 | var _additionalData: [SwiftProtobuf.Google_Protobuf_Any] = []
1923 |
1924 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_DecisionTrees_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
1925 |
1926 | private init() {}
/host/spi-builder-workspace/Sources/Proto/contrib/decision_trees/proto/generic_tree_model.pb.swift:1109:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_DecisionTrees_Leaf' has non-sendable type 'Tensorflow_DecisionTrees_Leaf._StorageClass'; this is an error in the Swift 6 language mode
1107 | }
1108 |
1109 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_DecisionTrees_Leaf' has non-sendable type 'Tensorflow_DecisionTrees_Leaf._StorageClass'; this is an error in the Swift 6 language mode
1110 | }
1111 |
:
1918 | ]
1919 |
1920 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1921 | var _leaf: Tensorflow_DecisionTrees_Leaf.OneOf_Leaf?
1922 | var _additionalData: [SwiftProtobuf.Google_Protobuf_Any] = []
/host/spi-builder-workspace/Sources/Proto/contrib/decision_trees/proto/generic_tree_model.pb.swift:1967:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_DecisionTrees_FeatureId._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1961 | ]
1962 |
1963 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1964 | var _id: SwiftProtobuf.Google_Protobuf_StringValue? = nil
1965 | var _additionalData: [SwiftProtobuf.Google_Protobuf_Any] = []
1966 |
1967 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_DecisionTrees_FeatureId._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1968 |
1969 | private init() {}
/host/spi-builder-workspace/Sources/Proto/contrib/decision_trees/proto/generic_tree_model.pb.swift:1166:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_DecisionTrees_FeatureId' has non-sendable type 'Tensorflow_DecisionTrees_FeatureId._StorageClass'; this is an error in the Swift 6 language mode
1164 | }
1165 |
1166 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_DecisionTrees_FeatureId' has non-sendable type 'Tensorflow_DecisionTrees_FeatureId._StorageClass'; this is an error in the Swift 6 language mode
1167 | }
1168 |
:
1961 | ]
1962 |
1963 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1964 | var _id: SwiftProtobuf.Google_Protobuf_StringValue? = nil
1965 | var _additionalData: [SwiftProtobuf.Google_Protobuf_Any] = []
/host/spi-builder-workspace/Sources/Proto/contrib/decision_trees/proto/generic_tree_model.pb.swift:2027:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_DecisionTrees_InequalityTest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
2020 | ]
2021 |
2022 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
2023 | var _featureSum: Tensorflow_DecisionTrees_InequalityTest.OneOf_FeatureSum?
2024 | var _type: Tensorflow_DecisionTrees_InequalityTest.TypeEnum = .lessOrEqual
2025 | var _threshold: Tensorflow_DecisionTrees_Value? = nil
2026 |
2027 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_DecisionTrees_InequalityTest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2028 |
2029 | private init() {}
/host/spi-builder-workspace/Sources/Proto/contrib/decision_trees/proto/generic_tree_model.pb.swift:1356:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_DecisionTrees_InequalityTest' has non-sendable type 'Tensorflow_DecisionTrees_InequalityTest._StorageClass'; this is an error in the Swift 6 language mode
1354 | }
1355 |
1356 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_DecisionTrees_InequalityTest' has non-sendable type 'Tensorflow_DecisionTrees_InequalityTest._StorageClass'; this is an error in the Swift 6 language mode
1357 | }
1358 |
:
2020 | ]
2021 |
2022 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
2023 | var _featureSum: Tensorflow_DecisionTrees_InequalityTest.OneOf_FeatureSum?
2024 | var _type: Tensorflow_DecisionTrees_InequalityTest.TypeEnum = .lessOrEqual
/host/spi-builder-workspace/Sources/Proto/contrib/decision_trees/proto/generic_tree_model.pb.swift:2083:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_DecisionTrees_Value._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
2078 | ]
2079 |
2080 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
2081 | var _value: Tensorflow_DecisionTrees_Value.OneOf_Value?
2082 |
2083 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_DecisionTrees_Value._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2084 |
2085 | private init() {}
/host/spi-builder-workspace/Sources/Proto/contrib/decision_trees/proto/generic_tree_model.pb.swift:1497:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_DecisionTrees_Value' has non-sendable type 'Tensorflow_DecisionTrees_Value._StorageClass'; this is an error in the Swift 6 language mode
1495 | }
1496 |
1497 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_DecisionTrees_Value' has non-sendable type 'Tensorflow_DecisionTrees_Value._StorageClass'; this is an error in the Swift 6 language mode
1498 | }
1499 |
:
2078 | ]
2079 |
2080 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
2081 | var _value: Tensorflow_DecisionTrees_Value.OneOf_Value?
2082 |
/host/spi-builder-workspace/Sources/Proto/contrib/decision_trees/proto/generic_tree_model_extensions.pb.swift:111:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_DecisionTrees_MatchingValuesTest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
104 | ]
105 |
106 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
107 | var _featureID: Tensorflow_DecisionTrees_FeatureId? = nil
108 | var _value: [Tensorflow_DecisionTrees_Value] = []
109 | var _inverse: Bool = false
110 |
111 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_DecisionTrees_MatchingValuesTest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
112 |
113 | private init() {}
/host/spi-builder-workspace/Sources/Proto/contrib/decision_trees/proto/generic_tree_model_extensions.pb.swift:92:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_DecisionTrees_MatchingValuesTest' has non-sendable type 'Tensorflow_DecisionTrees_MatchingValuesTest._StorageClass'; this is an error in the Swift 6 language mode
90 | }
91 |
92 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_DecisionTrees_MatchingValuesTest' has non-sendable type 'Tensorflow_DecisionTrees_MatchingValuesTest._StorageClass'; this is an error in the Swift 6 language mode
93 | }
94 |
:
104 | ]
105 |
106 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
107 | var _featureID: Tensorflow_DecisionTrees_FeatureId? = nil
108 | var _value: [Tensorflow_DecisionTrees_Value] = []
[204/216] Wrapping AST for Proto for debugging
[205/216] Write Objects.LinkFileList
[206/226] Archiving libProto.a
[208/226] Compiling CAPI String.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "CTensorFlow.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/CTensorFlow/CTensorFlow.h:4:10: error: 'tensorflow/c/c_api.h' file not found
2 | #define _SWIFT_CTENSORFLOW_H_
3 |
4 | #include <tensorflow/c/c_api.h>
| `- error: 'tensorflow/c/c_api.h' file not found
5 |
6 | #endif
/host/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build C module 'CTensorFlow'
14 | limitations under the License.
15 | */
16 | import CTensorFlow
| `- error: could not build C module 'CTensorFlow'
17 | import Foundation
18 |
[209/227] Compiling CAPI Status.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "CTensorFlow.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/CTensorFlow/CTensorFlow.h:4:10: error: 'tensorflow/c/c_api.h' file not found
2 | #define _SWIFT_CTENSORFLOW_H_
3 |
4 | #include <tensorflow/c/c_api.h>
| `- error: 'tensorflow/c/c_api.h' file not found
5 |
6 | #endif
/host/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build C module 'CTensorFlow'
14 | limitations under the License.
15 | */
16 | import CTensorFlow
| `- error: could not build C module 'CTensorFlow'
17 | import Foundation
18 |
[210/227] Compiling CAPI Library.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "CTensorFlow.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/CTensorFlow/CTensorFlow.h:4:10: error: 'tensorflow/c/c_api.h' file not found
2 | #define _SWIFT_CTENSORFLOW_H_
3 |
4 | #include <tensorflow/c/c_api.h>
| `- error: 'tensorflow/c/c_api.h' file not found
5 |
6 | #endif
/host/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build C module 'CTensorFlow'
14 | limitations under the License.
15 | */
16 | import CTensorFlow
| `- error: could not build C module 'CTensorFlow'
17 | import Foundation
18 |
[211/227] Compiling CAPI Session.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "CTensorFlow.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/CTensorFlow/CTensorFlow.h:4:10: error: 'tensorflow/c/c_api.h' file not found
2 | #define _SWIFT_CTENSORFLOW_H_
3 |
4 | #include <tensorflow/c/c_api.h>
| `- error: 'tensorflow/c/c_api.h' file not found
5 |
6 | #endif
/host/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build C module 'CTensorFlow'
14 | limitations under the License.
15 | */
16 | import CTensorFlow
| `- error: could not build C module 'CTensorFlow'
17 | import Foundation
18 |
[212/227] Compiling CAPI Tensor.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "CTensorFlow.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/CTensorFlow/CTensorFlow.h:4:10: error: 'tensorflow/c/c_api.h' file not found
2 | #define _SWIFT_CTENSORFLOW_H_
3 |
4 | #include <tensorflow/c/c_api.h>
| `- error: 'tensorflow/c/c_api.h' file not found
5 |
6 | #endif
/host/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build C module 'CTensorFlow'
14 | limitations under the License.
15 | */
16 | import CTensorFlow
| `- error: could not build C module 'CTensorFlow'
17 | import Foundation
18 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[213/227] Emitting module CAPI
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "CTensorFlow.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/CTensorFlow/CTensorFlow.h:4:10: error: 'tensorflow/c/c_api.h' file not found
2 | #define _SWIFT_CTENSORFLOW_H_
3 |
4 | #include <tensorflow/c/c_api.h>
| `- error: 'tensorflow/c/c_api.h' file not found
5 |
6 | #endif
/host/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build C module 'CTensorFlow'
14 | limitations under the License.
15 | */
16 | import CTensorFlow
| `- error: could not build C module 'CTensorFlow'
17 | import Foundation
18 |
[214/227] Compiling CAPI Graph.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "CTensorFlow.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/CTensorFlow/CTensorFlow.h:4:10: error: 'tensorflow/c/c_api.h' file not found
2 | #define _SWIFT_CTENSORFLOW_H_
3 |
4 | #include <tensorflow/c/c_api.h>
| `- error: 'tensorflow/c/c_api.h' file not found
5 |
6 | #endif
/host/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build C module 'CTensorFlow'
14 | limitations under the License.
15 | */
16 | import CTensorFlow
| `- error: could not build C module 'CTensorFlow'
17 | import Foundation
18 |
[215/227] Compiling CAPI Buffer.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "CTensorFlow.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/CTensorFlow/CTensorFlow.h:4:10: error: 'tensorflow/c/c_api.h' file not found
2 | #define _SWIFT_CTENSORFLOW_H_
3 |
4 | #include <tensorflow/c/c_api.h>
| `- error: 'tensorflow/c/c_api.h' file not found
5 |
6 | #endif
/host/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build C module 'CTensorFlow'
14 | limitations under the License.
15 | */
16 | import CTensorFlow
| `- error: could not build C module 'CTensorFlow'
17 | import Foundation
18 |
[216/227] Compiling CAPI CAPI.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "CTensorFlow.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/CTensorFlow/CTensorFlow.h:4:10: error: 'tensorflow/c/c_api.h' file not found
2 | #define _SWIFT_CTENSORFLOW_H_
3 |
4 | #include <tensorflow/c/c_api.h>
| `- error: 'tensorflow/c/c_api.h' file not found
5 |
6 | #endif
/host/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build C module 'CTensorFlow'
14 | limitations under the License.
15 | */
16 | import CTensorFlow
| `- error: could not build C module 'CTensorFlow'
17 | import Foundation
18 |
[217/227] Compiling CAPI Extensions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "CTensorFlow.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/CTensorFlow/CTensorFlow.h:4:10: error: 'tensorflow/c/c_api.h' file not found
2 | #define _SWIFT_CTENSORFLOW_H_
3 |
4 | #include <tensorflow/c/c_api.h>
| `- error: 'tensorflow/c/c_api.h' file not found
5 |
6 | #endif
/host/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build C module 'CTensorFlow'
14 | limitations under the License.
15 | */
16 | import CTensorFlow
| `- error: could not build C module 'CTensorFlow'
17 | import Foundation
18 |
[218/227] Compiling CAPI Gradients.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "CTensorFlow.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/CTensorFlow/CTensorFlow.h:4:10: error: 'tensorflow/c/c_api.h' file not found
2 | #define _SWIFT_CTENSORFLOW_H_
3 |
4 | #include <tensorflow/c/c_api.h>
| `- error: 'tensorflow/c/c_api.h' file not found
5 |
6 | #endif
/host/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build C module 'CTensorFlow'
14 | limitations under the License.
15 | */
16 | import CTensorFlow
| `- error: could not build C module 'CTensorFlow'
17 | import Foundation
18 |
BUILD FAILURE 6.0 linux