The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build TensorFlow, reference master (3c0a68), with Swift 6.2 (beta) for Android on 17 Jun 2025 23:21:00 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

106 |     }
107 |     set {payload = .protobufPayload(newValue)}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/conformance/conformance.pb.swift:199: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]
197 |     get {
198 |       if case .protobufPayload(let v)? = result {return v}
199 |       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]
200 |     }
201 |     set {result = .protobufPayload(newValue)}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/any.pb.swift:165:51: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
163 |
164 |   /// Must be a valid serialized protocol buffer of the above specified type.
165 |   public var value: 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]
166 |
167 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/compiler/ruby/ruby_generated_code.pb.swift:448: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]
446 |     var _optionalFloat: Float = 0
447 |     var _optionalString: String = String()
448 |     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]
449 |     var _optionalEnum: A_B_C_TestEnum = .default
450 |     var _optionalMsg: A_B_C_TestMessage? = nil
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/compiler/ruby/ruby_generated_code.pb.swift:247: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]
245 |     get {
246 |       if case .oneofBytes(let v)? = _storage._myOneof {return v}
247 |       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]
248 |     }
249 |     set {_uniqueStorage()._myOneof = .oneofBytes(newValue)}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/descriptor.pb.swift:1694:56: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
1692 |
1693 |   public var stringValue: Data {
1694 |     get {return _stringValue ?? 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]
1695 |     set {_stringValue = newValue}
1696 |   }
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto2.pb.swift:225:67: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 223 |
 224 |   public var optionalBytes: Data {
 225 |     get {return _storage._optionalBytes ?? 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]
 226 |     set {_uniqueStorage()._optionalBytes = newValue}
 227 |   }
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto2.pb.swift:530: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]
 528 |     get {
 529 |       if case .oneofBytes(let v)? = _storage._oneofField {return v}
 530 |       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]
 531 |     }
 532 |     set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto3.pb.swift:1065: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]
1063 |     var _optionalBool: Bool = false
1064 |     var _optionalString: String = String()
1065 |     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]
1066 |     var _optionalNestedMessage: ProtobufTestMessages_Proto3_TestAllTypesProto3.NestedMessage? = nil
1067 |     var _optionalForeignMessage: ProtobufTestMessages_Proto3_ForeignMessage? = nil
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto3.pb.swift:458: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]
 456 |     get {
 457 |       if case .oneofBytes(let v)? = _storage._oneofField {return v}
 458 |       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]
 459 |     }
 460 |     set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[205/264] Compiling Proto api.pb.swift
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/conformance/conformance.pb.swift:105: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]
103 |     get {
104 |       if case .protobufPayload(let v)? = payload {return v}
105 |       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]
106 |     }
107 |     set {payload = .protobufPayload(newValue)}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/conformance/conformance.pb.swift:199: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]
197 |     get {
198 |       if case .protobufPayload(let v)? = result {return v}
199 |       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]
200 |     }
201 |     set {result = .protobufPayload(newValue)}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/any.pb.swift:165:51: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
163 |
164 |   /// Must be a valid serialized protocol buffer of the above specified type.
165 |   public var value: 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]
166 |
167 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/compiler/ruby/ruby_generated_code.pb.swift:448: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]
446 |     var _optionalFloat: Float = 0
447 |     var _optionalString: String = String()
448 |     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]
449 |     var _optionalEnum: A_B_C_TestEnum = .default
450 |     var _optionalMsg: A_B_C_TestMessage? = nil
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/compiler/ruby/ruby_generated_code.pb.swift:247: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]
245 |     get {
246 |       if case .oneofBytes(let v)? = _storage._myOneof {return v}
247 |       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]
248 |     }
249 |     set {_uniqueStorage()._myOneof = .oneofBytes(newValue)}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/descriptor.pb.swift:1694:56: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
1692 |
1693 |   public var stringValue: Data {
1694 |     get {return _stringValue ?? 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]
1695 |     set {_stringValue = newValue}
1696 |   }
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto2.pb.swift:225:67: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 223 |
 224 |   public var optionalBytes: Data {
 225 |     get {return _storage._optionalBytes ?? 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]
 226 |     set {_uniqueStorage()._optionalBytes = newValue}
 227 |   }
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto2.pb.swift:530: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]
 528 |     get {
 529 |       if case .oneofBytes(let v)? = _storage._oneofField {return v}
 530 |       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]
 531 |     }
 532 |     set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto3.pb.swift:1065: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]
1063 |     var _optionalBool: Bool = false
1064 |     var _optionalString: String = String()
1065 |     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]
1066 |     var _optionalNestedMessage: ProtobufTestMessages_Proto3_TestAllTypesProto3.NestedMessage? = nil
1067 |     var _optionalForeignMessage: ProtobufTestMessages_Proto3_ForeignMessage? = nil
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto3.pb.swift:458: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]
 456 |     get {
 457 |       if case .oneofBytes(let v)? = _storage._oneofField {return v}
 458 |       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]
 459 |     }
 460 |     set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[206/264] Compiling Proto cpp_test_bad_identifiers.pb.swift
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/conformance/conformance.pb.swift:105: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]
103 |     get {
104 |       if case .protobufPayload(let v)? = payload {return v}
105 |       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]
106 |     }
107 |     set {payload = .protobufPayload(newValue)}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/conformance/conformance.pb.swift:199: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]
197 |     get {
198 |       if case .protobufPayload(let v)? = result {return v}
199 |       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]
200 |     }
201 |     set {result = .protobufPayload(newValue)}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/any.pb.swift:165:51: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
163 |
164 |   /// Must be a valid serialized protocol buffer of the above specified type.
165 |   public var value: 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]
166 |
167 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/compiler/ruby/ruby_generated_code.pb.swift:448: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]
446 |     var _optionalFloat: Float = 0
447 |     var _optionalString: String = String()
448 |     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]
449 |     var _optionalEnum: A_B_C_TestEnum = .default
450 |     var _optionalMsg: A_B_C_TestMessage? = nil
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/compiler/ruby/ruby_generated_code.pb.swift:247: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]
245 |     get {
246 |       if case .oneofBytes(let v)? = _storage._myOneof {return v}
247 |       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]
248 |     }
249 |     set {_uniqueStorage()._myOneof = .oneofBytes(newValue)}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/descriptor.pb.swift:1694:56: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
1692 |
1693 |   public var stringValue: Data {
1694 |     get {return _stringValue ?? 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]
1695 |     set {_stringValue = newValue}
1696 |   }
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto2.pb.swift:225:67: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 223 |
 224 |   public var optionalBytes: Data {
 225 |     get {return _storage._optionalBytes ?? 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]
 226 |     set {_uniqueStorage()._optionalBytes = newValue}
 227 |   }
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto2.pb.swift:530: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]
 528 |     get {
 529 |       if case .oneofBytes(let v)? = _storage._oneofField {return v}
 530 |       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]
 531 |     }
 532 |     set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto3.pb.swift:1065: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]
1063 |     var _optionalBool: Bool = false
1064 |     var _optionalString: String = String()
1065 |     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]
1066 |     var _optionalNestedMessage: ProtobufTestMessages_Proto3_TestAllTypesProto3.NestedMessage? = nil
1067 |     var _optionalForeignMessage: ProtobufTestMessages_Proto3_ForeignMessage? = nil
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto3.pb.swift:458: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]
 456 |     get {
 457 |       if case .oneofBytes(let v)? = _storage._oneofField {return v}
 458 |       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]
 459 |     }
 460 |     set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[207/264] Compiling Proto cpp_test_large_enum_value.pb.swift
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/conformance/conformance.pb.swift:105: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]
103 |     get {
104 |       if case .protobufPayload(let v)? = payload {return v}
105 |       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]
106 |     }
107 |     set {payload = .protobufPayload(newValue)}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/conformance/conformance.pb.swift:199: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]
197 |     get {
198 |       if case .protobufPayload(let v)? = result {return v}
199 |       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]
200 |     }
201 |     set {result = .protobufPayload(newValue)}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/any.pb.swift:165:51: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
163 |
164 |   /// Must be a valid serialized protocol buffer of the above specified type.
165 |   public var value: 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]
166 |
167 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/compiler/ruby/ruby_generated_code.pb.swift:448: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]
446 |     var _optionalFloat: Float = 0
447 |     var _optionalString: String = String()
448 |     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]
449 |     var _optionalEnum: A_B_C_TestEnum = .default
450 |     var _optionalMsg: A_B_C_TestMessage? = nil
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/compiler/ruby/ruby_generated_code.pb.swift:247: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]
245 |     get {
246 |       if case .oneofBytes(let v)? = _storage._myOneof {return v}
247 |       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]
248 |     }
249 |     set {_uniqueStorage()._myOneof = .oneofBytes(newValue)}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/descriptor.pb.swift:1694:56: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
1692 |
1693 |   public var stringValue: Data {
1694 |     get {return _stringValue ?? 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]
1695 |     set {_stringValue = newValue}
1696 |   }
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto2.pb.swift:225:67: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 223 |
 224 |   public var optionalBytes: Data {
 225 |     get {return _storage._optionalBytes ?? 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]
 226 |     set {_uniqueStorage()._optionalBytes = newValue}
 227 |   }
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto2.pb.swift:530: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]
 528 |     get {
 529 |       if case .oneofBytes(let v)? = _storage._oneofField {return v}
 530 |       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]
 531 |     }
 532 |     set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto3.pb.swift:1065: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]
1063 |     var _optionalBool: Bool = false
1064 |     var _optionalString: String = String()
1065 |     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]
1066 |     var _optionalNestedMessage: ProtobufTestMessages_Proto3_TestAllTypesProto3.NestedMessage? = nil
1067 |     var _optionalForeignMessage: ProtobufTestMessages_Proto3_ForeignMessage? = nil
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto3.pb.swift:458: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]
 456 |     get {
 457 |       if case .oneofBytes(let v)? = _storage._oneofField {return v}
 458 |       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]
 459 |     }
 460 |     set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[208/264] Compiling Proto plugin.pb.swift
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/conformance/conformance.pb.swift:105: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]
103 |     get {
104 |       if case .protobufPayload(let v)? = payload {return v}
105 |       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]
106 |     }
107 |     set {payload = .protobufPayload(newValue)}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/conformance/conformance.pb.swift:199: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]
197 |     get {
198 |       if case .protobufPayload(let v)? = result {return v}
199 |       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]
200 |     }
201 |     set {result = .protobufPayload(newValue)}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/any.pb.swift:165:51: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
163 |
164 |   /// Must be a valid serialized protocol buffer of the above specified type.
165 |   public var value: 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]
166 |
167 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/compiler/ruby/ruby_generated_code.pb.swift:448: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]
446 |     var _optionalFloat: Float = 0
447 |     var _optionalString: String = String()
448 |     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]
449 |     var _optionalEnum: A_B_C_TestEnum = .default
450 |     var _optionalMsg: A_B_C_TestMessage? = nil
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/compiler/ruby/ruby_generated_code.pb.swift:247: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]
245 |     get {
246 |       if case .oneofBytes(let v)? = _storage._myOneof {return v}
247 |       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]
248 |     }
249 |     set {_uniqueStorage()._myOneof = .oneofBytes(newValue)}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/descriptor.pb.swift:1694:56: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
1692 |
1693 |   public var stringValue: Data {
1694 |     get {return _stringValue ?? 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]
1695 |     set {_stringValue = newValue}
1696 |   }
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto2.pb.swift:225:67: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 223 |
 224 |   public var optionalBytes: Data {
 225 |     get {return _storage._optionalBytes ?? 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]
 226 |     set {_uniqueStorage()._optionalBytes = newValue}
 227 |   }
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto2.pb.swift:530: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]
 528 |     get {
 529 |       if case .oneofBytes(let v)? = _storage._oneofField {return v}
 530 |       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]
 531 |     }
 532 |     set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto3.pb.swift:1065: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]
1063 |     var _optionalBool: Bool = false
1064 |     var _optionalString: String = String()
1065 |     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]
1066 |     var _optionalNestedMessage: ProtobufTestMessages_Proto3_TestAllTypesProto3.NestedMessage? = nil
1067 |     var _optionalForeignMessage: ProtobufTestMessages_Proto3_ForeignMessage? = nil
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto3.pb.swift:458: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]
 456 |     get {
 457 |       if case .oneofBytes(let v)? = _storage._oneofField {return v}
 458 |       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]
 459 |     }
 460 |     set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[209/264] Compiling Proto ruby_generated_code.pb.swift
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/conformance/conformance.pb.swift:105: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]
103 |     get {
104 |       if case .protobufPayload(let v)? = payload {return v}
105 |       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]
106 |     }
107 |     set {payload = .protobufPayload(newValue)}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/conformance/conformance.pb.swift:199: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]
197 |     get {
198 |       if case .protobufPayload(let v)? = result {return v}
199 |       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]
200 |     }
201 |     set {result = .protobufPayload(newValue)}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/any.pb.swift:165:51: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
163 |
164 |   /// Must be a valid serialized protocol buffer of the above specified type.
165 |   public var value: 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]
166 |
167 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/compiler/ruby/ruby_generated_code.pb.swift:448: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]
446 |     var _optionalFloat: Float = 0
447 |     var _optionalString: String = String()
448 |     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]
449 |     var _optionalEnum: A_B_C_TestEnum = .default
450 |     var _optionalMsg: A_B_C_TestMessage? = nil
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/compiler/ruby/ruby_generated_code.pb.swift:247: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]
245 |     get {
246 |       if case .oneofBytes(let v)? = _storage._myOneof {return v}
247 |       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]
248 |     }
249 |     set {_uniqueStorage()._myOneof = .oneofBytes(newValue)}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/descriptor.pb.swift:1694:56: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
1692 |
1693 |   public var stringValue: Data {
1694 |     get {return _stringValue ?? 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]
1695 |     set {_stringValue = newValue}
1696 |   }
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto2.pb.swift:225:67: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 223 |
 224 |   public var optionalBytes: Data {
 225 |     get {return _storage._optionalBytes ?? 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]
 226 |     set {_uniqueStorage()._optionalBytes = newValue}
 227 |   }
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto2.pb.swift:530: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]
 528 |     get {
 529 |       if case .oneofBytes(let v)? = _storage._oneofField {return v}
 530 |       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]
 531 |     }
 532 |     set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto3.pb.swift:1065: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]
1063 |     var _optionalBool: Bool = false
1064 |     var _optionalString: String = String()
1065 |     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]
1066 |     var _optionalNestedMessage: ProtobufTestMessages_Proto3_TestAllTypesProto3.NestedMessage? = nil
1067 |     var _optionalForeignMessage: ProtobufTestMessages_Proto3_ForeignMessage? = nil
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto3.pb.swift:458: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]
 456 |     get {
 457 |       if case .oneofBytes(let v)? = _storage._oneofField {return v}
 458 |       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]
 459 |     }
 460 |     set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[210/264] Compiling Proto descriptor.pb.swift
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/conformance/conformance.pb.swift:105: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]
103 |     get {
104 |       if case .protobufPayload(let v)? = payload {return v}
105 |       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]
106 |     }
107 |     set {payload = .protobufPayload(newValue)}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/conformance/conformance.pb.swift:199: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]
197 |     get {
198 |       if case .protobufPayload(let v)? = result {return v}
199 |       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]
200 |     }
201 |     set {result = .protobufPayload(newValue)}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/any.pb.swift:165:51: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
163 |
164 |   /// Must be a valid serialized protocol buffer of the above specified type.
165 |   public var value: 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]
166 |
167 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/compiler/ruby/ruby_generated_code.pb.swift:448: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]
446 |     var _optionalFloat: Float = 0
447 |     var _optionalString: String = String()
448 |     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]
449 |     var _optionalEnum: A_B_C_TestEnum = .default
450 |     var _optionalMsg: A_B_C_TestMessage? = nil
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/compiler/ruby/ruby_generated_code.pb.swift:247: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]
245 |     get {
246 |       if case .oneofBytes(let v)? = _storage._myOneof {return v}
247 |       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]
248 |     }
249 |     set {_uniqueStorage()._myOneof = .oneofBytes(newValue)}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/descriptor.pb.swift:1694:56: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
1692 |
1693 |   public var stringValue: Data {
1694 |     get {return _stringValue ?? 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]
1695 |     set {_stringValue = newValue}
1696 |   }
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto2.pb.swift:225:67: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 223 |
 224 |   public var optionalBytes: Data {
 225 |     get {return _storage._optionalBytes ?? 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]
 226 |     set {_uniqueStorage()._optionalBytes = newValue}
 227 |   }
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto2.pb.swift:530: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]
 528 |     get {
 529 |       if case .oneofBytes(let v)? = _storage._oneofField {return v}
 530 |       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]
 531 |     }
 532 |     set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto3.pb.swift:1065: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]
1063 |     var _optionalBool: Bool = false
1064 |     var _optionalString: String = String()
1065 |     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]
1066 |     var _optionalNestedMessage: ProtobufTestMessages_Proto3_TestAllTypesProto3.NestedMessage? = nil
1067 |     var _optionalForeignMessage: ProtobufTestMessages_Proto3_ForeignMessage? = nil
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto3.pb.swift:458: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]
 456 |     get {
 457 |       if case .oneofBytes(let v)? = _storage._oneofField {return v}
 458 |       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]
 459 |     }
 460 |     set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[211/264] Compiling Proto duration.pb.swift
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/conformance/conformance.pb.swift:105: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]
103 |     get {
104 |       if case .protobufPayload(let v)? = payload {return v}
105 |       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]
106 |     }
107 |     set {payload = .protobufPayload(newValue)}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/conformance/conformance.pb.swift:199: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]
197 |     get {
198 |       if case .protobufPayload(let v)? = result {return v}
199 |       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]
200 |     }
201 |     set {result = .protobufPayload(newValue)}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/any.pb.swift:165:51: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
163 |
164 |   /// Must be a valid serialized protocol buffer of the above specified type.
165 |   public var value: 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]
166 |
167 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/compiler/ruby/ruby_generated_code.pb.swift:448: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]
446 |     var _optionalFloat: Float = 0
447 |     var _optionalString: String = String()
448 |     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]
449 |     var _optionalEnum: A_B_C_TestEnum = .default
450 |     var _optionalMsg: A_B_C_TestMessage? = nil
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/compiler/ruby/ruby_generated_code.pb.swift:247: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]
245 |     get {
246 |       if case .oneofBytes(let v)? = _storage._myOneof {return v}
247 |       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]
248 |     }
249 |     set {_uniqueStorage()._myOneof = .oneofBytes(newValue)}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/descriptor.pb.swift:1694:56: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
1692 |
1693 |   public var stringValue: Data {
1694 |     get {return _stringValue ?? 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]
1695 |     set {_stringValue = newValue}
1696 |   }
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto2.pb.swift:225:67: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 223 |
 224 |   public var optionalBytes: Data {
 225 |     get {return _storage._optionalBytes ?? 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]
 226 |     set {_uniqueStorage()._optionalBytes = newValue}
 227 |   }
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto2.pb.swift:530: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]
 528 |     get {
 529 |       if case .oneofBytes(let v)? = _storage._oneofField {return v}
 530 |       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]
 531 |     }
 532 |     set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto3.pb.swift:1065: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]
1063 |     var _optionalBool: Bool = false
1064 |     var _optionalString: String = String()
1065 |     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]
1066 |     var _optionalNestedMessage: ProtobufTestMessages_Proto3_TestAllTypesProto3.NestedMessage? = nil
1067 |     var _optionalForeignMessage: ProtobufTestMessages_Proto3_ForeignMessage? = nil
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto3.pb.swift:458: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]
 456 |     get {
 457 |       if case .oneofBytes(let v)? = _storage._oneofField {return v}
 458 |       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]
 459 |     }
 460 |     set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[212/264] Compiling Proto empty.pb.swift
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/conformance/conformance.pb.swift:105: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]
103 |     get {
104 |       if case .protobufPayload(let v)? = payload {return v}
105 |       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]
106 |     }
107 |     set {payload = .protobufPayload(newValue)}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/conformance/conformance.pb.swift:199: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]
197 |     get {
198 |       if case .protobufPayload(let v)? = result {return v}
199 |       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]
200 |     }
201 |     set {result = .protobufPayload(newValue)}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/any.pb.swift:165:51: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
163 |
164 |   /// Must be a valid serialized protocol buffer of the above specified type.
165 |   public var value: 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]
166 |
167 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/compiler/ruby/ruby_generated_code.pb.swift:448: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]
446 |     var _optionalFloat: Float = 0
447 |     var _optionalString: String = String()
448 |     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]
449 |     var _optionalEnum: A_B_C_TestEnum = .default
450 |     var _optionalMsg: A_B_C_TestMessage? = nil
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/compiler/ruby/ruby_generated_code.pb.swift:247: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]
245 |     get {
246 |       if case .oneofBytes(let v)? = _storage._myOneof {return v}
247 |       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]
248 |     }
249 |     set {_uniqueStorage()._myOneof = .oneofBytes(newValue)}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/descriptor.pb.swift:1694:56: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
1692 |
1693 |   public var stringValue: Data {
1694 |     get {return _stringValue ?? 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]
1695 |     set {_stringValue = newValue}
1696 |   }
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto2.pb.swift:225:67: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 223 |
 224 |   public var optionalBytes: Data {
 225 |     get {return _storage._optionalBytes ?? 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]
 226 |     set {_uniqueStorage()._optionalBytes = newValue}
 227 |   }
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto2.pb.swift:530: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]
 528 |     get {
 529 |       if case .oneofBytes(let v)? = _storage._oneofField {return v}
 530 |       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]
 531 |     }
 532 |     set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto3.pb.swift:1065: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]
1063 |     var _optionalBool: Bool = false
1064 |     var _optionalString: String = String()
1065 |     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]
1066 |     var _optionalNestedMessage: ProtobufTestMessages_Proto3_TestAllTypesProto3.NestedMessage? = nil
1067 |     var _optionalForeignMessage: ProtobufTestMessages_Proto3_ForeignMessage? = nil
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto3.pb.swift:458: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]
 456 |     get {
 457 |       if case .oneofBytes(let v)? = _storage._oneofField {return v}
 458 |       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]
 459 |     }
 460 |     set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[213/264] Compiling Proto field_mask.pb.swift
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/conformance/conformance.pb.swift:105: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]
103 |     get {
104 |       if case .protobufPayload(let v)? = payload {return v}
105 |       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]
106 |     }
107 |     set {payload = .protobufPayload(newValue)}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/conformance/conformance.pb.swift:199: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]
197 |     get {
198 |       if case .protobufPayload(let v)? = result {return v}
199 |       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]
200 |     }
201 |     set {result = .protobufPayload(newValue)}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/any.pb.swift:165:51: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
163 |
164 |   /// Must be a valid serialized protocol buffer of the above specified type.
165 |   public var value: 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]
166 |
167 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/compiler/ruby/ruby_generated_code.pb.swift:448: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]
446 |     var _optionalFloat: Float = 0
447 |     var _optionalString: String = String()
448 |     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]
449 |     var _optionalEnum: A_B_C_TestEnum = .default
450 |     var _optionalMsg: A_B_C_TestMessage? = nil
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/compiler/ruby/ruby_generated_code.pb.swift:247: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]
245 |     get {
246 |       if case .oneofBytes(let v)? = _storage._myOneof {return v}
247 |       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]
248 |     }
249 |     set {_uniqueStorage()._myOneof = .oneofBytes(newValue)}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/descriptor.pb.swift:1694:56: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
1692 |
1693 |   public var stringValue: Data {
1694 |     get {return _stringValue ?? 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]
1695 |     set {_stringValue = newValue}
1696 |   }
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto2.pb.swift:225:67: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 223 |
 224 |   public var optionalBytes: Data {
 225 |     get {return _storage._optionalBytes ?? 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]
 226 |     set {_uniqueStorage()._optionalBytes = newValue}
 227 |   }
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto2.pb.swift:530: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]
 528 |     get {
 529 |       if case .oneofBytes(let v)? = _storage._oneofField {return v}
 530 |       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]
 531 |     }
 532 |     set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto3.pb.swift:1065: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]
1063 |     var _optionalBool: Bool = false
1064 |     var _optionalString: String = String()
1065 |     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]
1066 |     var _optionalNestedMessage: ProtobufTestMessages_Proto3_TestAllTypesProto3.NestedMessage? = nil
1067 |     var _optionalForeignMessage: ProtobufTestMessages_Proto3_ForeignMessage? = nil
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto3.pb.swift:458: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]
 456 |     get {
 457 |       if case .oneofBytes(let v)? = _storage._oneofField {return v}
 458 |       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]
 459 |     }
 460 |     set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[214/264] Compiling Proto source_context.pb.swift
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/conformance/conformance.pb.swift:105: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]
103 |     get {
104 |       if case .protobufPayload(let v)? = payload {return v}
105 |       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]
106 |     }
107 |     set {payload = .protobufPayload(newValue)}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/conformance/conformance.pb.swift:199: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]
197 |     get {
198 |       if case .protobufPayload(let v)? = result {return v}
199 |       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]
200 |     }
201 |     set {result = .protobufPayload(newValue)}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/any.pb.swift:165:51: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
163 |
164 |   /// Must be a valid serialized protocol buffer of the above specified type.
165 |   public var value: 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]
166 |
167 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/compiler/ruby/ruby_generated_code.pb.swift:448: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]
446 |     var _optionalFloat: Float = 0
447 |     var _optionalString: String = String()
448 |     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]
449 |     var _optionalEnum: A_B_C_TestEnum = .default
450 |     var _optionalMsg: A_B_C_TestMessage? = nil
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/compiler/ruby/ruby_generated_code.pb.swift:247: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]
245 |     get {
246 |       if case .oneofBytes(let v)? = _storage._myOneof {return v}
247 |       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]
248 |     }
249 |     set {_uniqueStorage()._myOneof = .oneofBytes(newValue)}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/descriptor.pb.swift:1694:56: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
1692 |
1693 |   public var stringValue: Data {
1694 |     get {return _stringValue ?? 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]
1695 |     set {_stringValue = newValue}
1696 |   }
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto2.pb.swift:225:67: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 223 |
 224 |   public var optionalBytes: Data {
 225 |     get {return _storage._optionalBytes ?? 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]
 226 |     set {_uniqueStorage()._optionalBytes = newValue}
 227 |   }
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto2.pb.swift:530: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]
 528 |     get {
 529 |       if case .oneofBytes(let v)? = _storage._oneofField {return v}
 530 |       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]
 531 |     }
 532 |     set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto3.pb.swift:1065: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]
1063 |     var _optionalBool: Bool = false
1064 |     var _optionalString: String = String()
1065 |     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]
1066 |     var _optionalNestedMessage: ProtobufTestMessages_Proto3_TestAllTypesProto3.NestedMessage? = nil
1067 |     var _optionalForeignMessage: ProtobufTestMessages_Proto3_ForeignMessage? = nil
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto3.pb.swift:458: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]
 456 |     get {
 457 |       if case .oneofBytes(let v)? = _storage._oneofField {return v}
 458 |       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]
 459 |     }
 460 |     set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[215/264] Compiling Proto struct.pb.swift
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/conformance/conformance.pb.swift:105: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]
103 |     get {
104 |       if case .protobufPayload(let v)? = payload {return v}
105 |       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]
106 |     }
107 |     set {payload = .protobufPayload(newValue)}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/conformance/conformance.pb.swift:199: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]
197 |     get {
198 |       if case .protobufPayload(let v)? = result {return v}
199 |       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]
200 |     }
201 |     set {result = .protobufPayload(newValue)}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/any.pb.swift:165:51: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
163 |
164 |   /// Must be a valid serialized protocol buffer of the above specified type.
165 |   public var value: 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]
166 |
167 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/compiler/ruby/ruby_generated_code.pb.swift:448: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]
446 |     var _optionalFloat: Float = 0
447 |     var _optionalString: String = String()
448 |     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]
449 |     var _optionalEnum: A_B_C_TestEnum = .default
450 |     var _optionalMsg: A_B_C_TestMessage? = nil
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/compiler/ruby/ruby_generated_code.pb.swift:247: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]
245 |     get {
246 |       if case .oneofBytes(let v)? = _storage._myOneof {return v}
247 |       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]
248 |     }
249 |     set {_uniqueStorage()._myOneof = .oneofBytes(newValue)}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/descriptor.pb.swift:1694:56: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
1692 |
1693 |   public var stringValue: Data {
1694 |     get {return _stringValue ?? 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]
1695 |     set {_stringValue = newValue}
1696 |   }
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto2.pb.swift:225:67: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 223 |
 224 |   public var optionalBytes: Data {
 225 |     get {return _storage._optionalBytes ?? 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]
 226 |     set {_uniqueStorage()._optionalBytes = newValue}
 227 |   }
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto2.pb.swift:530: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]
 528 |     get {
 529 |       if case .oneofBytes(let v)? = _storage._oneofField {return v}
 530 |       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]
 531 |     }
 532 |     set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto3.pb.swift:1065: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]
1063 |     var _optionalBool: Bool = false
1064 |     var _optionalString: String = String()
1065 |     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]
1066 |     var _optionalNestedMessage: ProtobufTestMessages_Proto3_TestAllTypesProto3.NestedMessage? = nil
1067 |     var _optionalForeignMessage: ProtobufTestMessages_Proto3_ForeignMessage? = nil
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto3.pb.swift:458: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]
 456 |     get {
 457 |       if case .oneofBytes(let v)? = _storage._oneofField {return v}
 458 |       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]
 459 |     }
 460 |     set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[216/264] Compiling Proto test_messages_proto2.pb.swift
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/conformance/conformance.pb.swift:105: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]
103 |     get {
104 |       if case .protobufPayload(let v)? = payload {return v}
105 |       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]
106 |     }
107 |     set {payload = .protobufPayload(newValue)}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/conformance/conformance.pb.swift:199: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]
197 |     get {
198 |       if case .protobufPayload(let v)? = result {return v}
199 |       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]
200 |     }
201 |     set {result = .protobufPayload(newValue)}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/any.pb.swift:165:51: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
163 |
164 |   /// Must be a valid serialized protocol buffer of the above specified type.
165 |   public var value: 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]
166 |
167 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/compiler/ruby/ruby_generated_code.pb.swift:448: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]
446 |     var _optionalFloat: Float = 0
447 |     var _optionalString: String = String()
448 |     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]
449 |     var _optionalEnum: A_B_C_TestEnum = .default
450 |     var _optionalMsg: A_B_C_TestMessage? = nil
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/compiler/ruby/ruby_generated_code.pb.swift:247: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]
245 |     get {
246 |       if case .oneofBytes(let v)? = _storage._myOneof {return v}
247 |       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]
248 |     }
249 |     set {_uniqueStorage()._myOneof = .oneofBytes(newValue)}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/descriptor.pb.swift:1694:56: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
1692 |
1693 |   public var stringValue: Data {
1694 |     get {return _stringValue ?? 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]
1695 |     set {_stringValue = newValue}
1696 |   }
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto2.pb.swift:225:67: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 223 |
 224 |   public var optionalBytes: Data {
 225 |     get {return _storage._optionalBytes ?? 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]
 226 |     set {_uniqueStorage()._optionalBytes = newValue}
 227 |   }
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto2.pb.swift:530: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]
 528 |     get {
 529 |       if case .oneofBytes(let v)? = _storage._oneofField {return v}
 530 |       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]
 531 |     }
 532 |     set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto3.pb.swift:1065: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]
1063 |     var _optionalBool: Bool = false
1064 |     var _optionalString: String = String()
1065 |     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]
1066 |     var _optionalNestedMessage: ProtobufTestMessages_Proto3_TestAllTypesProto3.NestedMessage? = nil
1067 |     var _optionalForeignMessage: ProtobufTestMessages_Proto3_ForeignMessage? = nil
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto3.pb.swift:458: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]
 456 |     get {
 457 |       if case .oneofBytes(let v)? = _storage._oneofField {return v}
 458 |       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]
 459 |     }
 460 |     set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[217/264] Compiling Proto test_messages_proto3.pb.swift
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/conformance/conformance.pb.swift:105: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]
103 |     get {
104 |       if case .protobufPayload(let v)? = payload {return v}
105 |       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]
106 |     }
107 |     set {payload = .protobufPayload(newValue)}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/conformance/conformance.pb.swift:199: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]
197 |     get {
198 |       if case .protobufPayload(let v)? = result {return v}
199 |       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]
200 |     }
201 |     set {result = .protobufPayload(newValue)}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/any.pb.swift:165:51: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
163 |
164 |   /// Must be a valid serialized protocol buffer of the above specified type.
165 |   public var value: 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]
166 |
167 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/compiler/ruby/ruby_generated_code.pb.swift:448: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]
446 |     var _optionalFloat: Float = 0
447 |     var _optionalString: String = String()
448 |     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]
449 |     var _optionalEnum: A_B_C_TestEnum = .default
450 |     var _optionalMsg: A_B_C_TestMessage? = nil
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/compiler/ruby/ruby_generated_code.pb.swift:247: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]
245 |     get {
246 |       if case .oneofBytes(let v)? = _storage._myOneof {return v}
247 |       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]
248 |     }
249 |     set {_uniqueStorage()._myOneof = .oneofBytes(newValue)}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/descriptor.pb.swift:1694:56: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
1692 |
1693 |   public var stringValue: Data {
1694 |     get {return _stringValue ?? 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]
1695 |     set {_stringValue = newValue}
1696 |   }
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto2.pb.swift:225:67: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 223 |
 224 |   public var optionalBytes: Data {
 225 |     get {return _storage._optionalBytes ?? 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]
 226 |     set {_uniqueStorage()._optionalBytes = newValue}
 227 |   }
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto2.pb.swift:530: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]
 528 |     get {
 529 |       if case .oneofBytes(let v)? = _storage._oneofField {return v}
 530 |       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]
 531 |     }
 532 |     set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto3.pb.swift:1065: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]
1063 |     var _optionalBool: Bool = false
1064 |     var _optionalString: String = String()
1065 |     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]
1066 |     var _optionalNestedMessage: ProtobufTestMessages_Proto3_TestAllTypesProto3.NestedMessage? = nil
1067 |     var _optionalForeignMessage: ProtobufTestMessages_Proto3_ForeignMessage? = nil
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto3.pb.swift:458: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]
 456 |     get {
 457 |       if case .oneofBytes(let v)? = _storage._oneofField {return v}
 458 |       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]
 459 |     }
 460 |     set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[218/264] Compiling Proto timestamp.pb.swift
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/conformance/conformance.pb.swift:105: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]
103 |     get {
104 |       if case .protobufPayload(let v)? = payload {return v}
105 |       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]
106 |     }
107 |     set {payload = .protobufPayload(newValue)}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/conformance/conformance.pb.swift:199: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]
197 |     get {
198 |       if case .protobufPayload(let v)? = result {return v}
199 |       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]
200 |     }
201 |     set {result = .protobufPayload(newValue)}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/any.pb.swift:165:51: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
163 |
164 |   /// Must be a valid serialized protocol buffer of the above specified type.
165 |   public var value: 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]
166 |
167 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/compiler/ruby/ruby_generated_code.pb.swift:448: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]
446 |     var _optionalFloat: Float = 0
447 |     var _optionalString: String = String()
448 |     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]
449 |     var _optionalEnum: A_B_C_TestEnum = .default
450 |     var _optionalMsg: A_B_C_TestMessage? = nil
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/compiler/ruby/ruby_generated_code.pb.swift:247: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]
245 |     get {
246 |       if case .oneofBytes(let v)? = _storage._myOneof {return v}
247 |       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]
248 |     }
249 |     set {_uniqueStorage()._myOneof = .oneofBytes(newValue)}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/descriptor.pb.swift:1694:56: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
1692 |
1693 |   public var stringValue: Data {
1694 |     get {return _stringValue ?? 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]
1695 |     set {_stringValue = newValue}
1696 |   }
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto2.pb.swift:225:67: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 223 |
 224 |   public var optionalBytes: Data {
 225 |     get {return _storage._optionalBytes ?? 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]
 226 |     set {_uniqueStorage()._optionalBytes = newValue}
 227 |   }
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto2.pb.swift:530: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]
 528 |     get {
 529 |       if case .oneofBytes(let v)? = _storage._oneofField {return v}
 530 |       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]
 531 |     }
 532 |     set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto3.pb.swift:1065: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]
1063 |     var _optionalBool: Bool = false
1064 |     var _optionalString: String = String()
1065 |     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]
1066 |     var _optionalNestedMessage: ProtobufTestMessages_Proto3_TestAllTypesProto3.NestedMessage? = nil
1067 |     var _optionalForeignMessage: ProtobufTestMessages_Proto3_ForeignMessage? = nil
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/test_messages_proto3.pb.swift:458: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]
 456 |     get {
 457 |       if case .oneofBytes(let v)? = _storage._oneofField {return v}
 458 |       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]
 459 |     }
 460 |     set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[219/264] Compiling Proto tfprof_log.pb.swift
[220/264] Compiling Proto tfprof_options.pb.swift
[221/264] Compiling Proto tfprof_output.pb.swift
[222/264] Compiling Proto checkpointable_object_graph.pb.swift
[223/264] Compiling Proto cluster.pb.swift
[224/264] Compiling Proto config.pb.swift
[225/264] Compiling Proto control_flow.pb.swift
[226/264] Compiling Proto critical_section.pb.swift
[227/264] Compiling Proto debug.pb.swift
[228/264] Compiling Proto device_properties.pb.swift
[229/264] Compiling Proto eager_service.pb.swift
[230/264] Compiling Proto master.pb.swift
[231/264] Compiling Proto master_service.pb.swift
[232/264] Compiling Proto meta_graph.pb.swift
[233/264] Compiling Proto named_tensor.pb.swift
[234/264] Compiling Proto queue_runner.pb.swift
[235/264] Compiling Proto rewriter_config.pb.swift
[236/264] Compiling Proto type.pb.swift
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_custom_options.pb.swift:1191:105: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
1189 |
1190 |   public var ProtobufUnittest_bytesOpt: Data {
1191 |     get {return getExtensionValue(ext: ProtobufUnittest_Extensions_bytes_opt) ?? 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]
1192 |     set {setExtensionValue(ext: ProtobufUnittest_Extensions_bytes_opt, value: newValue)}
1193 |   }
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/wrappers.pb.swift:194:51: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
192 |
193 |   /// The bytes value.
194 |   public var value: 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]
195 |
196 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[237/264] Compiling Proto unittest_custom_options.pb.swift
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_custom_options.pb.swift:1191:105: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
1189 |
1190 |   public var ProtobufUnittest_bytesOpt: Data {
1191 |     get {return getExtensionValue(ext: ProtobufUnittest_Extensions_bytes_opt) ?? 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]
1192 |     set {setExtensionValue(ext: ProtobufUnittest_Extensions_bytes_opt, value: newValue)}
1193 |   }
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/wrappers.pb.swift:194:51: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
192 |
193 |   /// The bytes value.
194 |   public var value: 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]
195 |
196 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[238/264] Compiling Proto unittest_drop_unknown_fields.pb.swift
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_custom_options.pb.swift:1191:105: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
1189 |
1190 |   public var ProtobufUnittest_bytesOpt: Data {
1191 |     get {return getExtensionValue(ext: ProtobufUnittest_Extensions_bytes_opt) ?? 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]
1192 |     set {setExtensionValue(ext: ProtobufUnittest_Extensions_bytes_opt, value: newValue)}
1193 |   }
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/wrappers.pb.swift:194:51: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
192 |
193 |   /// The bytes value.
194 |   public var value: 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]
195 |
196 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[239/264] Compiling Proto unittest_empty.pb.swift
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_custom_options.pb.swift:1191:105: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
1189 |
1190 |   public var ProtobufUnittest_bytesOpt: Data {
1191 |     get {return getExtensionValue(ext: ProtobufUnittest_Extensions_bytes_opt) ?? 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]
1192 |     set {setExtensionValue(ext: ProtobufUnittest_Extensions_bytes_opt, value: newValue)}
1193 |   }
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/wrappers.pb.swift:194:51: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
192 |
193 |   /// The bytes value.
194 |   public var value: 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]
195 |
196 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[240/264] Compiling Proto unittest_enormous_descriptor.pb.swift
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_custom_options.pb.swift:1191:105: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
1189 |
1190 |   public var ProtobufUnittest_bytesOpt: Data {
1191 |     get {return getExtensionValue(ext: ProtobufUnittest_Extensions_bytes_opt) ?? 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]
1192 |     set {setExtensionValue(ext: ProtobufUnittest_Extensions_bytes_opt, value: newValue)}
1193 |   }
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/wrappers.pb.swift:194:51: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
192 |
193 |   /// The bytes value.
194 |   public var value: 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]
195 |
196 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[241/264] Compiling Proto unittest_import_public.pb.swift
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_custom_options.pb.swift:1191:105: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
1189 |
1190 |   public var ProtobufUnittest_bytesOpt: Data {
1191 |     get {return getExtensionValue(ext: ProtobufUnittest_Extensions_bytes_opt) ?? 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]
1192 |     set {setExtensionValue(ext: ProtobufUnittest_Extensions_bytes_opt, value: newValue)}
1193 |   }
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/wrappers.pb.swift:194:51: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
192 |
193 |   /// The bytes value.
194 |   public var value: 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]
195 |
196 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[242/264] Compiling Proto unittest_import_public_lite.pb.swift
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_custom_options.pb.swift:1191:105: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
1189 |
1190 |   public var ProtobufUnittest_bytesOpt: Data {
1191 |     get {return getExtensionValue(ext: ProtobufUnittest_Extensions_bytes_opt) ?? 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]
1192 |     set {setExtensionValue(ext: ProtobufUnittest_Extensions_bytes_opt, value: newValue)}
1193 |   }
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/wrappers.pb.swift:194:51: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
192 |
193 |   /// The bytes value.
194 |   public var value: 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]
195 |
196 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[243/264] Compiling Proto unittest_lazy_dependencies_enum.pb.swift
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_custom_options.pb.swift:1191:105: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
1189 |
1190 |   public var ProtobufUnittest_bytesOpt: Data {
1191 |     get {return getExtensionValue(ext: ProtobufUnittest_Extensions_bytes_opt) ?? 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]
1192 |     set {setExtensionValue(ext: ProtobufUnittest_Extensions_bytes_opt, value: newValue)}
1193 |   }
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/wrappers.pb.swift:194:51: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
192 |
193 |   /// The bytes value.
194 |   public var value: 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]
195 |
196 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[244/264] Compiling Proto unittest_mset_wire_format.pb.swift
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_custom_options.pb.swift:1191:105: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
1189 |
1190 |   public var ProtobufUnittest_bytesOpt: Data {
1191 |     get {return getExtensionValue(ext: ProtobufUnittest_Extensions_bytes_opt) ?? 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]
1192 |     set {setExtensionValue(ext: ProtobufUnittest_Extensions_bytes_opt, value: newValue)}
1193 |   }
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/wrappers.pb.swift:194:51: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
192 |
193 |   /// The bytes value.
194 |   public var value: 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]
195 |
196 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[245/264] Compiling Proto unittest_no_arena_import.pb.swift
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_custom_options.pb.swift:1191:105: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
1189 |
1190 |   public var ProtobufUnittest_bytesOpt: Data {
1191 |     get {return getExtensionValue(ext: ProtobufUnittest_Extensions_bytes_opt) ?? 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]
1192 |     set {setExtensionValue(ext: ProtobufUnittest_Extensions_bytes_opt, value: newValue)}
1193 |   }
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/wrappers.pb.swift:194:51: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
192 |
193 |   /// The bytes value.
194 |   public var value: 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]
195 |
196 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[246/264] Compiling Proto unittest_no_arena_lite.pb.swift
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_custom_options.pb.swift:1191:105: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
1189 |
1190 |   public var ProtobufUnittest_bytesOpt: Data {
1191 |     get {return getExtensionValue(ext: ProtobufUnittest_Extensions_bytes_opt) ?? 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]
1192 |     set {setExtensionValue(ext: ProtobufUnittest_Extensions_bytes_opt, value: newValue)}
1193 |   }
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/wrappers.pb.swift:194:51: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
192 |
193 |   /// The bytes value.
194 |   public var value: 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]
195 |
196 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[247/264] Compiling Proto unittest_no_generic_services.pb.swift
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_custom_options.pb.swift:1191:105: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
1189 |
1190 |   public var ProtobufUnittest_bytesOpt: Data {
1191 |     get {return getExtensionValue(ext: ProtobufUnittest_Extensions_bytes_opt) ?? 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]
1192 |     set {setExtensionValue(ext: ProtobufUnittest_Extensions_bytes_opt, value: newValue)}
1193 |   }
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/wrappers.pb.swift:194:51: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
192 |
193 |   /// The bytes value.
194 |   public var value: 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]
195 |
196 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[248/264] Compiling Proto unittest_preserve_unknown_enum.pb.swift
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_custom_options.pb.swift:1191:105: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
1189 |
1190 |   public var ProtobufUnittest_bytesOpt: Data {
1191 |     get {return getExtensionValue(ext: ProtobufUnittest_Extensions_bytes_opt) ?? 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]
1192 |     set {setExtensionValue(ext: ProtobufUnittest_Extensions_bytes_opt, value: newValue)}
1193 |   }
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/wrappers.pb.swift:194:51: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
192 |
193 |   /// The bytes value.
194 |   public var value: 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]
195 |
196 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[249/264] Compiling Proto unittest_preserve_unknown_enum2.pb.swift
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_custom_options.pb.swift:1191:105: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
1189 |
1190 |   public var ProtobufUnittest_bytesOpt: Data {
1191 |     get {return getExtensionValue(ext: ProtobufUnittest_Extensions_bytes_opt) ?? 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]
1192 |     set {setExtensionValue(ext: ProtobufUnittest_Extensions_bytes_opt, value: newValue)}
1193 |   }
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/wrappers.pb.swift:194:51: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
192 |
193 |   /// The bytes value.
194 |   public var value: 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]
195 |
196 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[250/264] Compiling Proto unittest_well_known_types.pb.swift
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_custom_options.pb.swift:1191:105: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
1189 |
1190 |   public var ProtobufUnittest_bytesOpt: Data {
1191 |     get {return getExtensionValue(ext: ProtobufUnittest_Extensions_bytes_opt) ?? 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]
1192 |     set {setExtensionValue(ext: ProtobufUnittest_Extensions_bytes_opt, value: newValue)}
1193 |   }
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/wrappers.pb.swift:194:51: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
192 |
193 |   /// The bytes value.
194 |   public var value: 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]
195 |
196 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[251/264] Compiling Proto message_differencer_unittest.pb.swift
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_custom_options.pb.swift:1191:105: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
1189 |
1190 |   public var ProtobufUnittest_bytesOpt: Data {
1191 |     get {return getExtensionValue(ext: ProtobufUnittest_Extensions_bytes_opt) ?? 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]
1192 |     set {setExtensionValue(ext: ProtobufUnittest_Extensions_bytes_opt, value: newValue)}
1193 |   }
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/wrappers.pb.swift:194:51: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
192 |
193 |   /// The bytes value.
194 |   public var value: 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]
195 |
196 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[252/264] Compiling Proto wrappers.pb.swift
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/unittest_custom_options.pb.swift:1191:105: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
1189 |
1190 |   public var ProtobufUnittest_bytesOpt: Data {
1191 |     get {return getExtensionValue(ext: ProtobufUnittest_Extensions_bytes_opt) ?? 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]
1192 |     set {setExtensionValue(ext: ProtobufUnittest_Extensions_bytes_opt, value: newValue)}
1193 |   }
/host/spi-builder-workspace/Sources/Proto/contrib/makefile/downloads/protobuf/src/google/protobuf/wrappers.pb.swift:194:51: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
192 |
193 |   /// The bytes value.
194 |   public var value: 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]
195 |
196 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[253/265] Wrapping AST for Proto for debugging
[254/265] Write Objects.LinkFileList
[255/275] Archiving libProto.a
[257/275] 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 |
[258/275] 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 |
[259/276] 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 |
[260/276] 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 |
[261/276] 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 |
[262/276] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[263/276] 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 |
[264/276] 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 |
[265/276] 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 |
[266/276] 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 |
[267/276] 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 android