The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build TensorFlow, reference master (3c0a68), with Swift 6.1 for macOS (SPM) on 24 Apr 2025 22:19:08 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

Build Log

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.
1192 |     set {setExtensionValue(ext: ProtobufUnittest_Extensions_bytes_opt, value: newValue)}
1193 |   }
[188/249] Compiling Proto source_context.pb.swift
/Users/admin/builder/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.
 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.
 226 |     set {_uniqueStorage()._optionalBytes = newValue}
 227 |   }
/Users/admin/builder/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.
 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.
 531 |     }
 532 |     set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
/Users/admin/builder/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.
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.
1066 |     var _optionalNestedMessage: ProtobufTestMessages_Proto3_TestAllTypesProto3.NestedMessage? = nil
1067 |     var _optionalForeignMessage: ProtobufTestMessages_Proto3_ForeignMessage? = nil
/Users/admin/builder/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.
 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.
 459 |     }
 460 |     set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
/Users/admin/builder/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.
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.
1192 |     set {setExtensionValue(ext: ProtobufUnittest_Extensions_bytes_opt, value: newValue)}
1193 |   }
[189/249] Compiling Proto struct.pb.swift
/Users/admin/builder/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.
 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.
 226 |     set {_uniqueStorage()._optionalBytes = newValue}
 227 |   }
/Users/admin/builder/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.
 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.
 531 |     }
 532 |     set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
/Users/admin/builder/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.
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.
1066 |     var _optionalNestedMessage: ProtobufTestMessages_Proto3_TestAllTypesProto3.NestedMessage? = nil
1067 |     var _optionalForeignMessage: ProtobufTestMessages_Proto3_ForeignMessage? = nil
/Users/admin/builder/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.
 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.
 459 |     }
 460 |     set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
/Users/admin/builder/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.
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.
1192 |     set {setExtensionValue(ext: ProtobufUnittest_Extensions_bytes_opt, value: newValue)}
1193 |   }
[190/249] Compiling Proto test_messages_proto2.pb.swift
/Users/admin/builder/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.
 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.
 226 |     set {_uniqueStorage()._optionalBytes = newValue}
 227 |   }
/Users/admin/builder/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.
 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.
 531 |     }
 532 |     set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
/Users/admin/builder/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.
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.
1066 |     var _optionalNestedMessage: ProtobufTestMessages_Proto3_TestAllTypesProto3.NestedMessage? = nil
1067 |     var _optionalForeignMessage: ProtobufTestMessages_Proto3_ForeignMessage? = nil
/Users/admin/builder/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.
 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.
 459 |     }
 460 |     set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
/Users/admin/builder/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.
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.
1192 |     set {setExtensionValue(ext: ProtobufUnittest_Extensions_bytes_opt, value: newValue)}
1193 |   }
[191/249] Compiling Proto test_messages_proto3.pb.swift
/Users/admin/builder/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.
 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.
 226 |     set {_uniqueStorage()._optionalBytes = newValue}
 227 |   }
/Users/admin/builder/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.
 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.
 531 |     }
 532 |     set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
/Users/admin/builder/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.
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.
1066 |     var _optionalNestedMessage: ProtobufTestMessages_Proto3_TestAllTypesProto3.NestedMessage? = nil
1067 |     var _optionalForeignMessage: ProtobufTestMessages_Proto3_ForeignMessage? = nil
/Users/admin/builder/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.
 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.
 459 |     }
 460 |     set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
/Users/admin/builder/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.
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.
1192 |     set {setExtensionValue(ext: ProtobufUnittest_Extensions_bytes_opt, value: newValue)}
1193 |   }
[192/249] Compiling Proto timestamp.pb.swift
/Users/admin/builder/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.
 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.
 226 |     set {_uniqueStorage()._optionalBytes = newValue}
 227 |   }
/Users/admin/builder/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.
 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.
 531 |     }
 532 |     set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
/Users/admin/builder/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.
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.
1066 |     var _optionalNestedMessage: ProtobufTestMessages_Proto3_TestAllTypesProto3.NestedMessage? = nil
1067 |     var _optionalForeignMessage: ProtobufTestMessages_Proto3_ForeignMessage? = nil
/Users/admin/builder/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.
 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.
 459 |     }
 460 |     set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
/Users/admin/builder/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.
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.
1192 |     set {setExtensionValue(ext: ProtobufUnittest_Extensions_bytes_opt, value: newValue)}
1193 |   }
[193/249] Compiling Proto type.pb.swift
/Users/admin/builder/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.
 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.
 226 |     set {_uniqueStorage()._optionalBytes = newValue}
 227 |   }
/Users/admin/builder/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.
 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.
 531 |     }
 532 |     set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
/Users/admin/builder/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.
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.
1066 |     var _optionalNestedMessage: ProtobufTestMessages_Proto3_TestAllTypesProto3.NestedMessage? = nil
1067 |     var _optionalForeignMessage: ProtobufTestMessages_Proto3_ForeignMessage? = nil
/Users/admin/builder/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.
 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.
 459 |     }
 460 |     set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
/Users/admin/builder/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.
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.
1192 |     set {setExtensionValue(ext: ProtobufUnittest_Extensions_bytes_opt, value: newValue)}
1193 |   }
[194/249] Compiling Proto unittest_custom_options.pb.swift
/Users/admin/builder/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.
 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.
 226 |     set {_uniqueStorage()._optionalBytes = newValue}
 227 |   }
/Users/admin/builder/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.
 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.
 531 |     }
 532 |     set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
/Users/admin/builder/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.
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.
1066 |     var _optionalNestedMessage: ProtobufTestMessages_Proto3_TestAllTypesProto3.NestedMessage? = nil
1067 |     var _optionalForeignMessage: ProtobufTestMessages_Proto3_ForeignMessage? = nil
/Users/admin/builder/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.
 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.
 459 |     }
 460 |     set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
/Users/admin/builder/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.
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.
1192 |     set {setExtensionValue(ext: ProtobufUnittest_Extensions_bytes_opt, value: newValue)}
1193 |   }
[195/249] Compiling Proto unittest_drop_unknown_fields.pb.swift
/Users/admin/builder/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.
 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.
 226 |     set {_uniqueStorage()._optionalBytes = newValue}
 227 |   }
/Users/admin/builder/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.
 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.
 531 |     }
 532 |     set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
/Users/admin/builder/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.
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.
1066 |     var _optionalNestedMessage: ProtobufTestMessages_Proto3_TestAllTypesProto3.NestedMessage? = nil
1067 |     var _optionalForeignMessage: ProtobufTestMessages_Proto3_ForeignMessage? = nil
/Users/admin/builder/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.
 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.
 459 |     }
 460 |     set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
/Users/admin/builder/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.
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.
1192 |     set {setExtensionValue(ext: ProtobufUnittest_Extensions_bytes_opt, value: newValue)}
1193 |   }
[196/249] Compiling Proto unittest_empty.pb.swift
/Users/admin/builder/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.
 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.
 226 |     set {_uniqueStorage()._optionalBytes = newValue}
 227 |   }
/Users/admin/builder/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.
 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.
 531 |     }
 532 |     set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
/Users/admin/builder/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.
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.
1066 |     var _optionalNestedMessage: ProtobufTestMessages_Proto3_TestAllTypesProto3.NestedMessage? = nil
1067 |     var _optionalForeignMessage: ProtobufTestMessages_Proto3_ForeignMessage? = nil
/Users/admin/builder/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.
 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.
 459 |     }
 460 |     set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
/Users/admin/builder/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.
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.
1192 |     set {setExtensionValue(ext: ProtobufUnittest_Extensions_bytes_opt, value: newValue)}
1193 |   }
[197/249] Compiling Proto unittest_enormous_descriptor.pb.swift
/Users/admin/builder/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.
 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.
 226 |     set {_uniqueStorage()._optionalBytes = newValue}
 227 |   }
/Users/admin/builder/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.
 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.
 531 |     }
 532 |     set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
/Users/admin/builder/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.
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.
1066 |     var _optionalNestedMessage: ProtobufTestMessages_Proto3_TestAllTypesProto3.NestedMessage? = nil
1067 |     var _optionalForeignMessage: ProtobufTestMessages_Proto3_ForeignMessage? = nil
/Users/admin/builder/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.
 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.
 459 |     }
 460 |     set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
/Users/admin/builder/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.
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.
1192 |     set {setExtensionValue(ext: ProtobufUnittest_Extensions_bytes_opt, value: newValue)}
1193 |   }
[198/249] Compiling Proto unittest_import_public.pb.swift
/Users/admin/builder/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.
 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.
 226 |     set {_uniqueStorage()._optionalBytes = newValue}
 227 |   }
/Users/admin/builder/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.
 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.
 531 |     }
 532 |     set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
/Users/admin/builder/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.
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.
1066 |     var _optionalNestedMessage: ProtobufTestMessages_Proto3_TestAllTypesProto3.NestedMessage? = nil
1067 |     var _optionalForeignMessage: ProtobufTestMessages_Proto3_ForeignMessage? = nil
/Users/admin/builder/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.
 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.
 459 |     }
 460 |     set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
/Users/admin/builder/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.
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.
1192 |     set {setExtensionValue(ext: ProtobufUnittest_Extensions_bytes_opt, value: newValue)}
1193 |   }
[199/249] Compiling Proto debug_service.pb.swift
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/attr_value.pb.swift:39: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.
 37 |     get {
 38 |       if case .s(let v)? = _storage._value {return v}
 39 |       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.
 40 |     }
 41 |     set {_uniqueStorage()._value = .s(newValue)}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/graph_transfer_info.pb.swift:71:50: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 69 |   public var shape: [Int64] = []
 70 |
 71 |   public var data: Data = SwiftProtobuf.Internal.emptyData
    |                                                  `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 72 |
 73 |   public var dtype: Tensorflow_DataType = .dtInvalid
[200/249] Compiling Proto debugger_event_metadata.pb.swift
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/attr_value.pb.swift:39: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.
 37 |     get {
 38 |       if case .s(let v)? = _storage._value {return v}
 39 |       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.
 40 |     }
 41 |     set {_uniqueStorage()._value = .s(newValue)}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/graph_transfer_info.pb.swift:71:50: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 69 |   public var shape: [Int64] = []
 70 |
 71 |   public var data: Data = SwiftProtobuf.Internal.emptyData
    |                                                  `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 72 |
 73 |   public var dtype: Tensorflow_DataType = .dtInvalid
[201/249] Compiling Proto example.pb.swift
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/attr_value.pb.swift:39: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.
 37 |     get {
 38 |       if case .s(let v)? = _storage._value {return v}
 39 |       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.
 40 |     }
 41 |     set {_uniqueStorage()._value = .s(newValue)}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/graph_transfer_info.pb.swift:71:50: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 69 |   public var shape: [Int64] = []
 70 |
 71 |   public var data: Data = SwiftProtobuf.Internal.emptyData
    |                                                  `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 72 |
 73 |   public var dtype: Tensorflow_DataType = .dtInvalid
[202/249] Compiling Proto example_parser_configuration.pb.swift
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/attr_value.pb.swift:39: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.
 37 |     get {
 38 |       if case .s(let v)? = _storage._value {return v}
 39 |       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.
 40 |     }
 41 |     set {_uniqueStorage()._value = .s(newValue)}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/graph_transfer_info.pb.swift:71:50: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 69 |   public var shape: [Int64] = []
 70 |
 71 |   public var data: Data = SwiftProtobuf.Internal.emptyData
    |                                                  `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 72 |
 73 |   public var dtype: Tensorflow_DataType = .dtInvalid
[203/249] Compiling Proto feature.pb.swift
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/attr_value.pb.swift:39: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.
 37 |     get {
 38 |       if case .s(let v)? = _storage._value {return v}
 39 |       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.
 40 |     }
 41 |     set {_uniqueStorage()._value = .s(newValue)}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/graph_transfer_info.pb.swift:71:50: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 69 |   public var shape: [Int64] = []
 70 |
 71 |   public var data: Data = SwiftProtobuf.Internal.emptyData
    |                                                  `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 72 |
 73 |   public var dtype: Tensorflow_DataType = .dtInvalid
[204/249] Compiling Proto allocation_description.pb.swift
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/attr_value.pb.swift:39: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.
 37 |     get {
 38 |       if case .s(let v)? = _storage._value {return v}
 39 |       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.
 40 |     }
 41 |     set {_uniqueStorage()._value = .s(newValue)}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/graph_transfer_info.pb.swift:71:50: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 69 |   public var shape: [Int64] = []
 70 |
 71 |   public var data: Data = SwiftProtobuf.Internal.emptyData
    |                                                  `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 72 |
 73 |   public var dtype: Tensorflow_DataType = .dtInvalid
[205/249] Compiling Proto api_def.pb.swift
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/attr_value.pb.swift:39: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.
 37 |     get {
 38 |       if case .s(let v)? = _storage._value {return v}
 39 |       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.
 40 |     }
 41 |     set {_uniqueStorage()._value = .s(newValue)}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/graph_transfer_info.pb.swift:71:50: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 69 |   public var shape: [Int64] = []
 70 |
 71 |   public var data: Data = SwiftProtobuf.Internal.emptyData
    |                                                  `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 72 |
 73 |   public var dtype: Tensorflow_DataType = .dtInvalid
[206/249] Compiling Proto attr_value.pb.swift
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/attr_value.pb.swift:39: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.
 37 |     get {
 38 |       if case .s(let v)? = _storage._value {return v}
 39 |       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.
 40 |     }
 41 |     set {_uniqueStorage()._value = .s(newValue)}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/graph_transfer_info.pb.swift:71:50: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 69 |   public var shape: [Int64] = []
 70 |
 71 |   public var data: Data = SwiftProtobuf.Internal.emptyData
    |                                                  `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 72 |
 73 |   public var dtype: Tensorflow_DataType = .dtInvalid
[207/249] Compiling Proto cost_graph.pb.swift
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/attr_value.pb.swift:39: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.
 37 |     get {
 38 |       if case .s(let v)? = _storage._value {return v}
 39 |       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.
 40 |     }
 41 |     set {_uniqueStorage()._value = .s(newValue)}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/graph_transfer_info.pb.swift:71:50: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 69 |   public var shape: [Int64] = []
 70 |
 71 |   public var data: Data = SwiftProtobuf.Internal.emptyData
    |                                                  `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 72 |
 73 |   public var dtype: Tensorflow_DataType = .dtInvalid
[208/249] Compiling Proto device_attributes.pb.swift
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/attr_value.pb.swift:39: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.
 37 |     get {
 38 |       if case .s(let v)? = _storage._value {return v}
 39 |       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.
 40 |     }
 41 |     set {_uniqueStorage()._value = .s(newValue)}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/graph_transfer_info.pb.swift:71:50: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 69 |   public var shape: [Int64] = []
 70 |
 71 |   public var data: Data = SwiftProtobuf.Internal.emptyData
    |                                                  `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 72 |
 73 |   public var dtype: Tensorflow_DataType = .dtInvalid
[209/249] Compiling Proto function.pb.swift
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/attr_value.pb.swift:39: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.
 37 |     get {
 38 |       if case .s(let v)? = _storage._value {return v}
 39 |       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.
 40 |     }
 41 |     set {_uniqueStorage()._value = .s(newValue)}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/graph_transfer_info.pb.swift:71:50: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 69 |   public var shape: [Int64] = []
 70 |
 71 |   public var data: Data = SwiftProtobuf.Internal.emptyData
    |                                                  `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 72 |
 73 |   public var dtype: Tensorflow_DataType = .dtInvalid
[210/249] Compiling Proto graph.pb.swift
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/attr_value.pb.swift:39: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.
 37 |     get {
 38 |       if case .s(let v)? = _storage._value {return v}
 39 |       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.
 40 |     }
 41 |     set {_uniqueStorage()._value = .s(newValue)}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/graph_transfer_info.pb.swift:71:50: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 69 |   public var shape: [Int64] = []
 70 |
 71 |   public var data: Data = SwiftProtobuf.Internal.emptyData
    |                                                  `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 72 |
 73 |   public var dtype: Tensorflow_DataType = .dtInvalid
[211/249] Compiling Proto graph_transfer_info.pb.swift
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/attr_value.pb.swift:39: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.
 37 |     get {
 38 |       if case .s(let v)? = _storage._value {return v}
 39 |       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.
 40 |     }
 41 |     set {_uniqueStorage()._value = .s(newValue)}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/graph_transfer_info.pb.swift:71:50: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 69 |   public var shape: [Int64] = []
 70 |
 71 |   public var data: Data = SwiftProtobuf.Internal.emptyData
    |                                                  `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 72 |
 73 |   public var dtype: Tensorflow_DataType = .dtInvalid
[212/249] Compiling Proto iterator.pb.swift
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/attr_value.pb.swift:39: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.
 37 |     get {
 38 |       if case .s(let v)? = _storage._value {return v}
 39 |       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.
 40 |     }
 41 |     set {_uniqueStorage()._value = .s(newValue)}
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/graph_transfer_info.pb.swift:71:50: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 69 |   public var shape: [Int64] = []
 70 |
 71 |   public var data: Data = SwiftProtobuf.Internal.emptyData
    |                                                  `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 72 |
 73 |   public var dtype: Tensorflow_DataType = .dtInvalid
[213/249] Emitting module Proto
/Users/admin/builder/spi-builder-workspace/Sources/Proto/compiler/xla/service/hlo.pb.swift:870: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.
 868 |     var _dynamicSliceSizes: [Int64] = []
 869 |     var _paddingConfig: Xla_PaddingConfig? = nil
 870 |     var _outfeedConfig: Data = SwiftProtobuf.Internal.emptyData
     |                                                       `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 871 |     var _distribution: Xla_RandomDistribution = .rngInvalid
 872 |     var _epsilon: Float = 0
/Users/admin/builder/spi-builder-workspace/Sources/Proto/compiler/xla/service/hlo.pb.swift:875:54: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 873 |     var _featureIndex: Int64 = 0
 874 |     var _channelID: Int64 = 0
 875 |     var _infeedConfig: 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.
 876 |     var _customCallTarget: String = String()
 877 |     var _outfeedShape: Xla_Shape? = nil
/Users/admin/builder/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:1736:45: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
1734 |     var _shape: Xla_Shape? = nil
1735 |     var _preds: [Bool] = []
1736 |     var _u8S: Data = SwiftProtobuf.Internal.emptyData
     |                                             `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
1737 |     var _s32S: [Int32] = []
1738 |     var _s64S: [Int64] = []
/Users/admin/builder/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:1745:46: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
1743 |     var _c64S: [Float] = []
1744 |     var _tupleLiterals: [Xla_LiteralProto] = []
1745 |     var _f16S: Data = SwiftProtobuf.Internal.emptyData
     |                                              `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
1746 |     var _bf16S: Data = SwiftProtobuf.Internal.emptyData
1747 |     var _sparseIndices: [Int64] = []
/Users/admin/builder/spi-builder-workspace/Sources/Proto/compiler/xla/xla_data.pb.swift:1746:47: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
1744 |     var _tupleLiterals: [Xla_LiteralProto] = []
1745 |     var _f16S: Data = SwiftProtobuf.Internal.emptyData
1746 |     var _bf16S: 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.
1747 |     var _sparseIndices: [Int64] = []
1748 |
/Users/admin/builder/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.
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.
166 |
167 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
/Users/admin/builder/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.
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.
449 |     var _optionalEnum: A_B_C_TestEnum = .default
450 |     var _optionalMsg: A_B_C_TestMessage? = nil
/Users/admin/builder/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.
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.
1066 |     var _optionalNestedMessage: ProtobufTestMessages_Proto3_TestAllTypesProto3.NestedMessage? = nil
1067 |     var _optionalForeignMessage: ProtobufTestMessages_Proto3_ForeignMessage? = nil
/Users/admin/builder/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.
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.
195 |
196 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/tpu/profiler/tpu_profiler.pb.swift:133:50: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
131 |
132 |   /// The data payload (likely json) for the specific tool.
133 |   public var data: Data = SwiftProtobuf.Internal.emptyData
    |                                                  `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
134 |
135 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/tpu/profiler/tpu_profiler.pb.swift:436:54: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
434 |     var _computationGraph: [Tensorflow_GraphDef] = []
435 |     var _hloMetadata: Tensorflow_RunMetadata? = nil
436 |     var _encodedTrace: Data = SwiftProtobuf.Internal.emptyData
    |                                                      `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
437 |     var _opProfile: Tensorflow_Tpu_OpProfile_Profile? = nil
438 |     var _toolData: [Tensorflow_ProfileToolData] = []
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/tpu/profiler/tpu_profiler_analysis.pb.swift:153:52: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
151 |
152 |   /// TODO(jiesun): figure out whether to put bytes or oneof tool specific proto.
153 |   public var output: 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.
154 |
155 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/graph_transfer_info.pb.swift:71:50: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 69 |   public var shape: [Int64] = []
 70 |
 71 |   public var data: Data = SwiftProtobuf.Internal.emptyData
    |                                                  `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 72 |
 73 |   public var dtype: Tensorflow_DataType = .dtInvalid
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/reader_base.pb.swift:35:57: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
33 |   public var numRecordsProduced: Int64 = 0
34 |
35 |   public var currentWork: Data = SwiftProtobuf.Internal.emptyData
   |                                                         `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
36 |
37 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/remote_fused_graph_execute_info.pb.swift:134:70: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
132 |     var _graphOutputNodeName: [String] = []
133 |     var _executorName: String = String()
134 |     var _serializedExecutorParameters: Data = SwiftProtobuf.Internal.emptyData
    |                                                                      `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
135 |     var _defaultGraphInputTensorShape: [Tensorflow_RemoteFusedGraphExecuteInfo.TensorShapeTypeProto] = []
136 |     var _defaultGraphOutputTensorShape: [Tensorflow_RemoteFusedGraphExecuteInfo.TensorShapeTypeProto] = []
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/summary.pb.swift:109: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.
107 |     /// The content to store for the plugin. The best practice is for this to be
108 |     /// a binary serialized protocol buffer.
109 |     public var content: Data = SwiftProtobuf.Internal.emptyData
    |                                                       `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
110 |
111 |     public var unknownFields = SwiftProtobuf.UnknownStorage()
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/summary.pb.swift:158:66: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
156 |     /// Image data in encoded format.  All image formats supported by
157 |     /// image_codec::CoderUtil can be stored here.
158 |     public var encodedImageString: Data = SwiftProtobuf.Internal.emptyData
    |                                                                  `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
159 |
160 |     public var unknownFields = SwiftProtobuf.UnknownStorage()
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/summary.pb.swift:181:66: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
179 |     /// Encoded audio data and its associated RFC 2045 content type (e.g.
180 |     /// "audio/wav").
181 |     public var encodedAudioString: Data = SwiftProtobuf.Internal.emptyData
    |                                                                  `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
182 |
183 |     public var contentType: String = String()
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/tensor.pb.swift:161:54: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
159 |
160 |   /// Portions of the object that are not Tensors.
161 |   public var metadata: Data = SwiftProtobuf.Internal.emptyData
    |                                                      `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
162 |
163 |   /// Tensors contained within objects being serialized.
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/framework/tensor.pb.swift:201: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.
199 |     var _tensorShape: Tensorflow_TensorShapeProto? = nil
200 |     var _versionNumber: Int32 = 0
201 |     var _tensorContent: Data = SwiftProtobuf.Internal.emptyData
    |                                                       `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
202 |     var _halfVal: [Int32] = []
203 |     var _floatVal: [Float] = []
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/protobuf/transport_options.pb.swift:28:59: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
26 |   // methods supported on all messages.
27 |
28 |   public var tensorContent: Data = SwiftProtobuf.Internal.emptyData
   |                                                           `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
29 |
30 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
/Users/admin/builder/spi-builder-workspace/Sources/Proto/core/util/event.pb.swift:344:57: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
342 |   /// Byte-encoded version of the `RunMetadata` proto in order to allow lazy
343 |   /// deserialization.
344 |   public var runMetadata: Data = SwiftProtobuf.Internal.emptyData
    |                                                         `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
345 |
346 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
/Users/admin/builder/spi-builder-workspace/Sources/Proto/tools/proto_text/test.pb.swift:602: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.
 600 |     var _optionalBool: Bool = false
 601 |     var _optionalString: String = String()
 602 |     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.
 603 |     var _optionalNestedMessage: Tensorflow_Test_TestAllTypes.NestedMessage? = nil
 604 |     var _optionalForeignMessage: Tensorflow_Test_ForeignMessage? = nil
[214/249] Compiling Proto fertile_stats.pb.swift
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/tpu/profiler/tf_op_stats.pb.swift:948:64: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 946 |   /// The result for hw unit b stats.
 947 |   public var unitBStats: Data {
 948 |     get {return _storage._unitBStats ?? SwiftProtobuf.Internal.emptyData}
     |                                                                `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 949 |     set {_uniqueStorage()._unitBStats = newValue}
 950 |   }
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/tpu/profiler/tpu_profiler.pb.swift:133:50: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
131 |
132 |   /// The data payload (likely json) for the specific tool.
133 |   public var data: Data = SwiftProtobuf.Internal.emptyData
    |                                                  `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
134 |
135 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/tpu/profiler/tpu_profiler.pb.swift:436:54: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
434 |     var _computationGraph: [Tensorflow_GraphDef] = []
435 |     var _hloMetadata: Tensorflow_RunMetadata? = nil
436 |     var _encodedTrace: Data = SwiftProtobuf.Internal.emptyData
    |                                                      `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
437 |     var _opProfile: Tensorflow_Tpu_OpProfile_Profile? = nil
438 |     var _toolData: [Tensorflow_ProfileToolData] = []
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/tpu/profiler/tpu_profiler_analysis.pb.swift:153:52: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
151 |
152 |   /// TODO(jiesun): figure out whether to put bytes or oneof tool specific proto.
153 |   public var output: 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.
154 |
155 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/training/python/training/hparam.pb.swift:128:39: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
126 |       get {
127 |         if case .bytesValue(let v)? = _storage._kind {return v}
128 |         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.
129 |       }
130 |       set {_uniqueStorage()._kind = .bytesValue(newValue)}
[215/249] Compiling Proto tensor_forest_params.pb.swift
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/tpu/profiler/tf_op_stats.pb.swift:948:64: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 946 |   /// The result for hw unit b stats.
 947 |   public var unitBStats: Data {
 948 |     get {return _storage._unitBStats ?? SwiftProtobuf.Internal.emptyData}
     |                                                                `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 949 |     set {_uniqueStorage()._unitBStats = newValue}
 950 |   }
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/tpu/profiler/tpu_profiler.pb.swift:133:50: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
131 |
132 |   /// The data payload (likely json) for the specific tool.
133 |   public var data: Data = SwiftProtobuf.Internal.emptyData
    |                                                  `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
134 |
135 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/tpu/profiler/tpu_profiler.pb.swift:436:54: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
434 |     var _computationGraph: [Tensorflow_GraphDef] = []
435 |     var _hloMetadata: Tensorflow_RunMetadata? = nil
436 |     var _encodedTrace: Data = SwiftProtobuf.Internal.emptyData
    |                                                      `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
437 |     var _opProfile: Tensorflow_Tpu_OpProfile_Profile? = nil
438 |     var _toolData: [Tensorflow_ProfileToolData] = []
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/tpu/profiler/tpu_profiler_analysis.pb.swift:153:52: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
151 |
152 |   /// TODO(jiesun): figure out whether to put bytes or oneof tool specific proto.
153 |   public var output: 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.
154 |
155 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/training/python/training/hparam.pb.swift:128:39: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
126 |       get {
127 |         if case .bytesValue(let v)? = _storage._kind {return v}
128 |         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.
129 |       }
130 |       set {_uniqueStorage()._kind = .bytesValue(newValue)}
[216/249] Compiling Proto projector_config.pb.swift
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/tpu/profiler/tf_op_stats.pb.swift:948:64: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 946 |   /// The result for hw unit b stats.
 947 |   public var unitBStats: Data {
 948 |     get {return _storage._unitBStats ?? SwiftProtobuf.Internal.emptyData}
     |                                                                `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 949 |     set {_uniqueStorage()._unitBStats = newValue}
 950 |   }
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/tpu/profiler/tpu_profiler.pb.swift:133:50: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
131 |
132 |   /// The data payload (likely json) for the specific tool.
133 |   public var data: Data = SwiftProtobuf.Internal.emptyData
    |                                                  `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
134 |
135 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/tpu/profiler/tpu_profiler.pb.swift:436:54: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
434 |     var _computationGraph: [Tensorflow_GraphDef] = []
435 |     var _hloMetadata: Tensorflow_RunMetadata? = nil
436 |     var _encodedTrace: Data = SwiftProtobuf.Internal.emptyData
    |                                                      `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
437 |     var _opProfile: Tensorflow_Tpu_OpProfile_Profile? = nil
438 |     var _toolData: [Tensorflow_ProfileToolData] = []
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/tpu/profiler/tpu_profiler_analysis.pb.swift:153:52: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
151 |
152 |   /// TODO(jiesun): figure out whether to put bytes or oneof tool specific proto.
153 |   public var output: 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.
154 |
155 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/training/python/training/hparam.pb.swift:128:39: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
126 |       get {
127 |         if case .bytesValue(let v)? = _storage._kind {return v}
128 |         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.
129 |       }
130 |       set {_uniqueStorage()._kind = .bytesValue(newValue)}
[217/249] Compiling Proto trace_info.pb.swift
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/tpu/profiler/tf_op_stats.pb.swift:948:64: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 946 |   /// The result for hw unit b stats.
 947 |   public var unitBStats: Data {
 948 |     get {return _storage._unitBStats ?? SwiftProtobuf.Internal.emptyData}
     |                                                                `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 949 |     set {_uniqueStorage()._unitBStats = newValue}
 950 |   }
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/tpu/profiler/tpu_profiler.pb.swift:133:50: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
131 |
132 |   /// The data payload (likely json) for the specific tool.
133 |   public var data: Data = SwiftProtobuf.Internal.emptyData
    |                                                  `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
134 |
135 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/tpu/profiler/tpu_profiler.pb.swift:436:54: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
434 |     var _computationGraph: [Tensorflow_GraphDef] = []
435 |     var _hloMetadata: Tensorflow_RunMetadata? = nil
436 |     var _encodedTrace: Data = SwiftProtobuf.Internal.emptyData
    |                                                      `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
437 |     var _opProfile: Tensorflow_Tpu_OpProfile_Profile? = nil
438 |     var _toolData: [Tensorflow_ProfileToolData] = []
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/tpu/profiler/tpu_profiler_analysis.pb.swift:153:52: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
151 |
152 |   /// TODO(jiesun): figure out whether to put bytes or oneof tool specific proto.
153 |   public var output: 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.
154 |
155 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/training/python/training/hparam.pb.swift:128:39: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
126 |       get {
127 |         if case .bytesValue(let v)? = _storage._kind {return v}
128 |         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.
129 |       }
130 |       set {_uniqueStorage()._kind = .bytesValue(newValue)}
[218/249] Compiling Proto op_profile.pb.swift
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/tpu/profiler/tf_op_stats.pb.swift:948:64: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 946 |   /// The result for hw unit b stats.
 947 |   public var unitBStats: Data {
 948 |     get {return _storage._unitBStats ?? SwiftProtobuf.Internal.emptyData}
     |                                                                `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 949 |     set {_uniqueStorage()._unitBStats = newValue}
 950 |   }
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/tpu/profiler/tpu_profiler.pb.swift:133:50: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
131 |
132 |   /// The data payload (likely json) for the specific tool.
133 |   public var data: Data = SwiftProtobuf.Internal.emptyData
    |                                                  `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
134 |
135 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/tpu/profiler/tpu_profiler.pb.swift:436:54: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
434 |     var _computationGraph: [Tensorflow_GraphDef] = []
435 |     var _hloMetadata: Tensorflow_RunMetadata? = nil
436 |     var _encodedTrace: Data = SwiftProtobuf.Internal.emptyData
    |                                                      `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
437 |     var _opProfile: Tensorflow_Tpu_OpProfile_Profile? = nil
438 |     var _toolData: [Tensorflow_ProfileToolData] = []
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/tpu/profiler/tpu_profiler_analysis.pb.swift:153:52: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
151 |
152 |   /// TODO(jiesun): figure out whether to put bytes or oneof tool specific proto.
153 |   public var output: 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.
154 |
155 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/training/python/training/hparam.pb.swift:128:39: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
126 |       get {
127 |         if case .bytesValue(let v)? = _storage._kind {return v}
128 |         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.
129 |       }
130 |       set {_uniqueStorage()._kind = .bytesValue(newValue)}
[219/249] Compiling Proto tf_op_stats.pb.swift
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/tpu/profiler/tf_op_stats.pb.swift:948:64: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 946 |   /// The result for hw unit b stats.
 947 |   public var unitBStats: Data {
 948 |     get {return _storage._unitBStats ?? SwiftProtobuf.Internal.emptyData}
     |                                                                `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 949 |     set {_uniqueStorage()._unitBStats = newValue}
 950 |   }
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/tpu/profiler/tpu_profiler.pb.swift:133:50: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
131 |
132 |   /// The data payload (likely json) for the specific tool.
133 |   public var data: Data = SwiftProtobuf.Internal.emptyData
    |                                                  `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
134 |
135 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/tpu/profiler/tpu_profiler.pb.swift:436:54: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
434 |     var _computationGraph: [Tensorflow_GraphDef] = []
435 |     var _hloMetadata: Tensorflow_RunMetadata? = nil
436 |     var _encodedTrace: Data = SwiftProtobuf.Internal.emptyData
    |                                                      `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
437 |     var _opProfile: Tensorflow_Tpu_OpProfile_Profile? = nil
438 |     var _toolData: [Tensorflow_ProfileToolData] = []
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/tpu/profiler/tpu_profiler_analysis.pb.swift:153:52: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
151 |
152 |   /// TODO(jiesun): figure out whether to put bytes or oneof tool specific proto.
153 |   public var output: 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.
154 |
155 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/training/python/training/hparam.pb.swift:128:39: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
126 |       get {
127 |         if case .bytesValue(let v)? = _storage._kind {return v}
128 |         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.
129 |       }
130 |       set {_uniqueStorage()._kind = .bytesValue(newValue)}
[220/249] Compiling Proto tpu_profiler.pb.swift
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/tpu/profiler/tf_op_stats.pb.swift:948:64: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 946 |   /// The result for hw unit b stats.
 947 |   public var unitBStats: Data {
 948 |     get {return _storage._unitBStats ?? SwiftProtobuf.Internal.emptyData}
     |                                                                `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 949 |     set {_uniqueStorage()._unitBStats = newValue}
 950 |   }
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/tpu/profiler/tpu_profiler.pb.swift:133:50: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
131 |
132 |   /// The data payload (likely json) for the specific tool.
133 |   public var data: Data = SwiftProtobuf.Internal.emptyData
    |                                                  `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
134 |
135 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/tpu/profiler/tpu_profiler.pb.swift:436:54: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
434 |     var _computationGraph: [Tensorflow_GraphDef] = []
435 |     var _hloMetadata: Tensorflow_RunMetadata? = nil
436 |     var _encodedTrace: Data = SwiftProtobuf.Internal.emptyData
    |                                                      `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
437 |     var _opProfile: Tensorflow_Tpu_OpProfile_Profile? = nil
438 |     var _toolData: [Tensorflow_ProfileToolData] = []
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/tpu/profiler/tpu_profiler_analysis.pb.swift:153:52: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
151 |
152 |   /// TODO(jiesun): figure out whether to put bytes or oneof tool specific proto.
153 |   public var output: 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.
154 |
155 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/training/python/training/hparam.pb.swift:128:39: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
126 |       get {
127 |         if case .bytesValue(let v)? = _storage._kind {return v}
128 |         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.
129 |       }
130 |       set {_uniqueStorage()._kind = .bytesValue(newValue)}
[221/249] Compiling Proto tpu_profiler_analysis.pb.swift
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/tpu/profiler/tf_op_stats.pb.swift:948:64: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 946 |   /// The result for hw unit b stats.
 947 |   public var unitBStats: Data {
 948 |     get {return _storage._unitBStats ?? SwiftProtobuf.Internal.emptyData}
     |                                                                `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 949 |     set {_uniqueStorage()._unitBStats = newValue}
 950 |   }
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/tpu/profiler/tpu_profiler.pb.swift:133:50: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
131 |
132 |   /// The data payload (likely json) for the specific tool.
133 |   public var data: Data = SwiftProtobuf.Internal.emptyData
    |                                                  `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
134 |
135 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/tpu/profiler/tpu_profiler.pb.swift:436:54: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
434 |     var _computationGraph: [Tensorflow_GraphDef] = []
435 |     var _hloMetadata: Tensorflow_RunMetadata? = nil
436 |     var _encodedTrace: Data = SwiftProtobuf.Internal.emptyData
    |                                                      `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
437 |     var _opProfile: Tensorflow_Tpu_OpProfile_Profile? = nil
438 |     var _toolData: [Tensorflow_ProfileToolData] = []
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/tpu/profiler/tpu_profiler_analysis.pb.swift:153:52: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
151 |
152 |   /// TODO(jiesun): figure out whether to put bytes or oneof tool specific proto.
153 |   public var output: 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.
154 |
155 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/training/python/training/hparam.pb.swift:128:39: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
126 |       get {
127 |         if case .bytesValue(let v)? = _storage._kind {return v}
128 |         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.
129 |       }
130 |       set {_uniqueStorage()._kind = .bytesValue(newValue)}
[222/249] Compiling Proto trace_events.pb.swift
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/tpu/profiler/tf_op_stats.pb.swift:948:64: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 946 |   /// The result for hw unit b stats.
 947 |   public var unitBStats: Data {
 948 |     get {return _storage._unitBStats ?? SwiftProtobuf.Internal.emptyData}
     |                                                                `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 949 |     set {_uniqueStorage()._unitBStats = newValue}
 950 |   }
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/tpu/profiler/tpu_profiler.pb.swift:133:50: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
131 |
132 |   /// The data payload (likely json) for the specific tool.
133 |   public var data: Data = SwiftProtobuf.Internal.emptyData
    |                                                  `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
134 |
135 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/tpu/profiler/tpu_profiler.pb.swift:436:54: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
434 |     var _computationGraph: [Tensorflow_GraphDef] = []
435 |     var _hloMetadata: Tensorflow_RunMetadata? = nil
436 |     var _encodedTrace: Data = SwiftProtobuf.Internal.emptyData
    |                                                      `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
437 |     var _opProfile: Tensorflow_Tpu_OpProfile_Profile? = nil
438 |     var _toolData: [Tensorflow_ProfileToolData] = []
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/tpu/profiler/tpu_profiler_analysis.pb.swift:153:52: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
151 |
152 |   /// TODO(jiesun): figure out whether to put bytes or oneof tool specific proto.
153 |   public var output: 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.
154 |
155 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/training/python/training/hparam.pb.swift:128:39: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
126 |       get {
127 |         if case .bytesValue(let v)? = _storage._kind {return v}
128 |         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.
129 |       }
130 |       set {_uniqueStorage()._kind = .bytesValue(newValue)}
[223/249] Compiling Proto compilation_result.pb.swift
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/tpu/profiler/tf_op_stats.pb.swift:948:64: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 946 |   /// The result for hw unit b stats.
 947 |   public var unitBStats: Data {
 948 |     get {return _storage._unitBStats ?? SwiftProtobuf.Internal.emptyData}
     |                                                                `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 949 |     set {_uniqueStorage()._unitBStats = newValue}
 950 |   }
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/tpu/profiler/tpu_profiler.pb.swift:133:50: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
131 |
132 |   /// The data payload (likely json) for the specific tool.
133 |   public var data: Data = SwiftProtobuf.Internal.emptyData
    |                                                  `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
134 |
135 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/tpu/profiler/tpu_profiler.pb.swift:436:54: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
434 |     var _computationGraph: [Tensorflow_GraphDef] = []
435 |     var _hloMetadata: Tensorflow_RunMetadata? = nil
436 |     var _encodedTrace: Data = SwiftProtobuf.Internal.emptyData
    |                                                      `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
437 |     var _opProfile: Tensorflow_Tpu_OpProfile_Profile? = nil
438 |     var _toolData: [Tensorflow_ProfileToolData] = []
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/tpu/profiler/tpu_profiler_analysis.pb.swift:153:52: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
151 |
152 |   /// TODO(jiesun): figure out whether to put bytes or oneof tool specific proto.
153 |   public var output: 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.
154 |
155 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/training/python/training/hparam.pb.swift:128:39: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
126 |       get {
127 |         if case .bytesValue(let v)? = _storage._kind {return v}
128 |         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.
129 |       }
130 |       set {_uniqueStorage()._kind = .bytesValue(newValue)}
[224/249] Compiling Proto topology.pb.swift
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/tpu/profiler/tf_op_stats.pb.swift:948:64: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 946 |   /// The result for hw unit b stats.
 947 |   public var unitBStats: Data {
 948 |     get {return _storage._unitBStats ?? SwiftProtobuf.Internal.emptyData}
     |                                                                `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 949 |     set {_uniqueStorage()._unitBStats = newValue}
 950 |   }
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/tpu/profiler/tpu_profiler.pb.swift:133:50: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
131 |
132 |   /// The data payload (likely json) for the specific tool.
133 |   public var data: Data = SwiftProtobuf.Internal.emptyData
    |                                                  `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
134 |
135 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/tpu/profiler/tpu_profiler.pb.swift:436:54: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
434 |     var _computationGraph: [Tensorflow_GraphDef] = []
435 |     var _hloMetadata: Tensorflow_RunMetadata? = nil
436 |     var _encodedTrace: Data = SwiftProtobuf.Internal.emptyData
    |                                                      `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
437 |     var _opProfile: Tensorflow_Tpu_OpProfile_Profile? = nil
438 |     var _toolData: [Tensorflow_ProfileToolData] = []
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/tpu/profiler/tpu_profiler_analysis.pb.swift:153:52: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
151 |
152 |   /// TODO(jiesun): figure out whether to put bytes or oneof tool specific proto.
153 |   public var output: 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.
154 |
155 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/training/python/training/hparam.pb.swift:128:39: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
126 |       get {
127 |         if case .bytesValue(let v)? = _storage._kind {return v}
128 |         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.
129 |       }
130 |       set {_uniqueStorage()._kind = .bytesValue(newValue)}
[225/249] Compiling Proto tpu_embedding_config.pb.swift
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/tpu/profiler/tf_op_stats.pb.swift:948:64: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 946 |   /// The result for hw unit b stats.
 947 |   public var unitBStats: Data {
 948 |     get {return _storage._unitBStats ?? SwiftProtobuf.Internal.emptyData}
     |                                                                `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 949 |     set {_uniqueStorage()._unitBStats = newValue}
 950 |   }
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/tpu/profiler/tpu_profiler.pb.swift:133:50: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
131 |
132 |   /// The data payload (likely json) for the specific tool.
133 |   public var data: Data = SwiftProtobuf.Internal.emptyData
    |                                                  `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
134 |
135 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/tpu/profiler/tpu_profiler.pb.swift:436:54: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
434 |     var _computationGraph: [Tensorflow_GraphDef] = []
435 |     var _hloMetadata: Tensorflow_RunMetadata? = nil
436 |     var _encodedTrace: Data = SwiftProtobuf.Internal.emptyData
    |                                                      `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
437 |     var _opProfile: Tensorflow_Tpu_OpProfile_Profile? = nil
438 |     var _toolData: [Tensorflow_ProfileToolData] = []
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/tpu/profiler/tpu_profiler_analysis.pb.swift:153:52: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
151 |
152 |   /// TODO(jiesun): figure out whether to put bytes or oneof tool specific proto.
153 |   public var output: 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.
154 |
155 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/training/python/training/hparam.pb.swift:128:39: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
126 |       get {
127 |         if case .bytesValue(let v)? = _storage._kind {return v}
128 |         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.
129 |       }
130 |       set {_uniqueStorage()._kind = .bytesValue(newValue)}
[226/249] Compiling Proto hparam.pb.swift
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/tpu/profiler/tf_op_stats.pb.swift:948:64: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 946 |   /// The result for hw unit b stats.
 947 |   public var unitBStats: Data {
 948 |     get {return _storage._unitBStats ?? SwiftProtobuf.Internal.emptyData}
     |                                                                `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 949 |     set {_uniqueStorage()._unitBStats = newValue}
 950 |   }
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/tpu/profiler/tpu_profiler.pb.swift:133:50: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
131 |
132 |   /// The data payload (likely json) for the specific tool.
133 |   public var data: Data = SwiftProtobuf.Internal.emptyData
    |                                                  `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
134 |
135 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/tpu/profiler/tpu_profiler.pb.swift:436:54: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
434 |     var _computationGraph: [Tensorflow_GraphDef] = []
435 |     var _hloMetadata: Tensorflow_RunMetadata? = nil
436 |     var _encodedTrace: Data = SwiftProtobuf.Internal.emptyData
    |                                                      `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
437 |     var _opProfile: Tensorflow_Tpu_OpProfile_Profile? = nil
438 |     var _toolData: [Tensorflow_ProfileToolData] = []
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/tpu/profiler/tpu_profiler_analysis.pb.swift:153:52: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
151 |
152 |   /// TODO(jiesun): figure out whether to put bytes or oneof tool specific proto.
153 |   public var output: 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.
154 |
155 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/training/python/training/hparam.pb.swift:128:39: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
126 |       get {
127 |         if case .bytesValue(let v)? = _storage._kind {return v}
128 |         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.
129 |       }
130 |       set {_uniqueStorage()._kind = .bytesValue(newValue)}
[227/249] Compiling Proto verbs_service.pb.swift
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/tpu/profiler/tf_op_stats.pb.swift:948:64: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 946 |   /// The result for hw unit b stats.
 947 |   public var unitBStats: Data {
 948 |     get {return _storage._unitBStats ?? SwiftProtobuf.Internal.emptyData}
     |                                                                `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
 949 |     set {_uniqueStorage()._unitBStats = newValue}
 950 |   }
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/tpu/profiler/tpu_profiler.pb.swift:133:50: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
131 |
132 |   /// The data payload (likely json) for the specific tool.
133 |   public var data: Data = SwiftProtobuf.Internal.emptyData
    |                                                  `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
134 |
135 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/tpu/profiler/tpu_profiler.pb.swift:436:54: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
434 |     var _computationGraph: [Tensorflow_GraphDef] = []
435 |     var _hloMetadata: Tensorflow_RunMetadata? = nil
436 |     var _encodedTrace: Data = SwiftProtobuf.Internal.emptyData
    |                                                      `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
437 |     var _opProfile: Tensorflow_Tpu_OpProfile_Profile? = nil
438 |     var _toolData: [Tensorflow_ProfileToolData] = []
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/tpu/profiler/tpu_profiler_analysis.pb.swift:153:52: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
151 |
152 |   /// TODO(jiesun): figure out whether to put bytes or oneof tool specific proto.
153 |   public var output: 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.
154 |
155 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
/Users/admin/builder/spi-builder-workspace/Sources/Proto/contrib/training/python/training/hparam.pb.swift:128:39: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
126 |       get {
127 |         if case .bytesValue(let v)? = _storage._kind {return v}
128 |         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.
129 |       }
130 |       set {_uniqueStorage()._kind = .bytesValue(newValue)}
[228/249] Compiling Proto unittest_import_public_lite.pb.swift
/Users/admin/builder/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.
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.
195 |
196 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
[229/249] Compiling Proto unittest_lazy_dependencies_enum.pb.swift
/Users/admin/builder/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.
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.
195 |
196 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
[230/249] Compiling Proto unittest_mset_wire_format.pb.swift
/Users/admin/builder/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.
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.
195 |
196 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
[231/249] Compiling Proto unittest_no_arena_import.pb.swift
/Users/admin/builder/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.
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.
195 |
196 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
[232/249] Compiling Proto unittest_no_arena_lite.pb.swift
/Users/admin/builder/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.
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.
195 |
196 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
[233/249] Compiling Proto unittest_no_generic_services.pb.swift
/Users/admin/builder/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.
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.
195 |
196 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
[234/249] Compiling Proto unittest_preserve_unknown_enum.pb.swift
/Users/admin/builder/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.
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.
195 |
196 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
[235/249] Compiling Proto unittest_preserve_unknown_enum2.pb.swift
/Users/admin/builder/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.
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.
195 |
196 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
[236/249] Compiling Proto unittest_well_known_types.pb.swift
/Users/admin/builder/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.
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.
195 |
196 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
[237/249] Compiling Proto message_differencer_unittest.pb.swift
/Users/admin/builder/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.
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.
195 |
196 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
[238/249] Compiling Proto wrappers.pb.swift
/Users/admin/builder/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.
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.
195 |
196 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
[239/249] Compiling Proto mpi_msg.pb.swift
/Users/admin/builder/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.
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.
195 |
196 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
[240/249] Compiling Proto mpi_message.pb.swift
/Users/admin/builder/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.
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.
195 |
196 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
[241/249] Compiling Proto manifest.pb.swift
/Users/admin/builder/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.
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.
195 |
196 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
[241/250] Write Objects.LinkFileList
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning duplicate member name 'any.pb.swift.o' from '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Proto.build/any.pb.swift.o(any.pb.swift.o)' and '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftProtobuf.build/any.pb.swift.o(any.pb.swift.o)'
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning duplicate member name 'api.pb.swift.o' from '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftProtobuf.build/api.pb.swift.o(api.pb.swift.o)' and '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Proto.build/api.pb.swift.o(api.pb.swift.o)'
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning duplicate member name 'descriptor.pb.swift.o' from '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftProtobuf.build/descriptor.pb.swift.o(descriptor.pb.swift.o)' and '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Proto.build/descriptor.pb.swift.o(descriptor.pb.swift.o)'
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning duplicate member name 'duration.pb.swift.o' from '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftProtobuf.build/duration.pb.swift.o(duration.pb.swift.o)' and '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Proto.build/duration.pb.swift.o(duration.pb.swift.o)'
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning duplicate member name 'empty.pb.swift.o' from '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Proto.build/empty.pb.swift.o(empty.pb.swift.o)' and '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftProtobuf.build/empty.pb.swift.o(empty.pb.swift.o)'
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning duplicate member name 'field_mask.pb.swift.o' from '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftProtobuf.build/field_mask.pb.swift.o(field_mask.pb.swift.o)' and '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Proto.build/field_mask.pb.swift.o(field_mask.pb.swift.o)'
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning duplicate member name 'source_context.pb.swift.o' from '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Proto.build/source_context.pb.swift.o(source_context.pb.swift.o)' and '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftProtobuf.build/source_context.pb.swift.o(source_context.pb.swift.o)'
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning duplicate member name 'struct.pb.swift.o' from '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftProtobuf.build/struct.pb.swift.o(struct.pb.swift.o)' and '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Proto.build/struct.pb.swift.o(struct.pb.swift.o)'
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning duplicate member name 'timestamp.pb.swift.o' from '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftProtobuf.build/timestamp.pb.swift.o(timestamp.pb.swift.o)' and '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Proto.build/timestamp.pb.swift.o(timestamp.pb.swift.o)'
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning duplicate member name 'type.pb.swift.o' from '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Proto.build/type.pb.swift.o(type.pb.swift.o)' and '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftProtobuf.build/type.pb.swift.o(type.pb.swift.o)'
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning duplicate member name 'wrappers.pb.swift.o' from '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftProtobuf.build/wrappers.pb.swift.o(wrappers.pb.swift.o)' and '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Proto.build/wrappers.pb.swift.o(wrappers.pb.swift.o)'
[242/260] Archiving libProto.a
[244/260] Compiling CAPI String.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "CTensorFlow.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CTensorFlow/CTensorFlow.h:4:10: error: 'tensorflow/c/c_api.h' file not found
 2 | #define _SWIFT_CTENSORFLOW_H_
 3 |
 4 | #include <tensorflow/c/c_api.h>
   |          `- error: 'tensorflow/c/c_api.h' file not found
 5 |
 6 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build Objective-C module 'CTensorFlow'
14 |  limitations under the License.
15 | */
16 | import CTensorFlow
   |        `- error: could not build Objective-C module 'CTensorFlow'
17 | import Foundation
18 |
[245/260] Compiling CAPI Library.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "CTensorFlow.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CTensorFlow/CTensorFlow.h:4:10: error: 'tensorflow/c/c_api.h' file not found
 2 | #define _SWIFT_CTENSORFLOW_H_
 3 |
 4 | #include <tensorflow/c/c_api.h>
   |          `- error: 'tensorflow/c/c_api.h' file not found
 5 |
 6 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build Objective-C module 'CTensorFlow'
14 |  limitations under the License.
15 | */
16 | import CTensorFlow
   |        `- error: could not build Objective-C module 'CTensorFlow'
17 | import Foundation
18 |
[246/260] Compiling CAPI Status.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "CTensorFlow.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CTensorFlow/CTensorFlow.h:4:10: error: 'tensorflow/c/c_api.h' file not found
 2 | #define _SWIFT_CTENSORFLOW_H_
 3 |
 4 | #include <tensorflow/c/c_api.h>
   |          `- error: 'tensorflow/c/c_api.h' file not found
 5 |
 6 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build Objective-C module 'CTensorFlow'
14 |  limitations under the License.
15 | */
16 | import CTensorFlow
   |        `- error: could not build Objective-C module 'CTensorFlow'
17 | import Foundation
18 |
[247/261] Compiling CAPI Graph.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "CTensorFlow.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CTensorFlow/CTensorFlow.h:4:10: error: 'tensorflow/c/c_api.h' file not found
 2 | #define _SWIFT_CTENSORFLOW_H_
 3 |
 4 | #include <tensorflow/c/c_api.h>
   |          `- error: 'tensorflow/c/c_api.h' file not found
 5 |
 6 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build Objective-C module 'CTensorFlow'
14 |  limitations under the License.
15 | */
16 | import CTensorFlow
   |        `- error: could not build Objective-C module 'CTensorFlow'
17 | import Foundation
18 |
[248/261] Compiling CAPI Session.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "CTensorFlow.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CTensorFlow/CTensorFlow.h:4:10: error: 'tensorflow/c/c_api.h' file not found
 2 | #define _SWIFT_CTENSORFLOW_H_
 3 |
 4 | #include <tensorflow/c/c_api.h>
   |          `- error: 'tensorflow/c/c_api.h' file not found
 5 |
 6 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build Objective-C module 'CTensorFlow'
14 |  limitations under the License.
15 | */
16 | import CTensorFlow
   |        `- error: could not build Objective-C module 'CTensorFlow'
17 | import Foundation
18 |
[249/261] Compiling CAPI Tensor.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "CTensorFlow.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CTensorFlow/CTensorFlow.h:4:10: error: 'tensorflow/c/c_api.h' file not found
 2 | #define _SWIFT_CTENSORFLOW_H_
 3 |
 4 | #include <tensorflow/c/c_api.h>
   |          `- error: 'tensorflow/c/c_api.h' file not found
 5 |
 6 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build Objective-C module 'CTensorFlow'
14 |  limitations under the License.
15 | */
16 | import CTensorFlow
   |        `- error: could not build Objective-C module 'CTensorFlow'
17 | import Foundation
18 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[250/261] Emitting module CAPI
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "CTensorFlow.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CTensorFlow/CTensorFlow.h:4:10: error: 'tensorflow/c/c_api.h' file not found
 2 | #define _SWIFT_CTENSORFLOW_H_
 3 |
 4 | #include <tensorflow/c/c_api.h>
   |          `- error: 'tensorflow/c/c_api.h' file not found
 5 |
 6 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build Objective-C module 'CTensorFlow'
14 |  limitations under the License.
15 | */
16 | import CTensorFlow
   |        `- error: could not build Objective-C module 'CTensorFlow'
17 | import Foundation
18 |
[251/261] Compiling CAPI Gradients.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "CTensorFlow.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CTensorFlow/CTensorFlow.h:4:10: error: 'tensorflow/c/c_api.h' file not found
 2 | #define _SWIFT_CTENSORFLOW_H_
 3 |
 4 | #include <tensorflow/c/c_api.h>
   |          `- error: 'tensorflow/c/c_api.h' file not found
 5 |
 6 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build Objective-C module 'CTensorFlow'
14 |  limitations under the License.
15 | */
16 | import CTensorFlow
   |        `- error: could not build Objective-C module 'CTensorFlow'
17 | import Foundation
18 |
[252/261] Compiling CAPI Extensions.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "CTensorFlow.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CTensorFlow/CTensorFlow.h:4:10: error: 'tensorflow/c/c_api.h' file not found
 2 | #define _SWIFT_CTENSORFLOW_H_
 3 |
 4 | #include <tensorflow/c/c_api.h>
   |          `- error: 'tensorflow/c/c_api.h' file not found
 5 |
 6 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build Objective-C module 'CTensorFlow'
14 |  limitations under the License.
15 | */
16 | import CTensorFlow
   |        `- error: could not build Objective-C module 'CTensorFlow'
17 | import Foundation
18 |
[253/261] Compiling CAPI CAPI.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "CTensorFlow.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CTensorFlow/CTensorFlow.h:4:10: error: 'tensorflow/c/c_api.h' file not found
 2 | #define _SWIFT_CTENSORFLOW_H_
 3 |
 4 | #include <tensorflow/c/c_api.h>
   |          `- error: 'tensorflow/c/c_api.h' file not found
 5 |
 6 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build Objective-C module 'CTensorFlow'
14 |  limitations under the License.
15 | */
16 | import CTensorFlow
   |        `- error: could not build Objective-C module 'CTensorFlow'
17 | import Foundation
18 |
[254/261] Compiling CAPI Buffer.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "CTensorFlow.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CTensorFlow/CTensorFlow.h:4:10: error: 'tensorflow/c/c_api.h' file not found
 2 | #define _SWIFT_CTENSORFLOW_H_
 3 |
 4 | #include <tensorflow/c/c_api.h>
   |          `- error: 'tensorflow/c/c_api.h' file not found
 5 |
 6 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/CAPI/Buffer.swift:16:8: error: could not build Objective-C module 'CTensorFlow'
14 |  limitations under the License.
15 | */
16 | import CTensorFlow
   |        `- error: could not build Objective-C module 'CTensorFlow'
17 | import Foundation
18 |
warning: 'czlib': ignoring declared target(s) 'CZlib' in the system package
warning: 'ctensorflow': ignoring declared target(s) 'CTensorFlow' in the system package
warning: 'spi-builder-workspace': dependency 'ctensorflow' is not used by any target
warning: failed to retrieve search paths with pkg-config; maybe pkg-config is not installed
warning: couldn't find pc file for tensorflow
warning: couldn't find pc file for libz
warning: couldn't find pc file for tensorflow
warning: couldn't find pc file for libz
BUILD FAILURE 6.1 macosSpm