Build Information
Failed to build TensorFlow, reference 0.0.9 (05bd91
), with Swift 6.2 (beta) for Linux on 17 Jun 2025 23:16:08 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
231 |
232 | /// Tensors contained within objects being serialized.
/host/spi-builder-workspace/Sources/Proto/core/framework/tensor.pb.swift:299:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
297 | var _tensorShape: Tensorflow_TensorShapeProto? = nil
298 | var _versionNumber: Int32 = 0
299 | var _tensorContent: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
300 | var _halfVal: [Int32] = []
301 | var _floatVal: [Float] = []
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[159/215] Compiling Proto resource_handle.pb.swift
/host/spi-builder-workspace/Sources/Proto/core/framework/remote_fused_graph_execute_info.pb.swift:255:70: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
253 | var _graphOutputNodeName: [String] = []
254 | var _executorName: String = String()
255 | var _serializedExecutorParameters: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
256 | var _defaultGraphInputTensorShape: [Tensorflow_RemoteFusedGraphExecuteInfo.TensorShapeTypeProto] = []
257 | var _defaultGraphOutputTensorShape: [Tensorflow_RemoteFusedGraphExecuteInfo.TensorShapeTypeProto] = []
/host/spi-builder-workspace/Sources/Proto/core/framework/summary.pb.swift:173:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
171 | /// The content to store for the plugin. The best practice is for this to be
172 | /// a binary serialized protocol buffer.
173 | public var content: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
174 |
175 | public var unknownFields = SwiftProtobuf.UnknownStorage()
/host/spi-builder-workspace/Sources/Proto/core/framework/summary.pb.swift:283:66: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
281 | /// Image data in encoded format. All image formats supported by
282 | /// image_codec::CoderUtil can be stored here.
283 | public var encodedImageString: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
284 |
285 | public var unknownFields = SwiftProtobuf.UnknownStorage()
/host/spi-builder-workspace/Sources/Proto/core/framework/summary.pb.swift:340:66: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
338 | /// Encoded audio data and its associated RFC 2045 content type (e.g.
339 | /// "audio/wav").
340 | public var encodedAudioString: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
341 |
342 | public var contentType: String = String()
/host/spi-builder-workspace/Sources/Proto/core/framework/summary.pb.swift:437:39: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
435 | get {
436 | if case .obsoleteOldStyleHistogram(let v)? = _storage._value {return v}
437 | return SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
438 | }
439 | set {_uniqueStorage()._value = .obsoleteOldStyleHistogram(newValue)}
/host/spi-builder-workspace/Sources/Proto/core/framework/tensor.pb.swift:230:54: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
228 |
229 | /// Portions of the object that are not Tensors.
230 | public var metadata: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
231 |
232 | /// Tensors contained within objects being serialized.
/host/spi-builder-workspace/Sources/Proto/core/framework/tensor.pb.swift:299:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
297 | var _tensorShape: Tensorflow_TensorShapeProto? = nil
298 | var _versionNumber: Int32 = 0
299 | var _tensorContent: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
300 | var _halfVal: [Int32] = []
301 | var _floatVal: [Float] = []
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[160/215] Compiling Proto step_stats.pb.swift
/host/spi-builder-workspace/Sources/Proto/core/framework/remote_fused_graph_execute_info.pb.swift:255:70: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
253 | var _graphOutputNodeName: [String] = []
254 | var _executorName: String = String()
255 | var _serializedExecutorParameters: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
256 | var _defaultGraphInputTensorShape: [Tensorflow_RemoteFusedGraphExecuteInfo.TensorShapeTypeProto] = []
257 | var _defaultGraphOutputTensorShape: [Tensorflow_RemoteFusedGraphExecuteInfo.TensorShapeTypeProto] = []
/host/spi-builder-workspace/Sources/Proto/core/framework/summary.pb.swift:173:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
171 | /// The content to store for the plugin. The best practice is for this to be
172 | /// a binary serialized protocol buffer.
173 | public var content: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
174 |
175 | public var unknownFields = SwiftProtobuf.UnknownStorage()
/host/spi-builder-workspace/Sources/Proto/core/framework/summary.pb.swift:283:66: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
281 | /// Image data in encoded format. All image formats supported by
282 | /// image_codec::CoderUtil can be stored here.
283 | public var encodedImageString: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
284 |
285 | public var unknownFields = SwiftProtobuf.UnknownStorage()
/host/spi-builder-workspace/Sources/Proto/core/framework/summary.pb.swift:340:66: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
338 | /// Encoded audio data and its associated RFC 2045 content type (e.g.
339 | /// "audio/wav").
340 | public var encodedAudioString: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
341 |
342 | public var contentType: String = String()
/host/spi-builder-workspace/Sources/Proto/core/framework/summary.pb.swift:437:39: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
435 | get {
436 | if case .obsoleteOldStyleHistogram(let v)? = _storage._value {return v}
437 | return SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
438 | }
439 | set {_uniqueStorage()._value = .obsoleteOldStyleHistogram(newValue)}
/host/spi-builder-workspace/Sources/Proto/core/framework/tensor.pb.swift:230:54: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
228 |
229 | /// Portions of the object that are not Tensors.
230 | public var metadata: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
231 |
232 | /// Tensors contained within objects being serialized.
/host/spi-builder-workspace/Sources/Proto/core/framework/tensor.pb.swift:299:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
297 | var _tensorShape: Tensorflow_TensorShapeProto? = nil
298 | var _versionNumber: Int32 = 0
299 | var _tensorContent: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
300 | var _halfVal: [Int32] = []
301 | var _floatVal: [Float] = []
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[161/215] Compiling Proto summary.pb.swift
/host/spi-builder-workspace/Sources/Proto/core/framework/remote_fused_graph_execute_info.pb.swift:255:70: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
253 | var _graphOutputNodeName: [String] = []
254 | var _executorName: String = String()
255 | var _serializedExecutorParameters: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
256 | var _defaultGraphInputTensorShape: [Tensorflow_RemoteFusedGraphExecuteInfo.TensorShapeTypeProto] = []
257 | var _defaultGraphOutputTensorShape: [Tensorflow_RemoteFusedGraphExecuteInfo.TensorShapeTypeProto] = []
/host/spi-builder-workspace/Sources/Proto/core/framework/summary.pb.swift:173:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
171 | /// The content to store for the plugin. The best practice is for this to be
172 | /// a binary serialized protocol buffer.
173 | public var content: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
174 |
175 | public var unknownFields = SwiftProtobuf.UnknownStorage()
/host/spi-builder-workspace/Sources/Proto/core/framework/summary.pb.swift:283:66: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
281 | /// Image data in encoded format. All image formats supported by
282 | /// image_codec::CoderUtil can be stored here.
283 | public var encodedImageString: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
284 |
285 | public var unknownFields = SwiftProtobuf.UnknownStorage()
/host/spi-builder-workspace/Sources/Proto/core/framework/summary.pb.swift:340:66: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
338 | /// Encoded audio data and its associated RFC 2045 content type (e.g.
339 | /// "audio/wav").
340 | public var encodedAudioString: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
341 |
342 | public var contentType: String = String()
/host/spi-builder-workspace/Sources/Proto/core/framework/summary.pb.swift:437:39: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
435 | get {
436 | if case .obsoleteOldStyleHistogram(let v)? = _storage._value {return v}
437 | return SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
438 | }
439 | set {_uniqueStorage()._value = .obsoleteOldStyleHistogram(newValue)}
/host/spi-builder-workspace/Sources/Proto/core/framework/tensor.pb.swift:230:54: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
228 |
229 | /// Portions of the object that are not Tensors.
230 | public var metadata: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
231 |
232 | /// Tensors contained within objects being serialized.
/host/spi-builder-workspace/Sources/Proto/core/framework/tensor.pb.swift:299:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
297 | var _tensorShape: Tensorflow_TensorShapeProto? = nil
298 | var _versionNumber: Int32 = 0
299 | var _tensorContent: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
300 | var _halfVal: [Int32] = []
301 | var _floatVal: [Float] = []
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[162/215] Compiling Proto tensor.pb.swift
/host/spi-builder-workspace/Sources/Proto/core/framework/remote_fused_graph_execute_info.pb.swift:255:70: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
253 | var _graphOutputNodeName: [String] = []
254 | var _executorName: String = String()
255 | var _serializedExecutorParameters: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
256 | var _defaultGraphInputTensorShape: [Tensorflow_RemoteFusedGraphExecuteInfo.TensorShapeTypeProto] = []
257 | var _defaultGraphOutputTensorShape: [Tensorflow_RemoteFusedGraphExecuteInfo.TensorShapeTypeProto] = []
/host/spi-builder-workspace/Sources/Proto/core/framework/summary.pb.swift:173:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
171 | /// The content to store for the plugin. The best practice is for this to be
172 | /// a binary serialized protocol buffer.
173 | public var content: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
174 |
175 | public var unknownFields = SwiftProtobuf.UnknownStorage()
/host/spi-builder-workspace/Sources/Proto/core/framework/summary.pb.swift:283:66: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
281 | /// Image data in encoded format. All image formats supported by
282 | /// image_codec::CoderUtil can be stored here.
283 | public var encodedImageString: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
284 |
285 | public var unknownFields = SwiftProtobuf.UnknownStorage()
/host/spi-builder-workspace/Sources/Proto/core/framework/summary.pb.swift:340:66: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
338 | /// Encoded audio data and its associated RFC 2045 content type (e.g.
339 | /// "audio/wav").
340 | public var encodedAudioString: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
341 |
342 | public var contentType: String = String()
/host/spi-builder-workspace/Sources/Proto/core/framework/summary.pb.swift:437:39: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
435 | get {
436 | if case .obsoleteOldStyleHistogram(let v)? = _storage._value {return v}
437 | return SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
438 | }
439 | set {_uniqueStorage()._value = .obsoleteOldStyleHistogram(newValue)}
/host/spi-builder-workspace/Sources/Proto/core/framework/tensor.pb.swift:230:54: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
228 |
229 | /// Portions of the object that are not Tensors.
230 | public var metadata: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
231 |
232 | /// Tensors contained within objects being serialized.
/host/spi-builder-workspace/Sources/Proto/core/framework/tensor.pb.swift:299:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
297 | var _tensorShape: Tensorflow_TensorShapeProto? = nil
298 | var _versionNumber: Int32 = 0
299 | var _tensorContent: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
300 | var _halfVal: [Int32] = []
301 | var _floatVal: [Float] = []
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[163/215] Compiling Proto tensor_description.pb.swift
/host/spi-builder-workspace/Sources/Proto/core/framework/remote_fused_graph_execute_info.pb.swift:255:70: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
253 | var _graphOutputNodeName: [String] = []
254 | var _executorName: String = String()
255 | var _serializedExecutorParameters: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
256 | var _defaultGraphInputTensorShape: [Tensorflow_RemoteFusedGraphExecuteInfo.TensorShapeTypeProto] = []
257 | var _defaultGraphOutputTensorShape: [Tensorflow_RemoteFusedGraphExecuteInfo.TensorShapeTypeProto] = []
/host/spi-builder-workspace/Sources/Proto/core/framework/summary.pb.swift:173:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
171 | /// The content to store for the plugin. The best practice is for this to be
172 | /// a binary serialized protocol buffer.
173 | public var content: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
174 |
175 | public var unknownFields = SwiftProtobuf.UnknownStorage()
/host/spi-builder-workspace/Sources/Proto/core/framework/summary.pb.swift:283:66: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
281 | /// Image data in encoded format. All image formats supported by
282 | /// image_codec::CoderUtil can be stored here.
283 | public var encodedImageString: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
284 |
285 | public var unknownFields = SwiftProtobuf.UnknownStorage()
/host/spi-builder-workspace/Sources/Proto/core/framework/summary.pb.swift:340:66: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
338 | /// Encoded audio data and its associated RFC 2045 content type (e.g.
339 | /// "audio/wav").
340 | public var encodedAudioString: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
341 |
342 | public var contentType: String = String()
/host/spi-builder-workspace/Sources/Proto/core/framework/summary.pb.swift:437:39: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
435 | get {
436 | if case .obsoleteOldStyleHistogram(let v)? = _storage._value {return v}
437 | return SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
438 | }
439 | set {_uniqueStorage()._value = .obsoleteOldStyleHistogram(newValue)}
/host/spi-builder-workspace/Sources/Proto/core/framework/tensor.pb.swift:230:54: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
228 |
229 | /// Portions of the object that are not Tensors.
230 | public var metadata: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
231 |
232 | /// Tensors contained within objects being serialized.
/host/spi-builder-workspace/Sources/Proto/core/framework/tensor.pb.swift:299:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
297 | var _tensorShape: Tensorflow_TensorShapeProto? = nil
298 | var _versionNumber: Int32 = 0
299 | var _tensorContent: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
300 | var _halfVal: [Int32] = []
301 | var _floatVal: [Float] = []
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[164/215] Compiling Proto tensor_shape.pb.swift
/host/spi-builder-workspace/Sources/Proto/core/framework/remote_fused_graph_execute_info.pb.swift:255:70: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
253 | var _graphOutputNodeName: [String] = []
254 | var _executorName: String = String()
255 | var _serializedExecutorParameters: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
256 | var _defaultGraphInputTensorShape: [Tensorflow_RemoteFusedGraphExecuteInfo.TensorShapeTypeProto] = []
257 | var _defaultGraphOutputTensorShape: [Tensorflow_RemoteFusedGraphExecuteInfo.TensorShapeTypeProto] = []
/host/spi-builder-workspace/Sources/Proto/core/framework/summary.pb.swift:173:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
171 | /// The content to store for the plugin. The best practice is for this to be
172 | /// a binary serialized protocol buffer.
173 | public var content: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
174 |
175 | public var unknownFields = SwiftProtobuf.UnknownStorage()
/host/spi-builder-workspace/Sources/Proto/core/framework/summary.pb.swift:283:66: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
281 | /// Image data in encoded format. All image formats supported by
282 | /// image_codec::CoderUtil can be stored here.
283 | public var encodedImageString: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
284 |
285 | public var unknownFields = SwiftProtobuf.UnknownStorage()
/host/spi-builder-workspace/Sources/Proto/core/framework/summary.pb.swift:340:66: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
338 | /// Encoded audio data and its associated RFC 2045 content type (e.g.
339 | /// "audio/wav").
340 | public var encodedAudioString: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
341 |
342 | public var contentType: String = String()
/host/spi-builder-workspace/Sources/Proto/core/framework/summary.pb.swift:437:39: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
435 | get {
436 | if case .obsoleteOldStyleHistogram(let v)? = _storage._value {return v}
437 | return SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
438 | }
439 | set {_uniqueStorage()._value = .obsoleteOldStyleHistogram(newValue)}
/host/spi-builder-workspace/Sources/Proto/core/framework/tensor.pb.swift:230:54: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
228 |
229 | /// Portions of the object that are not Tensors.
230 | public var metadata: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
231 |
232 | /// Tensors contained within objects being serialized.
/host/spi-builder-workspace/Sources/Proto/core/framework/tensor.pb.swift:299:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
297 | var _tensorShape: Tensorflow_TensorShapeProto? = nil
298 | var _versionNumber: Int32 = 0
299 | var _tensorContent: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
300 | var _halfVal: [Int32] = []
301 | var _floatVal: [Float] = []
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[165/215] Compiling Proto tensor_slice.pb.swift
/host/spi-builder-workspace/Sources/Proto/core/framework/remote_fused_graph_execute_info.pb.swift:255:70: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
253 | var _graphOutputNodeName: [String] = []
254 | var _executorName: String = String()
255 | var _serializedExecutorParameters: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
256 | var _defaultGraphInputTensorShape: [Tensorflow_RemoteFusedGraphExecuteInfo.TensorShapeTypeProto] = []
257 | var _defaultGraphOutputTensorShape: [Tensorflow_RemoteFusedGraphExecuteInfo.TensorShapeTypeProto] = []
/host/spi-builder-workspace/Sources/Proto/core/framework/summary.pb.swift:173:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
171 | /// The content to store for the plugin. The best practice is for this to be
172 | /// a binary serialized protocol buffer.
173 | public var content: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
174 |
175 | public var unknownFields = SwiftProtobuf.UnknownStorage()
/host/spi-builder-workspace/Sources/Proto/core/framework/summary.pb.swift:283:66: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
281 | /// Image data in encoded format. All image formats supported by
282 | /// image_codec::CoderUtil can be stored here.
283 | public var encodedImageString: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
284 |
285 | public var unknownFields = SwiftProtobuf.UnknownStorage()
/host/spi-builder-workspace/Sources/Proto/core/framework/summary.pb.swift:340:66: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
338 | /// Encoded audio data and its associated RFC 2045 content type (e.g.
339 | /// "audio/wav").
340 | public var encodedAudioString: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
341 |
342 | public var contentType: String = String()
/host/spi-builder-workspace/Sources/Proto/core/framework/summary.pb.swift:437:39: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
435 | get {
436 | if case .obsoleteOldStyleHistogram(let v)? = _storage._value {return v}
437 | return SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
438 | }
439 | set {_uniqueStorage()._value = .obsoleteOldStyleHistogram(newValue)}
/host/spi-builder-workspace/Sources/Proto/core/framework/tensor.pb.swift:230:54: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
228 |
229 | /// Portions of the object that are not Tensors.
230 | public var metadata: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
231 |
232 | /// Tensors contained within objects being serialized.
/host/spi-builder-workspace/Sources/Proto/core/framework/tensor.pb.swift:299:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
297 | var _tensorShape: Tensorflow_TensorShapeProto? = nil
298 | var _versionNumber: Int32 = 0
299 | var _tensorContent: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
300 | var _halfVal: [Int32] = []
301 | var _floatVal: [Float] = []
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[166/215] Compiling Proto types.pb.swift
/host/spi-builder-workspace/Sources/Proto/core/framework/remote_fused_graph_execute_info.pb.swift:255:70: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
253 | var _graphOutputNodeName: [String] = []
254 | var _executorName: String = String()
255 | var _serializedExecutorParameters: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
256 | var _defaultGraphInputTensorShape: [Tensorflow_RemoteFusedGraphExecuteInfo.TensorShapeTypeProto] = []
257 | var _defaultGraphOutputTensorShape: [Tensorflow_RemoteFusedGraphExecuteInfo.TensorShapeTypeProto] = []
/host/spi-builder-workspace/Sources/Proto/core/framework/summary.pb.swift:173:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
171 | /// The content to store for the plugin. The best practice is for this to be
172 | /// a binary serialized protocol buffer.
173 | public var content: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
174 |
175 | public var unknownFields = SwiftProtobuf.UnknownStorage()
/host/spi-builder-workspace/Sources/Proto/core/framework/summary.pb.swift:283:66: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
281 | /// Image data in encoded format. All image formats supported by
282 | /// image_codec::CoderUtil can be stored here.
283 | public var encodedImageString: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
284 |
285 | public var unknownFields = SwiftProtobuf.UnknownStorage()
/host/spi-builder-workspace/Sources/Proto/core/framework/summary.pb.swift:340:66: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
338 | /// Encoded audio data and its associated RFC 2045 content type (e.g.
339 | /// "audio/wav").
340 | public var encodedAudioString: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
341 |
342 | public var contentType: String = String()
/host/spi-builder-workspace/Sources/Proto/core/framework/summary.pb.swift:437:39: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
435 | get {
436 | if case .obsoleteOldStyleHistogram(let v)? = _storage._value {return v}
437 | return SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
438 | }
439 | set {_uniqueStorage()._value = .obsoleteOldStyleHistogram(newValue)}
/host/spi-builder-workspace/Sources/Proto/core/framework/tensor.pb.swift:230:54: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
228 |
229 | /// Portions of the object that are not Tensors.
230 | public var metadata: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
231 |
232 | /// Tensors contained within objects being serialized.
/host/spi-builder-workspace/Sources/Proto/core/framework/tensor.pb.swift:299:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
297 | var _tensorShape: Tensorflow_TensorShapeProto? = nil
298 | var _versionNumber: Int32 = 0
299 | var _tensorContent: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
300 | var _halfVal: [Int32] = []
301 | var _floatVal: [Float] = []
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[167/215] Compiling Proto variable.pb.swift
/host/spi-builder-workspace/Sources/Proto/core/framework/remote_fused_graph_execute_info.pb.swift:255:70: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
253 | var _graphOutputNodeName: [String] = []
254 | var _executorName: String = String()
255 | var _serializedExecutorParameters: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
256 | var _defaultGraphInputTensorShape: [Tensorflow_RemoteFusedGraphExecuteInfo.TensorShapeTypeProto] = []
257 | var _defaultGraphOutputTensorShape: [Tensorflow_RemoteFusedGraphExecuteInfo.TensorShapeTypeProto] = []
/host/spi-builder-workspace/Sources/Proto/core/framework/summary.pb.swift:173:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
171 | /// The content to store for the plugin. The best practice is for this to be
172 | /// a binary serialized protocol buffer.
173 | public var content: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
174 |
175 | public var unknownFields = SwiftProtobuf.UnknownStorage()
/host/spi-builder-workspace/Sources/Proto/core/framework/summary.pb.swift:283:66: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
281 | /// Image data in encoded format. All image formats supported by
282 | /// image_codec::CoderUtil can be stored here.
283 | public var encodedImageString: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
284 |
285 | public var unknownFields = SwiftProtobuf.UnknownStorage()
/host/spi-builder-workspace/Sources/Proto/core/framework/summary.pb.swift:340:66: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
338 | /// Encoded audio data and its associated RFC 2045 content type (e.g.
339 | /// "audio/wav").
340 | public var encodedAudioString: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
341 |
342 | public var contentType: String = String()
/host/spi-builder-workspace/Sources/Proto/core/framework/summary.pb.swift:437:39: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
435 | get {
436 | if case .obsoleteOldStyleHistogram(let v)? = _storage._value {return v}
437 | return SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
438 | }
439 | set {_uniqueStorage()._value = .obsoleteOldStyleHistogram(newValue)}
/host/spi-builder-workspace/Sources/Proto/core/framework/tensor.pb.swift:230:54: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
228 |
229 | /// Portions of the object that are not Tensors.
230 | public var metadata: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
231 |
232 | /// Tensors contained within objects being serialized.
/host/spi-builder-workspace/Sources/Proto/core/framework/tensor.pb.swift:299:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
297 | var _tensorShape: Tensorflow_TensorShapeProto? = nil
298 | var _versionNumber: Int32 = 0
299 | var _tensorContent: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
300 | var _halfVal: [Int32] = []
301 | var _floatVal: [Float] = []
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[168/215] Compiling Proto versions.pb.swift
/host/spi-builder-workspace/Sources/Proto/core/framework/remote_fused_graph_execute_info.pb.swift:255:70: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
253 | var _graphOutputNodeName: [String] = []
254 | var _executorName: String = String()
255 | var _serializedExecutorParameters: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
256 | var _defaultGraphInputTensorShape: [Tensorflow_RemoteFusedGraphExecuteInfo.TensorShapeTypeProto] = []
257 | var _defaultGraphOutputTensorShape: [Tensorflow_RemoteFusedGraphExecuteInfo.TensorShapeTypeProto] = []
/host/spi-builder-workspace/Sources/Proto/core/framework/summary.pb.swift:173:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
171 | /// The content to store for the plugin. The best practice is for this to be
172 | /// a binary serialized protocol buffer.
173 | public var content: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
174 |
175 | public var unknownFields = SwiftProtobuf.UnknownStorage()
/host/spi-builder-workspace/Sources/Proto/core/framework/summary.pb.swift:283:66: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
281 | /// Image data in encoded format. All image formats supported by
282 | /// image_codec::CoderUtil can be stored here.
283 | public var encodedImageString: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
284 |
285 | public var unknownFields = SwiftProtobuf.UnknownStorage()
/host/spi-builder-workspace/Sources/Proto/core/framework/summary.pb.swift:340:66: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
338 | /// Encoded audio data and its associated RFC 2045 content type (e.g.
339 | /// "audio/wav").
340 | public var encodedAudioString: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
341 |
342 | public var contentType: String = String()
/host/spi-builder-workspace/Sources/Proto/core/framework/summary.pb.swift:437:39: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
435 | get {
436 | if case .obsoleteOldStyleHistogram(let v)? = _storage._value {return v}
437 | return SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
438 | }
439 | set {_uniqueStorage()._value = .obsoleteOldStyleHistogram(newValue)}
/host/spi-builder-workspace/Sources/Proto/core/framework/tensor.pb.swift:230:54: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
228 |
229 | /// Portions of the object that are not Tensors.
230 | public var metadata: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
231 |
232 | /// Tensors contained within objects being serialized.
/host/spi-builder-workspace/Sources/Proto/core/framework/tensor.pb.swift:299:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
297 | var _tensorShape: Tensorflow_TensorShapeProto? = nil
298 | var _versionNumber: Int32 = 0
299 | var _tensorContent: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
300 | var _halfVal: [Int32] = []
301 | var _floatVal: [Float] = []
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[169/215] Compiling Proto op_performance_data.pb.swift
[170/215] Compiling Proto error_codes.pb.swift
[171/215] Compiling Proto profile.pb.swift
[172/215] Compiling Proto tfprof_log.pb.swift
[173/215] Compiling Proto tfprof_options.pb.swift
[174/215] Compiling Proto tfprof_output.pb.swift
[175/215] Compiling Proto cluster.pb.swift
[176/215] Compiling Proto config.pb.swift
[177/215] Compiling Proto control_flow.pb.swift
[178/215] Compiling Proto debug.pb.swift
[179/215] Compiling Proto device_properties.pb.swift
[180/215] Compiling Proto worker_service.pb.swift
/host/spi-builder-workspace/Sources/Proto/core/util/event.pb.swift:426:57: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
424 | /// Byte-encoded version of the `RunMetadata` proto in order to allow lazy
425 | /// deserialization.
426 | public var runMetadata: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
427 |
428 | public var unknownFields = SwiftProtobuf.UnknownStorage()
/host/spi-builder-workspace/Sources/Proto/core/util/event.pb.swift:60:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
58 | get {
59 | if case .graphDef(let v)? = _storage._what {return v}
60 | return SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
61 | }
62 | set {_uniqueStorage()._what = .graphDef(newValue)}
/host/spi-builder-workspace/Sources/Proto/core/util/event.pb.swift:106:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
104 | get {
105 | if case .metaGraphDef(let v)? = _storage._what {return v}
106 | return SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
107 | }
108 | set {_uniqueStorage()._what = .metaGraphDef(newValue)}
/host/spi-builder-workspace/Sources/Proto/tools/proto_text/test.pb.swift:982:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
980 | var _optionalBool: Bool = false
981 | var _optionalString: String = String()
982 | var _optionalBytes: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
983 | var _optionalNestedMessage: Tensorflow_Test_TestAllTypes.NestedMessage? = nil
984 | var _optionalForeignMessage: Tensorflow_Test_ForeignMessage? = nil
/host/spi-builder-workspace/Sources/Proto/tools/proto_text/test.pb.swift:292:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
290 | get {
291 | if case .oneofBytes(let v)? = _storage._oneofField {return v}
292 | return SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
293 | }
294 | set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[181/215] Compiling Proto event.pb.swift
/host/spi-builder-workspace/Sources/Proto/core/util/event.pb.swift:426:57: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
424 | /// Byte-encoded version of the `RunMetadata` proto in order to allow lazy
425 | /// deserialization.
426 | public var runMetadata: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
427 |
428 | public var unknownFields = SwiftProtobuf.UnknownStorage()
/host/spi-builder-workspace/Sources/Proto/core/util/event.pb.swift:60:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
58 | get {
59 | if case .graphDef(let v)? = _storage._what {return v}
60 | return SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
61 | }
62 | set {_uniqueStorage()._what = .graphDef(newValue)}
/host/spi-builder-workspace/Sources/Proto/core/util/event.pb.swift:106:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
104 | get {
105 | if case .metaGraphDef(let v)? = _storage._what {return v}
106 | return SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
107 | }
108 | set {_uniqueStorage()._what = .metaGraphDef(newValue)}
/host/spi-builder-workspace/Sources/Proto/tools/proto_text/test.pb.swift:982:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
980 | var _optionalBool: Bool = false
981 | var _optionalString: String = String()
982 | var _optionalBytes: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
983 | var _optionalNestedMessage: Tensorflow_Test_TestAllTypes.NestedMessage? = nil
984 | var _optionalForeignMessage: Tensorflow_Test_ForeignMessage? = nil
/host/spi-builder-workspace/Sources/Proto/tools/proto_text/test.pb.swift:292:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
290 | get {
291 | if case .oneofBytes(let v)? = _storage._oneofField {return v}
292 | return SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
293 | }
294 | set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[182/215] Compiling Proto example_proto_fast_parsing_test.pb.swift
/host/spi-builder-workspace/Sources/Proto/core/util/event.pb.swift:426:57: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
424 | /// Byte-encoded version of the `RunMetadata` proto in order to allow lazy
425 | /// deserialization.
426 | public var runMetadata: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
427 |
428 | public var unknownFields = SwiftProtobuf.UnknownStorage()
/host/spi-builder-workspace/Sources/Proto/core/util/event.pb.swift:60:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
58 | get {
59 | if case .graphDef(let v)? = _storage._what {return v}
60 | return SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
61 | }
62 | set {_uniqueStorage()._what = .graphDef(newValue)}
/host/spi-builder-workspace/Sources/Proto/core/util/event.pb.swift:106:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
104 | get {
105 | if case .metaGraphDef(let v)? = _storage._what {return v}
106 | return SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
107 | }
108 | set {_uniqueStorage()._what = .metaGraphDef(newValue)}
/host/spi-builder-workspace/Sources/Proto/tools/proto_text/test.pb.swift:982:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
980 | var _optionalBool: Bool = false
981 | var _optionalString: String = String()
982 | var _optionalBytes: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
983 | var _optionalNestedMessage: Tensorflow_Test_TestAllTypes.NestedMessage? = nil
984 | var _optionalForeignMessage: Tensorflow_Test_ForeignMessage? = nil
/host/spi-builder-workspace/Sources/Proto/tools/proto_text/test.pb.swift:292:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
290 | get {
291 | if case .oneofBytes(let v)? = _storage._oneofField {return v}
292 | return SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
293 | }
294 | set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[183/215] Compiling Proto memmapped_file_system.pb.swift
/host/spi-builder-workspace/Sources/Proto/core/util/event.pb.swift:426:57: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
424 | /// Byte-encoded version of the `RunMetadata` proto in order to allow lazy
425 | /// deserialization.
426 | public var runMetadata: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
427 |
428 | public var unknownFields = SwiftProtobuf.UnknownStorage()
/host/spi-builder-workspace/Sources/Proto/core/util/event.pb.swift:60:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
58 | get {
59 | if case .graphDef(let v)? = _storage._what {return v}
60 | return SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
61 | }
62 | set {_uniqueStorage()._what = .graphDef(newValue)}
/host/spi-builder-workspace/Sources/Proto/core/util/event.pb.swift:106:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
104 | get {
105 | if case .metaGraphDef(let v)? = _storage._what {return v}
106 | return SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
107 | }
108 | set {_uniqueStorage()._what = .metaGraphDef(newValue)}
/host/spi-builder-workspace/Sources/Proto/tools/proto_text/test.pb.swift:982:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
980 | var _optionalBool: Bool = false
981 | var _optionalString: String = String()
982 | var _optionalBytes: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
983 | var _optionalNestedMessage: Tensorflow_Test_TestAllTypes.NestedMessage? = nil
984 | var _optionalForeignMessage: Tensorflow_Test_ForeignMessage? = nil
/host/spi-builder-workspace/Sources/Proto/tools/proto_text/test.pb.swift:292:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
290 | get {
291 | if case .oneofBytes(let v)? = _storage._oneofField {return v}
292 | return SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
293 | }
294 | set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[184/215] Compiling Proto saved_tensor_slice.pb.swift
/host/spi-builder-workspace/Sources/Proto/core/util/event.pb.swift:426:57: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
424 | /// Byte-encoded version of the `RunMetadata` proto in order to allow lazy
425 | /// deserialization.
426 | public var runMetadata: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
427 |
428 | public var unknownFields = SwiftProtobuf.UnknownStorage()
/host/spi-builder-workspace/Sources/Proto/core/util/event.pb.swift:60:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
58 | get {
59 | if case .graphDef(let v)? = _storage._what {return v}
60 | return SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
61 | }
62 | set {_uniqueStorage()._what = .graphDef(newValue)}
/host/spi-builder-workspace/Sources/Proto/core/util/event.pb.swift:106:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
104 | get {
105 | if case .metaGraphDef(let v)? = _storage._what {return v}
106 | return SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
107 | }
108 | set {_uniqueStorage()._what = .metaGraphDef(newValue)}
/host/spi-builder-workspace/Sources/Proto/tools/proto_text/test.pb.swift:982:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
980 | var _optionalBool: Bool = false
981 | var _optionalString: String = String()
982 | var _optionalBytes: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
983 | var _optionalNestedMessage: Tensorflow_Test_TestAllTypes.NestedMessage? = nil
984 | var _optionalForeignMessage: Tensorflow_Test_ForeignMessage? = nil
/host/spi-builder-workspace/Sources/Proto/tools/proto_text/test.pb.swift:292:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
290 | get {
291 | if case .oneofBytes(let v)? = _storage._oneofField {return v}
292 | return SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
293 | }
294 | set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[185/215] Compiling Proto test_log.pb.swift
/host/spi-builder-workspace/Sources/Proto/core/util/event.pb.swift:426:57: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
424 | /// Byte-encoded version of the `RunMetadata` proto in order to allow lazy
425 | /// deserialization.
426 | public var runMetadata: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
427 |
428 | public var unknownFields = SwiftProtobuf.UnknownStorage()
/host/spi-builder-workspace/Sources/Proto/core/util/event.pb.swift:60:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
58 | get {
59 | if case .graphDef(let v)? = _storage._what {return v}
60 | return SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
61 | }
62 | set {_uniqueStorage()._what = .graphDef(newValue)}
/host/spi-builder-workspace/Sources/Proto/core/util/event.pb.swift:106:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
104 | get {
105 | if case .metaGraphDef(let v)? = _storage._what {return v}
106 | return SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
107 | }
108 | set {_uniqueStorage()._what = .metaGraphDef(newValue)}
/host/spi-builder-workspace/Sources/Proto/tools/proto_text/test.pb.swift:982:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
980 | var _optionalBool: Bool = false
981 | var _optionalString: String = String()
982 | var _optionalBytes: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
983 | var _optionalNestedMessage: Tensorflow_Test_TestAllTypes.NestedMessage? = nil
984 | var _optionalForeignMessage: Tensorflow_Test_ForeignMessage? = nil
/host/spi-builder-workspace/Sources/Proto/tools/proto_text/test.pb.swift:292:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
290 | get {
291 | if case .oneofBytes(let v)? = _storage._oneofField {return v}
292 | return SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
293 | }
294 | set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[186/215] Compiling Proto cpp_shape_inference.pb.swift
/host/spi-builder-workspace/Sources/Proto/core/util/event.pb.swift:426:57: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
424 | /// Byte-encoded version of the `RunMetadata` proto in order to allow lazy
425 | /// deserialization.
426 | public var runMetadata: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
427 |
428 | public var unknownFields = SwiftProtobuf.UnknownStorage()
/host/spi-builder-workspace/Sources/Proto/core/util/event.pb.swift:60:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
58 | get {
59 | if case .graphDef(let v)? = _storage._what {return v}
60 | return SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
61 | }
62 | set {_uniqueStorage()._what = .graphDef(newValue)}
/host/spi-builder-workspace/Sources/Proto/core/util/event.pb.swift:106:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
104 | get {
105 | if case .metaGraphDef(let v)? = _storage._what {return v}
106 | return SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
107 | }
108 | set {_uniqueStorage()._what = .metaGraphDef(newValue)}
/host/spi-builder-workspace/Sources/Proto/tools/proto_text/test.pb.swift:982:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
980 | var _optionalBool: Bool = false
981 | var _optionalString: String = String()
982 | var _optionalBytes: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
983 | var _optionalNestedMessage: Tensorflow_Test_TestAllTypes.NestedMessage? = nil
984 | var _optionalForeignMessage: Tensorflow_Test_ForeignMessage? = nil
/host/spi-builder-workspace/Sources/Proto/tools/proto_text/test.pb.swift:292:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
290 | get {
291 | if case .oneofBytes(let v)? = _storage._oneofField {return v}
292 | return SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
293 | }
294 | set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[187/215] Compiling Proto checkpoint_state.pb.swift
/host/spi-builder-workspace/Sources/Proto/core/util/event.pb.swift:426:57: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
424 | /// Byte-encoded version of the `RunMetadata` proto in order to allow lazy
425 | /// deserialization.
426 | public var runMetadata: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
427 |
428 | public var unknownFields = SwiftProtobuf.UnknownStorage()
/host/spi-builder-workspace/Sources/Proto/core/util/event.pb.swift:60:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
58 | get {
59 | if case .graphDef(let v)? = _storage._what {return v}
60 | return SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
61 | }
62 | set {_uniqueStorage()._what = .graphDef(newValue)}
/host/spi-builder-workspace/Sources/Proto/core/util/event.pb.swift:106:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
104 | get {
105 | if case .metaGraphDef(let v)? = _storage._what {return v}
106 | return SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
107 | }
108 | set {_uniqueStorage()._what = .metaGraphDef(newValue)}
/host/spi-builder-workspace/Sources/Proto/tools/proto_text/test.pb.swift:982:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
980 | var _optionalBool: Bool = false
981 | var _optionalString: String = String()
982 | var _optionalBytes: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
983 | var _optionalNestedMessage: Tensorflow_Test_TestAllTypes.NestedMessage? = nil
984 | var _optionalForeignMessage: Tensorflow_Test_ForeignMessage? = nil
/host/spi-builder-workspace/Sources/Proto/tools/proto_text/test.pb.swift:292:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
290 | get {
291 | if case .oneofBytes(let v)? = _storage._oneofField {return v}
292 | return SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
293 | }
294 | set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[188/215] Compiling Proto compare_test.pb.swift
/host/spi-builder-workspace/Sources/Proto/core/util/event.pb.swift:426:57: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
424 | /// Byte-encoded version of the `RunMetadata` proto in order to allow lazy
425 | /// deserialization.
426 | public var runMetadata: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
427 |
428 | public var unknownFields = SwiftProtobuf.UnknownStorage()
/host/spi-builder-workspace/Sources/Proto/core/util/event.pb.swift:60:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
58 | get {
59 | if case .graphDef(let v)? = _storage._what {return v}
60 | return SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
61 | }
62 | set {_uniqueStorage()._what = .graphDef(newValue)}
/host/spi-builder-workspace/Sources/Proto/core/util/event.pb.swift:106:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
104 | get {
105 | if case .metaGraphDef(let v)? = _storage._what {return v}
106 | return SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
107 | }
108 | set {_uniqueStorage()._what = .metaGraphDef(newValue)}
/host/spi-builder-workspace/Sources/Proto/tools/proto_text/test.pb.swift:982:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
980 | var _optionalBool: Bool = false
981 | var _optionalString: String = String()
982 | var _optionalBytes: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
983 | var _optionalNestedMessage: Tensorflow_Test_TestAllTypes.NestedMessage? = nil
984 | var _optionalForeignMessage: Tensorflow_Test_ForeignMessage? = nil
/host/spi-builder-workspace/Sources/Proto/tools/proto_text/test.pb.swift:292:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
290 | get {
291 | if case .oneofBytes(let v)? = _storage._oneofField {return v}
292 | return SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
293 | }
294 | set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[189/215] Compiling Proto api_objects.pb.swift
/host/spi-builder-workspace/Sources/Proto/core/util/event.pb.swift:426:57: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
424 | /// Byte-encoded version of the `RunMetadata` proto in order to allow lazy
425 | /// deserialization.
426 | public var runMetadata: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
427 |
428 | public var unknownFields = SwiftProtobuf.UnknownStorage()
/host/spi-builder-workspace/Sources/Proto/core/util/event.pb.swift:60:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
58 | get {
59 | if case .graphDef(let v)? = _storage._what {return v}
60 | return SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
61 | }
62 | set {_uniqueStorage()._what = .graphDef(newValue)}
/host/spi-builder-workspace/Sources/Proto/core/util/event.pb.swift:106:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
104 | get {
105 | if case .metaGraphDef(let v)? = _storage._what {return v}
106 | return SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
107 | }
108 | set {_uniqueStorage()._what = .metaGraphDef(newValue)}
/host/spi-builder-workspace/Sources/Proto/tools/proto_text/test.pb.swift:982:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
980 | var _optionalBool: Bool = false
981 | var _optionalString: String = String()
982 | var _optionalBytes: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
983 | var _optionalNestedMessage: Tensorflow_Test_TestAllTypes.NestedMessage? = nil
984 | var _optionalForeignMessage: Tensorflow_Test_ForeignMessage? = nil
/host/spi-builder-workspace/Sources/Proto/tools/proto_text/test.pb.swift:292:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
290 | get {
291 | if case .oneofBytes(let v)? = _storage._oneofField {return v}
292 | return SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
293 | }
294 | set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[190/215] Compiling Proto test.pb.swift
/host/spi-builder-workspace/Sources/Proto/core/util/event.pb.swift:426:57: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
424 | /// Byte-encoded version of the `RunMetadata` proto in order to allow lazy
425 | /// deserialization.
426 | public var runMetadata: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
427 |
428 | public var unknownFields = SwiftProtobuf.UnknownStorage()
/host/spi-builder-workspace/Sources/Proto/core/util/event.pb.swift:60:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
58 | get {
59 | if case .graphDef(let v)? = _storage._what {return v}
60 | return SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
61 | }
62 | set {_uniqueStorage()._what = .graphDef(newValue)}
/host/spi-builder-workspace/Sources/Proto/core/util/event.pb.swift:106:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
104 | get {
105 | if case .metaGraphDef(let v)? = _storage._what {return v}
106 | return SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
107 | }
108 | set {_uniqueStorage()._what = .metaGraphDef(newValue)}
/host/spi-builder-workspace/Sources/Proto/tools/proto_text/test.pb.swift:982:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
980 | var _optionalBool: Bool = false
981 | var _optionalString: String = String()
982 | var _optionalBytes: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
983 | var _optionalNestedMessage: Tensorflow_Test_TestAllTypes.NestedMessage? = nil
984 | var _optionalForeignMessage: Tensorflow_Test_ForeignMessage? = nil
/host/spi-builder-workspace/Sources/Proto/tools/proto_text/test.pb.swift:292:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
290 | get {
291 | if case .oneofBytes(let v)? = _storage._oneofField {return v}
292 | return SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
293 | }
294 | set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[191/215] Emitting module Proto
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:5636:45: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5634 | var _shape: Xla_Shape? = nil
5635 | var _preds: [Bool] = []
5636 | var _u8S: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5637 | var _s32S: [Int32] = []
5638 | var _s64S: [Int64] = []
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:5644:46: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5642 | var _f64S: [Double] = []
5643 | var _tupleLiterals: [Xla_LiteralProto] = []
5644 | var _f16S: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5645 |
5646 | static let defaultInstance = _StorageClass()
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:6039:48: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6037 | fileprivate class _StorageClass {
6038 | var _shape: Xla_Shape? = nil
6039 | var _config: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6040 |
6041 | static let defaultInstance = _StorageClass()
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:6084:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6082 | var _shape: Xla_Shape? = nil
6083 | var _operand: Xla_ComputationDataHandle? = nil
6084 | var _outfeedConfig: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6085 |
6086 | static let defaultInstance = _StorageClass()
/host/spi-builder-workspace/Sources/Proto/contrib/tpu/profiler/tpu_profiler.pb.swift:195:54: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
193 | var _computationGraph: [Tensorflow_GraphDef] = []
194 | var _hloMetadata: Tensorflow_RunMetadata? = nil
195 | var _encodedTrace: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
196 | var _opProfile: Tensorflow_Tpu_OpProfile_Profile? = nil
197 |
/host/spi-builder-workspace/Sources/Proto/core/framework/graph_transfer_info.pb.swift:193:52: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
191 | public var shape: [Int64] = []
192 |
193 | public var data: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
194 |
195 | public var dtype: Tensorflow_DataType = .dtInvalid
/host/spi-builder-workspace/Sources/Proto/core/framework/reader_base.pb.swift:33:57: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
31 | public var numRecordsProduced: Int64 = 0
32 |
33 | public var currentWork: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
34 |
35 | public var unknownFields = SwiftProtobuf.UnknownStorage()
/host/spi-builder-workspace/Sources/Proto/core/framework/remote_fused_graph_execute_info.pb.swift:255:70: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
253 | var _graphOutputNodeName: [String] = []
254 | var _executorName: String = String()
255 | var _serializedExecutorParameters: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
256 | var _defaultGraphInputTensorShape: [Tensorflow_RemoteFusedGraphExecuteInfo.TensorShapeTypeProto] = []
257 | var _defaultGraphOutputTensorShape: [Tensorflow_RemoteFusedGraphExecuteInfo.TensorShapeTypeProto] = []
/host/spi-builder-workspace/Sources/Proto/core/framework/summary.pb.swift:173:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
171 | /// The content to store for the plugin. The best practice is for this to be
172 | /// a binary serialized protocol buffer.
173 | public var content: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
174 |
175 | public var unknownFields = SwiftProtobuf.UnknownStorage()
/host/spi-builder-workspace/Sources/Proto/core/framework/summary.pb.swift:283:66: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
281 | /// Image data in encoded format. All image formats supported by
282 | /// image_codec::CoderUtil can be stored here.
283 | public var encodedImageString: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
284 |
285 | public var unknownFields = SwiftProtobuf.UnknownStorage()
/host/spi-builder-workspace/Sources/Proto/core/framework/summary.pb.swift:340:66: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
338 | /// Encoded audio data and its associated RFC 2045 content type (e.g.
339 | /// "audio/wav").
340 | public var encodedAudioString: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
341 |
342 | public var contentType: String = String()
/host/spi-builder-workspace/Sources/Proto/core/framework/tensor.pb.swift:230:54: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
228 |
229 | /// Portions of the object that are not Tensors.
230 | public var metadata: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
231 |
232 | /// Tensors contained within objects being serialized.
/host/spi-builder-workspace/Sources/Proto/core/framework/tensor.pb.swift:299:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
297 | var _tensorShape: Tensorflow_TensorShapeProto? = nil
298 | var _versionNumber: Int32 = 0
299 | var _tensorContent: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
300 | var _halfVal: [Int32] = []
301 | var _floatVal: [Float] = []
/host/spi-builder-workspace/Sources/Proto/core/util/event.pb.swift:426:57: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
424 | /// Byte-encoded version of the `RunMetadata` proto in order to allow lazy
425 | /// deserialization.
426 | public var runMetadata: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
427 |
428 | public var unknownFields = SwiftProtobuf.UnknownStorage()
/host/spi-builder-workspace/Sources/Proto/tools/proto_text/test.pb.swift:982:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
980 | var _optionalBool: Bool = false
981 | var _optionalString: String = String()
982 | var _optionalBytes: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
983 | var _optionalNestedMessage: Tensorflow_Test_TestAllTypes.NestedMessage? = nil
984 | var _optionalForeignMessage: Tensorflow_Test_ForeignMessage? = nil
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[192/215] Compiling Proto tf2xla.pb.swift
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:5636:45: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5634 | var _shape: Xla_Shape? = nil
5635 | var _preds: [Bool] = []
5636 | var _u8S: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5637 | var _s32S: [Int32] = []
5638 | var _s64S: [Int64] = []
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:5644:46: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5642 | var _f64S: [Double] = []
5643 | var _tupleLiterals: [Xla_LiteralProto] = []
5644 | var _f16S: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5645 |
5646 | static let defaultInstance = _StorageClass()
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:6039:48: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6037 | fileprivate class _StorageClass {
6038 | var _shape: Xla_Shape? = nil
6039 | var _config: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6040 |
6041 | static let defaultInstance = _StorageClass()
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:6084:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6082 | var _shape: Xla_Shape? = nil
6083 | var _operand: Xla_ComputationDataHandle? = nil
6084 | var _outfeedConfig: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6085 |
6086 | static let defaultInstance = _StorageClass()
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[193/215] Compiling Proto hlo.pb.swift
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:5636:45: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5634 | var _shape: Xla_Shape? = nil
5635 | var _preds: [Bool] = []
5636 | var _u8S: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5637 | var _s32S: [Int32] = []
5638 | var _s64S: [Int64] = []
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:5644:46: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5642 | var _f64S: [Double] = []
5643 | var _tupleLiterals: [Xla_LiteralProto] = []
5644 | var _f16S: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5645 |
5646 | static let defaultInstance = _StorageClass()
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:6039:48: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6037 | fileprivate class _StorageClass {
6038 | var _shape: Xla_Shape? = nil
6039 | var _config: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6040 |
6041 | static let defaultInstance = _StorageClass()
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:6084:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6082 | var _shape: Xla_Shape? = nil
6083 | var _operand: Xla_ComputationDataHandle? = nil
6084 | var _outfeedConfig: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6085 |
6086 | static let defaultInstance = _StorageClass()
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[194/215] Compiling Proto session.pb.swift
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:5636:45: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5634 | var _shape: Xla_Shape? = nil
5635 | var _preds: [Bool] = []
5636 | var _u8S: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5637 | var _s32S: [Int32] = []
5638 | var _s64S: [Int64] = []
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:5644:46: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5642 | var _f64S: [Double] = []
5643 | var _tupleLiterals: [Xla_LiteralProto] = []
5644 | var _f16S: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5645 |
5646 | static let defaultInstance = _StorageClass()
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:6039:48: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6037 | fileprivate class _StorageClass {
6038 | var _shape: Xla_Shape? = nil
6039 | var _config: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6040 |
6041 | static let defaultInstance = _StorageClass()
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:6084:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6082 | var _shape: Xla_Shape? = nil
6083 | var _operand: Xla_ComputationDataHandle? = nil
6084 | var _outfeedConfig: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6085 |
6086 | static let defaultInstance = _StorageClass()
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[195/215] Compiling Proto xla.pb.swift
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:5636:45: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5634 | var _shape: Xla_Shape? = nil
5635 | var _preds: [Bool] = []
5636 | var _u8S: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5637 | var _s32S: [Int32] = []
5638 | var _s64S: [Int64] = []
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:5644:46: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5642 | var _f64S: [Double] = []
5643 | var _tupleLiterals: [Xla_LiteralProto] = []
5644 | var _f16S: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5645 |
5646 | static let defaultInstance = _StorageClass()
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:6039:48: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6037 | fileprivate class _StorageClass {
6038 | var _shape: Xla_Shape? = nil
6039 | var _config: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6040 |
6041 | static let defaultInstance = _StorageClass()
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:6084:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6082 | var _shape: Xla_Shape? = nil
6083 | var _operand: Xla_ComputationDataHandle? = nil
6084 | var _outfeedConfig: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6085 |
6086 | static let defaultInstance = _StorageClass()
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[196/215] Compiling Proto xla_data.pb.swift
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:5636:45: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5634 | var _shape: Xla_Shape? = nil
5635 | var _preds: [Bool] = []
5636 | var _u8S: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5637 | var _s32S: [Int32] = []
5638 | var _s64S: [Int64] = []
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:5644:46: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5642 | var _f64S: [Double] = []
5643 | var _tupleLiterals: [Xla_LiteralProto] = []
5644 | var _f16S: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5645 |
5646 | static let defaultInstance = _StorageClass()
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:6039:48: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6037 | fileprivate class _StorageClass {
6038 | var _shape: Xla_Shape? = nil
6039 | var _config: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6040 |
6041 | static let defaultInstance = _StorageClass()
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:6084:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6082 | var _shape: Xla_Shape? = nil
6083 | var _operand: Xla_ComputationDataHandle? = nil
6084 | var _outfeedConfig: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6085 |
6086 | static let defaultInstance = _StorageClass()
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[197/215] Compiling Proto learner.pb.swift
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:5636:45: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5634 | var _shape: Xla_Shape? = nil
5635 | var _preds: [Bool] = []
5636 | var _u8S: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5637 | var _s32S: [Int32] = []
5638 | var _s64S: [Int64] = []
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:5644:46: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5642 | var _f64S: [Double] = []
5643 | var _tupleLiterals: [Xla_LiteralProto] = []
5644 | var _f16S: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5645 |
5646 | static let defaultInstance = _StorageClass()
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:6039:48: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6037 | fileprivate class _StorageClass {
6038 | var _shape: Xla_Shape? = nil
6039 | var _config: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6040 |
6041 | static let defaultInstance = _StorageClass()
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:6084:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6082 | var _shape: Xla_Shape? = nil
6083 | var _operand: Xla_ComputationDataHandle? = nil
6084 | var _outfeedConfig: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6085 |
6086 | static let defaultInstance = _StorageClass()
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[198/215] Compiling Proto quantiles.pb.swift
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:5636:45: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5634 | var _shape: Xla_Shape? = nil
5635 | var _preds: [Bool] = []
5636 | var _u8S: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5637 | var _s32S: [Int32] = []
5638 | var _s64S: [Int64] = []
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:5644:46: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5642 | var _f64S: [Double] = []
5643 | var _tupleLiterals: [Xla_LiteralProto] = []
5644 | var _f16S: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5645 |
5646 | static let defaultInstance = _StorageClass()
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:6039:48: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6037 | fileprivate class _StorageClass {
6038 | var _shape: Xla_Shape? = nil
6039 | var _config: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6040 |
6041 | static let defaultInstance = _StorageClass()
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:6084:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6082 | var _shape: Xla_Shape? = nil
6083 | var _operand: Xla_ComputationDataHandle? = nil
6084 | var _outfeedConfig: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6085 |
6086 | static let defaultInstance = _StorageClass()
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[199/215] Compiling Proto split_info.pb.swift
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:5636:45: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5634 | var _shape: Xla_Shape? = nil
5635 | var _preds: [Bool] = []
5636 | var _u8S: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5637 | var _s32S: [Int32] = []
5638 | var _s64S: [Int64] = []
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:5644:46: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5642 | var _f64S: [Double] = []
5643 | var _tupleLiterals: [Xla_LiteralProto] = []
5644 | var _f16S: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5645 |
5646 | static let defaultInstance = _StorageClass()
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:6039:48: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6037 | fileprivate class _StorageClass {
6038 | var _shape: Xla_Shape? = nil
6039 | var _config: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6040 |
6041 | static let defaultInstance = _StorageClass()
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:6084:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6082 | var _shape: Xla_Shape? = nil
6083 | var _operand: Xla_ComputationDataHandle? = nil
6084 | var _outfeedConfig: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6085 |
6086 | static let defaultInstance = _StorageClass()
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[200/215] Compiling Proto tree_config.pb.swift
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:5636:45: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5634 | var _shape: Xla_Shape? = nil
5635 | var _preds: [Bool] = []
5636 | var _u8S: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5637 | var _s32S: [Int32] = []
5638 | var _s64S: [Int64] = []
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:5644:46: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5642 | var _f64S: [Double] = []
5643 | var _tupleLiterals: [Xla_LiteralProto] = []
5644 | var _f16S: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5645 |
5646 | static let defaultInstance = _StorageClass()
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:6039:48: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6037 | fileprivate class _StorageClass {
6038 | var _shape: Xla_Shape? = nil
6039 | var _config: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6040 |
6041 | static let defaultInstance = _StorageClass()
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:6084:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6082 | var _shape: Xla_Shape? = nil
6083 | var _operand: Xla_ComputationDataHandle? = nil
6084 | var _outfeedConfig: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6085 |
6086 | static let defaultInstance = _StorageClass()
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[201/215] Compiling Proto bigquery_table_partition.pb.swift
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:5636:45: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5634 | var _shape: Xla_Shape? = nil
5635 | var _preds: [Bool] = []
5636 | var _u8S: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5637 | var _s32S: [Int32] = []
5638 | var _s64S: [Int64] = []
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:5644:46: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5642 | var _f64S: [Double] = []
5643 | var _tupleLiterals: [Xla_LiteralProto] = []
5644 | var _f16S: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5645 |
5646 | static let defaultInstance = _StorageClass()
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:6039:48: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6037 | fileprivate class _StorageClass {
6038 | var _shape: Xla_Shape? = nil
6039 | var _config: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6040 |
6041 | static let defaultInstance = _StorageClass()
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:6084:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6082 | var _shape: Xla_Shape? = nil
6083 | var _operand: Xla_ComputationDataHandle? = nil
6084 | var _outfeedConfig: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6085 |
6086 | static let defaultInstance = _StorageClass()
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[202/215] Compiling Proto generic_tree_model.pb.swift
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:5636:45: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5634 | var _shape: Xla_Shape? = nil
5635 | var _preds: [Bool] = []
5636 | var _u8S: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5637 | var _s32S: [Int32] = []
5638 | var _s64S: [Int64] = []
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:5644:46: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5642 | var _f64S: [Double] = []
5643 | var _tupleLiterals: [Xla_LiteralProto] = []
5644 | var _f16S: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5645 |
5646 | static let defaultInstance = _StorageClass()
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:6039:48: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6037 | fileprivate class _StorageClass {
6038 | var _shape: Xla_Shape? = nil
6039 | var _config: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6040 |
6041 | static let defaultInstance = _StorageClass()
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:6084:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6082 | var _shape: Xla_Shape? = nil
6083 | var _operand: Xla_ComputationDataHandle? = nil
6084 | var _outfeedConfig: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6085 |
6086 | static let defaultInstance = _StorageClass()
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[203/215] Compiling Proto generic_tree_model_extensions.pb.swift
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:5636:45: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5634 | var _shape: Xla_Shape? = nil
5635 | var _preds: [Bool] = []
5636 | var _u8S: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5637 | var _s32S: [Int32] = []
5638 | var _s64S: [Int64] = []
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:5644:46: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5642 | var _f64S: [Double] = []
5643 | var _tupleLiterals: [Xla_LiteralProto] = []
5644 | var _f16S: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5645 |
5646 | static let defaultInstance = _StorageClass()
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:6039:48: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6037 | fileprivate class _StorageClass {
6038 | var _shape: Xla_Shape? = nil
6039 | var _config: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6040 |
6041 | static let defaultInstance = _StorageClass()
/host/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:6084:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6082 | var _shape: Xla_Shape? = nil
6083 | var _operand: Xla_ComputationDataHandle? = nil
6084 | var _outfeedConfig: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6085 |
6086 | static let defaultInstance = _StorageClass()
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[204/216] Wrapping AST for Proto for debugging
[205/216] Write Objects.LinkFileList
[207/226] Compiling CAPI String.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "CTensorFlow.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/CTensorFlow/CTensorFlow.h:4:10: error: 'tensorflow/c/c_api.h' file not found
2 | #define _SWIFT_CTENSORFLOW_H_
3 |
4 | #include <tensorflow/c/c_api.h>
| `- error: 'tensorflow/c/c_api.h' file not found
5 |
6 | #endif
/host/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build C module 'CTensorFlow'
14 | limitations under the License.
15 | */
16 | import CTensorFlow
| `- error: could not build C module 'CTensorFlow'
17 | import Foundation
18 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[208/227] Emitting module CAPI
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "CTensorFlow.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/CTensorFlow/CTensorFlow.h:4:10: error: 'tensorflow/c/c_api.h' file not found
2 | #define _SWIFT_CTENSORFLOW_H_
3 |
4 | #include <tensorflow/c/c_api.h>
| `- error: 'tensorflow/c/c_api.h' file not found
5 |
6 | #endif
/host/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build C module 'CTensorFlow'
14 | limitations under the License.
15 | */
16 | import CTensorFlow
| `- error: could not build C module 'CTensorFlow'
17 | import Foundation
18 |
[208/227] Archiving libProto.a
[210/227] Compiling CAPI Tensor.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "CTensorFlow.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/CTensorFlow/CTensorFlow.h:4:10: error: 'tensorflow/c/c_api.h' file not found
2 | #define _SWIFT_CTENSORFLOW_H_
3 |
4 | #include <tensorflow/c/c_api.h>
| `- error: 'tensorflow/c/c_api.h' file not found
5 |
6 | #endif
/host/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build C module 'CTensorFlow'
14 | limitations under the License.
15 | */
16 | import CTensorFlow
| `- error: could not build C module 'CTensorFlow'
17 | import Foundation
18 |
[211/227] Compiling CAPI Status.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "CTensorFlow.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/CTensorFlow/CTensorFlow.h:4:10: error: 'tensorflow/c/c_api.h' file not found
2 | #define _SWIFT_CTENSORFLOW_H_
3 |
4 | #include <tensorflow/c/c_api.h>
| `- error: 'tensorflow/c/c_api.h' file not found
5 |
6 | #endif
/host/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build C module 'CTensorFlow'
14 | limitations under the License.
15 | */
16 | import CTensorFlow
| `- error: could not build C module 'CTensorFlow'
17 | import Foundation
18 |
[212/227] Compiling CAPI Library.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "CTensorFlow.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/CTensorFlow/CTensorFlow.h:4:10: error: 'tensorflow/c/c_api.h' file not found
2 | #define _SWIFT_CTENSORFLOW_H_
3 |
4 | #include <tensorflow/c/c_api.h>
| `- error: 'tensorflow/c/c_api.h' file not found
5 |
6 | #endif
/host/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build C module 'CTensorFlow'
14 | limitations under the License.
15 | */
16 | import CTensorFlow
| `- error: could not build C module 'CTensorFlow'
17 | import Foundation
18 |
[213/227] Compiling CAPI Graph.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "CTensorFlow.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/CTensorFlow/CTensorFlow.h:4:10: error: 'tensorflow/c/c_api.h' file not found
2 | #define _SWIFT_CTENSORFLOW_H_
3 |
4 | #include <tensorflow/c/c_api.h>
| `- error: 'tensorflow/c/c_api.h' file not found
5 |
6 | #endif
/host/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build C module 'CTensorFlow'
14 | limitations under the License.
15 | */
16 | import CTensorFlow
| `- error: could not build C module 'CTensorFlow'
17 | import Foundation
18 |
[214/227] Compiling CAPI Session.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "CTensorFlow.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/CTensorFlow/CTensorFlow.h:4:10: error: 'tensorflow/c/c_api.h' file not found
2 | #define _SWIFT_CTENSORFLOW_H_
3 |
4 | #include <tensorflow/c/c_api.h>
| `- error: 'tensorflow/c/c_api.h' file not found
5 |
6 | #endif
/host/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build C module 'CTensorFlow'
14 | limitations under the License.
15 | */
16 | import CTensorFlow
| `- error: could not build C module 'CTensorFlow'
17 | import Foundation
18 |
[215/227] Compiling CAPI Buffer.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "CTensorFlow.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/CTensorFlow/CTensorFlow.h:4:10: error: 'tensorflow/c/c_api.h' file not found
2 | #define _SWIFT_CTENSORFLOW_H_
3 |
4 | #include <tensorflow/c/c_api.h>
| `- error: 'tensorflow/c/c_api.h' file not found
5 |
6 | #endif
/host/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build C module 'CTensorFlow'
14 | limitations under the License.
15 | */
16 | import CTensorFlow
| `- error: could not build C module 'CTensorFlow'
17 | import Foundation
18 |
[216/227] Compiling CAPI CAPI.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "CTensorFlow.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/CTensorFlow/CTensorFlow.h:4:10: error: 'tensorflow/c/c_api.h' file not found
2 | #define _SWIFT_CTENSORFLOW_H_
3 |
4 | #include <tensorflow/c/c_api.h>
| `- error: 'tensorflow/c/c_api.h' file not found
5 |
6 | #endif
/host/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build C module 'CTensorFlow'
14 | limitations under the License.
15 | */
16 | import CTensorFlow
| `- error: could not build C module 'CTensorFlow'
17 | import Foundation
18 |
[217/227] Compiling CAPI Extensions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "CTensorFlow.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/CTensorFlow/CTensorFlow.h:4:10: error: 'tensorflow/c/c_api.h' file not found
2 | #define _SWIFT_CTENSORFLOW_H_
3 |
4 | #include <tensorflow/c/c_api.h>
| `- error: 'tensorflow/c/c_api.h' file not found
5 |
6 | #endif
/host/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build C module 'CTensorFlow'
14 | limitations under the License.
15 | */
16 | import CTensorFlow
| `- error: could not build C module 'CTensorFlow'
17 | import Foundation
18 |
[218/227] Compiling CAPI Gradients.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "CTensorFlow.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/CTensorFlow/CTensorFlow.h:4:10: error: 'tensorflow/c/c_api.h' file not found
2 | #define _SWIFT_CTENSORFLOW_H_
3 |
4 | #include <tensorflow/c/c_api.h>
| `- error: 'tensorflow/c/c_api.h' file not found
5 |
6 | #endif
/host/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build C module 'CTensorFlow'
14 | limitations under the License.
15 | */
16 | import CTensorFlow
| `- error: could not build C module 'CTensorFlow'
17 | import Foundation
18 |
BUILD FAILURE 6.2 linux