Build Information
Failed to build TensorFlow, reference 0.0.9 (05bd91
), with Swift 6.0 for macOS (SPM) on 26 Nov 2024 22:10:31 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Build Log
834 | var _sessionHandle: String = String()
835 | var _graphDef: Tensorflow_GraphDef? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/master.pb.swift:903:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_RunStepRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
893 | ]
894 |
895 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
896 | var _sessionHandle: String = String()
897 | var _feed: [Tensorflow_NamedTensorProto] = []
:
901 | var _partialRunHandle: String = String()
902 |
903 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_RunStepRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
904 |
905 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/master.pb.swift:368:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_RunStepRequest' has non-sendable type 'Tensorflow_RunStepRequest._StorageClass'; this is an error in the Swift 6 language mode
366 | }
367 |
368 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_RunStepRequest' has non-sendable type 'Tensorflow_RunStepRequest._StorageClass'; this is an error in the Swift 6 language mode
369 | }
370 |
:
893 | ]
894 |
895 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
896 | var _sessionHandle: String = String()
897 | var _feed: [Tensorflow_NamedTensorProto] = []
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/master.pb.swift:954:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_RunStepResponse._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
948 | ]
949 |
950 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
951 | var _tensor: [Tensorflow_NamedTensorProto] = []
952 | var _metadata: Tensorflow_RunMetadata? = nil
953 |
954 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_RunStepResponse._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
955 |
956 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/master.pb.swift:428:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_RunStepResponse' has non-sendable type 'Tensorflow_RunStepResponse._StorageClass'; this is an error in the Swift 6 language mode
426 | }
427 |
428 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_RunStepResponse' has non-sendable type 'Tensorflow_RunStepResponse._StorageClass'; this is an error in the Swift 6 language mode
429 | }
430 |
:
948 | ]
949 |
950 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
951 | var _tensor: [Tensorflow_NamedTensorProto] = []
952 | var _metadata: Tensorflow_RunMetadata? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/meta_graph.pb.swift:1105:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_MetaGraphDef.MetaInfoDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1095 | ]
1096 |
1097 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1098 | var _metaGraphVersion: String = String()
1099 | var _strippedOpList: Tensorflow_OpList? = nil
:
1103 | var _tensorflowGitVersion: String = String()
1104 |
1105 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_MetaGraphDef.MetaInfoDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1106 |
1107 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/meta_graph.pb.swift:204:21: warning: stored property '_storage' of 'Sendable'-conforming struct 'MetaInfoDef' has non-sendable type 'Tensorflow_MetaGraphDef.MetaInfoDef._StorageClass'; this is an error in the Swift 6 language mode
202 | }
203 |
204 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'MetaInfoDef' has non-sendable type 'Tensorflow_MetaGraphDef.MetaInfoDef._StorageClass'; this is an error in the Swift 6 language mode
205 | }
206 |
:
1095 | ]
1096 |
1097 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1098 | var _metaGraphVersion: String = String()
1099 | var _strippedOpList: Tensorflow_OpList? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/meta_graph.pb.swift:1046:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_MetaGraphDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1036 | ]
1037 |
1038 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1039 | var _metaInfoDef: Tensorflow_MetaGraphDef.MetaInfoDef? = nil
1040 | var _graphDef: Tensorflow_GraphDef? = nil
:
1044 | var _assetFileDef: [Tensorflow_AssetFileDef] = []
1045 |
1046 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_MetaGraphDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1047 |
1048 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/meta_graph.pb.swift:258:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_MetaGraphDef' has non-sendable type 'Tensorflow_MetaGraphDef._StorageClass'; this is an error in the Swift 6 language mode
256 | }
257 |
258 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_MetaGraphDef' has non-sendable type 'Tensorflow_MetaGraphDef._StorageClass'; this is an error in the Swift 6 language mode
259 | }
260 |
:
1036 | ]
1037 |
1038 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1039 | var _metaInfoDef: Tensorflow_MetaGraphDef.MetaInfoDef? = nil
1040 | var _graphDef: Tensorflow_GraphDef? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/meta_graph.pb.swift:1158:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_CollectionDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1153 | ]
1154 |
1155 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1156 | var _kind: Tensorflow_CollectionDef.OneOf_Kind?
1157 |
1158 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_CollectionDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1159 |
1160 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/meta_graph.pb.swift:668:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_CollectionDef' has non-sendable type 'Tensorflow_CollectionDef._StorageClass'; this is an error in the Swift 6 language mode
666 | }
667 |
668 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_CollectionDef' has non-sendable type 'Tensorflow_CollectionDef._StorageClass'; this is an error in the Swift 6 language mode
669 | }
670 |
:
1153 | ]
1154 |
1155 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1156 | var _kind: Tensorflow_CollectionDef.OneOf_Kind?
1157 |
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/meta_graph.pb.swift:1262:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_TensorInfo._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1255 | ]
1256 |
1257 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1258 | var _encoding: Tensorflow_TensorInfo.OneOf_Encoding?
1259 | var _dtype: Tensorflow_DataType = .dtInvalid
1260 | var _tensorShape: Tensorflow_TensorShapeProto? = nil
1261 |
1262 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_TensorInfo._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1263 |
1264 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/meta_graph.pb.swift:845:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_TensorInfo' has non-sendable type 'Tensorflow_TensorInfo._StorageClass'; this is an error in the Swift 6 language mode
843 | }
844 |
845 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_TensorInfo' has non-sendable type 'Tensorflow_TensorInfo._StorageClass'; this is an error in the Swift 6 language mode
846 | }
847 |
:
1255 | ]
1256 |
1257 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1258 | var _encoding: Tensorflow_TensorInfo.OneOf_Encoding?
1259 | var _dtype: Tensorflow_DataType = .dtInvalid
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/meta_graph.pb.swift:1339:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_AssetFileDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1333 | ]
1334 |
1335 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1336 | var _tensorInfo: Tensorflow_TensorInfo? = nil
1337 | var _filename: String = String()
1338 |
1339 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_AssetFileDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1340 |
1341 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/meta_graph.pb.swift:1021:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_AssetFileDef' has non-sendable type 'Tensorflow_AssetFileDef._StorageClass'; this is an error in the Swift 6 language mode
1019 | }
1020 |
1021 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_AssetFileDef' has non-sendable type 'Tensorflow_AssetFileDef._StorageClass'; this is an error in the Swift 6 language mode
1022 | }
1023 |
:
1333 | ]
1334 |
1335 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1336 | var _tensorInfo: Tensorflow_TensorInfo? = nil
1337 | var _filename: String = String()
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/named_tensor.pb.swift:101:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_NamedTensorProto._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
95 | ]
96 |
97 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
98 | var _name: String = String()
99 | var _tensor: Tensorflow_TensorProto? = nil
100 |
101 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_NamedTensorProto._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
102 |
103 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/named_tensor.pb.swift:84:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_NamedTensorProto' has non-sendable type 'Tensorflow_NamedTensorProto._StorageClass'; this is an error in the Swift 6 language mode
82 | }
83 |
84 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_NamedTensorProto' has non-sendable type 'Tensorflow_NamedTensorProto._StorageClass'; this is an error in the Swift 6 language mode
85 | }
86 |
:
95 | ]
96 |
97 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
98 | var _name: String = String()
99 | var _tensor: Tensorflow_TensorProto? = nil
[196/209] Compiling Proto master.pb.swift
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/config.pb.swift:1068:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_GraphOptions._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1055 | ]
1056 |
1057 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1058 | var _enableRecvScheduling: Bool = false
1059 | var _optimizerOptions: Tensorflow_OptimizerOptions? = nil
:
1066 | var _rewriteOptions: Tensorflow_RewriterConfig? = nil
1067 |
1068 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_GraphOptions._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1069 |
1070 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/config.pb.swift:432:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_GraphOptions' has non-sendable type 'Tensorflow_GraphOptions._StorageClass'; this is an error in the Swift 6 language mode
430 | }
431 |
432 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_GraphOptions' has non-sendable type 'Tensorflow_GraphOptions._StorageClass'; this is an error in the Swift 6 language mode
433 | }
434 |
:
1055 | ]
1056 |
1057 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1058 | var _enableRecvScheduling: Bool = false
1059 | var _optimizerOptions: Tensorflow_OptimizerOptions? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/config.pb.swift:1175:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_ConfigProto._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1157 | ]
1158 |
1159 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1160 | var _deviceCount: Dictionary<String,Int32> = [:]
1161 | var _intraOpParallelismThreads: Int32 = 0
:
1173 | var _clusterDef: Tensorflow_ClusterDef? = nil
1174 |
1175 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_ConfigProto._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1176 |
1177 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/config.pb.swift:773:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_ConfigProto' has non-sendable type 'Tensorflow_ConfigProto._StorageClass'; this is an error in the Swift 6 language mode
771 | }
772 |
773 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_ConfigProto' has non-sendable type 'Tensorflow_ConfigProto._StorageClass'; this is an error in the Swift 6 language mode
774 | }
775 |
:
1157 | ]
1158 |
1159 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1160 | var _deviceCount: Dictionary<String,Int32> = [:]
1161 | var _intraOpParallelismThreads: Int32 = 0
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/config.pb.swift:1248:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_RunOptions._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1239 | ]
1240 |
1241 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1242 | var _traceLevel: Tensorflow_RunOptions.TraceLevel = .noTrace
1243 | var _timeoutInMs: Int64 = 0
:
1246 | var _debugOptions: Tensorflow_DebugOptions? = nil
1247 |
1248 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_RunOptions._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1249 |
1250 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/config.pb.swift:899:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_RunOptions' has non-sendable type 'Tensorflow_RunOptions._StorageClass'; this is an error in the Swift 6 language mode
897 | }
898 |
899 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_RunOptions' has non-sendable type 'Tensorflow_RunOptions._StorageClass'; this is an error in the Swift 6 language mode
900 | }
901 |
:
1239 | ]
1240 |
1241 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1242 | var _traceLevel: Tensorflow_RunOptions.TraceLevel = .noTrace
1243 | var _timeoutInMs: Int64 = 0
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/config.pb.swift:1308:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_RunMetadata._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1301 | ]
1302 |
1303 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1304 | var _stepStats: Tensorflow_StepStats? = nil
1305 | var _costGraph: Tensorflow_CostGraphDef? = nil
1306 | var _partitionGraphs: [Tensorflow_GraphDef] = []
1307 |
1308 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_RunMetadata._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1309 |
1310 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/config.pb.swift:975:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_RunMetadata' has non-sendable type 'Tensorflow_RunMetadata._StorageClass'; this is an error in the Swift 6 language mode
973 | }
974 |
975 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_RunMetadata' has non-sendable type 'Tensorflow_RunMetadata._StorageClass'; this is an error in the Swift 6 language mode
976 | }
977 |
:
1301 | ]
1302 |
1303 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1304 | var _stepStats: Tensorflow_StepStats? = nil
1305 | var _costGraph: Tensorflow_CostGraphDef? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/control_flow.pb.swift:329:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_CondContextDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
320 | ]
321 |
322 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
323 | var _contextName: String = String()
324 | var _predName: String = String()
:
327 | var _valuesDef: Tensorflow_ValuesDef? = nil
328 |
329 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_CondContextDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
330 |
331 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/control_flow.pb.swift:152:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_CondContextDef' has non-sendable type 'Tensorflow_CondContextDef._StorageClass'; this is an error in the Swift 6 language mode
150 | }
151 |
152 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_CondContextDef' has non-sendable type 'Tensorflow_CondContextDef._StorageClass'; this is an error in the Swift 6 language mode
153 | }
154 |
:
320 | ]
321 |
322 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
323 | var _contextName: String = String()
324 | var _predName: String = String()
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/control_flow.pb.swift:394:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_WhileContextDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
380 | ]
381 |
382 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
383 | var _contextName: String = String()
384 | var _parallelIterations: Int32 = 0
:
392 | var _valuesDef: Tensorflow_ValuesDef? = nil
393 |
394 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_WhileContextDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
395 |
396 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/control_flow.pb.swift:292:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_WhileContextDef' has non-sendable type 'Tensorflow_WhileContextDef._StorageClass'; this is an error in the Swift 6 language mode
290 | }
291 |
292 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_WhileContextDef' has non-sendable type 'Tensorflow_WhileContextDef._StorageClass'; this is an error in the Swift 6 language mode
293 | }
294 |
:
380 | ]
381 |
382 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
383 | var _contextName: String = String()
384 | var _parallelIterations: Int32 = 0
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/master.pb.swift:777:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_CreateSessionRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
770 | ]
771 |
772 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
773 | var _graphDef: Tensorflow_GraphDef? = nil
774 | var _config: Tensorflow_ConfigProto? = nil
775 | var _target: String = String()
776 |
777 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_CreateSessionRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
778 |
779 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/master.pb.swift:107:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_CreateSessionRequest' has non-sendable type 'Tensorflow_CreateSessionRequest._StorageClass'; this is an error in the Swift 6 language mode
105 | }
106 |
107 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_CreateSessionRequest' has non-sendable type 'Tensorflow_CreateSessionRequest._StorageClass'; this is an error in the Swift 6 language mode
108 | }
109 |
:
770 | ]
771 |
772 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
773 | var _graphDef: Tensorflow_GraphDef? = nil
774 | var _config: Tensorflow_ConfigProto? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/master.pb.swift:838:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_ExtendSessionRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
831 | ]
832 |
833 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
834 | var _sessionHandle: String = String()
835 | var _graphDef: Tensorflow_GraphDef? = nil
836 | var _currentGraphVersion: Int64 = 0
837 |
838 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_ExtendSessionRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
839 |
840 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/master.pb.swift:227:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_ExtendSessionRequest' has non-sendable type 'Tensorflow_ExtendSessionRequest._StorageClass'; this is an error in the Swift 6 language mode
225 | }
226 |
227 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_ExtendSessionRequest' has non-sendable type 'Tensorflow_ExtendSessionRequest._StorageClass'; this is an error in the Swift 6 language mode
228 | }
229 |
:
831 | ]
832 |
833 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
834 | var _sessionHandle: String = String()
835 | var _graphDef: Tensorflow_GraphDef? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/master.pb.swift:903:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_RunStepRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
893 | ]
894 |
895 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
896 | var _sessionHandle: String = String()
897 | var _feed: [Tensorflow_NamedTensorProto] = []
:
901 | var _partialRunHandle: String = String()
902 |
903 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_RunStepRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
904 |
905 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/master.pb.swift:368:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_RunStepRequest' has non-sendable type 'Tensorflow_RunStepRequest._StorageClass'; this is an error in the Swift 6 language mode
366 | }
367 |
368 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_RunStepRequest' has non-sendable type 'Tensorflow_RunStepRequest._StorageClass'; this is an error in the Swift 6 language mode
369 | }
370 |
:
893 | ]
894 |
895 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
896 | var _sessionHandle: String = String()
897 | var _feed: [Tensorflow_NamedTensorProto] = []
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/master.pb.swift:954:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_RunStepResponse._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
948 | ]
949 |
950 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
951 | var _tensor: [Tensorflow_NamedTensorProto] = []
952 | var _metadata: Tensorflow_RunMetadata? = nil
953 |
954 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_RunStepResponse._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
955 |
956 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/master.pb.swift:428:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_RunStepResponse' has non-sendable type 'Tensorflow_RunStepResponse._StorageClass'; this is an error in the Swift 6 language mode
426 | }
427 |
428 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_RunStepResponse' has non-sendable type 'Tensorflow_RunStepResponse._StorageClass'; this is an error in the Swift 6 language mode
429 | }
430 |
:
948 | ]
949 |
950 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
951 | var _tensor: [Tensorflow_NamedTensorProto] = []
952 | var _metadata: Tensorflow_RunMetadata? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/meta_graph.pb.swift:1105:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_MetaGraphDef.MetaInfoDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1095 | ]
1096 |
1097 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1098 | var _metaGraphVersion: String = String()
1099 | var _strippedOpList: Tensorflow_OpList? = nil
:
1103 | var _tensorflowGitVersion: String = String()
1104 |
1105 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_MetaGraphDef.MetaInfoDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1106 |
1107 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/meta_graph.pb.swift:204:21: warning: stored property '_storage' of 'Sendable'-conforming struct 'MetaInfoDef' has non-sendable type 'Tensorflow_MetaGraphDef.MetaInfoDef._StorageClass'; this is an error in the Swift 6 language mode
202 | }
203 |
204 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'MetaInfoDef' has non-sendable type 'Tensorflow_MetaGraphDef.MetaInfoDef._StorageClass'; this is an error in the Swift 6 language mode
205 | }
206 |
:
1095 | ]
1096 |
1097 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1098 | var _metaGraphVersion: String = String()
1099 | var _strippedOpList: Tensorflow_OpList? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/meta_graph.pb.swift:1046:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_MetaGraphDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1036 | ]
1037 |
1038 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1039 | var _metaInfoDef: Tensorflow_MetaGraphDef.MetaInfoDef? = nil
1040 | var _graphDef: Tensorflow_GraphDef? = nil
:
1044 | var _assetFileDef: [Tensorflow_AssetFileDef] = []
1045 |
1046 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_MetaGraphDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1047 |
1048 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/meta_graph.pb.swift:258:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_MetaGraphDef' has non-sendable type 'Tensorflow_MetaGraphDef._StorageClass'; this is an error in the Swift 6 language mode
256 | }
257 |
258 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_MetaGraphDef' has non-sendable type 'Tensorflow_MetaGraphDef._StorageClass'; this is an error in the Swift 6 language mode
259 | }
260 |
:
1036 | ]
1037 |
1038 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1039 | var _metaInfoDef: Tensorflow_MetaGraphDef.MetaInfoDef? = nil
1040 | var _graphDef: Tensorflow_GraphDef? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/meta_graph.pb.swift:1158:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_CollectionDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1153 | ]
1154 |
1155 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1156 | var _kind: Tensorflow_CollectionDef.OneOf_Kind?
1157 |
1158 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_CollectionDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1159 |
1160 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/meta_graph.pb.swift:668:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_CollectionDef' has non-sendable type 'Tensorflow_CollectionDef._StorageClass'; this is an error in the Swift 6 language mode
666 | }
667 |
668 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_CollectionDef' has non-sendable type 'Tensorflow_CollectionDef._StorageClass'; this is an error in the Swift 6 language mode
669 | }
670 |
:
1153 | ]
1154 |
1155 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1156 | var _kind: Tensorflow_CollectionDef.OneOf_Kind?
1157 |
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/meta_graph.pb.swift:1262:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_TensorInfo._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1255 | ]
1256 |
1257 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1258 | var _encoding: Tensorflow_TensorInfo.OneOf_Encoding?
1259 | var _dtype: Tensorflow_DataType = .dtInvalid
1260 | var _tensorShape: Tensorflow_TensorShapeProto? = nil
1261 |
1262 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_TensorInfo._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1263 |
1264 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/meta_graph.pb.swift:845:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_TensorInfo' has non-sendable type 'Tensorflow_TensorInfo._StorageClass'; this is an error in the Swift 6 language mode
843 | }
844 |
845 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_TensorInfo' has non-sendable type 'Tensorflow_TensorInfo._StorageClass'; this is an error in the Swift 6 language mode
846 | }
847 |
:
1255 | ]
1256 |
1257 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1258 | var _encoding: Tensorflow_TensorInfo.OneOf_Encoding?
1259 | var _dtype: Tensorflow_DataType = .dtInvalid
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/meta_graph.pb.swift:1339:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_AssetFileDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1333 | ]
1334 |
1335 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1336 | var _tensorInfo: Tensorflow_TensorInfo? = nil
1337 | var _filename: String = String()
1338 |
1339 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_AssetFileDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1340 |
1341 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/meta_graph.pb.swift:1021:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_AssetFileDef' has non-sendable type 'Tensorflow_AssetFileDef._StorageClass'; this is an error in the Swift 6 language mode
1019 | }
1020 |
1021 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_AssetFileDef' has non-sendable type 'Tensorflow_AssetFileDef._StorageClass'; this is an error in the Swift 6 language mode
1022 | }
1023 |
:
1333 | ]
1334 |
1335 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1336 | var _tensorInfo: Tensorflow_TensorInfo? = nil
1337 | var _filename: String = String()
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/named_tensor.pb.swift:101:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_NamedTensorProto._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
95 | ]
96 |
97 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
98 | var _name: String = String()
99 | var _tensor: Tensorflow_TensorProto? = nil
100 |
101 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_NamedTensorProto._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
102 |
103 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/named_tensor.pb.swift:84:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_NamedTensorProto' has non-sendable type 'Tensorflow_NamedTensorProto._StorageClass'; this is an error in the Swift 6 language mode
82 | }
83 |
84 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_NamedTensorProto' has non-sendable type 'Tensorflow_NamedTensorProto._StorageClass'; this is an error in the Swift 6 language mode
85 | }
86 |
:
95 | ]
96 |
97 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
98 | var _name: String = String()
99 | var _tensor: Tensorflow_TensorProto? = nil
[197/209] Compiling Proto master_service.pb.swift
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/config.pb.swift:1068:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_GraphOptions._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1055 | ]
1056 |
1057 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1058 | var _enableRecvScheduling: Bool = false
1059 | var _optimizerOptions: Tensorflow_OptimizerOptions? = nil
:
1066 | var _rewriteOptions: Tensorflow_RewriterConfig? = nil
1067 |
1068 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_GraphOptions._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1069 |
1070 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/config.pb.swift:432:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_GraphOptions' has non-sendable type 'Tensorflow_GraphOptions._StorageClass'; this is an error in the Swift 6 language mode
430 | }
431 |
432 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_GraphOptions' has non-sendable type 'Tensorflow_GraphOptions._StorageClass'; this is an error in the Swift 6 language mode
433 | }
434 |
:
1055 | ]
1056 |
1057 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1058 | var _enableRecvScheduling: Bool = false
1059 | var _optimizerOptions: Tensorflow_OptimizerOptions? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/config.pb.swift:1175:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_ConfigProto._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1157 | ]
1158 |
1159 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1160 | var _deviceCount: Dictionary<String,Int32> = [:]
1161 | var _intraOpParallelismThreads: Int32 = 0
:
1173 | var _clusterDef: Tensorflow_ClusterDef? = nil
1174 |
1175 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_ConfigProto._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1176 |
1177 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/config.pb.swift:773:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_ConfigProto' has non-sendable type 'Tensorflow_ConfigProto._StorageClass'; this is an error in the Swift 6 language mode
771 | }
772 |
773 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_ConfigProto' has non-sendable type 'Tensorflow_ConfigProto._StorageClass'; this is an error in the Swift 6 language mode
774 | }
775 |
:
1157 | ]
1158 |
1159 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1160 | var _deviceCount: Dictionary<String,Int32> = [:]
1161 | var _intraOpParallelismThreads: Int32 = 0
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/config.pb.swift:1248:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_RunOptions._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1239 | ]
1240 |
1241 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1242 | var _traceLevel: Tensorflow_RunOptions.TraceLevel = .noTrace
1243 | var _timeoutInMs: Int64 = 0
:
1246 | var _debugOptions: Tensorflow_DebugOptions? = nil
1247 |
1248 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_RunOptions._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1249 |
1250 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/config.pb.swift:899:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_RunOptions' has non-sendable type 'Tensorflow_RunOptions._StorageClass'; this is an error in the Swift 6 language mode
897 | }
898 |
899 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_RunOptions' has non-sendable type 'Tensorflow_RunOptions._StorageClass'; this is an error in the Swift 6 language mode
900 | }
901 |
:
1239 | ]
1240 |
1241 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1242 | var _traceLevel: Tensorflow_RunOptions.TraceLevel = .noTrace
1243 | var _timeoutInMs: Int64 = 0
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/config.pb.swift:1308:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_RunMetadata._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1301 | ]
1302 |
1303 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1304 | var _stepStats: Tensorflow_StepStats? = nil
1305 | var _costGraph: Tensorflow_CostGraphDef? = nil
1306 | var _partitionGraphs: [Tensorflow_GraphDef] = []
1307 |
1308 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_RunMetadata._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1309 |
1310 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/config.pb.swift:975:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_RunMetadata' has non-sendable type 'Tensorflow_RunMetadata._StorageClass'; this is an error in the Swift 6 language mode
973 | }
974 |
975 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_RunMetadata' has non-sendable type 'Tensorflow_RunMetadata._StorageClass'; this is an error in the Swift 6 language mode
976 | }
977 |
:
1301 | ]
1302 |
1303 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1304 | var _stepStats: Tensorflow_StepStats? = nil
1305 | var _costGraph: Tensorflow_CostGraphDef? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/control_flow.pb.swift:329:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_CondContextDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
320 | ]
321 |
322 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
323 | var _contextName: String = String()
324 | var _predName: String = String()
:
327 | var _valuesDef: Tensorflow_ValuesDef? = nil
328 |
329 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_CondContextDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
330 |
331 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/control_flow.pb.swift:152:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_CondContextDef' has non-sendable type 'Tensorflow_CondContextDef._StorageClass'; this is an error in the Swift 6 language mode
150 | }
151 |
152 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_CondContextDef' has non-sendable type 'Tensorflow_CondContextDef._StorageClass'; this is an error in the Swift 6 language mode
153 | }
154 |
:
320 | ]
321 |
322 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
323 | var _contextName: String = String()
324 | var _predName: String = String()
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/control_flow.pb.swift:394:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_WhileContextDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
380 | ]
381 |
382 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
383 | var _contextName: String = String()
384 | var _parallelIterations: Int32 = 0
:
392 | var _valuesDef: Tensorflow_ValuesDef? = nil
393 |
394 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_WhileContextDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
395 |
396 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/control_flow.pb.swift:292:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_WhileContextDef' has non-sendable type 'Tensorflow_WhileContextDef._StorageClass'; this is an error in the Swift 6 language mode
290 | }
291 |
292 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_WhileContextDef' has non-sendable type 'Tensorflow_WhileContextDef._StorageClass'; this is an error in the Swift 6 language mode
293 | }
294 |
:
380 | ]
381 |
382 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
383 | var _contextName: String = String()
384 | var _parallelIterations: Int32 = 0
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/master.pb.swift:777:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_CreateSessionRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
770 | ]
771 |
772 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
773 | var _graphDef: Tensorflow_GraphDef? = nil
774 | var _config: Tensorflow_ConfigProto? = nil
775 | var _target: String = String()
776 |
777 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_CreateSessionRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
778 |
779 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/master.pb.swift:107:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_CreateSessionRequest' has non-sendable type 'Tensorflow_CreateSessionRequest._StorageClass'; this is an error in the Swift 6 language mode
105 | }
106 |
107 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_CreateSessionRequest' has non-sendable type 'Tensorflow_CreateSessionRequest._StorageClass'; this is an error in the Swift 6 language mode
108 | }
109 |
:
770 | ]
771 |
772 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
773 | var _graphDef: Tensorflow_GraphDef? = nil
774 | var _config: Tensorflow_ConfigProto? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/master.pb.swift:838:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_ExtendSessionRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
831 | ]
832 |
833 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
834 | var _sessionHandle: String = String()
835 | var _graphDef: Tensorflow_GraphDef? = nil
836 | var _currentGraphVersion: Int64 = 0
837 |
838 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_ExtendSessionRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
839 |
840 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/master.pb.swift:227:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_ExtendSessionRequest' has non-sendable type 'Tensorflow_ExtendSessionRequest._StorageClass'; this is an error in the Swift 6 language mode
225 | }
226 |
227 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_ExtendSessionRequest' has non-sendable type 'Tensorflow_ExtendSessionRequest._StorageClass'; this is an error in the Swift 6 language mode
228 | }
229 |
:
831 | ]
832 |
833 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
834 | var _sessionHandle: String = String()
835 | var _graphDef: Tensorflow_GraphDef? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/master.pb.swift:903:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_RunStepRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
893 | ]
894 |
895 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
896 | var _sessionHandle: String = String()
897 | var _feed: [Tensorflow_NamedTensorProto] = []
:
901 | var _partialRunHandle: String = String()
902 |
903 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_RunStepRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
904 |
905 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/master.pb.swift:368:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_RunStepRequest' has non-sendable type 'Tensorflow_RunStepRequest._StorageClass'; this is an error in the Swift 6 language mode
366 | }
367 |
368 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_RunStepRequest' has non-sendable type 'Tensorflow_RunStepRequest._StorageClass'; this is an error in the Swift 6 language mode
369 | }
370 |
:
893 | ]
894 |
895 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
896 | var _sessionHandle: String = String()
897 | var _feed: [Tensorflow_NamedTensorProto] = []
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/master.pb.swift:954:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_RunStepResponse._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
948 | ]
949 |
950 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
951 | var _tensor: [Tensorflow_NamedTensorProto] = []
952 | var _metadata: Tensorflow_RunMetadata? = nil
953 |
954 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_RunStepResponse._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
955 |
956 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/master.pb.swift:428:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_RunStepResponse' has non-sendable type 'Tensorflow_RunStepResponse._StorageClass'; this is an error in the Swift 6 language mode
426 | }
427 |
428 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_RunStepResponse' has non-sendable type 'Tensorflow_RunStepResponse._StorageClass'; this is an error in the Swift 6 language mode
429 | }
430 |
:
948 | ]
949 |
950 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
951 | var _tensor: [Tensorflow_NamedTensorProto] = []
952 | var _metadata: Tensorflow_RunMetadata? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/meta_graph.pb.swift:1105:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_MetaGraphDef.MetaInfoDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1095 | ]
1096 |
1097 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1098 | var _metaGraphVersion: String = String()
1099 | var _strippedOpList: Tensorflow_OpList? = nil
:
1103 | var _tensorflowGitVersion: String = String()
1104 |
1105 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_MetaGraphDef.MetaInfoDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1106 |
1107 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/meta_graph.pb.swift:204:21: warning: stored property '_storage' of 'Sendable'-conforming struct 'MetaInfoDef' has non-sendable type 'Tensorflow_MetaGraphDef.MetaInfoDef._StorageClass'; this is an error in the Swift 6 language mode
202 | }
203 |
204 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'MetaInfoDef' has non-sendable type 'Tensorflow_MetaGraphDef.MetaInfoDef._StorageClass'; this is an error in the Swift 6 language mode
205 | }
206 |
:
1095 | ]
1096 |
1097 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1098 | var _metaGraphVersion: String = String()
1099 | var _strippedOpList: Tensorflow_OpList? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/meta_graph.pb.swift:1046:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_MetaGraphDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1036 | ]
1037 |
1038 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1039 | var _metaInfoDef: Tensorflow_MetaGraphDef.MetaInfoDef? = nil
1040 | var _graphDef: Tensorflow_GraphDef? = nil
:
1044 | var _assetFileDef: [Tensorflow_AssetFileDef] = []
1045 |
1046 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_MetaGraphDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1047 |
1048 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/meta_graph.pb.swift:258:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_MetaGraphDef' has non-sendable type 'Tensorflow_MetaGraphDef._StorageClass'; this is an error in the Swift 6 language mode
256 | }
257 |
258 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_MetaGraphDef' has non-sendable type 'Tensorflow_MetaGraphDef._StorageClass'; this is an error in the Swift 6 language mode
259 | }
260 |
:
1036 | ]
1037 |
1038 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1039 | var _metaInfoDef: Tensorflow_MetaGraphDef.MetaInfoDef? = nil
1040 | var _graphDef: Tensorflow_GraphDef? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/meta_graph.pb.swift:1158:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_CollectionDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1153 | ]
1154 |
1155 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1156 | var _kind: Tensorflow_CollectionDef.OneOf_Kind?
1157 |
1158 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_CollectionDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1159 |
1160 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/meta_graph.pb.swift:668:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_CollectionDef' has non-sendable type 'Tensorflow_CollectionDef._StorageClass'; this is an error in the Swift 6 language mode
666 | }
667 |
668 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_CollectionDef' has non-sendable type 'Tensorflow_CollectionDef._StorageClass'; this is an error in the Swift 6 language mode
669 | }
670 |
:
1153 | ]
1154 |
1155 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1156 | var _kind: Tensorflow_CollectionDef.OneOf_Kind?
1157 |
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/meta_graph.pb.swift:1262:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_TensorInfo._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1255 | ]
1256 |
1257 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1258 | var _encoding: Tensorflow_TensorInfo.OneOf_Encoding?
1259 | var _dtype: Tensorflow_DataType = .dtInvalid
1260 | var _tensorShape: Tensorflow_TensorShapeProto? = nil
1261 |
1262 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_TensorInfo._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1263 |
1264 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/meta_graph.pb.swift:845:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_TensorInfo' has non-sendable type 'Tensorflow_TensorInfo._StorageClass'; this is an error in the Swift 6 language mode
843 | }
844 |
845 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_TensorInfo' has non-sendable type 'Tensorflow_TensorInfo._StorageClass'; this is an error in the Swift 6 language mode
846 | }
847 |
:
1255 | ]
1256 |
1257 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1258 | var _encoding: Tensorflow_TensorInfo.OneOf_Encoding?
1259 | var _dtype: Tensorflow_DataType = .dtInvalid
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/meta_graph.pb.swift:1339:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_AssetFileDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1333 | ]
1334 |
1335 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1336 | var _tensorInfo: Tensorflow_TensorInfo? = nil
1337 | var _filename: String = String()
1338 |
1339 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_AssetFileDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1340 |
1341 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/meta_graph.pb.swift:1021:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_AssetFileDef' has non-sendable type 'Tensorflow_AssetFileDef._StorageClass'; this is an error in the Swift 6 language mode
1019 | }
1020 |
1021 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_AssetFileDef' has non-sendable type 'Tensorflow_AssetFileDef._StorageClass'; this is an error in the Swift 6 language mode
1022 | }
1023 |
:
1333 | ]
1334 |
1335 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1336 | var _tensorInfo: Tensorflow_TensorInfo? = nil
1337 | var _filename: String = String()
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/named_tensor.pb.swift:101:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_NamedTensorProto._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
95 | ]
96 |
97 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
98 | var _name: String = String()
99 | var _tensor: Tensorflow_TensorProto? = nil
100 |
101 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_NamedTensorProto._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
102 |
103 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/named_tensor.pb.swift:84:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_NamedTensorProto' has non-sendable type 'Tensorflow_NamedTensorProto._StorageClass'; this is an error in the Swift 6 language mode
82 | }
83 |
84 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_NamedTensorProto' has non-sendable type 'Tensorflow_NamedTensorProto._StorageClass'; this is an error in the Swift 6 language mode
85 | }
86 |
:
95 | ]
96 |
97 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
98 | var _name: String = String()
99 | var _tensor: Tensorflow_TensorProto? = nil
[198/209] Compiling Proto meta_graph.pb.swift
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/config.pb.swift:1068:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_GraphOptions._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1055 | ]
1056 |
1057 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1058 | var _enableRecvScheduling: Bool = false
1059 | var _optimizerOptions: Tensorflow_OptimizerOptions? = nil
:
1066 | var _rewriteOptions: Tensorflow_RewriterConfig? = nil
1067 |
1068 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_GraphOptions._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1069 |
1070 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/config.pb.swift:432:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_GraphOptions' has non-sendable type 'Tensorflow_GraphOptions._StorageClass'; this is an error in the Swift 6 language mode
430 | }
431 |
432 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_GraphOptions' has non-sendable type 'Tensorflow_GraphOptions._StorageClass'; this is an error in the Swift 6 language mode
433 | }
434 |
:
1055 | ]
1056 |
1057 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1058 | var _enableRecvScheduling: Bool = false
1059 | var _optimizerOptions: Tensorflow_OptimizerOptions? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/config.pb.swift:1175:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_ConfigProto._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1157 | ]
1158 |
1159 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1160 | var _deviceCount: Dictionary<String,Int32> = [:]
1161 | var _intraOpParallelismThreads: Int32 = 0
:
1173 | var _clusterDef: Tensorflow_ClusterDef? = nil
1174 |
1175 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_ConfigProto._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1176 |
1177 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/config.pb.swift:773:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_ConfigProto' has non-sendable type 'Tensorflow_ConfigProto._StorageClass'; this is an error in the Swift 6 language mode
771 | }
772 |
773 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_ConfigProto' has non-sendable type 'Tensorflow_ConfigProto._StorageClass'; this is an error in the Swift 6 language mode
774 | }
775 |
:
1157 | ]
1158 |
1159 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1160 | var _deviceCount: Dictionary<String,Int32> = [:]
1161 | var _intraOpParallelismThreads: Int32 = 0
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/config.pb.swift:1248:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_RunOptions._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1239 | ]
1240 |
1241 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1242 | var _traceLevel: Tensorflow_RunOptions.TraceLevel = .noTrace
1243 | var _timeoutInMs: Int64 = 0
:
1246 | var _debugOptions: Tensorflow_DebugOptions? = nil
1247 |
1248 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_RunOptions._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1249 |
1250 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/config.pb.swift:899:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_RunOptions' has non-sendable type 'Tensorflow_RunOptions._StorageClass'; this is an error in the Swift 6 language mode
897 | }
898 |
899 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_RunOptions' has non-sendable type 'Tensorflow_RunOptions._StorageClass'; this is an error in the Swift 6 language mode
900 | }
901 |
:
1239 | ]
1240 |
1241 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1242 | var _traceLevel: Tensorflow_RunOptions.TraceLevel = .noTrace
1243 | var _timeoutInMs: Int64 = 0
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/config.pb.swift:1308:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_RunMetadata._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1301 | ]
1302 |
1303 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1304 | var _stepStats: Tensorflow_StepStats? = nil
1305 | var _costGraph: Tensorflow_CostGraphDef? = nil
1306 | var _partitionGraphs: [Tensorflow_GraphDef] = []
1307 |
1308 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_RunMetadata._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1309 |
1310 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/config.pb.swift:975:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_RunMetadata' has non-sendable type 'Tensorflow_RunMetadata._StorageClass'; this is an error in the Swift 6 language mode
973 | }
974 |
975 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_RunMetadata' has non-sendable type 'Tensorflow_RunMetadata._StorageClass'; this is an error in the Swift 6 language mode
976 | }
977 |
:
1301 | ]
1302 |
1303 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1304 | var _stepStats: Tensorflow_StepStats? = nil
1305 | var _costGraph: Tensorflow_CostGraphDef? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/control_flow.pb.swift:329:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_CondContextDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
320 | ]
321 |
322 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
323 | var _contextName: String = String()
324 | var _predName: String = String()
:
327 | var _valuesDef: Tensorflow_ValuesDef? = nil
328 |
329 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_CondContextDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
330 |
331 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/control_flow.pb.swift:152:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_CondContextDef' has non-sendable type 'Tensorflow_CondContextDef._StorageClass'; this is an error in the Swift 6 language mode
150 | }
151 |
152 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_CondContextDef' has non-sendable type 'Tensorflow_CondContextDef._StorageClass'; this is an error in the Swift 6 language mode
153 | }
154 |
:
320 | ]
321 |
322 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
323 | var _contextName: String = String()
324 | var _predName: String = String()
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/control_flow.pb.swift:394:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_WhileContextDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
380 | ]
381 |
382 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
383 | var _contextName: String = String()
384 | var _parallelIterations: Int32 = 0
:
392 | var _valuesDef: Tensorflow_ValuesDef? = nil
393 |
394 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_WhileContextDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
395 |
396 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/control_flow.pb.swift:292:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_WhileContextDef' has non-sendable type 'Tensorflow_WhileContextDef._StorageClass'; this is an error in the Swift 6 language mode
290 | }
291 |
292 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_WhileContextDef' has non-sendable type 'Tensorflow_WhileContextDef._StorageClass'; this is an error in the Swift 6 language mode
293 | }
294 |
:
380 | ]
381 |
382 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
383 | var _contextName: String = String()
384 | var _parallelIterations: Int32 = 0
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/master.pb.swift:777:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_CreateSessionRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
770 | ]
771 |
772 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
773 | var _graphDef: Tensorflow_GraphDef? = nil
774 | var _config: Tensorflow_ConfigProto? = nil
775 | var _target: String = String()
776 |
777 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_CreateSessionRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
778 |
779 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/master.pb.swift:107:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_CreateSessionRequest' has non-sendable type 'Tensorflow_CreateSessionRequest._StorageClass'; this is an error in the Swift 6 language mode
105 | }
106 |
107 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_CreateSessionRequest' has non-sendable type 'Tensorflow_CreateSessionRequest._StorageClass'; this is an error in the Swift 6 language mode
108 | }
109 |
:
770 | ]
771 |
772 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
773 | var _graphDef: Tensorflow_GraphDef? = nil
774 | var _config: Tensorflow_ConfigProto? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/master.pb.swift:838:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_ExtendSessionRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
831 | ]
832 |
833 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
834 | var _sessionHandle: String = String()
835 | var _graphDef: Tensorflow_GraphDef? = nil
836 | var _currentGraphVersion: Int64 = 0
837 |
838 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_ExtendSessionRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
839 |
840 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/master.pb.swift:227:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_ExtendSessionRequest' has non-sendable type 'Tensorflow_ExtendSessionRequest._StorageClass'; this is an error in the Swift 6 language mode
225 | }
226 |
227 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_ExtendSessionRequest' has non-sendable type 'Tensorflow_ExtendSessionRequest._StorageClass'; this is an error in the Swift 6 language mode
228 | }
229 |
:
831 | ]
832 |
833 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
834 | var _sessionHandle: String = String()
835 | var _graphDef: Tensorflow_GraphDef? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/master.pb.swift:903:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_RunStepRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
893 | ]
894 |
895 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
896 | var _sessionHandle: String = String()
897 | var _feed: [Tensorflow_NamedTensorProto] = []
:
901 | var _partialRunHandle: String = String()
902 |
903 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_RunStepRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
904 |
905 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/master.pb.swift:368:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_RunStepRequest' has non-sendable type 'Tensorflow_RunStepRequest._StorageClass'; this is an error in the Swift 6 language mode
366 | }
367 |
368 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_RunStepRequest' has non-sendable type 'Tensorflow_RunStepRequest._StorageClass'; this is an error in the Swift 6 language mode
369 | }
370 |
:
893 | ]
894 |
895 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
896 | var _sessionHandle: String = String()
897 | var _feed: [Tensorflow_NamedTensorProto] = []
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/master.pb.swift:954:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_RunStepResponse._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
948 | ]
949 |
950 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
951 | var _tensor: [Tensorflow_NamedTensorProto] = []
952 | var _metadata: Tensorflow_RunMetadata? = nil
953 |
954 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_RunStepResponse._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
955 |
956 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/master.pb.swift:428:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_RunStepResponse' has non-sendable type 'Tensorflow_RunStepResponse._StorageClass'; this is an error in the Swift 6 language mode
426 | }
427 |
428 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_RunStepResponse' has non-sendable type 'Tensorflow_RunStepResponse._StorageClass'; this is an error in the Swift 6 language mode
429 | }
430 |
:
948 | ]
949 |
950 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
951 | var _tensor: [Tensorflow_NamedTensorProto] = []
952 | var _metadata: Tensorflow_RunMetadata? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/meta_graph.pb.swift:1105:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_MetaGraphDef.MetaInfoDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1095 | ]
1096 |
1097 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1098 | var _metaGraphVersion: String = String()
1099 | var _strippedOpList: Tensorflow_OpList? = nil
:
1103 | var _tensorflowGitVersion: String = String()
1104 |
1105 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_MetaGraphDef.MetaInfoDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1106 |
1107 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/meta_graph.pb.swift:204:21: warning: stored property '_storage' of 'Sendable'-conforming struct 'MetaInfoDef' has non-sendable type 'Tensorflow_MetaGraphDef.MetaInfoDef._StorageClass'; this is an error in the Swift 6 language mode
202 | }
203 |
204 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'MetaInfoDef' has non-sendable type 'Tensorflow_MetaGraphDef.MetaInfoDef._StorageClass'; this is an error in the Swift 6 language mode
205 | }
206 |
:
1095 | ]
1096 |
1097 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1098 | var _metaGraphVersion: String = String()
1099 | var _strippedOpList: Tensorflow_OpList? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/meta_graph.pb.swift:1046:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_MetaGraphDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1036 | ]
1037 |
1038 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1039 | var _metaInfoDef: Tensorflow_MetaGraphDef.MetaInfoDef? = nil
1040 | var _graphDef: Tensorflow_GraphDef? = nil
:
1044 | var _assetFileDef: [Tensorflow_AssetFileDef] = []
1045 |
1046 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_MetaGraphDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1047 |
1048 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/meta_graph.pb.swift:258:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_MetaGraphDef' has non-sendable type 'Tensorflow_MetaGraphDef._StorageClass'; this is an error in the Swift 6 language mode
256 | }
257 |
258 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_MetaGraphDef' has non-sendable type 'Tensorflow_MetaGraphDef._StorageClass'; this is an error in the Swift 6 language mode
259 | }
260 |
:
1036 | ]
1037 |
1038 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1039 | var _metaInfoDef: Tensorflow_MetaGraphDef.MetaInfoDef? = nil
1040 | var _graphDef: Tensorflow_GraphDef? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/meta_graph.pb.swift:1158:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_CollectionDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1153 | ]
1154 |
1155 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1156 | var _kind: Tensorflow_CollectionDef.OneOf_Kind?
1157 |
1158 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_CollectionDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1159 |
1160 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/meta_graph.pb.swift:668:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_CollectionDef' has non-sendable type 'Tensorflow_CollectionDef._StorageClass'; this is an error in the Swift 6 language mode
666 | }
667 |
668 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_CollectionDef' has non-sendable type 'Tensorflow_CollectionDef._StorageClass'; this is an error in the Swift 6 language mode
669 | }
670 |
:
1153 | ]
1154 |
1155 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1156 | var _kind: Tensorflow_CollectionDef.OneOf_Kind?
1157 |
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/meta_graph.pb.swift:1262:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_TensorInfo._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1255 | ]
1256 |
1257 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1258 | var _encoding: Tensorflow_TensorInfo.OneOf_Encoding?
1259 | var _dtype: Tensorflow_DataType = .dtInvalid
1260 | var _tensorShape: Tensorflow_TensorShapeProto? = nil
1261 |
1262 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_TensorInfo._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1263 |
1264 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/meta_graph.pb.swift:845:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_TensorInfo' has non-sendable type 'Tensorflow_TensorInfo._StorageClass'; this is an error in the Swift 6 language mode
843 | }
844 |
845 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_TensorInfo' has non-sendable type 'Tensorflow_TensorInfo._StorageClass'; this is an error in the Swift 6 language mode
846 | }
847 |
:
1255 | ]
1256 |
1257 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1258 | var _encoding: Tensorflow_TensorInfo.OneOf_Encoding?
1259 | var _dtype: Tensorflow_DataType = .dtInvalid
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/meta_graph.pb.swift:1339:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_AssetFileDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1333 | ]
1334 |
1335 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1336 | var _tensorInfo: Tensorflow_TensorInfo? = nil
1337 | var _filename: String = String()
1338 |
1339 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_AssetFileDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1340 |
1341 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/meta_graph.pb.swift:1021:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_AssetFileDef' has non-sendable type 'Tensorflow_AssetFileDef._StorageClass'; this is an error in the Swift 6 language mode
1019 | }
1020 |
1021 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_AssetFileDef' has non-sendable type 'Tensorflow_AssetFileDef._StorageClass'; this is an error in the Swift 6 language mode
1022 | }
1023 |
:
1333 | ]
1334 |
1335 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1336 | var _tensorInfo: Tensorflow_TensorInfo? = nil
1337 | var _filename: String = String()
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/named_tensor.pb.swift:101:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_NamedTensorProto._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
95 | ]
96 |
97 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
98 | var _name: String = String()
99 | var _tensor: Tensorflow_TensorProto? = nil
100 |
101 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_NamedTensorProto._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
102 |
103 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/named_tensor.pb.swift:84:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_NamedTensorProto' has non-sendable type 'Tensorflow_NamedTensorProto._StorageClass'; this is an error in the Swift 6 language mode
82 | }
83 |
84 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_NamedTensorProto' has non-sendable type 'Tensorflow_NamedTensorProto._StorageClass'; this is an error in the Swift 6 language mode
85 | }
86 |
:
95 | ]
96 |
97 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
98 | var _name: String = String()
99 | var _tensor: Tensorflow_TensorProto? = nil
[199/209] Compiling Proto named_tensor.pb.swift
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/config.pb.swift:1068:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_GraphOptions._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1055 | ]
1056 |
1057 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1058 | var _enableRecvScheduling: Bool = false
1059 | var _optimizerOptions: Tensorflow_OptimizerOptions? = nil
:
1066 | var _rewriteOptions: Tensorflow_RewriterConfig? = nil
1067 |
1068 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_GraphOptions._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1069 |
1070 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/config.pb.swift:432:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_GraphOptions' has non-sendable type 'Tensorflow_GraphOptions._StorageClass'; this is an error in the Swift 6 language mode
430 | }
431 |
432 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_GraphOptions' has non-sendable type 'Tensorflow_GraphOptions._StorageClass'; this is an error in the Swift 6 language mode
433 | }
434 |
:
1055 | ]
1056 |
1057 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1058 | var _enableRecvScheduling: Bool = false
1059 | var _optimizerOptions: Tensorflow_OptimizerOptions? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/config.pb.swift:1175:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_ConfigProto._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1157 | ]
1158 |
1159 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1160 | var _deviceCount: Dictionary<String,Int32> = [:]
1161 | var _intraOpParallelismThreads: Int32 = 0
:
1173 | var _clusterDef: Tensorflow_ClusterDef? = nil
1174 |
1175 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_ConfigProto._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1176 |
1177 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/config.pb.swift:773:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_ConfigProto' has non-sendable type 'Tensorflow_ConfigProto._StorageClass'; this is an error in the Swift 6 language mode
771 | }
772 |
773 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_ConfigProto' has non-sendable type 'Tensorflow_ConfigProto._StorageClass'; this is an error in the Swift 6 language mode
774 | }
775 |
:
1157 | ]
1158 |
1159 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1160 | var _deviceCount: Dictionary<String,Int32> = [:]
1161 | var _intraOpParallelismThreads: Int32 = 0
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/config.pb.swift:1248:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_RunOptions._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1239 | ]
1240 |
1241 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1242 | var _traceLevel: Tensorflow_RunOptions.TraceLevel = .noTrace
1243 | var _timeoutInMs: Int64 = 0
:
1246 | var _debugOptions: Tensorflow_DebugOptions? = nil
1247 |
1248 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_RunOptions._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1249 |
1250 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/config.pb.swift:899:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_RunOptions' has non-sendable type 'Tensorflow_RunOptions._StorageClass'; this is an error in the Swift 6 language mode
897 | }
898 |
899 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_RunOptions' has non-sendable type 'Tensorflow_RunOptions._StorageClass'; this is an error in the Swift 6 language mode
900 | }
901 |
:
1239 | ]
1240 |
1241 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1242 | var _traceLevel: Tensorflow_RunOptions.TraceLevel = .noTrace
1243 | var _timeoutInMs: Int64 = 0
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/config.pb.swift:1308:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_RunMetadata._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1301 | ]
1302 |
1303 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1304 | var _stepStats: Tensorflow_StepStats? = nil
1305 | var _costGraph: Tensorflow_CostGraphDef? = nil
1306 | var _partitionGraphs: [Tensorflow_GraphDef] = []
1307 |
1308 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_RunMetadata._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1309 |
1310 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/config.pb.swift:975:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_RunMetadata' has non-sendable type 'Tensorflow_RunMetadata._StorageClass'; this is an error in the Swift 6 language mode
973 | }
974 |
975 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_RunMetadata' has non-sendable type 'Tensorflow_RunMetadata._StorageClass'; this is an error in the Swift 6 language mode
976 | }
977 |
:
1301 | ]
1302 |
1303 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1304 | var _stepStats: Tensorflow_StepStats? = nil
1305 | var _costGraph: Tensorflow_CostGraphDef? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/control_flow.pb.swift:329:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_CondContextDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
320 | ]
321 |
322 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
323 | var _contextName: String = String()
324 | var _predName: String = String()
:
327 | var _valuesDef: Tensorflow_ValuesDef? = nil
328 |
329 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_CondContextDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
330 |
331 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/control_flow.pb.swift:152:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_CondContextDef' has non-sendable type 'Tensorflow_CondContextDef._StorageClass'; this is an error in the Swift 6 language mode
150 | }
151 |
152 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_CondContextDef' has non-sendable type 'Tensorflow_CondContextDef._StorageClass'; this is an error in the Swift 6 language mode
153 | }
154 |
:
320 | ]
321 |
322 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
323 | var _contextName: String = String()
324 | var _predName: String = String()
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/control_flow.pb.swift:394:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_WhileContextDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
380 | ]
381 |
382 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
383 | var _contextName: String = String()
384 | var _parallelIterations: Int32 = 0
:
392 | var _valuesDef: Tensorflow_ValuesDef? = nil
393 |
394 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_WhileContextDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
395 |
396 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/control_flow.pb.swift:292:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_WhileContextDef' has non-sendable type 'Tensorflow_WhileContextDef._StorageClass'; this is an error in the Swift 6 language mode
290 | }
291 |
292 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_WhileContextDef' has non-sendable type 'Tensorflow_WhileContextDef._StorageClass'; this is an error in the Swift 6 language mode
293 | }
294 |
:
380 | ]
381 |
382 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
383 | var _contextName: String = String()
384 | var _parallelIterations: Int32 = 0
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/master.pb.swift:777:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_CreateSessionRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
770 | ]
771 |
772 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
773 | var _graphDef: Tensorflow_GraphDef? = nil
774 | var _config: Tensorflow_ConfigProto? = nil
775 | var _target: String = String()
776 |
777 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_CreateSessionRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
778 |
779 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/master.pb.swift:107:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_CreateSessionRequest' has non-sendable type 'Tensorflow_CreateSessionRequest._StorageClass'; this is an error in the Swift 6 language mode
105 | }
106 |
107 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_CreateSessionRequest' has non-sendable type 'Tensorflow_CreateSessionRequest._StorageClass'; this is an error in the Swift 6 language mode
108 | }
109 |
:
770 | ]
771 |
772 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
773 | var _graphDef: Tensorflow_GraphDef? = nil
774 | var _config: Tensorflow_ConfigProto? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/master.pb.swift:838:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_ExtendSessionRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
831 | ]
832 |
833 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
834 | var _sessionHandle: String = String()
835 | var _graphDef: Tensorflow_GraphDef? = nil
836 | var _currentGraphVersion: Int64 = 0
837 |
838 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_ExtendSessionRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
839 |
840 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/master.pb.swift:227:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_ExtendSessionRequest' has non-sendable type 'Tensorflow_ExtendSessionRequest._StorageClass'; this is an error in the Swift 6 language mode
225 | }
226 |
227 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_ExtendSessionRequest' has non-sendable type 'Tensorflow_ExtendSessionRequest._StorageClass'; this is an error in the Swift 6 language mode
228 | }
229 |
:
831 | ]
832 |
833 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
834 | var _sessionHandle: String = String()
835 | var _graphDef: Tensorflow_GraphDef? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/master.pb.swift:903:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_RunStepRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
893 | ]
894 |
895 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
896 | var _sessionHandle: String = String()
897 | var _feed: [Tensorflow_NamedTensorProto] = []
:
901 | var _partialRunHandle: String = String()
902 |
903 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_RunStepRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
904 |
905 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/master.pb.swift:368:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_RunStepRequest' has non-sendable type 'Tensorflow_RunStepRequest._StorageClass'; this is an error in the Swift 6 language mode
366 | }
367 |
368 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_RunStepRequest' has non-sendable type 'Tensorflow_RunStepRequest._StorageClass'; this is an error in the Swift 6 language mode
369 | }
370 |
:
893 | ]
894 |
895 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
896 | var _sessionHandle: String = String()
897 | var _feed: [Tensorflow_NamedTensorProto] = []
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/master.pb.swift:954:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_RunStepResponse._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
948 | ]
949 |
950 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
951 | var _tensor: [Tensorflow_NamedTensorProto] = []
952 | var _metadata: Tensorflow_RunMetadata? = nil
953 |
954 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_RunStepResponse._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
955 |
956 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/master.pb.swift:428:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_RunStepResponse' has non-sendable type 'Tensorflow_RunStepResponse._StorageClass'; this is an error in the Swift 6 language mode
426 | }
427 |
428 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_RunStepResponse' has non-sendable type 'Tensorflow_RunStepResponse._StorageClass'; this is an error in the Swift 6 language mode
429 | }
430 |
:
948 | ]
949 |
950 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
951 | var _tensor: [Tensorflow_NamedTensorProto] = []
952 | var _metadata: Tensorflow_RunMetadata? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/meta_graph.pb.swift:1105:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_MetaGraphDef.MetaInfoDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1095 | ]
1096 |
1097 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1098 | var _metaGraphVersion: String = String()
1099 | var _strippedOpList: Tensorflow_OpList? = nil
:
1103 | var _tensorflowGitVersion: String = String()
1104 |
1105 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_MetaGraphDef.MetaInfoDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1106 |
1107 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/meta_graph.pb.swift:204:21: warning: stored property '_storage' of 'Sendable'-conforming struct 'MetaInfoDef' has non-sendable type 'Tensorflow_MetaGraphDef.MetaInfoDef._StorageClass'; this is an error in the Swift 6 language mode
202 | }
203 |
204 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'MetaInfoDef' has non-sendable type 'Tensorflow_MetaGraphDef.MetaInfoDef._StorageClass'; this is an error in the Swift 6 language mode
205 | }
206 |
:
1095 | ]
1096 |
1097 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1098 | var _metaGraphVersion: String = String()
1099 | var _strippedOpList: Tensorflow_OpList? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/meta_graph.pb.swift:1046:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_MetaGraphDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1036 | ]
1037 |
1038 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1039 | var _metaInfoDef: Tensorflow_MetaGraphDef.MetaInfoDef? = nil
1040 | var _graphDef: Tensorflow_GraphDef? = nil
:
1044 | var _assetFileDef: [Tensorflow_AssetFileDef] = []
1045 |
1046 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_MetaGraphDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1047 |
1048 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/meta_graph.pb.swift:258:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_MetaGraphDef' has non-sendable type 'Tensorflow_MetaGraphDef._StorageClass'; this is an error in the Swift 6 language mode
256 | }
257 |
258 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_MetaGraphDef' has non-sendable type 'Tensorflow_MetaGraphDef._StorageClass'; this is an error in the Swift 6 language mode
259 | }
260 |
:
1036 | ]
1037 |
1038 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1039 | var _metaInfoDef: Tensorflow_MetaGraphDef.MetaInfoDef? = nil
1040 | var _graphDef: Tensorflow_GraphDef? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/meta_graph.pb.swift:1158:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_CollectionDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1153 | ]
1154 |
1155 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1156 | var _kind: Tensorflow_CollectionDef.OneOf_Kind?
1157 |
1158 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_CollectionDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1159 |
1160 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/meta_graph.pb.swift:668:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_CollectionDef' has non-sendable type 'Tensorflow_CollectionDef._StorageClass'; this is an error in the Swift 6 language mode
666 | }
667 |
668 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_CollectionDef' has non-sendable type 'Tensorflow_CollectionDef._StorageClass'; this is an error in the Swift 6 language mode
669 | }
670 |
:
1153 | ]
1154 |
1155 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1156 | var _kind: Tensorflow_CollectionDef.OneOf_Kind?
1157 |
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/meta_graph.pb.swift:1262:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_TensorInfo._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1255 | ]
1256 |
1257 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1258 | var _encoding: Tensorflow_TensorInfo.OneOf_Encoding?
1259 | var _dtype: Tensorflow_DataType = .dtInvalid
1260 | var _tensorShape: Tensorflow_TensorShapeProto? = nil
1261 |
1262 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_TensorInfo._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1263 |
1264 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/meta_graph.pb.swift:845:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_TensorInfo' has non-sendable type 'Tensorflow_TensorInfo._StorageClass'; this is an error in the Swift 6 language mode
843 | }
844 |
845 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_TensorInfo' has non-sendable type 'Tensorflow_TensorInfo._StorageClass'; this is an error in the Swift 6 language mode
846 | }
847 |
:
1255 | ]
1256 |
1257 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1258 | var _encoding: Tensorflow_TensorInfo.OneOf_Encoding?
1259 | var _dtype: Tensorflow_DataType = .dtInvalid
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/meta_graph.pb.swift:1339:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_AssetFileDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1333 | ]
1334 |
1335 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1336 | var _tensorInfo: Tensorflow_TensorInfo? = nil
1337 | var _filename: String = String()
1338 |
1339 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_AssetFileDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1340 |
1341 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/meta_graph.pb.swift:1021:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_AssetFileDef' has non-sendable type 'Tensorflow_AssetFileDef._StorageClass'; this is an error in the Swift 6 language mode
1019 | }
1020 |
1021 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_AssetFileDef' has non-sendable type 'Tensorflow_AssetFileDef._StorageClass'; this is an error in the Swift 6 language mode
1022 | }
1023 |
:
1333 | ]
1334 |
1335 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1336 | var _tensorInfo: Tensorflow_TensorInfo? = nil
1337 | var _filename: String = String()
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/named_tensor.pb.swift:101:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_NamedTensorProto._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
95 | ]
96 |
97 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
98 | var _name: String = String()
99 | var _tensor: Tensorflow_TensorProto? = nil
100 |
101 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_NamedTensorProto._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
102 |
103 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/named_tensor.pb.swift:84:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_NamedTensorProto' has non-sendable type 'Tensorflow_NamedTensorProto._StorageClass'; this is an error in the Swift 6 language mode
82 | }
83 |
84 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_NamedTensorProto' has non-sendable type 'Tensorflow_NamedTensorProto._StorageClass'; this is an error in the Swift 6 language mode
85 | }
86 |
:
95 | ]
96 |
97 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
98 | var _name: String = String()
99 | var _tensor: Tensorflow_TensorProto? = nil
[200/209] Compiling Proto queue_runner.pb.swift
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/config.pb.swift:1068:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_GraphOptions._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1055 | ]
1056 |
1057 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1058 | var _enableRecvScheduling: Bool = false
1059 | var _optimizerOptions: Tensorflow_OptimizerOptions? = nil
:
1066 | var _rewriteOptions: Tensorflow_RewriterConfig? = nil
1067 |
1068 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_GraphOptions._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1069 |
1070 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/config.pb.swift:432:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_GraphOptions' has non-sendable type 'Tensorflow_GraphOptions._StorageClass'; this is an error in the Swift 6 language mode
430 | }
431 |
432 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_GraphOptions' has non-sendable type 'Tensorflow_GraphOptions._StorageClass'; this is an error in the Swift 6 language mode
433 | }
434 |
:
1055 | ]
1056 |
1057 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1058 | var _enableRecvScheduling: Bool = false
1059 | var _optimizerOptions: Tensorflow_OptimizerOptions? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/config.pb.swift:1175:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_ConfigProto._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1157 | ]
1158 |
1159 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1160 | var _deviceCount: Dictionary<String,Int32> = [:]
1161 | var _intraOpParallelismThreads: Int32 = 0
:
1173 | var _clusterDef: Tensorflow_ClusterDef? = nil
1174 |
1175 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_ConfigProto._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1176 |
1177 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/config.pb.swift:773:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_ConfigProto' has non-sendable type 'Tensorflow_ConfigProto._StorageClass'; this is an error in the Swift 6 language mode
771 | }
772 |
773 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_ConfigProto' has non-sendable type 'Tensorflow_ConfigProto._StorageClass'; this is an error in the Swift 6 language mode
774 | }
775 |
:
1157 | ]
1158 |
1159 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1160 | var _deviceCount: Dictionary<String,Int32> = [:]
1161 | var _intraOpParallelismThreads: Int32 = 0
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/config.pb.swift:1248:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_RunOptions._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1239 | ]
1240 |
1241 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1242 | var _traceLevel: Tensorflow_RunOptions.TraceLevel = .noTrace
1243 | var _timeoutInMs: Int64 = 0
:
1246 | var _debugOptions: Tensorflow_DebugOptions? = nil
1247 |
1248 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_RunOptions._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1249 |
1250 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/config.pb.swift:899:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_RunOptions' has non-sendable type 'Tensorflow_RunOptions._StorageClass'; this is an error in the Swift 6 language mode
897 | }
898 |
899 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_RunOptions' has non-sendable type 'Tensorflow_RunOptions._StorageClass'; this is an error in the Swift 6 language mode
900 | }
901 |
:
1239 | ]
1240 |
1241 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1242 | var _traceLevel: Tensorflow_RunOptions.TraceLevel = .noTrace
1243 | var _timeoutInMs: Int64 = 0
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/config.pb.swift:1308:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_RunMetadata._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1301 | ]
1302 |
1303 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1304 | var _stepStats: Tensorflow_StepStats? = nil
1305 | var _costGraph: Tensorflow_CostGraphDef? = nil
1306 | var _partitionGraphs: [Tensorflow_GraphDef] = []
1307 |
1308 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_RunMetadata._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1309 |
1310 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/config.pb.swift:975:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_RunMetadata' has non-sendable type 'Tensorflow_RunMetadata._StorageClass'; this is an error in the Swift 6 language mode
973 | }
974 |
975 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_RunMetadata' has non-sendable type 'Tensorflow_RunMetadata._StorageClass'; this is an error in the Swift 6 language mode
976 | }
977 |
:
1301 | ]
1302 |
1303 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1304 | var _stepStats: Tensorflow_StepStats? = nil
1305 | var _costGraph: Tensorflow_CostGraphDef? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/control_flow.pb.swift:329:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_CondContextDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
320 | ]
321 |
322 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
323 | var _contextName: String = String()
324 | var _predName: String = String()
:
327 | var _valuesDef: Tensorflow_ValuesDef? = nil
328 |
329 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_CondContextDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
330 |
331 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/control_flow.pb.swift:152:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_CondContextDef' has non-sendable type 'Tensorflow_CondContextDef._StorageClass'; this is an error in the Swift 6 language mode
150 | }
151 |
152 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_CondContextDef' has non-sendable type 'Tensorflow_CondContextDef._StorageClass'; this is an error in the Swift 6 language mode
153 | }
154 |
:
320 | ]
321 |
322 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
323 | var _contextName: String = String()
324 | var _predName: String = String()
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/control_flow.pb.swift:394:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_WhileContextDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
380 | ]
381 |
382 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
383 | var _contextName: String = String()
384 | var _parallelIterations: Int32 = 0
:
392 | var _valuesDef: Tensorflow_ValuesDef? = nil
393 |
394 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_WhileContextDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
395 |
396 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/control_flow.pb.swift:292:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_WhileContextDef' has non-sendable type 'Tensorflow_WhileContextDef._StorageClass'; this is an error in the Swift 6 language mode
290 | }
291 |
292 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_WhileContextDef' has non-sendable type 'Tensorflow_WhileContextDef._StorageClass'; this is an error in the Swift 6 language mode
293 | }
294 |
:
380 | ]
381 |
382 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
383 | var _contextName: String = String()
384 | var _parallelIterations: Int32 = 0
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/master.pb.swift:777:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_CreateSessionRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
770 | ]
771 |
772 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
773 | var _graphDef: Tensorflow_GraphDef? = nil
774 | var _config: Tensorflow_ConfigProto? = nil
775 | var _target: String = String()
776 |
777 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_CreateSessionRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
778 |
779 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/master.pb.swift:107:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_CreateSessionRequest' has non-sendable type 'Tensorflow_CreateSessionRequest._StorageClass'; this is an error in the Swift 6 language mode
105 | }
106 |
107 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_CreateSessionRequest' has non-sendable type 'Tensorflow_CreateSessionRequest._StorageClass'; this is an error in the Swift 6 language mode
108 | }
109 |
:
770 | ]
771 |
772 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
773 | var _graphDef: Tensorflow_GraphDef? = nil
774 | var _config: Tensorflow_ConfigProto? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/master.pb.swift:838:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_ExtendSessionRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
831 | ]
832 |
833 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
834 | var _sessionHandle: String = String()
835 | var _graphDef: Tensorflow_GraphDef? = nil
836 | var _currentGraphVersion: Int64 = 0
837 |
838 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_ExtendSessionRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
839 |
840 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/master.pb.swift:227:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_ExtendSessionRequest' has non-sendable type 'Tensorflow_ExtendSessionRequest._StorageClass'; this is an error in the Swift 6 language mode
225 | }
226 |
227 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_ExtendSessionRequest' has non-sendable type 'Tensorflow_ExtendSessionRequest._StorageClass'; this is an error in the Swift 6 language mode
228 | }
229 |
:
831 | ]
832 |
833 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
834 | var _sessionHandle: String = String()
835 | var _graphDef: Tensorflow_GraphDef? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/master.pb.swift:903:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_RunStepRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
893 | ]
894 |
895 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
896 | var _sessionHandle: String = String()
897 | var _feed: [Tensorflow_NamedTensorProto] = []
:
901 | var _partialRunHandle: String = String()
902 |
903 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_RunStepRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
904 |
905 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/master.pb.swift:368:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_RunStepRequest' has non-sendable type 'Tensorflow_RunStepRequest._StorageClass'; this is an error in the Swift 6 language mode
366 | }
367 |
368 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_RunStepRequest' has non-sendable type 'Tensorflow_RunStepRequest._StorageClass'; this is an error in the Swift 6 language mode
369 | }
370 |
:
893 | ]
894 |
895 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
896 | var _sessionHandle: String = String()
897 | var _feed: [Tensorflow_NamedTensorProto] = []
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/master.pb.swift:954:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_RunStepResponse._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
948 | ]
949 |
950 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
951 | var _tensor: [Tensorflow_NamedTensorProto] = []
952 | var _metadata: Tensorflow_RunMetadata? = nil
953 |
954 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_RunStepResponse._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
955 |
956 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/master.pb.swift:428:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_RunStepResponse' has non-sendable type 'Tensorflow_RunStepResponse._StorageClass'; this is an error in the Swift 6 language mode
426 | }
427 |
428 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_RunStepResponse' has non-sendable type 'Tensorflow_RunStepResponse._StorageClass'; this is an error in the Swift 6 language mode
429 | }
430 |
:
948 | ]
949 |
950 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
951 | var _tensor: [Tensorflow_NamedTensorProto] = []
952 | var _metadata: Tensorflow_RunMetadata? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/meta_graph.pb.swift:1105:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_MetaGraphDef.MetaInfoDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1095 | ]
1096 |
1097 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1098 | var _metaGraphVersion: String = String()
1099 | var _strippedOpList: Tensorflow_OpList? = nil
:
1103 | var _tensorflowGitVersion: String = String()
1104 |
1105 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_MetaGraphDef.MetaInfoDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1106 |
1107 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/meta_graph.pb.swift:204:21: warning: stored property '_storage' of 'Sendable'-conforming struct 'MetaInfoDef' has non-sendable type 'Tensorflow_MetaGraphDef.MetaInfoDef._StorageClass'; this is an error in the Swift 6 language mode
202 | }
203 |
204 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'MetaInfoDef' has non-sendable type 'Tensorflow_MetaGraphDef.MetaInfoDef._StorageClass'; this is an error in the Swift 6 language mode
205 | }
206 |
:
1095 | ]
1096 |
1097 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1098 | var _metaGraphVersion: String = String()
1099 | var _strippedOpList: Tensorflow_OpList? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/meta_graph.pb.swift:1046:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_MetaGraphDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1036 | ]
1037 |
1038 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1039 | var _metaInfoDef: Tensorflow_MetaGraphDef.MetaInfoDef? = nil
1040 | var _graphDef: Tensorflow_GraphDef? = nil
:
1044 | var _assetFileDef: [Tensorflow_AssetFileDef] = []
1045 |
1046 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_MetaGraphDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1047 |
1048 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/meta_graph.pb.swift:258:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_MetaGraphDef' has non-sendable type 'Tensorflow_MetaGraphDef._StorageClass'; this is an error in the Swift 6 language mode
256 | }
257 |
258 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_MetaGraphDef' has non-sendable type 'Tensorflow_MetaGraphDef._StorageClass'; this is an error in the Swift 6 language mode
259 | }
260 |
:
1036 | ]
1037 |
1038 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1039 | var _metaInfoDef: Tensorflow_MetaGraphDef.MetaInfoDef? = nil
1040 | var _graphDef: Tensorflow_GraphDef? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/meta_graph.pb.swift:1158:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_CollectionDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1153 | ]
1154 |
1155 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1156 | var _kind: Tensorflow_CollectionDef.OneOf_Kind?
1157 |
1158 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_CollectionDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1159 |
1160 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/meta_graph.pb.swift:668:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_CollectionDef' has non-sendable type 'Tensorflow_CollectionDef._StorageClass'; this is an error in the Swift 6 language mode
666 | }
667 |
668 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_CollectionDef' has non-sendable type 'Tensorflow_CollectionDef._StorageClass'; this is an error in the Swift 6 language mode
669 | }
670 |
:
1153 | ]
1154 |
1155 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1156 | var _kind: Tensorflow_CollectionDef.OneOf_Kind?
1157 |
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/meta_graph.pb.swift:1262:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_TensorInfo._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1255 | ]
1256 |
1257 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1258 | var _encoding: Tensorflow_TensorInfo.OneOf_Encoding?
1259 | var _dtype: Tensorflow_DataType = .dtInvalid
1260 | var _tensorShape: Tensorflow_TensorShapeProto? = nil
1261 |
1262 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_TensorInfo._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1263 |
1264 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/meta_graph.pb.swift:845:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_TensorInfo' has non-sendable type 'Tensorflow_TensorInfo._StorageClass'; this is an error in the Swift 6 language mode
843 | }
844 |
845 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_TensorInfo' has non-sendable type 'Tensorflow_TensorInfo._StorageClass'; this is an error in the Swift 6 language mode
846 | }
847 |
:
1255 | ]
1256 |
1257 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1258 | var _encoding: Tensorflow_TensorInfo.OneOf_Encoding?
1259 | var _dtype: Tensorflow_DataType = .dtInvalid
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/meta_graph.pb.swift:1339:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_AssetFileDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
1333 | ]
1334 |
1335 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1336 | var _tensorInfo: Tensorflow_TensorInfo? = nil
1337 | var _filename: String = String()
1338 |
1339 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_AssetFileDef._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1340 |
1341 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/meta_graph.pb.swift:1021:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_AssetFileDef' has non-sendable type 'Tensorflow_AssetFileDef._StorageClass'; this is an error in the Swift 6 language mode
1019 | }
1020 |
1021 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_AssetFileDef' has non-sendable type 'Tensorflow_AssetFileDef._StorageClass'; this is an error in the Swift 6 language mode
1022 | }
1023 |
:
1333 | ]
1334 |
1335 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
1336 | var _tensorInfo: Tensorflow_TensorInfo? = nil
1337 | var _filename: String = String()
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/named_tensor.pb.swift:101:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_NamedTensorProto._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
95 | ]
96 |
97 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
98 | var _name: String = String()
99 | var _tensor: Tensorflow_TensorProto? = nil
100 |
101 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Tensorflow_NamedTensorProto._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
102 |
103 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/named_tensor.pb.swift:84:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_NamedTensorProto' has non-sendable type 'Tensorflow_NamedTensorProto._StorageClass'; this is an error in the Swift 6 language mode
82 | }
83 |
84 | fileprivate var _storage = _StorageClass.defaultInstance
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Tensorflow_NamedTensorProto' has non-sendable type 'Tensorflow_NamedTensorProto._StorageClass'; this is an error in the Swift 6 language mode
85 | }
86 |
:
95 | ]
96 |
97 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
98 | var _name: String = String()
99 | var _tensor: Tensorflow_TensorProto? = nil
[200/209] Write Objects.LinkFileList
[201/209] Archiving libProto.a
error: emit-module command failed with exit code 1 (use -v to see invocation)
[203/219] Emitting module CAPI
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "CTensorFlow.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CTensorFlow/CTensorFlow.h:4:10: error: 'tensorflow/c/c_api.h' file not found
2 | #define _SWIFT_CTENSORFLOW_H_
3 |
4 | #include <tensorflow/c/c_api.h>
| `- error: 'tensorflow/c/c_api.h' file not found
5 |
6 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build Objective-C module 'CTensorFlow'
14 | limitations under the License.
15 | */
16 | import CTensorFlow
| `- error: could not build Objective-C module 'CTensorFlow'
17 | import Foundation
18 |
[204/219] Compiling CAPI Library.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "CTensorFlow.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CTensorFlow/CTensorFlow.h:4:10: error: 'tensorflow/c/c_api.h' file not found
2 | #define _SWIFT_CTENSORFLOW_H_
3 |
4 | #include <tensorflow/c/c_api.h>
| `- error: 'tensorflow/c/c_api.h' file not found
5 |
6 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build Objective-C module 'CTensorFlow'
14 | limitations under the License.
15 | */
16 | import CTensorFlow
| `- error: could not build Objective-C module 'CTensorFlow'
17 | import Foundation
18 |
[205/219] Compiling CAPI String.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "CTensorFlow.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CTensorFlow/CTensorFlow.h:4:10: error: 'tensorflow/c/c_api.h' file not found
2 | #define _SWIFT_CTENSORFLOW_H_
3 |
4 | #include <tensorflow/c/c_api.h>
| `- error: 'tensorflow/c/c_api.h' file not found
5 |
6 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build Objective-C module 'CTensorFlow'
14 | limitations under the License.
15 | */
16 | import CTensorFlow
| `- error: could not build Objective-C module 'CTensorFlow'
17 | import Foundation
18 |
[206/219] Compiling CAPI Extensions.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "CTensorFlow.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CTensorFlow/CTensorFlow.h:4:10: error: 'tensorflow/c/c_api.h' file not found
2 | #define _SWIFT_CTENSORFLOW_H_
3 |
4 | #include <tensorflow/c/c_api.h>
| `- error: 'tensorflow/c/c_api.h' file not found
5 |
6 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build Objective-C module 'CTensorFlow'
14 | limitations under the License.
15 | */
16 | import CTensorFlow
| `- error: could not build Objective-C module 'CTensorFlow'
17 | import Foundation
18 |
[207/219] Compiling CAPI Gradients.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "CTensorFlow.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CTensorFlow/CTensorFlow.h:4:10: error: 'tensorflow/c/c_api.h' file not found
2 | #define _SWIFT_CTENSORFLOW_H_
3 |
4 | #include <tensorflow/c/c_api.h>
| `- error: 'tensorflow/c/c_api.h' file not found
5 |
6 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build Objective-C module 'CTensorFlow'
14 | limitations under the License.
15 | */
16 | import CTensorFlow
| `- error: could not build Objective-C module 'CTensorFlow'
17 | import Foundation
18 |
[208/219] Compiling CAPI Graph.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "CTensorFlow.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CTensorFlow/CTensorFlow.h:4:10: error: 'tensorflow/c/c_api.h' file not found
2 | #define _SWIFT_CTENSORFLOW_H_
3 |
4 | #include <tensorflow/c/c_api.h>
| `- error: 'tensorflow/c/c_api.h' file not found
5 |
6 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build Objective-C module 'CTensorFlow'
14 | limitations under the License.
15 | */
16 | import CTensorFlow
| `- error: could not build Objective-C module 'CTensorFlow'
17 | import Foundation
18 |
[209/219] Compiling CAPI Buffer.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "CTensorFlow.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CTensorFlow/CTensorFlow.h:4:10: error: 'tensorflow/c/c_api.h' file not found
2 | #define _SWIFT_CTENSORFLOW_H_
3 |
4 | #include <tensorflow/c/c_api.h>
| `- error: 'tensorflow/c/c_api.h' file not found
5 |
6 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build Objective-C module 'CTensorFlow'
14 | limitations under the License.
15 | */
16 | import CTensorFlow
| `- error: could not build Objective-C module 'CTensorFlow'
17 | import Foundation
18 |
[210/219] Compiling CAPI Status.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "CTensorFlow.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CTensorFlow/CTensorFlow.h:4:10: error: 'tensorflow/c/c_api.h' file not found
2 | #define _SWIFT_CTENSORFLOW_H_
3 |
4 | #include <tensorflow/c/c_api.h>
| `- error: 'tensorflow/c/c_api.h' file not found
5 |
6 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build Objective-C module 'CTensorFlow'
14 | limitations under the License.
15 | */
16 | import CTensorFlow
| `- error: could not build Objective-C module 'CTensorFlow'
17 | import Foundation
18 |
[211/219] Compiling CAPI CAPI.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "CTensorFlow.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CTensorFlow/CTensorFlow.h:4:10: error: 'tensorflow/c/c_api.h' file not found
2 | #define _SWIFT_CTENSORFLOW_H_
3 |
4 | #include <tensorflow/c/c_api.h>
| `- error: 'tensorflow/c/c_api.h' file not found
5 |
6 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build Objective-C module 'CTensorFlow'
14 | limitations under the License.
15 | */
16 | import CTensorFlow
| `- error: could not build Objective-C module 'CTensorFlow'
17 | import Foundation
18 |
[212/219] Compiling CAPI Session.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "CTensorFlow.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CTensorFlow/CTensorFlow.h:4:10: error: 'tensorflow/c/c_api.h' file not found
2 | #define _SWIFT_CTENSORFLOW_H_
3 |
4 | #include <tensorflow/c/c_api.h>
| `- error: 'tensorflow/c/c_api.h' file not found
5 |
6 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build Objective-C module 'CTensorFlow'
14 | limitations under the License.
15 | */
16 | import CTensorFlow
| `- error: could not build Objective-C module 'CTensorFlow'
17 | import Foundation
18 |
[213/220] Compiling CAPI Tensor.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "CTensorFlow.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CTensorFlow/CTensorFlow.h:4:10: error: 'tensorflow/c/c_api.h' file not found
2 | #define _SWIFT_CTENSORFLOW_H_
3 |
4 | #include <tensorflow/c/c_api.h>
| `- error: 'tensorflow/c/c_api.h' file not found
5 |
6 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build Objective-C module 'CTensorFlow'
14 | limitations under the License.
15 | */
16 | import CTensorFlow
| `- error: could not build Objective-C module 'CTensorFlow'
17 | import Foundation
18 |
Updating https://github.com/apple/swift-protobuf.git
Updating https://github.com/Octadero/CTensorFlow.git
Updating https://github.com/Octadero/MNISTKit.git
Updating https://github.com/Octadero/MemoryLayoutKit.git
Updated https://github.com/Octadero/MemoryLayoutKit.git (0.48s)
Updated https://github.com/apple/swift-protobuf.git (0.67s)
Updated https://github.com/Octadero/MNISTKit.git (0.67s)
Updated https://github.com/Octadero/CTensorFlow.git (0.67s)
Computing version for https://github.com/Octadero/MNISTKit.git
Computed https://github.com/Octadero/MNISTKit.git at 0.0.7 (0.63s)
Updating https://github.com/Octadero/Unarchiver.git
Updated https://github.com/Octadero/Unarchiver.git (0.49s)
Computing version for https://github.com/Octadero/CTensorFlow.git
Computed https://github.com/Octadero/CTensorFlow.git at 0.1.6 (0.58s)
Computing version for https://github.com/Octadero/Unarchiver.git
Computed https://github.com/Octadero/Unarchiver.git at 0.0.5 (0.61s)
Updating https://github.com/Octadero/CZlib.git
Updated https://github.com/Octadero/CZlib.git (0.47s)
Computing version for https://github.com/Octadero/CZlib.git
Computed https://github.com/Octadero/CZlib.git at 0.0.5 (0.56s)
Computing version for https://github.com/Octadero/MemoryLayoutKit.git
Computed https://github.com/Octadero/MemoryLayoutKit.git at 0.0.4 (2.82s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.28.2 (0.52s)
Creating working copy for https://github.com/Octadero/MNISTKit.git
Working copy of https://github.com/Octadero/MNISTKit.git resolved at 0.0.7
Creating working copy for https://github.com/Octadero/CTensorFlow.git
Working copy of https://github.com/Octadero/CTensorFlow.git resolved at 0.1.6
Creating working copy for https://github.com/Octadero/Unarchiver.git
Working copy of https://github.com/Octadero/Unarchiver.git resolved at 0.0.5
Creating working copy for https://github.com/Octadero/CZlib.git
Working copy of https://github.com/Octadero/CZlib.git resolved at 0.0.5
Creating working copy for https://github.com/Octadero/MemoryLayoutKit.git
Working copy of https://github.com/Octadero/MemoryLayoutKit.git resolved at 0.0.4
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.28.2
warning: 'ctensorflow': ignoring declared target(s) 'CTensorFlow' in the system package
warning: 'czlib': ignoring declared target(s) 'CZlib' in the system package
warning: 'spi-builder-workspace': dependency 'ctensorflow' is not used by any target
warning: failed to retrieve search paths with pkg-config; maybe pkg-config is not installed
warning: couldn't find pc file for tensorflow
warning: couldn't find pc file for libz
BUILD FAILURE 6.0 macosSpm