Build Information
Failed to build PerfectTensorFlow, reference 1.8.1 (dbbbed
), with Swift 6.1 for macOS (SPM) on 25 Apr 2025 18:37:18 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Build Log
| `- error: cannot find 'dlerror' in scope
1019 | }//end lib
1020 | libDLL = lib
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:1292:18: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
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:)'
| `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
1293 | }//end value
1294 |
/Users/admin/builder/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:1304:20: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
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:)'
| `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
1305 | }catch {
1306 | return nil
/Users/admin/builder/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:1651:23: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
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:)'
| `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
1652 | return def
1653 | } catch {
/Users/admin/builder/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:2213:20: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
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:)'
| `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
2214 | }
2215 |
/Users/admin/builder/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:2237:23: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
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:)'
| `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
2238 | } else {
2239 | return nil
/Users/admin/builder/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:2379:24: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
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:)'
| `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
2380 | operations = opList.op
2381 | }
/Users/admin/builder/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.
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.
38 | }
39 | set {_uniqueStorage()._value = .s(newValue)}
[139/195] Compiling PerfectTensorFlow pb.allocation_description.swift
/Users/admin/builder/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 }
/Users/admin/builder/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 }
/Users/admin/builder/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`.
/Users/admin/builder/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 }
/Users/admin/builder/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 {
/Users/admin/builder/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
/Users/admin/builder/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)
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:1292:18: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
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:)'
| `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
1293 | }//end value
1294 |
/Users/admin/builder/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:1304:20: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
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:)'
| `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
1305 | }catch {
1306 | return nil
/Users/admin/builder/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:1651:23: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
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:)'
| `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
1652 | return def
1653 | } catch {
/Users/admin/builder/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:2213:20: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
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:)'
| `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
2214 | }
2215 |
/Users/admin/builder/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:2237:23: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
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:)'
| `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
2238 | } else {
2239 | return nil
/Users/admin/builder/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:2379:24: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
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:)'
| `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
2380 | operations = opList.op
2381 | }
/Users/admin/builder/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.
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.
38 | }
39 | set {_uniqueStorage()._value = .s(newValue)}
[140/195] Compiling PerfectTensorFlow pb.api_def.swift
/Users/admin/builder/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 }
/Users/admin/builder/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 }
/Users/admin/builder/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`.
/Users/admin/builder/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 }
/Users/admin/builder/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 {
/Users/admin/builder/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
/Users/admin/builder/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)
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:1292:18: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
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:)'
| `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
1293 | }//end value
1294 |
/Users/admin/builder/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:1304:20: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
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:)'
| `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
1305 | }catch {
1306 | return nil
/Users/admin/builder/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:1651:23: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
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:)'
| `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
1652 | return def
1653 | } catch {
/Users/admin/builder/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:2213:20: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
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:)'
| `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
2214 | }
2215 |
/Users/admin/builder/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:2237:23: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
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:)'
| `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
2238 | } else {
2239 | return nil
/Users/admin/builder/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:2379:24: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
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:)'
| `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
2380 | operations = opList.op
2381 | }
/Users/admin/builder/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.
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.
38 | }
39 | set {_uniqueStorage()._value = .s(newValue)}
[141/195] Compiling PerfectTensorFlow pb.api_objects.swift
/Users/admin/builder/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 }
/Users/admin/builder/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 }
/Users/admin/builder/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`.
/Users/admin/builder/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 }
/Users/admin/builder/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 {
/Users/admin/builder/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
/Users/admin/builder/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)
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:1292:18: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
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:)'
| `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
1293 | }//end value
1294 |
/Users/admin/builder/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:1304:20: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
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:)'
| `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
1305 | }catch {
1306 | return nil
/Users/admin/builder/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:1651:23: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
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:)'
| `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
1652 | return def
1653 | } catch {
/Users/admin/builder/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:2213:20: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
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:)'
| `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
2214 | }
2215 |
/Users/admin/builder/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:2237:23: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
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:)'
| `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
2238 | } else {
2239 | return nil
/Users/admin/builder/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:2379:24: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
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:)'
| `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
2380 | operations = opList.op
2381 | }
/Users/admin/builder/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.
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.
38 | }
39 | set {_uniqueStorage()._value = .s(newValue)}
[142/195] Compiling PerfectTensorFlow pb.attr_value.swift
/Users/admin/builder/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 }
/Users/admin/builder/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 }
/Users/admin/builder/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`.
/Users/admin/builder/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 }
/Users/admin/builder/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 {
/Users/admin/builder/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
/Users/admin/builder/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)
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:1292:18: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
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:)'
| `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
1293 | }//end value
1294 |
/Users/admin/builder/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:1304:20: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
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:)'
| `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
1305 | }catch {
1306 | return nil
/Users/admin/builder/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:1651:23: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
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:)'
| `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
1652 | return def
1653 | } catch {
/Users/admin/builder/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:2213:20: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
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:)'
| `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
2214 | }
2215 |
/Users/admin/builder/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:2237:23: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
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:)'
| `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
2238 | } else {
2239 | return nil
/Users/admin/builder/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:2379:24: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
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:)'
| `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
2380 | operations = opList.op
2381 | }
/Users/admin/builder/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.
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.
38 | }
39 | set {_uniqueStorage()._value = .s(newValue)}
[143/195] Compiling PerfectTensorFlow pb.bigquery_table_partition.swift
/Users/admin/builder/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 }
/Users/admin/builder/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 }
/Users/admin/builder/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`.
/Users/admin/builder/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 }
/Users/admin/builder/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 {
/Users/admin/builder/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
/Users/admin/builder/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)
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:1292:18: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
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:)'
| `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
1293 | }//end value
1294 |
/Users/admin/builder/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:1304:20: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
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:)'
| `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
1305 | }catch {
1306 | return nil
/Users/admin/builder/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:1651:23: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
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:)'
| `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
1652 | return def
1653 | } catch {
/Users/admin/builder/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:2213:20: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
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:)'
| `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
2214 | }
2215 |
/Users/admin/builder/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:2237:23: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
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:)'
| `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
2238 | } else {
2239 | return nil
/Users/admin/builder/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:2379:24: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
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:)'
| `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
2380 | operations = opList.op
2381 | }
/Users/admin/builder/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.
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.
38 | }
39 | set {_uniqueStorage()._value = .s(newValue)}
[144/195] Compiling PerfectTensorFlow pb.checkpoint_state.swift
/Users/admin/builder/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 }
/Users/admin/builder/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 }
/Users/admin/builder/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`.
/Users/admin/builder/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 }
/Users/admin/builder/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 {
/Users/admin/builder/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
/Users/admin/builder/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)
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:1292:18: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
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:)'
| `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
1293 | }//end value
1294 |
/Users/admin/builder/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:1304:20: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
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:)'
| `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
1305 | }catch {
1306 | return nil
/Users/admin/builder/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:1651:23: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
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:)'
| `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
1652 | return def
1653 | } catch {
/Users/admin/builder/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:2213:20: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
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:)'
| `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
2214 | }
2215 |
/Users/admin/builder/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:2237:23: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
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:)'
| `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
2238 | } else {
2239 | return nil
/Users/admin/builder/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:2379:24: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
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:)'
| `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
2380 | operations = opList.op
2381 | }
/Users/admin/builder/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.
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.
38 | }
39 | set {_uniqueStorage()._value = .s(newValue)}
[145/195] Compiling PerfectTensorFlow pb.checkpointable_object_graph.swift
/Users/admin/builder/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 }
/Users/admin/builder/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 }
/Users/admin/builder/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`.
/Users/admin/builder/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 }
/Users/admin/builder/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 {
/Users/admin/builder/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
/Users/admin/builder/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)
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:1292:18: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
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:)'
| `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
1293 | }//end value
1294 |
/Users/admin/builder/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:1304:20: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
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:)'
| `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
1305 | }catch {
1306 | return nil
/Users/admin/builder/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:1651:23: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
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:)'
| `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
1652 | return def
1653 | } catch {
/Users/admin/builder/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:2213:20: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
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:)'
| `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
2214 | }
2215 |
/Users/admin/builder/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:2237:23: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
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:)'
| `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
2238 | } else {
2239 | return nil
/Users/admin/builder/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:2379:24: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
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:)'
| `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
2380 | operations = opList.op
2381 | }
/Users/admin/builder/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.
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.
38 | }
39 | set {_uniqueStorage()._value = .s(newValue)}
[146/195] Compiling PerfectTensorFlow pb.cluster.swift
/Users/admin/builder/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 }
/Users/admin/builder/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 }
/Users/admin/builder/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`.
/Users/admin/builder/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 }
/Users/admin/builder/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 {
/Users/admin/builder/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
/Users/admin/builder/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)
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:1292:18: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
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:)'
| `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
1293 | }//end value
1294 |
/Users/admin/builder/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:1304:20: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
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:)'
| `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
1305 | }catch {
1306 | return nil
/Users/admin/builder/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:1651:23: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
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:)'
| `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
1652 | return def
1653 | } catch {
/Users/admin/builder/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:2213:20: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
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:)'
| `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
2214 | }
2215 |
/Users/admin/builder/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:2237:23: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
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:)'
| `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
2238 | } else {
2239 | return nil
/Users/admin/builder/spi-builder-workspace/Sources/PerfectTensorFlow/PerfectTensorFlow.swift:2379:24: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
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:)'
| `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
2380 | operations = opList.op
2381 | }
/Users/admin/builder/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.
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.
38 | }
39 | set {_uniqueStorage()._value = .s(newValue)}
[147/195] Compiling PerfectTensorFlow pb.manifest.swift
[148/195] Compiling PerfectTensorFlow pb.master.swift
[149/195] Compiling PerfectTensorFlow pb.master_service.swift
[150/195] Compiling PerfectTensorFlow pb.memmapped_file_system.swift
[151/195] Compiling PerfectTensorFlow pb.meta_graph.swift
[152/195] Compiling PerfectTensorFlow pb.model_flags.swift
[153/195] Compiling PerfectTensorFlow pb.mpi_message.swift
[154/195] Compiling PerfectTensorFlow pb.mpi_msg.swift
[155/195] Compiling PerfectTensorFlow pb.named_tensor.swift
[156/195] Compiling PerfectTensorFlow pb.node_def.swift
[157/195] Compiling PerfectTensorFlow pb.generic_tree_model_extensions.swift
/Users/admin/builder/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.
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.
194 |
195 | public var dtype: Tensorflow_DataType = .dtInvalid
/Users/admin/builder/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.
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.
213 | }
214 | set {_uniqueStorage()._kind = .bytesValue(newValue)}
[158/195] Compiling PerfectTensorFlow pb.graph.swift
/Users/admin/builder/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.
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.
194 |
195 | public var dtype: Tensorflow_DataType = .dtInvalid
/Users/admin/builder/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.
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.
213 | }
214 | set {_uniqueStorage()._kind = .bytesValue(newValue)}
[159/195] Compiling PerfectTensorFlow pb.graph_explorer.swift
/Users/admin/builder/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.
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.
194 |
195 | public var dtype: Tensorflow_DataType = .dtInvalid
/Users/admin/builder/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.
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.
213 | }
214 | set {_uniqueStorage()._kind = .bytesValue(newValue)}
[160/195] Compiling PerfectTensorFlow pb.graph_transfer_info.swift
/Users/admin/builder/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.
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.
194 |
195 | public var dtype: Tensorflow_DataType = .dtInvalid
/Users/admin/builder/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.
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.
213 | }
214 | set {_uniqueStorage()._kind = .bytesValue(newValue)}
[161/195] Compiling PerfectTensorFlow pb.hlo.swift
/Users/admin/builder/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.
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.
194 |
195 | public var dtype: Tensorflow_DataType = .dtInvalid
/Users/admin/builder/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.
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.
213 | }
214 | set {_uniqueStorage()._kind = .bytesValue(newValue)}
[162/195] Compiling PerfectTensorFlow pb.hparam.swift
/Users/admin/builder/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.
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.
194 |
195 | public var dtype: Tensorflow_DataType = .dtInvalid
/Users/admin/builder/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.
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.
213 | }
214 | set {_uniqueStorage()._kind = .bytesValue(newValue)}
[163/195] Compiling PerfectTensorFlow pb.iterator.swift
/Users/admin/builder/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.
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.
194 |
195 | public var dtype: Tensorflow_DataType = .dtInvalid
/Users/admin/builder/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.
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.
213 | }
214 | set {_uniqueStorage()._kind = .bytesValue(newValue)}
[164/195] Compiling PerfectTensorFlow pb.kernel_def.swift
/Users/admin/builder/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.
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.
194 |
195 | public var dtype: Tensorflow_DataType = .dtInvalid
/Users/admin/builder/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.
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.
213 | }
214 | set {_uniqueStorage()._kind = .bytesValue(newValue)}
[165/195] Compiling PerfectTensorFlow pb.learner.swift
/Users/admin/builder/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.
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.
194 |
195 | public var dtype: Tensorflow_DataType = .dtInvalid
/Users/admin/builder/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.
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.
213 | }
214 | set {_uniqueStorage()._kind = .bytesValue(newValue)}
[166/195] Compiling PerfectTensorFlow pb.log_memory.swift
/Users/admin/builder/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.
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.
194 |
195 | public var dtype: Tensorflow_DataType = .dtInvalid
/Users/admin/builder/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.
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.
213 | }
214 | set {_uniqueStorage()._kind = .bytesValue(newValue)}
[167/195] Compiling PerfectTensorFlow pb.tensor_bundle.swift
/Users/admin/builder/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.
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.
983 | var _optionalNestedMessage: Tensorflow_Test_TestAllTypes.NestedMessage? = nil
984 | var _optionalForeignMessage: Tensorflow_Test_ForeignMessage? = nil
/Users/admin/builder/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.
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.
293 | }
294 | set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
[168/195] Compiling PerfectTensorFlow pb.tensor_description.swift
/Users/admin/builder/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.
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.
983 | var _optionalNestedMessage: Tensorflow_Test_TestAllTypes.NestedMessage? = nil
984 | var _optionalForeignMessage: Tensorflow_Test_ForeignMessage? = nil
/Users/admin/builder/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.
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.
293 | }
294 | set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
[169/195] Compiling PerfectTensorFlow pb.tensor_forest_params.swift
/Users/admin/builder/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.
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.
983 | var _optionalNestedMessage: Tensorflow_Test_TestAllTypes.NestedMessage? = nil
984 | var _optionalForeignMessage: Tensorflow_Test_ForeignMessage? = nil
/Users/admin/builder/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.
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.
293 | }
294 | set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
[170/195] Compiling PerfectTensorFlow pb.tensor_shape.swift
/Users/admin/builder/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.
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.
983 | var _optionalNestedMessage: Tensorflow_Test_TestAllTypes.NestedMessage? = nil
984 | var _optionalForeignMessage: Tensorflow_Test_ForeignMessage? = nil
/Users/admin/builder/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.
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.
293 | }
294 | set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
[171/195] Compiling PerfectTensorFlow pb.tensor_slice.swift
/Users/admin/builder/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.
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.
983 | var _optionalNestedMessage: Tensorflow_Test_TestAllTypes.NestedMessage? = nil
984 | var _optionalForeignMessage: Tensorflow_Test_ForeignMessage? = nil
/Users/admin/builder/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.
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.
293 | }
294 | set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
[172/195] Compiling PerfectTensorFlow pb.tensorflow_server.swift
/Users/admin/builder/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.
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.
983 | var _optionalNestedMessage: Tensorflow_Test_TestAllTypes.NestedMessage? = nil
984 | var _optionalForeignMessage: Tensorflow_Test_ForeignMessage? = nil
/Users/admin/builder/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.
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.
293 | }
294 | set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
[173/195] Compiling PerfectTensorFlow pb.test.swift
/Users/admin/builder/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.
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.
983 | var _optionalNestedMessage: Tensorflow_Test_TestAllTypes.NestedMessage? = nil
984 | var _optionalForeignMessage: Tensorflow_Test_ForeignMessage? = nil
/Users/admin/builder/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.
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.
293 | }
294 | set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
[174/195] Compiling PerfectTensorFlow pb.test_log.swift
/Users/admin/builder/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.
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.
983 | var _optionalNestedMessage: Tensorflow_Test_TestAllTypes.NestedMessage? = nil
984 | var _optionalForeignMessage: Tensorflow_Test_ForeignMessage? = nil
/Users/admin/builder/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.
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.
293 | }
294 | set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
[175/195] Compiling PerfectTensorFlow pb.tf2xla.swift
/Users/admin/builder/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.
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.
983 | var _optionalNestedMessage: Tensorflow_Test_TestAllTypes.NestedMessage? = nil
984 | var _optionalForeignMessage: Tensorflow_Test_ForeignMessage? = nil
/Users/admin/builder/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.
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.
293 | }
294 | set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
[176/195] Compiling PerfectTensorFlow pb.tf_op_stats.swift
/Users/admin/builder/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.
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.
983 | var _optionalNestedMessage: Tensorflow_Test_TestAllTypes.NestedMessage? = nil
984 | var _optionalForeignMessage: Tensorflow_Test_ForeignMessage? = nil
/Users/admin/builder/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.
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.
293 | }
294 | set {_uniqueStorage()._oneofField = .oneofBytes(newValue)}
[177/195] Compiling PerfectTensorFlow pb.error_codes.swift
/Users/admin/builder/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.
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.
427 |
428 | public var unknownFields = SwiftProtobuf.UnknownStorage()
/Users/admin/builder/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.
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.
61 | }
62 | set {_uniqueStorage()._what = .graphDef(newValue)}
/Users/admin/builder/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.
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.
107 | }
108 | set {_uniqueStorage()._what = .metaGraphDef(newValue)}
[178/195] Compiling PerfectTensorFlow pb.event.swift
/Users/admin/builder/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.
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.
427 |
428 | public var unknownFields = SwiftProtobuf.UnknownStorage()
/Users/admin/builder/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.
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.
61 | }
62 | set {_uniqueStorage()._what = .graphDef(newValue)}
/Users/admin/builder/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.
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.
107 | }
108 | set {_uniqueStorage()._what = .metaGraphDef(newValue)}
[179/195] Compiling PerfectTensorFlow pb.example.swift
/Users/admin/builder/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.
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.
427 |
428 | public var unknownFields = SwiftProtobuf.UnknownStorage()
/Users/admin/builder/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.
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.
61 | }
62 | set {_uniqueStorage()._what = .graphDef(newValue)}
/Users/admin/builder/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.
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.
107 | }
108 | set {_uniqueStorage()._what = .metaGraphDef(newValue)}
[180/195] Compiling PerfectTensorFlow pb.example_parser_configuration.swift
/Users/admin/builder/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.
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.
427 |
428 | public var unknownFields = SwiftProtobuf.UnknownStorage()
/Users/admin/builder/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.
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.
61 | }
62 | set {_uniqueStorage()._what = .graphDef(newValue)}
/Users/admin/builder/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.
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.
107 | }
108 | set {_uniqueStorage()._what = .metaGraphDef(newValue)}
[181/195] Compiling PerfectTensorFlow pb.example_proto_fast_parsing_test.swift
/Users/admin/builder/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.
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.
427 |
428 | public var unknownFields = SwiftProtobuf.UnknownStorage()
/Users/admin/builder/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.
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.
61 | }
62 | set {_uniqueStorage()._what = .graphDef(newValue)}
/Users/admin/builder/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.
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.
107 | }
108 | set {_uniqueStorage()._what = .metaGraphDef(newValue)}
[182/195] Compiling PerfectTensorFlow pb.feature.swift
/Users/admin/builder/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.
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.
427 |
428 | public var unknownFields = SwiftProtobuf.UnknownStorage()
/Users/admin/builder/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.
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.
61 | }
62 | set {_uniqueStorage()._what = .graphDef(newValue)}
/Users/admin/builder/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.
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.
107 | }
108 | set {_uniqueStorage()._what = .metaGraphDef(newValue)}
[183/195] Compiling PerfectTensorFlow pb.fertile_stats.swift
/Users/admin/builder/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.
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.
427 |
428 | public var unknownFields = SwiftProtobuf.UnknownStorage()
/Users/admin/builder/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.
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.
61 | }
62 | set {_uniqueStorage()._what = .graphDef(newValue)}
/Users/admin/builder/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.
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.
107 | }
108 | set {_uniqueStorage()._what = .metaGraphDef(newValue)}
[184/195] Compiling PerfectTensorFlow pb.function.swift
/Users/admin/builder/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.
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.
427 |
428 | public var unknownFields = SwiftProtobuf.UnknownStorage()
/Users/admin/builder/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.
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.
61 | }
62 | set {_uniqueStorage()._what = .graphDef(newValue)}
/Users/admin/builder/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.
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.
107 | }
108 | set {_uniqueStorage()._what = .metaGraphDef(newValue)}
[185/195] Compiling PerfectTensorFlow pb.gdr.swift
/Users/admin/builder/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.
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.
427 |
428 | public var unknownFields = SwiftProtobuf.UnknownStorage()
/Users/admin/builder/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.
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.
61 | }
62 | set {_uniqueStorage()._what = .graphDef(newValue)}
/Users/admin/builder/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.
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.
107 | }
108 | set {_uniqueStorage()._what = .metaGraphDef(newValue)}
[186/195] Compiling PerfectTensorFlow pb.generic_tree_model.swift
/Users/admin/builder/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.
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.
427 |
428 | public var unknownFields = SwiftProtobuf.UnknownStorage()
/Users/admin/builder/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.
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.
61 | }
62 | set {_uniqueStorage()._what = .graphDef(newValue)}
/Users/admin/builder/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.
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.
107 | }
108 | set {_uniqueStorage()._what = .metaGraphDef(newValue)}
[187/195] Compiling PerfectTensorFlow pb.tree_config.swift
/Users/admin/builder/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.
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.
5637 | var _s32S: [Int32] = []
5638 | var _s64S: [Int64] = []
/Users/admin/builder/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.
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.
5645 |
5646 | static let defaultInstance = _StorageClass()
/Users/admin/builder/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.
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.
6040 |
6041 | static let defaultInstance = _StorageClass()
/Users/admin/builder/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.
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.
6085 |
6086 | static let defaultInstance = _StorageClass()
[188/195] Compiling PerfectTensorFlow pb.types.swift
/Users/admin/builder/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.
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.
5637 | var _s32S: [Int32] = []
5638 | var _s64S: [Int64] = []
/Users/admin/builder/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.
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.
5645 |
5646 | static let defaultInstance = _StorageClass()
/Users/admin/builder/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.
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.
6040 |
6041 | static let defaultInstance = _StorageClass()
/Users/admin/builder/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.
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.
6085 |
6086 | static let defaultInstance = _StorageClass()
[189/195] Compiling PerfectTensorFlow pb.variable.swift
/Users/admin/builder/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.
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.
5637 | var _s32S: [Int32] = []
5638 | var _s64S: [Int64] = []
/Users/admin/builder/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.
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.
5645 |
5646 | static let defaultInstance = _StorageClass()
/Users/admin/builder/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.
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.
6040 |
6041 | static let defaultInstance = _StorageClass()
/Users/admin/builder/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.
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.
6085 |
6086 | static let defaultInstance = _StorageClass()
[190/195] Compiling PerfectTensorFlow pb.verbs_service.swift
/Users/admin/builder/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.
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.
5637 | var _s32S: [Int32] = []
5638 | var _s64S: [Int64] = []
/Users/admin/builder/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.
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.
5645 |
5646 | static let defaultInstance = _StorageClass()
/Users/admin/builder/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.
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.
6040 |
6041 | static let defaultInstance = _StorageClass()
/Users/admin/builder/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.
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.
6085 |
6086 | static let defaultInstance = _StorageClass()
[191/195] Compiling PerfectTensorFlow pb.versions.swift
/Users/admin/builder/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.
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.
5637 | var _s32S: [Int32] = []
5638 | var _s64S: [Int64] = []
/Users/admin/builder/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.
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.
5645 |
5646 | static let defaultInstance = _StorageClass()
/Users/admin/builder/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.
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.
6040 |
6041 | static let defaultInstance = _StorageClass()
/Users/admin/builder/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.
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.
6085 |
6086 | static let defaultInstance = _StorageClass()
[192/195] Compiling PerfectTensorFlow pb.worker.swift
/Users/admin/builder/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.
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.
5637 | var _s32S: [Int32] = []
5638 | var _s64S: [Int64] = []
/Users/admin/builder/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.
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.
5645 |
5646 | static let defaultInstance = _StorageClass()
/Users/admin/builder/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.
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.
6040 |
6041 | static let defaultInstance = _StorageClass()
/Users/admin/builder/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.
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.
6085 |
6086 | static let defaultInstance = _StorageClass()
[193/195] Compiling PerfectTensorFlow pb.worker_service.swift
/Users/admin/builder/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.
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.
5637 | var _s32S: [Int32] = []
5638 | var _s64S: [Int64] = []
/Users/admin/builder/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.
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.
5645 |
5646 | static let defaultInstance = _StorageClass()
/Users/admin/builder/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.
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.
6040 |
6041 | static let defaultInstance = _StorageClass()
/Users/admin/builder/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.
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.
6085 |
6086 | static let defaultInstance = _StorageClass()
[194/195] Compiling PerfectTensorFlow pb.xla.swift
/Users/admin/builder/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.
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.
5637 | var _s32S: [Int32] = []
5638 | var _s64S: [Int64] = []
/Users/admin/builder/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.
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.
5645 |
5646 | static let defaultInstance = _StorageClass()
/Users/admin/builder/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.
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.
6040 |
6041 | static let defaultInstance = _StorageClass()
/Users/admin/builder/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.
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.
6085 |
6086 | static let defaultInstance = _StorageClass()
[195/195] Compiling PerfectTensorFlow pb.xla_data.swift
/Users/admin/builder/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.
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.
5637 | var _s32S: [Int32] = []
5638 | var _s64S: [Int64] = []
/Users/admin/builder/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.
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.
5645 |
5646 | static let defaultInstance = _StorageClass()
/Users/admin/builder/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.
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.
6040 |
6041 | static let defaultInstance = _StorageClass()
/Users/admin/builder/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.
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.
6085 |
6086 | static let defaultInstance = _StorageClass()
BUILD FAILURE 6.1 macosSpm