The Swift Package Index logo.Swift Package Index

Build Information

Failed to build PerfectTensorFlow, reference 1.8.1 (dbbbed), with Swift 6.2 for Android on 18 Jun 2025 09:54:24 UTC.

Build Command

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

Build Log

     |                       `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
1652 |         return def
1653 |       } catch {
/host/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:2213:20: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)' [#DeprecatedDeclaration]
2211 |           throw Panic.FAULT(reason: status.message)
2212 |         }
2213 |         return try AttrValue(serializedData: proto)
     |                    |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)' [#DeprecatedDeclaration]
     |                    `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
2214 |       }
2215 |
/host/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:2237:23: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)' [#DeprecatedDeclaration]
2235 |       public var definition: FunctionDef? {
2236 |         if let buf = self.buffer, let proto = buf.data {
2237 |           return try? FunctionDef(serializedData: proto)
     |                       |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)' [#DeprecatedDeclaration]
     |                       `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
2238 |         } else {
2239 |           return nil
/host/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:2379:24: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)' [#DeprecatedDeclaration]
2377 |       let pb = Buffer(buf: buf)
2378 |       guard let dat = pb.data else { throw Panic.FAULT(reason: "Buffer contains no valid data") }
2379 |       let opList = try Tensorflow_OpList(serializedData: dat)
     |                        |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)' [#DeprecatedDeclaration]
     |                        `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
2380 |       operations = opList.op
2381 |     }
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.attr_value.swift:37:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 35 |     get {
 36 |       if case .s(let v)? = _storage._value {return v}
 37 |       return SwiftProtobuf.Internal.emptyData
    |                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 38 |     }
 39 |     set {_uniqueStorage()._value = .s(newValue)}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[148/200] Compiling PerfectTensorFlow pb.cluster.swift
/host/spi-builder-workspace/Sources/PerfectTensorFlow/APILoader.swift:302:88: error: cannot find type 'float_t' in scope
 300 |   public static var SetAttrInt: @convention(c) (OpaquePointer, UnsafePointer<CChar>, Int64) -> Void = { _, _, _ in }
 301 |   public static var SetAttrIntList: @convention(c) (OpaquePointer, UnsafePointer<CChar>, UnsafePointer<Int64>, Int32) -> Void = { _, _, _, _ in }
 302 |   public static var SetAttrFloat: @convention(c) (OpaquePointer, UnsafePointer<CChar>, float_t) -> Void = { _, _, _ in }
     |                                                                                        `- error: cannot find type 'float_t' in scope
 303 |   public static var SetAttrFloatList: @convention(c) (OpaquePointer, UnsafePointer<CChar>, UnsafePointer<float_t>, Int32) -> Void = { _, _, _, _ in }
 304 |   public static var SetAttrBool: @convention(c) (OpaquePointer, UnsafePointer<CChar>, UInt8) -> Void = { _, _, _ in }
/host/spi-builder-workspace/Sources/PerfectTensorFlow/APILoader.swift:303:106: error: cannot find type 'float_t' in scope
 301 |   public static var SetAttrIntList: @convention(c) (OpaquePointer, UnsafePointer<CChar>, UnsafePointer<Int64>, Int32) -> Void = { _, _, _, _ in }
 302 |   public static var SetAttrFloat: @convention(c) (OpaquePointer, UnsafePointer<CChar>, float_t) -> Void = { _, _, _ in }
 303 |   public static var SetAttrFloatList: @convention(c) (OpaquePointer, UnsafePointer<CChar>, UnsafePointer<float_t>, Int32) -> Void = { _, _, _, _ in }
     |                                                                                                          `- error: cannot find type 'float_t' in scope
 304 |   public static var SetAttrBool: @convention(c) (OpaquePointer, UnsafePointer<CChar>, UInt8) -> Void = { _, _, _ in }
 305 |   public static var SetAttrBoolList: @convention(c) (OpaquePointer, UnsafePointer<CChar>, UnsafePointer<UInt8>, Int32) -> Void = { _, _, _, _ in }
/host/spi-builder-workspace/Sources/PerfectTensorFlow/APILoader.swift:439:118: error: cannot find type 'float_t' in scope
 437 |   /// TF_AttrMetadata.list_size from TF_OperationGetAttrMetadata(oper,
 438 |   /// attr_name)).
 439 |   public static var OperationGetAttrFloat: @convention(c) (OpaquePointer, UnsafePointer<CChar>, UnsafeMutablePointer<float_t>, OpaquePointer) -> Void = { _, _, _, _ in }
     |                                                                                                                      `- error: cannot find type 'float_t' in scope
 440 |
 441 |   //// Fills in `values` with the value of the attribute `attr_name` of `oper`.
/host/spi-builder-workspace/Sources/PerfectTensorFlow/APILoader.swift:445:122: error: cannot find type 'float_t' in scope
 443 |   /// to TF_AttrMetadata.list_size from TF_OperationGetAttrMetadata(oper,
 444 |   /// attr_name)).
 445 |   public static var OperationGetAttrFloatList: @convention(c) (OpaquePointer, UnsafePointer<CChar>, UnsafeMutablePointer<float_t>, Int32, OpaquePointer) -> Void = { _, _, _, _, _ in }
     |                                                                                                                          `- error: cannot find type 'float_t' in scope
 446 |
 447 |   public static var OperationGetAttrBool: @convention(c) (OpaquePointer, UnsafePointer<CChar>, UnsafeMutablePointer<UInt8>, OpaquePointer) -> Void = { _, _, _, _ in }
/host/spi-builder-workspace/Sources/PerfectTensorFlow/APILoader.swift:67:47: error: cannot find 'dlerror' in scope
  65 |   public static func LoadFunction <T> (_ library: UnsafeMutableRawPointer?, _ symbol: String) throws -> T {
  66 |     guard let lib = library else {
  67 |       throw Panic.DLL(reason: String(cString: dlerror()))
     |                                               `- error: cannot find 'dlerror' in scope
  68 |     }//end guard
  69 |     guard let sym = dlsym(lib, symbol) else {
/host/spi-builder-workspace/Sources/PerfectTensorFlow/APILoader.swift:69:21: error: cannot find 'dlsym' in scope
  67 |       throw Panic.DLL(reason: String(cString: dlerror()))
  68 |     }//end guard
  69 |     guard let sym = dlsym(lib, symbol) else {
     |                     `- error: cannot find 'dlsym' in scope
  70 |       throw Panic.SYM(reason: String(cString: dlerror()))
  71 |     }//end guard
/host/spi-builder-workspace/Sources/PerfectTensorFlow/APILoader.swift:70:47: error: cannot find 'dlerror' in scope
  68 |     }//end guard
  69 |     guard let sym = dlsym(lib, symbol) else {
  70 |       throw Panic.SYM(reason: String(cString: dlerror()))
     |                                               `- error: cannot find 'dlerror' in scope
  71 |     }//end guard
  72 |     return unsafeBitCast(sym, to: T.self)
/host/spi-builder-workspace/Sources/PerfectTensorFlow/APILoader.swift:1017:21: error: cannot find 'dlopen' in scope
1015 |   /// - throws: Panic
1016 |   public static func Open (_ library: String = "/usr/local/lib/libtensorflow.so") throws {
1017 |     guard let lib = dlopen(library, RTLD_NOW) else {
     |                     `- error: cannot find 'dlopen' in scope
1018 |       throw Panic.DLL(reason: String(cString: dlerror()))
1019 |     }//end lib
/host/spi-builder-workspace/Sources/PerfectTensorFlow/APILoader.swift:1017:37: error: cannot find 'RTLD_NOW' in scope
1015 |   /// - throws: Panic
1016 |   public static func Open (_ library: String = "/usr/local/lib/libtensorflow.so") throws {
1017 |     guard let lib = dlopen(library, RTLD_NOW) else {
     |                                     `- error: cannot find 'RTLD_NOW' in scope
1018 |       throw Panic.DLL(reason: String(cString: dlerror()))
1019 |     }//end lib
/host/spi-builder-workspace/Sources/PerfectTensorFlow/APILoader.swift:1018:47: error: cannot find 'dlerror' in scope
1016 |   public static func Open (_ library: String = "/usr/local/lib/libtensorflow.so") throws {
1017 |     guard let lib = dlopen(library, RTLD_NOW) else {
1018 |       throw Panic.DLL(reason: String(cString: dlerror()))
     |                                               `- error: cannot find 'dlerror' in scope
1019 |     }//end lib
1020 |     libDLL = lib
/host/spi-builder-workspace/Sources/PerfectTensorFlow/APILoader.swift:1194:11: error: cannot find 'dlclose' in scope
1192 |   public static func Close() {
1193 |     if let lib = libDLL {
1194 |       _ = dlclose(lib)
     |           `- error: cannot find 'dlclose' in scope
1195 |     }//end if
1196 |   }//end func
/host/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:1292:18: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)' [#DeprecatedDeclaration]
1290 |       guard status.code == .OK, let data = buffer.data
1291 |         else { throw Panic.FAULT(reason: status.message) }
1292 |       return try AttrValue(serializedData: data)
     |                  |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)' [#DeprecatedDeclaration]
     |                  `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
1293 |     }//end value
1294 |
/host/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:1304:20: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)' [#DeprecatedDeclaration]
1302 |           let data = buffer.data
1303 |           else { return nil }
1304 |         return try NodeDef(serializedData: data)
     |                    |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)' [#DeprecatedDeclaration]
     |                    `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
1305 |       }catch {
1306 |         return nil
/host/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:1651:23: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)' [#DeprecatedDeclaration]
1649 |
1650 |       do {
1651 |         let def = try GraphDef(serializedData: data)
     |                       |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)' [#DeprecatedDeclaration]
     |                       `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
1652 |         return def
1653 |       } catch {
/host/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:2213:20: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)' [#DeprecatedDeclaration]
2211 |           throw Panic.FAULT(reason: status.message)
2212 |         }
2213 |         return try AttrValue(serializedData: proto)
     |                    |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)' [#DeprecatedDeclaration]
     |                    `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
2214 |       }
2215 |
/host/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:2237:23: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)' [#DeprecatedDeclaration]
2235 |       public var definition: FunctionDef? {
2236 |         if let buf = self.buffer, let proto = buf.data {
2237 |           return try? FunctionDef(serializedData: proto)
     |                       |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)' [#DeprecatedDeclaration]
     |                       `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
2238 |         } else {
2239 |           return nil
/host/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:2379:24: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)' [#DeprecatedDeclaration]
2377 |       let pb = Buffer(buf: buf)
2378 |       guard let dat = pb.data else { throw Panic.FAULT(reason: "Buffer contains no valid data") }
2379 |       let opList = try Tensorflow_OpList(serializedData: dat)
     |                        |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)' [#DeprecatedDeclaration]
     |                        `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
2380 |       operations = opList.op
2381 |     }
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.attr_value.swift:37:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 35 |     get {
 36 |       if case .s(let v)? = _storage._value {return v}
 37 |       return SwiftProtobuf.Internal.emptyData
    |                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 38 |     }
 39 |     set {_uniqueStorage()._value = .s(newValue)}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[149/200] Compiling PerfectTensorFlow pb.compare_test.swift
/host/spi-builder-workspace/Sources/PerfectTensorFlow/APILoader.swift:302:88: error: cannot find type 'float_t' in scope
 300 |   public static var SetAttrInt: @convention(c) (OpaquePointer, UnsafePointer<CChar>, Int64) -> Void = { _, _, _ in }
 301 |   public static var SetAttrIntList: @convention(c) (OpaquePointer, UnsafePointer<CChar>, UnsafePointer<Int64>, Int32) -> Void = { _, _, _, _ in }
 302 |   public static var SetAttrFloat: @convention(c) (OpaquePointer, UnsafePointer<CChar>, float_t) -> Void = { _, _, _ in }
     |                                                                                        `- error: cannot find type 'float_t' in scope
 303 |   public static var SetAttrFloatList: @convention(c) (OpaquePointer, UnsafePointer<CChar>, UnsafePointer<float_t>, Int32) -> Void = { _, _, _, _ in }
 304 |   public static var SetAttrBool: @convention(c) (OpaquePointer, UnsafePointer<CChar>, UInt8) -> Void = { _, _, _ in }
/host/spi-builder-workspace/Sources/PerfectTensorFlow/APILoader.swift:303:106: error: cannot find type 'float_t' in scope
 301 |   public static var SetAttrIntList: @convention(c) (OpaquePointer, UnsafePointer<CChar>, UnsafePointer<Int64>, Int32) -> Void = { _, _, _, _ in }
 302 |   public static var SetAttrFloat: @convention(c) (OpaquePointer, UnsafePointer<CChar>, float_t) -> Void = { _, _, _ in }
 303 |   public static var SetAttrFloatList: @convention(c) (OpaquePointer, UnsafePointer<CChar>, UnsafePointer<float_t>, Int32) -> Void = { _, _, _, _ in }
     |                                                                                                          `- error: cannot find type 'float_t' in scope
 304 |   public static var SetAttrBool: @convention(c) (OpaquePointer, UnsafePointer<CChar>, UInt8) -> Void = { _, _, _ in }
 305 |   public static var SetAttrBoolList: @convention(c) (OpaquePointer, UnsafePointer<CChar>, UnsafePointer<UInt8>, Int32) -> Void = { _, _, _, _ in }
/host/spi-builder-workspace/Sources/PerfectTensorFlow/APILoader.swift:439:118: error: cannot find type 'float_t' in scope
 437 |   /// TF_AttrMetadata.list_size from TF_OperationGetAttrMetadata(oper,
 438 |   /// attr_name)).
 439 |   public static var OperationGetAttrFloat: @convention(c) (OpaquePointer, UnsafePointer<CChar>, UnsafeMutablePointer<float_t>, OpaquePointer) -> Void = { _, _, _, _ in }
     |                                                                                                                      `- error: cannot find type 'float_t' in scope
 440 |
 441 |   //// Fills in `values` with the value of the attribute `attr_name` of `oper`.
/host/spi-builder-workspace/Sources/PerfectTensorFlow/APILoader.swift:445:122: error: cannot find type 'float_t' in scope
 443 |   /// to TF_AttrMetadata.list_size from TF_OperationGetAttrMetadata(oper,
 444 |   /// attr_name)).
 445 |   public static var OperationGetAttrFloatList: @convention(c) (OpaquePointer, UnsafePointer<CChar>, UnsafeMutablePointer<float_t>, Int32, OpaquePointer) -> Void = { _, _, _, _, _ in }
     |                                                                                                                          `- error: cannot find type 'float_t' in scope
 446 |
 447 |   public static var OperationGetAttrBool: @convention(c) (OpaquePointer, UnsafePointer<CChar>, UnsafeMutablePointer<UInt8>, OpaquePointer) -> Void = { _, _, _, _ in }
/host/spi-builder-workspace/Sources/PerfectTensorFlow/APILoader.swift:67:47: error: cannot find 'dlerror' in scope
  65 |   public static func LoadFunction <T> (_ library: UnsafeMutableRawPointer?, _ symbol: String) throws -> T {
  66 |     guard let lib = library else {
  67 |       throw Panic.DLL(reason: String(cString: dlerror()))
     |                                               `- error: cannot find 'dlerror' in scope
  68 |     }//end guard
  69 |     guard let sym = dlsym(lib, symbol) else {
/host/spi-builder-workspace/Sources/PerfectTensorFlow/APILoader.swift:69:21: error: cannot find 'dlsym' in scope
  67 |       throw Panic.DLL(reason: String(cString: dlerror()))
  68 |     }//end guard
  69 |     guard let sym = dlsym(lib, symbol) else {
     |                     `- error: cannot find 'dlsym' in scope
  70 |       throw Panic.SYM(reason: String(cString: dlerror()))
  71 |     }//end guard
/host/spi-builder-workspace/Sources/PerfectTensorFlow/APILoader.swift:70:47: error: cannot find 'dlerror' in scope
  68 |     }//end guard
  69 |     guard let sym = dlsym(lib, symbol) else {
  70 |       throw Panic.SYM(reason: String(cString: dlerror()))
     |                                               `- error: cannot find 'dlerror' in scope
  71 |     }//end guard
  72 |     return unsafeBitCast(sym, to: T.self)
/host/spi-builder-workspace/Sources/PerfectTensorFlow/APILoader.swift:1017:21: error: cannot find 'dlopen' in scope
1015 |   /// - throws: Panic
1016 |   public static func Open (_ library: String = "/usr/local/lib/libtensorflow.so") throws {
1017 |     guard let lib = dlopen(library, RTLD_NOW) else {
     |                     `- error: cannot find 'dlopen' in scope
1018 |       throw Panic.DLL(reason: String(cString: dlerror()))
1019 |     }//end lib
/host/spi-builder-workspace/Sources/PerfectTensorFlow/APILoader.swift:1017:37: error: cannot find 'RTLD_NOW' in scope
1015 |   /// - throws: Panic
1016 |   public static func Open (_ library: String = "/usr/local/lib/libtensorflow.so") throws {
1017 |     guard let lib = dlopen(library, RTLD_NOW) else {
     |                                     `- error: cannot find 'RTLD_NOW' in scope
1018 |       throw Panic.DLL(reason: String(cString: dlerror()))
1019 |     }//end lib
/host/spi-builder-workspace/Sources/PerfectTensorFlow/APILoader.swift:1018:47: error: cannot find 'dlerror' in scope
1016 |   public static func Open (_ library: String = "/usr/local/lib/libtensorflow.so") throws {
1017 |     guard let lib = dlopen(library, RTLD_NOW) else {
1018 |       throw Panic.DLL(reason: String(cString: dlerror()))
     |                                               `- error: cannot find 'dlerror' in scope
1019 |     }//end lib
1020 |     libDLL = lib
/host/spi-builder-workspace/Sources/PerfectTensorFlow/APILoader.swift:1194:11: error: cannot find 'dlclose' in scope
1192 |   public static func Close() {
1193 |     if let lib = libDLL {
1194 |       _ = dlclose(lib)
     |           `- error: cannot find 'dlclose' in scope
1195 |     }//end if
1196 |   }//end func
/host/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:1292:18: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)' [#DeprecatedDeclaration]
1290 |       guard status.code == .OK, let data = buffer.data
1291 |         else { throw Panic.FAULT(reason: status.message) }
1292 |       return try AttrValue(serializedData: data)
     |                  |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)' [#DeprecatedDeclaration]
     |                  `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
1293 |     }//end value
1294 |
/host/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:1304:20: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)' [#DeprecatedDeclaration]
1302 |           let data = buffer.data
1303 |           else { return nil }
1304 |         return try NodeDef(serializedData: data)
     |                    |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)' [#DeprecatedDeclaration]
     |                    `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
1305 |       }catch {
1306 |         return nil
/host/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:1651:23: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)' [#DeprecatedDeclaration]
1649 |
1650 |       do {
1651 |         let def = try GraphDef(serializedData: data)
     |                       |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)' [#DeprecatedDeclaration]
     |                       `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
1652 |         return def
1653 |       } catch {
/host/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:2213:20: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)' [#DeprecatedDeclaration]
2211 |           throw Panic.FAULT(reason: status.message)
2212 |         }
2213 |         return try AttrValue(serializedData: proto)
     |                    |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)' [#DeprecatedDeclaration]
     |                    `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
2214 |       }
2215 |
/host/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:2237:23: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)' [#DeprecatedDeclaration]
2235 |       public var definition: FunctionDef? {
2236 |         if let buf = self.buffer, let proto = buf.data {
2237 |           return try? FunctionDef(serializedData: proto)
     |                       |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)' [#DeprecatedDeclaration]
     |                       `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
2238 |         } else {
2239 |           return nil
/host/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:2379:24: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)' [#DeprecatedDeclaration]
2377 |       let pb = Buffer(buf: buf)
2378 |       guard let dat = pb.data else { throw Panic.FAULT(reason: "Buffer contains no valid data") }
2379 |       let opList = try Tensorflow_OpList(serializedData: dat)
     |                        |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)' [#DeprecatedDeclaration]
     |                        `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
2380 |       operations = opList.op
2381 |     }
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.attr_value.swift:37:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 35 |     get {
 36 |       if case .s(let v)? = _storage._value {return v}
 37 |       return SwiftProtobuf.Internal.emptyData
    |                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 38 |     }
 39 |     set {_uniqueStorage()._value = .s(newValue)}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[150/200] Compiling PerfectTensorFlow pb.config.swift
/host/spi-builder-workspace/Sources/PerfectTensorFlow/APILoader.swift:302:88: error: cannot find type 'float_t' in scope
 300 |   public static var SetAttrInt: @convention(c) (OpaquePointer, UnsafePointer<CChar>, Int64) -> Void = { _, _, _ in }
 301 |   public static var SetAttrIntList: @convention(c) (OpaquePointer, UnsafePointer<CChar>, UnsafePointer<Int64>, Int32) -> Void = { _, _, _, _ in }
 302 |   public static var SetAttrFloat: @convention(c) (OpaquePointer, UnsafePointer<CChar>, float_t) -> Void = { _, _, _ in }
     |                                                                                        `- error: cannot find type 'float_t' in scope
 303 |   public static var SetAttrFloatList: @convention(c) (OpaquePointer, UnsafePointer<CChar>, UnsafePointer<float_t>, Int32) -> Void = { _, _, _, _ in }
 304 |   public static var SetAttrBool: @convention(c) (OpaquePointer, UnsafePointer<CChar>, UInt8) -> Void = { _, _, _ in }
/host/spi-builder-workspace/Sources/PerfectTensorFlow/APILoader.swift:303:106: error: cannot find type 'float_t' in scope
 301 |   public static var SetAttrIntList: @convention(c) (OpaquePointer, UnsafePointer<CChar>, UnsafePointer<Int64>, Int32) -> Void = { _, _, _, _ in }
 302 |   public static var SetAttrFloat: @convention(c) (OpaquePointer, UnsafePointer<CChar>, float_t) -> Void = { _, _, _ in }
 303 |   public static var SetAttrFloatList: @convention(c) (OpaquePointer, UnsafePointer<CChar>, UnsafePointer<float_t>, Int32) -> Void = { _, _, _, _ in }
     |                                                                                                          `- error: cannot find type 'float_t' in scope
 304 |   public static var SetAttrBool: @convention(c) (OpaquePointer, UnsafePointer<CChar>, UInt8) -> Void = { _, _, _ in }
 305 |   public static var SetAttrBoolList: @convention(c) (OpaquePointer, UnsafePointer<CChar>, UnsafePointer<UInt8>, Int32) -> Void = { _, _, _, _ in }
/host/spi-builder-workspace/Sources/PerfectTensorFlow/APILoader.swift:439:118: error: cannot find type 'float_t' in scope
 437 |   /// TF_AttrMetadata.list_size from TF_OperationGetAttrMetadata(oper,
 438 |   /// attr_name)).
 439 |   public static var OperationGetAttrFloat: @convention(c) (OpaquePointer, UnsafePointer<CChar>, UnsafeMutablePointer<float_t>, OpaquePointer) -> Void = { _, _, _, _ in }
     |                                                                                                                      `- error: cannot find type 'float_t' in scope
 440 |
 441 |   //// Fills in `values` with the value of the attribute `attr_name` of `oper`.
/host/spi-builder-workspace/Sources/PerfectTensorFlow/APILoader.swift:445:122: error: cannot find type 'float_t' in scope
 443 |   /// to TF_AttrMetadata.list_size from TF_OperationGetAttrMetadata(oper,
 444 |   /// attr_name)).
 445 |   public static var OperationGetAttrFloatList: @convention(c) (OpaquePointer, UnsafePointer<CChar>, UnsafeMutablePointer<float_t>, Int32, OpaquePointer) -> Void = { _, _, _, _, _ in }
     |                                                                                                                          `- error: cannot find type 'float_t' in scope
 446 |
 447 |   public static var OperationGetAttrBool: @convention(c) (OpaquePointer, UnsafePointer<CChar>, UnsafeMutablePointer<UInt8>, OpaquePointer) -> Void = { _, _, _, _ in }
/host/spi-builder-workspace/Sources/PerfectTensorFlow/APILoader.swift:67:47: error: cannot find 'dlerror' in scope
  65 |   public static func LoadFunction <T> (_ library: UnsafeMutableRawPointer?, _ symbol: String) throws -> T {
  66 |     guard let lib = library else {
  67 |       throw Panic.DLL(reason: String(cString: dlerror()))
     |                                               `- error: cannot find 'dlerror' in scope
  68 |     }//end guard
  69 |     guard let sym = dlsym(lib, symbol) else {
/host/spi-builder-workspace/Sources/PerfectTensorFlow/APILoader.swift:69:21: error: cannot find 'dlsym' in scope
  67 |       throw Panic.DLL(reason: String(cString: dlerror()))
  68 |     }//end guard
  69 |     guard let sym = dlsym(lib, symbol) else {
     |                     `- error: cannot find 'dlsym' in scope
  70 |       throw Panic.SYM(reason: String(cString: dlerror()))
  71 |     }//end guard
/host/spi-builder-workspace/Sources/PerfectTensorFlow/APILoader.swift:70:47: error: cannot find 'dlerror' in scope
  68 |     }//end guard
  69 |     guard let sym = dlsym(lib, symbol) else {
  70 |       throw Panic.SYM(reason: String(cString: dlerror()))
     |                                               `- error: cannot find 'dlerror' in scope
  71 |     }//end guard
  72 |     return unsafeBitCast(sym, to: T.self)
/host/spi-builder-workspace/Sources/PerfectTensorFlow/APILoader.swift:1017:21: error: cannot find 'dlopen' in scope
1015 |   /// - throws: Panic
1016 |   public static func Open (_ library: String = "/usr/local/lib/libtensorflow.so") throws {
1017 |     guard let lib = dlopen(library, RTLD_NOW) else {
     |                     `- error: cannot find 'dlopen' in scope
1018 |       throw Panic.DLL(reason: String(cString: dlerror()))
1019 |     }//end lib
/host/spi-builder-workspace/Sources/PerfectTensorFlow/APILoader.swift:1017:37: error: cannot find 'RTLD_NOW' in scope
1015 |   /// - throws: Panic
1016 |   public static func Open (_ library: String = "/usr/local/lib/libtensorflow.so") throws {
1017 |     guard let lib = dlopen(library, RTLD_NOW) else {
     |                                     `- error: cannot find 'RTLD_NOW' in scope
1018 |       throw Panic.DLL(reason: String(cString: dlerror()))
1019 |     }//end lib
/host/spi-builder-workspace/Sources/PerfectTensorFlow/APILoader.swift:1018:47: error: cannot find 'dlerror' in scope
1016 |   public static func Open (_ library: String = "/usr/local/lib/libtensorflow.so") throws {
1017 |     guard let lib = dlopen(library, RTLD_NOW) else {
1018 |       throw Panic.DLL(reason: String(cString: dlerror()))
     |                                               `- error: cannot find 'dlerror' in scope
1019 |     }//end lib
1020 |     libDLL = lib
/host/spi-builder-workspace/Sources/PerfectTensorFlow/APILoader.swift:1194:11: error: cannot find 'dlclose' in scope
1192 |   public static func Close() {
1193 |     if let lib = libDLL {
1194 |       _ = dlclose(lib)
     |           `- error: cannot find 'dlclose' in scope
1195 |     }//end if
1196 |   }//end func
/host/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:1292:18: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)' [#DeprecatedDeclaration]
1290 |       guard status.code == .OK, let data = buffer.data
1291 |         else { throw Panic.FAULT(reason: status.message) }
1292 |       return try AttrValue(serializedData: data)
     |                  |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)' [#DeprecatedDeclaration]
     |                  `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
1293 |     }//end value
1294 |
/host/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:1304:20: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)' [#DeprecatedDeclaration]
1302 |           let data = buffer.data
1303 |           else { return nil }
1304 |         return try NodeDef(serializedData: data)
     |                    |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)' [#DeprecatedDeclaration]
     |                    `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
1305 |       }catch {
1306 |         return nil
/host/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:1651:23: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)' [#DeprecatedDeclaration]
1649 |
1650 |       do {
1651 |         let def = try GraphDef(serializedData: data)
     |                       |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)' [#DeprecatedDeclaration]
     |                       `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
1652 |         return def
1653 |       } catch {
/host/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:2213:20: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)' [#DeprecatedDeclaration]
2211 |           throw Panic.FAULT(reason: status.message)
2212 |         }
2213 |         return try AttrValue(serializedData: proto)
     |                    |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)' [#DeprecatedDeclaration]
     |                    `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
2214 |       }
2215 |
/host/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:2237:23: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)' [#DeprecatedDeclaration]
2235 |       public var definition: FunctionDef? {
2236 |         if let buf = self.buffer, let proto = buf.data {
2237 |           return try? FunctionDef(serializedData: proto)
     |                       |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)' [#DeprecatedDeclaration]
     |                       `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
2238 |         } else {
2239 |           return nil
/host/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:2379:24: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)' [#DeprecatedDeclaration]
2377 |       let pb = Buffer(buf: buf)
2378 |       guard let dat = pb.data else { throw Panic.FAULT(reason: "Buffer contains no valid data") }
2379 |       let opList = try Tensorflow_OpList(serializedData: dat)
     |                        |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)' [#DeprecatedDeclaration]
     |                        `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
2380 |       operations = opList.op
2381 |     }
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.attr_value.swift:37:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 35 |     get {
 36 |       if case .s(let v)? = _storage._value {return v}
 37 |       return SwiftProtobuf.Internal.emptyData
    |                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 38 |     }
 39 |     set {_uniqueStorage()._value = .s(newValue)}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[151/200] Compiling PerfectTensorFlow pb.control_flow.swift
/host/spi-builder-workspace/Sources/PerfectTensorFlow/APILoader.swift:302:88: error: cannot find type 'float_t' in scope
 300 |   public static var SetAttrInt: @convention(c) (OpaquePointer, UnsafePointer<CChar>, Int64) -> Void = { _, _, _ in }
 301 |   public static var SetAttrIntList: @convention(c) (OpaquePointer, UnsafePointer<CChar>, UnsafePointer<Int64>, Int32) -> Void = { _, _, _, _ in }
 302 |   public static var SetAttrFloat: @convention(c) (OpaquePointer, UnsafePointer<CChar>, float_t) -> Void = { _, _, _ in }
     |                                                                                        `- error: cannot find type 'float_t' in scope
 303 |   public static var SetAttrFloatList: @convention(c) (OpaquePointer, UnsafePointer<CChar>, UnsafePointer<float_t>, Int32) -> Void = { _, _, _, _ in }
 304 |   public static var SetAttrBool: @convention(c) (OpaquePointer, UnsafePointer<CChar>, UInt8) -> Void = { _, _, _ in }
/host/spi-builder-workspace/Sources/PerfectTensorFlow/APILoader.swift:303:106: error: cannot find type 'float_t' in scope
 301 |   public static var SetAttrIntList: @convention(c) (OpaquePointer, UnsafePointer<CChar>, UnsafePointer<Int64>, Int32) -> Void = { _, _, _, _ in }
 302 |   public static var SetAttrFloat: @convention(c) (OpaquePointer, UnsafePointer<CChar>, float_t) -> Void = { _, _, _ in }
 303 |   public static var SetAttrFloatList: @convention(c) (OpaquePointer, UnsafePointer<CChar>, UnsafePointer<float_t>, Int32) -> Void = { _, _, _, _ in }
     |                                                                                                          `- error: cannot find type 'float_t' in scope
 304 |   public static var SetAttrBool: @convention(c) (OpaquePointer, UnsafePointer<CChar>, UInt8) -> Void = { _, _, _ in }
 305 |   public static var SetAttrBoolList: @convention(c) (OpaquePointer, UnsafePointer<CChar>, UnsafePointer<UInt8>, Int32) -> Void = { _, _, _, _ in }
/host/spi-builder-workspace/Sources/PerfectTensorFlow/APILoader.swift:439:118: error: cannot find type 'float_t' in scope
 437 |   /// TF_AttrMetadata.list_size from TF_OperationGetAttrMetadata(oper,
 438 |   /// attr_name)).
 439 |   public static var OperationGetAttrFloat: @convention(c) (OpaquePointer, UnsafePointer<CChar>, UnsafeMutablePointer<float_t>, OpaquePointer) -> Void = { _, _, _, _ in }
     |                                                                                                                      `- error: cannot find type 'float_t' in scope
 440 |
 441 |   //// Fills in `values` with the value of the attribute `attr_name` of `oper`.
/host/spi-builder-workspace/Sources/PerfectTensorFlow/APILoader.swift:445:122: error: cannot find type 'float_t' in scope
 443 |   /// to TF_AttrMetadata.list_size from TF_OperationGetAttrMetadata(oper,
 444 |   /// attr_name)).
 445 |   public static var OperationGetAttrFloatList: @convention(c) (OpaquePointer, UnsafePointer<CChar>, UnsafeMutablePointer<float_t>, Int32, OpaquePointer) -> Void = { _, _, _, _, _ in }
     |                                                                                                                          `- error: cannot find type 'float_t' in scope
 446 |
 447 |   public static var OperationGetAttrBool: @convention(c) (OpaquePointer, UnsafePointer<CChar>, UnsafeMutablePointer<UInt8>, OpaquePointer) -> Void = { _, _, _, _ in }
/host/spi-builder-workspace/Sources/PerfectTensorFlow/APILoader.swift:67:47: error: cannot find 'dlerror' in scope
  65 |   public static func LoadFunction <T> (_ library: UnsafeMutableRawPointer?, _ symbol: String) throws -> T {
  66 |     guard let lib = library else {
  67 |       throw Panic.DLL(reason: String(cString: dlerror()))
     |                                               `- error: cannot find 'dlerror' in scope
  68 |     }//end guard
  69 |     guard let sym = dlsym(lib, symbol) else {
/host/spi-builder-workspace/Sources/PerfectTensorFlow/APILoader.swift:69:21: error: cannot find 'dlsym' in scope
  67 |       throw Panic.DLL(reason: String(cString: dlerror()))
  68 |     }//end guard
  69 |     guard let sym = dlsym(lib, symbol) else {
     |                     `- error: cannot find 'dlsym' in scope
  70 |       throw Panic.SYM(reason: String(cString: dlerror()))
  71 |     }//end guard
/host/spi-builder-workspace/Sources/PerfectTensorFlow/APILoader.swift:70:47: error: cannot find 'dlerror' in scope
  68 |     }//end guard
  69 |     guard let sym = dlsym(lib, symbol) else {
  70 |       throw Panic.SYM(reason: String(cString: dlerror()))
     |                                               `- error: cannot find 'dlerror' in scope
  71 |     }//end guard
  72 |     return unsafeBitCast(sym, to: T.self)
/host/spi-builder-workspace/Sources/PerfectTensorFlow/APILoader.swift:1017:21: error: cannot find 'dlopen' in scope
1015 |   /// - throws: Panic
1016 |   public static func Open (_ library: String = "/usr/local/lib/libtensorflow.so") throws {
1017 |     guard let lib = dlopen(library, RTLD_NOW) else {
     |                     `- error: cannot find 'dlopen' in scope
1018 |       throw Panic.DLL(reason: String(cString: dlerror()))
1019 |     }//end lib
/host/spi-builder-workspace/Sources/PerfectTensorFlow/APILoader.swift:1017:37: error: cannot find 'RTLD_NOW' in scope
1015 |   /// - throws: Panic
1016 |   public static func Open (_ library: String = "/usr/local/lib/libtensorflow.so") throws {
1017 |     guard let lib = dlopen(library, RTLD_NOW) else {
     |                                     `- error: cannot find 'RTLD_NOW' in scope
1018 |       throw Panic.DLL(reason: String(cString: dlerror()))
1019 |     }//end lib
/host/spi-builder-workspace/Sources/PerfectTensorFlow/APILoader.swift:1018:47: error: cannot find 'dlerror' in scope
1016 |   public static func Open (_ library: String = "/usr/local/lib/libtensorflow.so") throws {
1017 |     guard let lib = dlopen(library, RTLD_NOW) else {
1018 |       throw Panic.DLL(reason: String(cString: dlerror()))
     |                                               `- error: cannot find 'dlerror' in scope
1019 |     }//end lib
1020 |     libDLL = lib
/host/spi-builder-workspace/Sources/PerfectTensorFlow/APILoader.swift:1194:11: error: cannot find 'dlclose' in scope
1192 |   public static func Close() {
1193 |     if let lib = libDLL {
1194 |       _ = dlclose(lib)
     |           `- error: cannot find 'dlclose' in scope
1195 |     }//end if
1196 |   }//end func
/host/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:1292:18: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)' [#DeprecatedDeclaration]
1290 |       guard status.code == .OK, let data = buffer.data
1291 |         else { throw Panic.FAULT(reason: status.message) }
1292 |       return try AttrValue(serializedData: data)
     |                  |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)' [#DeprecatedDeclaration]
     |                  `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
1293 |     }//end value
1294 |
/host/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:1304:20: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)' [#DeprecatedDeclaration]
1302 |           let data = buffer.data
1303 |           else { return nil }
1304 |         return try NodeDef(serializedData: data)
     |                    |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)' [#DeprecatedDeclaration]
     |                    `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
1305 |       }catch {
1306 |         return nil
/host/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:1651:23: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)' [#DeprecatedDeclaration]
1649 |
1650 |       do {
1651 |         let def = try GraphDef(serializedData: data)
     |                       |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)' [#DeprecatedDeclaration]
     |                       `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
1652 |         return def
1653 |       } catch {
/host/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:2213:20: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)' [#DeprecatedDeclaration]
2211 |           throw Panic.FAULT(reason: status.message)
2212 |         }
2213 |         return try AttrValue(serializedData: proto)
     |                    |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)' [#DeprecatedDeclaration]
     |                    `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
2214 |       }
2215 |
/host/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:2237:23: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)' [#DeprecatedDeclaration]
2235 |       public var definition: FunctionDef? {
2236 |         if let buf = self.buffer, let proto = buf.data {
2237 |           return try? FunctionDef(serializedData: proto)
     |                       |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)' [#DeprecatedDeclaration]
     |                       `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
2238 |         } else {
2239 |           return nil
/host/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:2379:24: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)' [#DeprecatedDeclaration]
2377 |       let pb = Buffer(buf: buf)
2378 |       guard let dat = pb.data else { throw Panic.FAULT(reason: "Buffer contains no valid data") }
2379 |       let opList = try Tensorflow_OpList(serializedData: dat)
     |                        |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)' [#DeprecatedDeclaration]
     |                        `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
2380 |       operations = opList.op
2381 |     }
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.attr_value.swift:37:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 35 |     get {
 36 |       if case .s(let v)? = _storage._value {return v}
 37 |       return SwiftProtobuf.Internal.emptyData
    |                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 38 |     }
 39 |     set {_uniqueStorage()._value = .s(newValue)}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[152/200] Compiling PerfectTensorFlow pb.tensor_slice.swift
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.test.swift:982:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 980 |     var _optionalBool: Bool = false
 981 |     var _optionalString: String = String()
 982 |     var _optionalBytes: Data = SwiftProtobuf.Internal.emptyData
     |                                                       `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 983 |     var _optionalNestedMessage: Tensorflow_Test_TestAllTypes.NestedMessage? = nil
 984 |     var _optionalForeignMessage: Tensorflow_Test_ForeignMessage? = nil
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.test.swift:292:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 290 |     get {
 291 |       if case .oneofBytes(let v)? = _storage._oneofField {return v}
 292 |       return SwiftProtobuf.Internal.emptyData
     |                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 293 |     }
 294 |     set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[153/200] Compiling PerfectTensorFlow pb.tensorflow_server.swift
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.test.swift:982:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 980 |     var _optionalBool: Bool = false
 981 |     var _optionalString: String = String()
 982 |     var _optionalBytes: Data = SwiftProtobuf.Internal.emptyData
     |                                                       `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 983 |     var _optionalNestedMessage: Tensorflow_Test_TestAllTypes.NestedMessage? = nil
 984 |     var _optionalForeignMessage: Tensorflow_Test_ForeignMessage? = nil
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.test.swift:292:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 290 |     get {
 291 |       if case .oneofBytes(let v)? = _storage._oneofField {return v}
 292 |       return SwiftProtobuf.Internal.emptyData
     |                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 293 |     }
 294 |     set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[154/200] Compiling PerfectTensorFlow pb.test.swift
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.test.swift:982:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 980 |     var _optionalBool: Bool = false
 981 |     var _optionalString: String = String()
 982 |     var _optionalBytes: Data = SwiftProtobuf.Internal.emptyData
     |                                                       `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 983 |     var _optionalNestedMessage: Tensorflow_Test_TestAllTypes.NestedMessage? = nil
 984 |     var _optionalForeignMessage: Tensorflow_Test_ForeignMessage? = nil
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.test.swift:292:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 290 |     get {
 291 |       if case .oneofBytes(let v)? = _storage._oneofField {return v}
 292 |       return SwiftProtobuf.Internal.emptyData
     |                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 293 |     }
 294 |     set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[155/200] Compiling PerfectTensorFlow pb.test_log.swift
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.test.swift:982:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 980 |     var _optionalBool: Bool = false
 981 |     var _optionalString: String = String()
 982 |     var _optionalBytes: Data = SwiftProtobuf.Internal.emptyData
     |                                                       `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 983 |     var _optionalNestedMessage: Tensorflow_Test_TestAllTypes.NestedMessage? = nil
 984 |     var _optionalForeignMessage: Tensorflow_Test_ForeignMessage? = nil
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.test.swift:292:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 290 |     get {
 291 |       if case .oneofBytes(let v)? = _storage._oneofField {return v}
 292 |       return SwiftProtobuf.Internal.emptyData
     |                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 293 |     }
 294 |     set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[156/200] Compiling PerfectTensorFlow pb.tf2xla.swift
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.test.swift:982:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 980 |     var _optionalBool: Bool = false
 981 |     var _optionalString: String = String()
 982 |     var _optionalBytes: Data = SwiftProtobuf.Internal.emptyData
     |                                                       `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 983 |     var _optionalNestedMessage: Tensorflow_Test_TestAllTypes.NestedMessage? = nil
 984 |     var _optionalForeignMessage: Tensorflow_Test_ForeignMessage? = nil
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.test.swift:292:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 290 |     get {
 291 |       if case .oneofBytes(let v)? = _storage._oneofField {return v}
 292 |       return SwiftProtobuf.Internal.emptyData
     |                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 293 |     }
 294 |     set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[157/200] Compiling PerfectTensorFlow pb.tf_op_stats.swift
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.test.swift:982:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 980 |     var _optionalBool: Bool = false
 981 |     var _optionalString: String = String()
 982 |     var _optionalBytes: Data = SwiftProtobuf.Internal.emptyData
     |                                                       `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 983 |     var _optionalNestedMessage: Tensorflow_Test_TestAllTypes.NestedMessage? = nil
 984 |     var _optionalForeignMessage: Tensorflow_Test_ForeignMessage? = nil
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.test.swift:292:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 290 |     get {
 291 |       if case .oneofBytes(let v)? = _storage._oneofField {return v}
 292 |       return SwiftProtobuf.Internal.emptyData
     |                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 293 |     }
 294 |     set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[158/200] Compiling PerfectTensorFlow pb.tfcompile.swift
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.test.swift:982:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 980 |     var _optionalBool: Bool = false
 981 |     var _optionalString: String = String()
 982 |     var _optionalBytes: Data = SwiftProtobuf.Internal.emptyData
     |                                                       `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 983 |     var _optionalNestedMessage: Tensorflow_Test_TestAllTypes.NestedMessage? = nil
 984 |     var _optionalForeignMessage: Tensorflow_Test_ForeignMessage? = nil
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.test.swift:292:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 290 |     get {
 291 |       if case .oneofBytes(let v)? = _storage._oneofField {return v}
 292 |       return SwiftProtobuf.Internal.emptyData
     |                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 293 |     }
 294 |     set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[159/200] Compiling PerfectTensorFlow pb.tfprof_log.swift
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.test.swift:982:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 980 |     var _optionalBool: Bool = false
 981 |     var _optionalString: String = String()
 982 |     var _optionalBytes: Data = SwiftProtobuf.Internal.emptyData
     |                                                       `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 983 |     var _optionalNestedMessage: Tensorflow_Test_TestAllTypes.NestedMessage? = nil
 984 |     var _optionalForeignMessage: Tensorflow_Test_ForeignMessage? = nil
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.test.swift:292:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 290 |     get {
 291 |       if case .oneofBytes(let v)? = _storage._oneofField {return v}
 292 |       return SwiftProtobuf.Internal.emptyData
     |                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 293 |     }
 294 |     set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[160/200] Compiling PerfectTensorFlow pb.tfprof_options.swift
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.test.swift:982:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 980 |     var _optionalBool: Bool = false
 981 |     var _optionalString: String = String()
 982 |     var _optionalBytes: Data = SwiftProtobuf.Internal.emptyData
     |                                                       `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 983 |     var _optionalNestedMessage: Tensorflow_Test_TestAllTypes.NestedMessage? = nil
 984 |     var _optionalForeignMessage: Tensorflow_Test_ForeignMessage? = nil
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.test.swift:292:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 290 |     get {
 291 |       if case .oneofBytes(let v)? = _storage._oneofField {return v}
 292 |       return SwiftProtobuf.Internal.emptyData
     |                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 293 |     }
 294 |     set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[161/200] Compiling PerfectTensorFlow pb.tfprof_output.swift
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.test.swift:982:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 980 |     var _optionalBool: Bool = false
 981 |     var _optionalString: String = String()
 982 |     var _optionalBytes: Data = SwiftProtobuf.Internal.emptyData
     |                                                       `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 983 |     var _optionalNestedMessage: Tensorflow_Test_TestAllTypes.NestedMessage? = nil
 984 |     var _optionalForeignMessage: Tensorflow_Test_ForeignMessage? = nil
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.test.swift:292:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 290 |     get {
 291 |       if case .oneofBytes(let v)? = _storage._oneofField {return v}
 292 |       return SwiftProtobuf.Internal.emptyData
     |                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 293 |     }
 294 |     set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[162/200] Compiling PerfectTensorFlow pb.toco_flags.swift
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.test.swift:982:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 980 |     var _optionalBool: Bool = false
 981 |     var _optionalString: String = String()
 982 |     var _optionalBytes: Data = SwiftProtobuf.Internal.emptyData
     |                                                       `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 983 |     var _optionalNestedMessage: Tensorflow_Test_TestAllTypes.NestedMessage? = nil
 984 |     var _optionalForeignMessage: Tensorflow_Test_ForeignMessage? = nil
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.test.swift:292:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 290 |     get {
 291 |       if case .oneofBytes(let v)? = _storage._oneofField {return v}
 292 |       return SwiftProtobuf.Internal.emptyData
     |                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 293 |     }
 294 |     set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[163/200] Compiling PerfectTensorFlow pb.topology.swift
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.test.swift:982:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 980 |     var _optionalBool: Bool = false
 981 |     var _optionalString: String = String()
 982 |     var _optionalBytes: Data = SwiftProtobuf.Internal.emptyData
     |                                                       `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 983 |     var _optionalNestedMessage: Tensorflow_Test_TestAllTypes.NestedMessage? = nil
 984 |     var _optionalForeignMessage: Tensorflow_Test_ForeignMessage? = nil
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.test.swift:292:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 290 |     get {
 291 |       if case .oneofBytes(let v)? = _storage._oneofField {return v}
 292 |       return SwiftProtobuf.Internal.emptyData
     |                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 293 |     }
 294 |     set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[164/200] Compiling PerfectTensorFlow pb.fertile_stats.swift
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.graph_transfer_info.swift:193:52: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
191 |     public var shape: [Int64] = []
192 |
193 |     public var data: Data = SwiftProtobuf.Internal.emptyData
    |                                                    `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
194 |
195 |     public var dtype: Tensorflow_DataType = .dtInvalid
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.hparam.swift:212:39: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
210 |       get {
211 |         if case .bytesValue(let v)? = _storage._kind {return v}
212 |         return SwiftProtobuf.Internal.emptyData
    |                                       `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
213 |       }
214 |       set {_uniqueStorage()._kind = .bytesValue(newValue)}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[165/200] Compiling PerfectTensorFlow pb.function.swift
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.graph_transfer_info.swift:193:52: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
191 |     public var shape: [Int64] = []
192 |
193 |     public var data: Data = SwiftProtobuf.Internal.emptyData
    |                                                    `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
194 |
195 |     public var dtype: Tensorflow_DataType = .dtInvalid
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.hparam.swift:212:39: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
210 |       get {
211 |         if case .bytesValue(let v)? = _storage._kind {return v}
212 |         return SwiftProtobuf.Internal.emptyData
    |                                       `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
213 |       }
214 |       set {_uniqueStorage()._kind = .bytesValue(newValue)}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[166/200] Compiling PerfectTensorFlow pb.gdr.swift
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.graph_transfer_info.swift:193:52: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
191 |     public var shape: [Int64] = []
192 |
193 |     public var data: Data = SwiftProtobuf.Internal.emptyData
    |                                                    `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
194 |
195 |     public var dtype: Tensorflow_DataType = .dtInvalid
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.hparam.swift:212:39: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
210 |       get {
211 |         if case .bytesValue(let v)? = _storage._kind {return v}
212 |         return SwiftProtobuf.Internal.emptyData
    |                                       `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
213 |       }
214 |       set {_uniqueStorage()._kind = .bytesValue(newValue)}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[167/200] Compiling PerfectTensorFlow pb.generic_tree_model.swift
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.graph_transfer_info.swift:193:52: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
191 |     public var shape: [Int64] = []
192 |
193 |     public var data: Data = SwiftProtobuf.Internal.emptyData
    |                                                    `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
194 |
195 |     public var dtype: Tensorflow_DataType = .dtInvalid
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.hparam.swift:212:39: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
210 |       get {
211 |         if case .bytesValue(let v)? = _storage._kind {return v}
212 |         return SwiftProtobuf.Internal.emptyData
    |                                       `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
213 |       }
214 |       set {_uniqueStorage()._kind = .bytesValue(newValue)}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[168/200] Compiling PerfectTensorFlow pb.generic_tree_model_extensions.swift
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.graph_transfer_info.swift:193:52: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
191 |     public var shape: [Int64] = []
192 |
193 |     public var data: Data = SwiftProtobuf.Internal.emptyData
    |                                                    `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
194 |
195 |     public var dtype: Tensorflow_DataType = .dtInvalid
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.hparam.swift:212:39: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
210 |       get {
211 |         if case .bytesValue(let v)? = _storage._kind {return v}
212 |         return SwiftProtobuf.Internal.emptyData
    |                                       `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
213 |       }
214 |       set {_uniqueStorage()._kind = .bytesValue(newValue)}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[169/200] Compiling PerfectTensorFlow pb.graph.swift
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.graph_transfer_info.swift:193:52: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
191 |     public var shape: [Int64] = []
192 |
193 |     public var data: Data = SwiftProtobuf.Internal.emptyData
    |                                                    `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
194 |
195 |     public var dtype: Tensorflow_DataType = .dtInvalid
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.hparam.swift:212:39: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
210 |       get {
211 |         if case .bytesValue(let v)? = _storage._kind {return v}
212 |         return SwiftProtobuf.Internal.emptyData
    |                                       `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
213 |       }
214 |       set {_uniqueStorage()._kind = .bytesValue(newValue)}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[170/200] Compiling PerfectTensorFlow pb.graph_explorer.swift
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.graph_transfer_info.swift:193:52: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
191 |     public var shape: [Int64] = []
192 |
193 |     public var data: Data = SwiftProtobuf.Internal.emptyData
    |                                                    `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
194 |
195 |     public var dtype: Tensorflow_DataType = .dtInvalid
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.hparam.swift:212:39: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
210 |       get {
211 |         if case .bytesValue(let v)? = _storage._kind {return v}
212 |         return SwiftProtobuf.Internal.emptyData
    |                                       `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
213 |       }
214 |       set {_uniqueStorage()._kind = .bytesValue(newValue)}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[171/200] Compiling PerfectTensorFlow pb.graph_transfer_info.swift
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.graph_transfer_info.swift:193:52: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
191 |     public var shape: [Int64] = []
192 |
193 |     public var data: Data = SwiftProtobuf.Internal.emptyData
    |                                                    `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
194 |
195 |     public var dtype: Tensorflow_DataType = .dtInvalid
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.hparam.swift:212:39: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
210 |       get {
211 |         if case .bytesValue(let v)? = _storage._kind {return v}
212 |         return SwiftProtobuf.Internal.emptyData
    |                                       `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
213 |       }
214 |       set {_uniqueStorage()._kind = .bytesValue(newValue)}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[172/200] Compiling PerfectTensorFlow pb.hlo.swift
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.graph_transfer_info.swift:193:52: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
191 |     public var shape: [Int64] = []
192 |
193 |     public var data: Data = SwiftProtobuf.Internal.emptyData
    |                                                    `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
194 |
195 |     public var dtype: Tensorflow_DataType = .dtInvalid
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.hparam.swift:212:39: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
210 |       get {
211 |         if case .bytesValue(let v)? = _storage._kind {return v}
212 |         return SwiftProtobuf.Internal.emptyData
    |                                       `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
213 |       }
214 |       set {_uniqueStorage()._kind = .bytesValue(newValue)}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[173/200] Compiling PerfectTensorFlow pb.hparam.swift
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.graph_transfer_info.swift:193:52: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
191 |     public var shape: [Int64] = []
192 |
193 |     public var data: Data = SwiftProtobuf.Internal.emptyData
    |                                                    `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
194 |
195 |     public var dtype: Tensorflow_DataType = .dtInvalid
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.hparam.swift:212:39: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
210 |       get {
211 |         if case .bytesValue(let v)? = _storage._kind {return v}
212 |         return SwiftProtobuf.Internal.emptyData
    |                                       `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
213 |       }
214 |       set {_uniqueStorage()._kind = .bytesValue(newValue)}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[174/200] Compiling PerfectTensorFlow pb.iterator.swift
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.graph_transfer_info.swift:193:52: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
191 |     public var shape: [Int64] = []
192 |
193 |     public var data: Data = SwiftProtobuf.Internal.emptyData
    |                                                    `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
194 |
195 |     public var dtype: Tensorflow_DataType = .dtInvalid
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.hparam.swift:212:39: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
210 |       get {
211 |         if case .bytesValue(let v)? = _storage._kind {return v}
212 |         return SwiftProtobuf.Internal.emptyData
    |                                       `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
213 |       }
214 |       set {_uniqueStorage()._kind = .bytesValue(newValue)}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[175/200] Compiling PerfectTensorFlow pb.kernel_def.swift
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.graph_transfer_info.swift:193:52: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
191 |     public var shape: [Int64] = []
192 |
193 |     public var data: Data = SwiftProtobuf.Internal.emptyData
    |                                                    `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
194 |
195 |     public var dtype: Tensorflow_DataType = .dtInvalid
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.hparam.swift:212:39: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
210 |       get {
211 |         if case .bytesValue(let v)? = _storage._kind {return v}
212 |         return SwiftProtobuf.Internal.emptyData
    |                                       `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
213 |       }
214 |       set {_uniqueStorage()._kind = .bytesValue(newValue)}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[176/200] Compiling PerfectTensorFlow pb.cost_graph.swift
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.event.swift:426:57: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
424 |   /// Byte-encoded version of the `RunMetadata` proto in order to allow lazy
425 |   /// deserialization.
426 |   public var runMetadata: Data = SwiftProtobuf.Internal.emptyData
    |                                                         `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
427 |
428 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.event.swift:60:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 58 |     get {
 59 |       if case .graphDef(let v)? = _storage._what {return v}
 60 |       return SwiftProtobuf.Internal.emptyData
    |                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 61 |     }
 62 |     set {_uniqueStorage()._what = .graphDef(newValue)}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.event.swift:106:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
104 |     get {
105 |       if case .metaGraphDef(let v)? = _storage._what {return v}
106 |       return SwiftProtobuf.Internal.emptyData
    |                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
107 |     }
108 |     set {_uniqueStorage()._what = .metaGraphDef(newValue)}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[177/200] Compiling PerfectTensorFlow pb.cpp_shape_inference.swift
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.event.swift:426:57: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
424 |   /// Byte-encoded version of the `RunMetadata` proto in order to allow lazy
425 |   /// deserialization.
426 |   public var runMetadata: Data = SwiftProtobuf.Internal.emptyData
    |                                                         `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
427 |
428 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.event.swift:60:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 58 |     get {
 59 |       if case .graphDef(let v)? = _storage._what {return v}
 60 |       return SwiftProtobuf.Internal.emptyData
    |                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 61 |     }
 62 |     set {_uniqueStorage()._what = .graphDef(newValue)}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.event.swift:106:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
104 |     get {
105 |       if case .metaGraphDef(let v)? = _storage._what {return v}
106 |       return SwiftProtobuf.Internal.emptyData
    |                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
107 |     }
108 |     set {_uniqueStorage()._what = .metaGraphDef(newValue)}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[178/200] Compiling PerfectTensorFlow pb.debug.swift
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.event.swift:426:57: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
424 |   /// Byte-encoded version of the `RunMetadata` proto in order to allow lazy
425 |   /// deserialization.
426 |   public var runMetadata: Data = SwiftProtobuf.Internal.emptyData
    |                                                         `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
427 |
428 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.event.swift:60:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 58 |     get {
 59 |       if case .graphDef(let v)? = _storage._what {return v}
 60 |       return SwiftProtobuf.Internal.emptyData
    |                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 61 |     }
 62 |     set {_uniqueStorage()._what = .graphDef(newValue)}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.event.swift:106:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
104 |     get {
105 |       if case .metaGraphDef(let v)? = _storage._what {return v}
106 |       return SwiftProtobuf.Internal.emptyData
    |                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
107 |     }
108 |     set {_uniqueStorage()._what = .metaGraphDef(newValue)}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[179/200] Compiling PerfectTensorFlow pb.debug_service.swift
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.event.swift:426:57: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
424 |   /// Byte-encoded version of the `RunMetadata` proto in order to allow lazy
425 |   /// deserialization.
426 |   public var runMetadata: Data = SwiftProtobuf.Internal.emptyData
    |                                                         `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
427 |
428 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.event.swift:60:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 58 |     get {
 59 |       if case .graphDef(let v)? = _storage._what {return v}
 60 |       return SwiftProtobuf.Internal.emptyData
    |                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 61 |     }
 62 |     set {_uniqueStorage()._what = .graphDef(newValue)}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.event.swift:106:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
104 |     get {
105 |       if case .metaGraphDef(let v)? = _storage._what {return v}
106 |       return SwiftProtobuf.Internal.emptyData
    |                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
107 |     }
108 |     set {_uniqueStorage()._what = .metaGraphDef(newValue)}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[180/200] Compiling PerfectTensorFlow pb.debugger_event_metadata.swift
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.event.swift:426:57: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
424 |   /// Byte-encoded version of the `RunMetadata` proto in order to allow lazy
425 |   /// deserialization.
426 |   public var runMetadata: Data = SwiftProtobuf.Internal.emptyData
    |                                                         `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
427 |
428 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.event.swift:60:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 58 |     get {
 59 |       if case .graphDef(let v)? = _storage._what {return v}
 60 |       return SwiftProtobuf.Internal.emptyData
    |                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 61 |     }
 62 |     set {_uniqueStorage()._what = .graphDef(newValue)}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.event.swift:106:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
104 |     get {
105 |       if case .metaGraphDef(let v)? = _storage._what {return v}
106 |       return SwiftProtobuf.Internal.emptyData
    |                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
107 |     }
108 |     set {_uniqueStorage()._what = .metaGraphDef(newValue)}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[181/200] Compiling PerfectTensorFlow pb.device_attributes.swift
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.event.swift:426:57: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
424 |   /// Byte-encoded version of the `RunMetadata` proto in order to allow lazy
425 |   /// deserialization.
426 |   public var runMetadata: Data = SwiftProtobuf.Internal.emptyData
    |                                                         `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
427 |
428 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.event.swift:60:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 58 |     get {
 59 |       if case .graphDef(let v)? = _storage._what {return v}
 60 |       return SwiftProtobuf.Internal.emptyData
    |                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 61 |     }
 62 |     set {_uniqueStorage()._what = .graphDef(newValue)}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.event.swift:106:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
104 |     get {
105 |       if case .metaGraphDef(let v)? = _storage._what {return v}
106 |       return SwiftProtobuf.Internal.emptyData
    |                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
107 |     }
108 |     set {_uniqueStorage()._what = .metaGraphDef(newValue)}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[182/200] Compiling PerfectTensorFlow pb.device_properties.swift
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.event.swift:426:57: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
424 |   /// Byte-encoded version of the `RunMetadata` proto in order to allow lazy
425 |   /// deserialization.
426 |   public var runMetadata: Data = SwiftProtobuf.Internal.emptyData
    |                                                         `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
427 |
428 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.event.swift:60:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 58 |     get {
 59 |       if case .graphDef(let v)? = _storage._what {return v}
 60 |       return SwiftProtobuf.Internal.emptyData
    |                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 61 |     }
 62 |     set {_uniqueStorage()._what = .graphDef(newValue)}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.event.swift:106:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
104 |     get {
105 |       if case .metaGraphDef(let v)? = _storage._what {return v}
106 |       return SwiftProtobuf.Internal.emptyData
    |                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
107 |     }
108 |     set {_uniqueStorage()._what = .metaGraphDef(newValue)}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[183/200] Compiling PerfectTensorFlow pb.error_codes.swift
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.event.swift:426:57: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
424 |   /// Byte-encoded version of the `RunMetadata` proto in order to allow lazy
425 |   /// deserialization.
426 |   public var runMetadata: Data = SwiftProtobuf.Internal.emptyData
    |                                                         `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
427 |
428 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.event.swift:60:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 58 |     get {
 59 |       if case .graphDef(let v)? = _storage._what {return v}
 60 |       return SwiftProtobuf.Internal.emptyData
    |                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 61 |     }
 62 |     set {_uniqueStorage()._what = .graphDef(newValue)}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.event.swift:106:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
104 |     get {
105 |       if case .metaGraphDef(let v)? = _storage._what {return v}
106 |       return SwiftProtobuf.Internal.emptyData
    |                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
107 |     }
108 |     set {_uniqueStorage()._what = .metaGraphDef(newValue)}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[184/200] Compiling PerfectTensorFlow pb.event.swift
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.event.swift:426:57: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
424 |   /// Byte-encoded version of the `RunMetadata` proto in order to allow lazy
425 |   /// deserialization.
426 |   public var runMetadata: Data = SwiftProtobuf.Internal.emptyData
    |                                                         `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
427 |
428 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.event.swift:60:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 58 |     get {
 59 |       if case .graphDef(let v)? = _storage._what {return v}
 60 |       return SwiftProtobuf.Internal.emptyData
    |                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 61 |     }
 62 |     set {_uniqueStorage()._what = .graphDef(newValue)}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.event.swift:106:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
104 |     get {
105 |       if case .metaGraphDef(let v)? = _storage._what {return v}
106 |       return SwiftProtobuf.Internal.emptyData
    |                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
107 |     }
108 |     set {_uniqueStorage()._what = .metaGraphDef(newValue)}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[185/200] Compiling PerfectTensorFlow pb.example.swift
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.event.swift:426:57: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
424 |   /// Byte-encoded version of the `RunMetadata` proto in order to allow lazy
425 |   /// deserialization.
426 |   public var runMetadata: Data = SwiftProtobuf.Internal.emptyData
    |                                                         `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
427 |
428 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.event.swift:60:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 58 |     get {
 59 |       if case .graphDef(let v)? = _storage._what {return v}
 60 |       return SwiftProtobuf.Internal.emptyData
    |                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 61 |     }
 62 |     set {_uniqueStorage()._what = .graphDef(newValue)}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.event.swift:106:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
104 |     get {
105 |       if case .metaGraphDef(let v)? = _storage._what {return v}
106 |       return SwiftProtobuf.Internal.emptyData
    |                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
107 |     }
108 |     set {_uniqueStorage()._what = .metaGraphDef(newValue)}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[186/200] Compiling PerfectTensorFlow pb.example_parser_configuration.swift
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.event.swift:426:57: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
424 |   /// Byte-encoded version of the `RunMetadata` proto in order to allow lazy
425 |   /// deserialization.
426 |   public var runMetadata: Data = SwiftProtobuf.Internal.emptyData
    |                                                         `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
427 |
428 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.event.swift:60:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 58 |     get {
 59 |       if case .graphDef(let v)? = _storage._what {return v}
 60 |       return SwiftProtobuf.Internal.emptyData
    |                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 61 |     }
 62 |     set {_uniqueStorage()._what = .graphDef(newValue)}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.event.swift:106:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
104 |     get {
105 |       if case .metaGraphDef(let v)? = _storage._what {return v}
106 |       return SwiftProtobuf.Internal.emptyData
    |                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
107 |     }
108 |     set {_uniqueStorage()._what = .metaGraphDef(newValue)}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[187/200] Compiling PerfectTensorFlow pb.example_proto_fast_parsing_test.swift
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.event.swift:426:57: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
424 |   /// Byte-encoded version of the `RunMetadata` proto in order to allow lazy
425 |   /// deserialization.
426 |   public var runMetadata: Data = SwiftProtobuf.Internal.emptyData
    |                                                         `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
427 |
428 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.event.swift:60:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 58 |     get {
 59 |       if case .graphDef(let v)? = _storage._what {return v}
 60 |       return SwiftProtobuf.Internal.emptyData
    |                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 61 |     }
 62 |     set {_uniqueStorage()._what = .graphDef(newValue)}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.event.swift:106:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
104 |     get {
105 |       if case .metaGraphDef(let v)? = _storage._what {return v}
106 |       return SwiftProtobuf.Internal.emptyData
    |                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
107 |     }
108 |     set {_uniqueStorage()._what = .metaGraphDef(newValue)}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[188/200] Compiling PerfectTensorFlow pb.feature.swift
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.event.swift:426:57: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
424 |   /// Byte-encoded version of the `RunMetadata` proto in order to allow lazy
425 |   /// deserialization.
426 |   public var runMetadata: Data = SwiftProtobuf.Internal.emptyData
    |                                                         `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
427 |
428 |   public var unknownFields = SwiftProtobuf.UnknownStorage()
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.event.swift:60:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 58 |     get {
 59 |       if case .graphDef(let v)? = _storage._what {return v}
 60 |       return SwiftProtobuf.Internal.emptyData
    |                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
 61 |     }
 62 |     set {_uniqueStorage()._what = .graphDef(newValue)}
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.event.swift:106:37: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
104 |     get {
105 |       if case .metaGraphDef(let v)? = _storage._what {return v}
106 |       return SwiftProtobuf.Internal.emptyData
    |                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
107 |     }
108 |     set {_uniqueStorage()._what = .metaGraphDef(newValue)}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[189/200] Compiling PerfectTensorFlow pb.tpu_profiler.swift
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.tpu_profiler.swift:195:54: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
193 |     var _computationGraph: [Tensorflow_GraphDef] = []
194 |     var _hloMetadata: Tensorflow_RunMetadata? = nil
195 |     var _encodedTrace: Data = SwiftProtobuf.Internal.emptyData
    |                                                      `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
196 |     var _opProfile: Tensorflow_Tpu_OpProfile_Profile? = nil
197 |
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:5636:45: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5634 |     var _shape: Xla_Shape? = nil
5635 |     var _preds: [Bool] = []
5636 |     var _u8S: Data = SwiftProtobuf.Internal.emptyData
     |                                             `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5637 |     var _s32S: [Int32] = []
5638 |     var _s64S: [Int64] = []
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:5644:46: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5642 |     var _f64S: [Double] = []
5643 |     var _tupleLiterals: [Xla_LiteralProto] = []
5644 |     var _f16S: Data = SwiftProtobuf.Internal.emptyData
     |                                              `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5645 |
5646 |     static let defaultInstance = _StorageClass()
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:6039:48: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6037 |   fileprivate class _StorageClass {
6038 |     var _shape: Xla_Shape? = nil
6039 |     var _config: Data = SwiftProtobuf.Internal.emptyData
     |                                                `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6040 |
6041 |     static let defaultInstance = _StorageClass()
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:6084:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6082 |     var _shape: Xla_Shape? = nil
6083 |     var _operand: Xla_ComputationDataHandle? = nil
6084 |     var _outfeedConfig: Data = SwiftProtobuf.Internal.emptyData
     |                                                       `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6085 |
6086 |     static let defaultInstance = _StorageClass()
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[190/200] Compiling PerfectTensorFlow pb.trace_events.swift
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.tpu_profiler.swift:195:54: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
193 |     var _computationGraph: [Tensorflow_GraphDef] = []
194 |     var _hloMetadata: Tensorflow_RunMetadata? = nil
195 |     var _encodedTrace: Data = SwiftProtobuf.Internal.emptyData
    |                                                      `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
196 |     var _opProfile: Tensorflow_Tpu_OpProfile_Profile? = nil
197 |
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:5636:45: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5634 |     var _shape: Xla_Shape? = nil
5635 |     var _preds: [Bool] = []
5636 |     var _u8S: Data = SwiftProtobuf.Internal.emptyData
     |                                             `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5637 |     var _s32S: [Int32] = []
5638 |     var _s64S: [Int64] = []
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:5644:46: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5642 |     var _f64S: [Double] = []
5643 |     var _tupleLiterals: [Xla_LiteralProto] = []
5644 |     var _f16S: Data = SwiftProtobuf.Internal.emptyData
     |                                              `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5645 |
5646 |     static let defaultInstance = _StorageClass()
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:6039:48: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6037 |   fileprivate class _StorageClass {
6038 |     var _shape: Xla_Shape? = nil
6039 |     var _config: Data = SwiftProtobuf.Internal.emptyData
     |                                                `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6040 |
6041 |     static let defaultInstance = _StorageClass()
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:6084:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6082 |     var _shape: Xla_Shape? = nil
6083 |     var _operand: Xla_ComputationDataHandle? = nil
6084 |     var _outfeedConfig: Data = SwiftProtobuf.Internal.emptyData
     |                                                       `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6085 |
6086 |     static let defaultInstance = _StorageClass()
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[191/200] Compiling PerfectTensorFlow pb.trace_info.swift
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.tpu_profiler.swift:195:54: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
193 |     var _computationGraph: [Tensorflow_GraphDef] = []
194 |     var _hloMetadata: Tensorflow_RunMetadata? = nil
195 |     var _encodedTrace: Data = SwiftProtobuf.Internal.emptyData
    |                                                      `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
196 |     var _opProfile: Tensorflow_Tpu_OpProfile_Profile? = nil
197 |
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:5636:45: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5634 |     var _shape: Xla_Shape? = nil
5635 |     var _preds: [Bool] = []
5636 |     var _u8S: Data = SwiftProtobuf.Internal.emptyData
     |                                             `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5637 |     var _s32S: [Int32] = []
5638 |     var _s64S: [Int64] = []
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:5644:46: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5642 |     var _f64S: [Double] = []
5643 |     var _tupleLiterals: [Xla_LiteralProto] = []
5644 |     var _f16S: Data = SwiftProtobuf.Internal.emptyData
     |                                              `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5645 |
5646 |     static let defaultInstance = _StorageClass()
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:6039:48: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6037 |   fileprivate class _StorageClass {
6038 |     var _shape: Xla_Shape? = nil
6039 |     var _config: Data = SwiftProtobuf.Internal.emptyData
     |                                                `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6040 |
6041 |     static let defaultInstance = _StorageClass()
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:6084:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6082 |     var _shape: Xla_Shape? = nil
6083 |     var _operand: Xla_ComputationDataHandle? = nil
6084 |     var _outfeedConfig: Data = SwiftProtobuf.Internal.emptyData
     |                                                       `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6085 |
6086 |     static let defaultInstance = _StorageClass()
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[192/200] Compiling PerfectTensorFlow pb.tree_config.swift
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.tpu_profiler.swift:195:54: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
193 |     var _computationGraph: [Tensorflow_GraphDef] = []
194 |     var _hloMetadata: Tensorflow_RunMetadata? = nil
195 |     var _encodedTrace: Data = SwiftProtobuf.Internal.emptyData
    |                                                      `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
196 |     var _opProfile: Tensorflow_Tpu_OpProfile_Profile? = nil
197 |
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:5636:45: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5634 |     var _shape: Xla_Shape? = nil
5635 |     var _preds: [Bool] = []
5636 |     var _u8S: Data = SwiftProtobuf.Internal.emptyData
     |                                             `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5637 |     var _s32S: [Int32] = []
5638 |     var _s64S: [Int64] = []
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:5644:46: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5642 |     var _f64S: [Double] = []
5643 |     var _tupleLiterals: [Xla_LiteralProto] = []
5644 |     var _f16S: Data = SwiftProtobuf.Internal.emptyData
     |                                              `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5645 |
5646 |     static let defaultInstance = _StorageClass()
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:6039:48: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6037 |   fileprivate class _StorageClass {
6038 |     var _shape: Xla_Shape? = nil
6039 |     var _config: Data = SwiftProtobuf.Internal.emptyData
     |                                                `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6040 |
6041 |     static let defaultInstance = _StorageClass()
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:6084:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6082 |     var _shape: Xla_Shape? = nil
6083 |     var _operand: Xla_ComputationDataHandle? = nil
6084 |     var _outfeedConfig: Data = SwiftProtobuf.Internal.emptyData
     |                                                       `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6085 |
6086 |     static let defaultInstance = _StorageClass()
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[193/200] Compiling PerfectTensorFlow pb.types.swift
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.tpu_profiler.swift:195:54: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
193 |     var _computationGraph: [Tensorflow_GraphDef] = []
194 |     var _hloMetadata: Tensorflow_RunMetadata? = nil
195 |     var _encodedTrace: Data = SwiftProtobuf.Internal.emptyData
    |                                                      `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
196 |     var _opProfile: Tensorflow_Tpu_OpProfile_Profile? = nil
197 |
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:5636:45: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5634 |     var _shape: Xla_Shape? = nil
5635 |     var _preds: [Bool] = []
5636 |     var _u8S: Data = SwiftProtobuf.Internal.emptyData
     |                                             `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5637 |     var _s32S: [Int32] = []
5638 |     var _s64S: [Int64] = []
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:5644:46: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5642 |     var _f64S: [Double] = []
5643 |     var _tupleLiterals: [Xla_LiteralProto] = []
5644 |     var _f16S: Data = SwiftProtobuf.Internal.emptyData
     |                                              `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5645 |
5646 |     static let defaultInstance = _StorageClass()
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:6039:48: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6037 |   fileprivate class _StorageClass {
6038 |     var _shape: Xla_Shape? = nil
6039 |     var _config: Data = SwiftProtobuf.Internal.emptyData
     |                                                `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6040 |
6041 |     static let defaultInstance = _StorageClass()
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:6084:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6082 |     var _shape: Xla_Shape? = nil
6083 |     var _operand: Xla_ComputationDataHandle? = nil
6084 |     var _outfeedConfig: Data = SwiftProtobuf.Internal.emptyData
     |                                                       `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6085 |
6086 |     static let defaultInstance = _StorageClass()
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[194/200] Compiling PerfectTensorFlow pb.variable.swift
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.tpu_profiler.swift:195:54: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
193 |     var _computationGraph: [Tensorflow_GraphDef] = []
194 |     var _hloMetadata: Tensorflow_RunMetadata? = nil
195 |     var _encodedTrace: Data = SwiftProtobuf.Internal.emptyData
    |                                                      `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
196 |     var _opProfile: Tensorflow_Tpu_OpProfile_Profile? = nil
197 |
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:5636:45: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5634 |     var _shape: Xla_Shape? = nil
5635 |     var _preds: [Bool] = []
5636 |     var _u8S: Data = SwiftProtobuf.Internal.emptyData
     |                                             `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5637 |     var _s32S: [Int32] = []
5638 |     var _s64S: [Int64] = []
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:5644:46: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5642 |     var _f64S: [Double] = []
5643 |     var _tupleLiterals: [Xla_LiteralProto] = []
5644 |     var _f16S: Data = SwiftProtobuf.Internal.emptyData
     |                                              `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5645 |
5646 |     static let defaultInstance = _StorageClass()
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:6039:48: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6037 |   fileprivate class _StorageClass {
6038 |     var _shape: Xla_Shape? = nil
6039 |     var _config: Data = SwiftProtobuf.Internal.emptyData
     |                                                `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6040 |
6041 |     static let defaultInstance = _StorageClass()
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:6084:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6082 |     var _shape: Xla_Shape? = nil
6083 |     var _operand: Xla_ComputationDataHandle? = nil
6084 |     var _outfeedConfig: Data = SwiftProtobuf.Internal.emptyData
     |                                                       `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6085 |
6086 |     static let defaultInstance = _StorageClass()
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[195/200] Compiling PerfectTensorFlow pb.verbs_service.swift
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.tpu_profiler.swift:195:54: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
193 |     var _computationGraph: [Tensorflow_GraphDef] = []
194 |     var _hloMetadata: Tensorflow_RunMetadata? = nil
195 |     var _encodedTrace: Data = SwiftProtobuf.Internal.emptyData
    |                                                      `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
196 |     var _opProfile: Tensorflow_Tpu_OpProfile_Profile? = nil
197 |
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:5636:45: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5634 |     var _shape: Xla_Shape? = nil
5635 |     var _preds: [Bool] = []
5636 |     var _u8S: Data = SwiftProtobuf.Internal.emptyData
     |                                             `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5637 |     var _s32S: [Int32] = []
5638 |     var _s64S: [Int64] = []
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:5644:46: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5642 |     var _f64S: [Double] = []
5643 |     var _tupleLiterals: [Xla_LiteralProto] = []
5644 |     var _f16S: Data = SwiftProtobuf.Internal.emptyData
     |                                              `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5645 |
5646 |     static let defaultInstance = _StorageClass()
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:6039:48: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6037 |   fileprivate class _StorageClass {
6038 |     var _shape: Xla_Shape? = nil
6039 |     var _config: Data = SwiftProtobuf.Internal.emptyData
     |                                                `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6040 |
6041 |     static let defaultInstance = _StorageClass()
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:6084:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6082 |     var _shape: Xla_Shape? = nil
6083 |     var _operand: Xla_ComputationDataHandle? = nil
6084 |     var _outfeedConfig: Data = SwiftProtobuf.Internal.emptyData
     |                                                       `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6085 |
6086 |     static let defaultInstance = _StorageClass()
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[196/200] Compiling PerfectTensorFlow pb.versions.swift
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.tpu_profiler.swift:195:54: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
193 |     var _computationGraph: [Tensorflow_GraphDef] = []
194 |     var _hloMetadata: Tensorflow_RunMetadata? = nil
195 |     var _encodedTrace: Data = SwiftProtobuf.Internal.emptyData
    |                                                      `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
196 |     var _opProfile: Tensorflow_Tpu_OpProfile_Profile? = nil
197 |
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:5636:45: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5634 |     var _shape: Xla_Shape? = nil
5635 |     var _preds: [Bool] = []
5636 |     var _u8S: Data = SwiftProtobuf.Internal.emptyData
     |                                             `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5637 |     var _s32S: [Int32] = []
5638 |     var _s64S: [Int64] = []
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:5644:46: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5642 |     var _f64S: [Double] = []
5643 |     var _tupleLiterals: [Xla_LiteralProto] = []
5644 |     var _f16S: Data = SwiftProtobuf.Internal.emptyData
     |                                              `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5645 |
5646 |     static let defaultInstance = _StorageClass()
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:6039:48: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6037 |   fileprivate class _StorageClass {
6038 |     var _shape: Xla_Shape? = nil
6039 |     var _config: Data = SwiftProtobuf.Internal.emptyData
     |                                                `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6040 |
6041 |     static let defaultInstance = _StorageClass()
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:6084:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6082 |     var _shape: Xla_Shape? = nil
6083 |     var _operand: Xla_ComputationDataHandle? = nil
6084 |     var _outfeedConfig: Data = SwiftProtobuf.Internal.emptyData
     |                                                       `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6085 |
6086 |     static let defaultInstance = _StorageClass()
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[197/200] Compiling PerfectTensorFlow pb.worker.swift
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.tpu_profiler.swift:195:54: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
193 |     var _computationGraph: [Tensorflow_GraphDef] = []
194 |     var _hloMetadata: Tensorflow_RunMetadata? = nil
195 |     var _encodedTrace: Data = SwiftProtobuf.Internal.emptyData
    |                                                      `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
196 |     var _opProfile: Tensorflow_Tpu_OpProfile_Profile? = nil
197 |
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:5636:45: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5634 |     var _shape: Xla_Shape? = nil
5635 |     var _preds: [Bool] = []
5636 |     var _u8S: Data = SwiftProtobuf.Internal.emptyData
     |                                             `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5637 |     var _s32S: [Int32] = []
5638 |     var _s64S: [Int64] = []
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:5644:46: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5642 |     var _f64S: [Double] = []
5643 |     var _tupleLiterals: [Xla_LiteralProto] = []
5644 |     var _f16S: Data = SwiftProtobuf.Internal.emptyData
     |                                              `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5645 |
5646 |     static let defaultInstance = _StorageClass()
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:6039:48: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6037 |   fileprivate class _StorageClass {
6038 |     var _shape: Xla_Shape? = nil
6039 |     var _config: Data = SwiftProtobuf.Internal.emptyData
     |                                                `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6040 |
6041 |     static let defaultInstance = _StorageClass()
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:6084:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6082 |     var _shape: Xla_Shape? = nil
6083 |     var _operand: Xla_ComputationDataHandle? = nil
6084 |     var _outfeedConfig: Data = SwiftProtobuf.Internal.emptyData
     |                                                       `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6085 |
6086 |     static let defaultInstance = _StorageClass()
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[198/200] Compiling PerfectTensorFlow pb.worker_service.swift
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.tpu_profiler.swift:195:54: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
193 |     var _computationGraph: [Tensorflow_GraphDef] = []
194 |     var _hloMetadata: Tensorflow_RunMetadata? = nil
195 |     var _encodedTrace: Data = SwiftProtobuf.Internal.emptyData
    |                                                      `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
196 |     var _opProfile: Tensorflow_Tpu_OpProfile_Profile? = nil
197 |
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:5636:45: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5634 |     var _shape: Xla_Shape? = nil
5635 |     var _preds: [Bool] = []
5636 |     var _u8S: Data = SwiftProtobuf.Internal.emptyData
     |                                             `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5637 |     var _s32S: [Int32] = []
5638 |     var _s64S: [Int64] = []
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:5644:46: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5642 |     var _f64S: [Double] = []
5643 |     var _tupleLiterals: [Xla_LiteralProto] = []
5644 |     var _f16S: Data = SwiftProtobuf.Internal.emptyData
     |                                              `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5645 |
5646 |     static let defaultInstance = _StorageClass()
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:6039:48: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6037 |   fileprivate class _StorageClass {
6038 |     var _shape: Xla_Shape? = nil
6039 |     var _config: Data = SwiftProtobuf.Internal.emptyData
     |                                                `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6040 |
6041 |     static let defaultInstance = _StorageClass()
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:6084:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6082 |     var _shape: Xla_Shape? = nil
6083 |     var _operand: Xla_ComputationDataHandle? = nil
6084 |     var _outfeedConfig: Data = SwiftProtobuf.Internal.emptyData
     |                                                       `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6085 |
6086 |     static let defaultInstance = _StorageClass()
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[199/200] Compiling PerfectTensorFlow pb.xla.swift
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.tpu_profiler.swift:195:54: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
193 |     var _computationGraph: [Tensorflow_GraphDef] = []
194 |     var _hloMetadata: Tensorflow_RunMetadata? = nil
195 |     var _encodedTrace: Data = SwiftProtobuf.Internal.emptyData
    |                                                      `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
196 |     var _opProfile: Tensorflow_Tpu_OpProfile_Profile? = nil
197 |
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:5636:45: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5634 |     var _shape: Xla_Shape? = nil
5635 |     var _preds: [Bool] = []
5636 |     var _u8S: Data = SwiftProtobuf.Internal.emptyData
     |                                             `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5637 |     var _s32S: [Int32] = []
5638 |     var _s64S: [Int64] = []
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:5644:46: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5642 |     var _f64S: [Double] = []
5643 |     var _tupleLiterals: [Xla_LiteralProto] = []
5644 |     var _f16S: Data = SwiftProtobuf.Internal.emptyData
     |                                              `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5645 |
5646 |     static let defaultInstance = _StorageClass()
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:6039:48: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6037 |   fileprivate class _StorageClass {
6038 |     var _shape: Xla_Shape? = nil
6039 |     var _config: Data = SwiftProtobuf.Internal.emptyData
     |                                                `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6040 |
6041 |     static let defaultInstance = _StorageClass()
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:6084:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6082 |     var _shape: Xla_Shape? = nil
6083 |     var _operand: Xla_ComputationDataHandle? = nil
6084 |     var _outfeedConfig: Data = SwiftProtobuf.Internal.emptyData
     |                                                       `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6085 |
6086 |     static let defaultInstance = _StorageClass()
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[200/200] Compiling PerfectTensorFlow pb.xla_data.swift
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.tpu_profiler.swift:195:54: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
193 |     var _computationGraph: [Tensorflow_GraphDef] = []
194 |     var _hloMetadata: Tensorflow_RunMetadata? = nil
195 |     var _encodedTrace: Data = SwiftProtobuf.Internal.emptyData
    |                                                      `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
196 |     var _opProfile: Tensorflow_Tpu_OpProfile_Profile? = nil
197 |
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:5636:45: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5634 |     var _shape: Xla_Shape? = nil
5635 |     var _preds: [Bool] = []
5636 |     var _u8S: Data = SwiftProtobuf.Internal.emptyData
     |                                             `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5637 |     var _s32S: [Int32] = []
5638 |     var _s64S: [Int64] = []
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:5644:46: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5642 |     var _f64S: [Double] = []
5643 |     var _tupleLiterals: [Xla_LiteralProto] = []
5644 |     var _f16S: Data = SwiftProtobuf.Internal.emptyData
     |                                              `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
5645 |
5646 |     static let defaultInstance = _StorageClass()
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:6039:48: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6037 |   fileprivate class _StorageClass {
6038 |     var _shape: Xla_Shape? = nil
6039 |     var _config: Data = SwiftProtobuf.Internal.emptyData
     |                                                `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6040 |
6041 |     static let defaultInstance = _StorageClass()
/host/spi-builder-workspace/Sources/PerfectTensorFlow/pb.xla_data.swift:6084:55: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6082 |     var _shape: Xla_Shape? = nil
6083 |     var _operand: Xla_ComputationDataHandle? = nil
6084 |     var _outfeedConfig: Data = SwiftProtobuf.Internal.emptyData
     |                                                       `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information. [#DeprecatedDeclaration]
6085 |
6086 |     static let defaultInstance = _StorageClass()
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
BUILD FAILURE 6.2 android