Build Information
Failed to build swiftqe, reference 0.0.3 (c6fa14), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 21:43:56 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
1231 | public var id: Int64 { let o = _accessor.offset(VTOFFSET.id.v); return o == 0 ? 0 : _accessor.readBuffer(of: Int64.self, at: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1232 | /// The dictionary indices are constrained to be non-negative integers. If
1233 | /// this field is null, the indices must be signed int32. To maximize
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1237:101: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1235 | /// recommended to prefer signed integer types over unsigned integer types
1236 | /// and to avoid uint64 indices unless they are required by an application.
1237 | public var indexType: org_apache_arrow_flatbuf_Int? { let o = _accessor.offset(VTOFFSET.indexType.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Int(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1238 | /// By default, dictionaries are not ordered, or the order does not have
1239 | /// semantic meaning. In some statistical, applications, dictionary-encoding
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1237:194: error: cannot convert value of type 'String' to expected argument type 'Int32'
1235 | /// recommended to prefer signed integer types over unsigned integer types
1236 | /// and to avoid uint64 indices unless they are required by an application.
1237 | public var indexType: org_apache_arrow_flatbuf_Int? { let o = _accessor.offset(VTOFFSET.indexType.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Int(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: cannot convert value of type 'String' to expected argument type 'Int32'
1238 | /// By default, dictionaries are not ordered, or the order does not have
1239 | /// semantic meaning. In some statistical, applications, dictionary-encoding
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1237:206: error: value of type 'Table' has no member 'postion'
1235 | /// recommended to prefer signed integer types over unsigned integer types
1236 | /// and to avoid uint64 indices unless they are required by an application.
1237 | public var indexType: org_apache_arrow_flatbuf_Int? { let o = _accessor.offset(VTOFFSET.indexType.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Int(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: value of type 'Table' has no member 'postion'
1238 | /// By default, dictionaries are not ordered, or the order does not have
1239 | /// semantic meaning. In some statistical, applications, dictionary-encoding
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1242:76: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1240 | /// is used to represent ordered categorical data, and we provide a way to
1241 | /// preserve that metadata here
1242 | public var isOrdered: Bool { let o = _accessor.offset(VTOFFSET.isOrdered.v); return o == 0 ? false : 0 != _accessor.readBuffer(of: Byte.self, at: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1243 | public var dictionaryKind: org_apache_arrow_flatbuf_DictionaryKind { let o = _accessor.offset(VTOFFSET.dictionaryKind.v); return o == 0 ? .densearray : org_apache_arrow_flatbuf_DictionaryKind(rawValue: _accessor.readBuffer(of: Int16.self, at: o)) ?? .densearray }
1244 | public static func startDictionaryEncoding(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 4) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1243:121: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1241 | /// preserve that metadata here
1242 | public var isOrdered: Bool { let o = _accessor.offset(VTOFFSET.isOrdered.v); return o == 0 ? false : 0 != _accessor.readBuffer(of: Byte.self, at: o) }
1243 | public var dictionaryKind: org_apache_arrow_flatbuf_DictionaryKind { let o = _accessor.offset(VTOFFSET.dictionaryKind.v); return o == 0 ? .densearray : org_apache_arrow_flatbuf_DictionaryKind(rawValue: _accessor.readBuffer(of: Int16.self, at: o)) ?? .densearray }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1244 | public static func startDictionaryEncoding(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 4) }
1245 | public static func add(id: Int64, _ fbb: inout FlatBufferBuilder) { fbb.add(element: id, def: 0, at: VTOFFSET.id.p) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1303:69: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1301 |
1302 | /// Name is not required, in i.e. a List
1303 | public var name: String? { let o = _accessor.offset(VTOFFSET.name.v); return o == 0 ? nil : _accessor.string(at: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1304 | public var nameSegmentArray: [UInt8]? { return _accessor.getVector(at: VTOFFSET.name.v) }
1305 | /// Whether or not this field can contain nulls. Should be true in general.
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1304:88: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1302 | /// Name is not required, in i.e. a List
1303 | public var name: String? { let o = _accessor.offset(VTOFFSET.name.v); return o == 0 ? nil : _accessor.string(at: o) }
1304 | public var nameSegmentArray: [UInt8]? { return _accessor.getVector(at: VTOFFSET.name.v) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1305 | /// Whether or not this field can contain nulls. Should be true in general.
1306 | public var nullable: Bool { let o = _accessor.offset(VTOFFSET.nullable.v); return o == 0 ? false : 0 != _accessor.readBuffer(of: Byte.self, at: o) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1306:74: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1304 | public var nameSegmentArray: [UInt8]? { return _accessor.getVector(at: VTOFFSET.name.v) }
1305 | /// Whether or not this field can contain nulls. Should be true in general.
1306 | public var nullable: Bool { let o = _accessor.offset(VTOFFSET.nullable.v); return o == 0 ? false : 0 != _accessor.readBuffer(of: Byte.self, at: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1307 | public var typeType: org_apache_arrow_flatbuf_Type_ { let o = _accessor.offset(VTOFFSET.typeType.v); return o == 0 ? .none_ : org_apache_arrow_flatbuf_Type_(rawValue: _accessor.readBuffer(of: UInt8.self, at: o)) ?? .none_ }
1308 | /// This is the type of the decoded value if the field is dictionary encoded.
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1307:100: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1305 | /// Whether or not this field can contain nulls. Should be true in general.
1306 | public var nullable: Bool { let o = _accessor.offset(VTOFFSET.nullable.v); return o == 0 ? false : 0 != _accessor.readBuffer(of: Byte.self, at: o) }
1307 | public var typeType: org_apache_arrow_flatbuf_Type_ { let o = _accessor.offset(VTOFFSET.typeType.v); return o == 0 ? .none_ : org_apache_arrow_flatbuf_Type_(rawValue: _accessor.readBuffer(of: UInt8.self, at: o)) ?? .none_ }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1308 | /// This is the type of the decoded value if the field is dictionary encoded.
1309 | public func type<T: FlatbuffersInitializable>(type: T.Type) -> T? { let o = _accessor.offset(VTOFFSET.type.v); return o == 0 ? nil : _accessor.union(o) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1309:110: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1307 | public var typeType: org_apache_arrow_flatbuf_Type_ { let o = _accessor.offset(VTOFFSET.typeType.v); return o == 0 ? .none_ : org_apache_arrow_flatbuf_Type_(rawValue: _accessor.readBuffer(of: UInt8.self, at: o)) ?? .none_ }
1308 | /// This is the type of the decoded value if the field is dictionary encoded.
1309 | public func type<T: FlatbuffersInitializable>(type: T.Type) -> T? { let o = _accessor.offset(VTOFFSET.type.v); return o == 0 ? nil : _accessor.union(o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1310 | /// Present only if the field is dictionary encoded.
1311 | public var dictionary: org_apache_arrow_flatbuf_DictionaryEncoding? { let o = _accessor.offset(VTOFFSET.dictionary.v); return o == 0 ? nil : org_apache_arrow_flatbuf_DictionaryEncoding(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1311:118: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1309 | public func type<T: FlatbuffersInitializable>(type: T.Type) -> T? { let o = _accessor.offset(VTOFFSET.type.v); return o == 0 ? nil : _accessor.union(o) }
1310 | /// Present only if the field is dictionary encoded.
1311 | public var dictionary: org_apache_arrow_flatbuf_DictionaryEncoding? { let o = _accessor.offset(VTOFFSET.dictionary.v); return o == 0 ? nil : org_apache_arrow_flatbuf_DictionaryEncoding(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1312 | /// children apply only to nested data types like Struct, List and Union. For
1313 | /// primitive types children will have length 0.
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1311:226: error: cannot convert value of type 'String' to expected argument type 'Int32'
1309 | public func type<T: FlatbuffersInitializable>(type: T.Type) -> T? { let o = _accessor.offset(VTOFFSET.type.v); return o == 0 ? nil : _accessor.union(o) }
1310 | /// Present only if the field is dictionary encoded.
1311 | public var dictionary: org_apache_arrow_flatbuf_DictionaryEncoding? { let o = _accessor.offset(VTOFFSET.dictionary.v); return o == 0 ? nil : org_apache_arrow_flatbuf_DictionaryEncoding(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: cannot convert value of type 'String' to expected argument type 'Int32'
1312 | /// children apply only to nested data types like Struct, List and Union. For
1313 | /// primitive types children will have length 0.
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1311:238: error: value of type 'Table' has no member 'postion'
1309 | public func type<T: FlatbuffersInitializable>(type: T.Type) -> T? { let o = _accessor.offset(VTOFFSET.type.v); return o == 0 ? nil : _accessor.union(o) }
1310 | /// Present only if the field is dictionary encoded.
1311 | public var dictionary: org_apache_arrow_flatbuf_DictionaryEncoding? { let o = _accessor.offset(VTOFFSET.dictionary.v); return o == 0 ? nil : org_apache_arrow_flatbuf_DictionaryEncoding(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: value of type 'Table' has no member 'postion'
1312 | /// children apply only to nested data types like Struct, List and Union. For
1313 | /// primitive types children will have length 0.
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1314:77: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1312 | /// children apply only to nested data types like Struct, List and Union. For
1313 | /// primitive types children will have length 0.
1314 | public var hasChildren: Bool { let o = _accessor.offset(VTOFFSET.children.v); return o == 0 ? false : true }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1315 | public var childrenCount: Int32 { let o = _accessor.offset(VTOFFSET.children.v); return o == 0 ? 0 : _accessor.vector(count: o) }
1316 | public func children(at index: Int32) -> org_apache_arrow_flatbuf_Field? { let o = _accessor.offset(VTOFFSET.children.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Field(_accessor.bb, o: _accessor.indirect(_accessor.vector(at: o) + index * 4)) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1315:80: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1313 | /// primitive types children will have length 0.
1314 | public var hasChildren: Bool { let o = _accessor.offset(VTOFFSET.children.v); return o == 0 ? false : true }
1315 | public var childrenCount: Int32 { let o = _accessor.offset(VTOFFSET.children.v); return o == 0 ? 0 : _accessor.vector(count: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1316 | public func children(at index: Int32) -> org_apache_arrow_flatbuf_Field? { let o = _accessor.offset(VTOFFSET.children.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Field(_accessor.bb, o: _accessor.indirect(_accessor.vector(at: o) + index * 4)) }
1317 | /// User-defined metadata
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1316:121: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1314 | public var hasChildren: Bool { let o = _accessor.offset(VTOFFSET.children.v); return o == 0 ? false : true }
1315 | public var childrenCount: Int32 { let o = _accessor.offset(VTOFFSET.children.v); return o == 0 ? 0 : _accessor.vector(count: o) }
1316 | public func children(at index: Int32) -> org_apache_arrow_flatbuf_Field? { let o = _accessor.offset(VTOFFSET.children.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Field(_accessor.bb, o: _accessor.indirect(_accessor.vector(at: o) + index * 4)) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1317 | /// User-defined metadata
1318 | public var hasCustomMetadata: Bool { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? false : true }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1318:89: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1316 | public func children(at index: Int32) -> org_apache_arrow_flatbuf_Field? { let o = _accessor.offset(VTOFFSET.children.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Field(_accessor.bb, o: _accessor.indirect(_accessor.vector(at: o) + index * 4)) }
1317 | /// User-defined metadata
1318 | public var hasCustomMetadata: Bool { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? false : true }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1319 | public var customMetadataCount: Int32 { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? 0 : _accessor.vector(count: o) }
1320 | public func customMetadata(at index: Int32) -> org_apache_arrow_flatbuf_KeyValue? { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? nil : org_apache_arrow_flatbuf_KeyValue(_accessor.bb, o: _accessor.indirect(_accessor.vector(at: o) + index * 4)) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1319:92: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1317 | /// User-defined metadata
1318 | public var hasCustomMetadata: Bool { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? false : true }
1319 | public var customMetadataCount: Int32 { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? 0 : _accessor.vector(count: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1320 | public func customMetadata(at index: Int32) -> org_apache_arrow_flatbuf_KeyValue? { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? nil : org_apache_arrow_flatbuf_KeyValue(_accessor.bb, o: _accessor.indirect(_accessor.vector(at: o) + index * 4)) }
1321 | public static func startField(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 7) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1320:136: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1318 | public var hasCustomMetadata: Bool { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? false : true }
1319 | public var customMetadataCount: Int32 { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? 0 : _accessor.vector(count: o) }
1320 | public func customMetadata(at index: Int32) -> org_apache_arrow_flatbuf_KeyValue? { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? nil : org_apache_arrow_flatbuf_KeyValue(_accessor.bb, o: _accessor.indirect(_accessor.vector(at: o) + index * 4)) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1321 | public static func startField(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 7) }
1322 | public static func add(name: Offset, _ fbb: inout FlatBufferBuilder) { fbb.add(offset: name, at: VTOFFSET.name.p) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1438:109: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1436 | /// it is Little Endian by default
1437 | /// if endianness doesn't match the underlying system then the vectors need to be converted
1438 | public var endianness: org_apache_arrow_flatbuf_Endianness { let o = _accessor.offset(VTOFFSET.endianness.v); return o == 0 ? .little : org_apache_arrow_flatbuf_Endianness(rawValue: _accessor.readBuffer(of: Int16.self, at: o)) ?? .little }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1439 | public var hasFields: Bool { let o = _accessor.offset(VTOFFSET.fields.v); return o == 0 ? false : true }
1440 | public var fieldsCount: Int32 { let o = _accessor.offset(VTOFFSET.fields.v); return o == 0 ? 0 : _accessor.vector(count: o) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1439:73: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1437 | /// if endianness doesn't match the underlying system then the vectors need to be converted
1438 | public var endianness: org_apache_arrow_flatbuf_Endianness { let o = _accessor.offset(VTOFFSET.endianness.v); return o == 0 ? .little : org_apache_arrow_flatbuf_Endianness(rawValue: _accessor.readBuffer(of: Int16.self, at: o)) ?? .little }
1439 | public var hasFields: Bool { let o = _accessor.offset(VTOFFSET.fields.v); return o == 0 ? false : true }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1440 | public var fieldsCount: Int32 { let o = _accessor.offset(VTOFFSET.fields.v); return o == 0 ? 0 : _accessor.vector(count: o) }
1441 | public func fields(at index: Int32) -> org_apache_arrow_flatbuf_Field? { let o = _accessor.offset(VTOFFSET.fields.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Field(_accessor.bb, o: _accessor.indirect(_accessor.vector(at: o) + index * 4)) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1440:76: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1438 | public var endianness: org_apache_arrow_flatbuf_Endianness { let o = _accessor.offset(VTOFFSET.endianness.v); return o == 0 ? .little : org_apache_arrow_flatbuf_Endianness(rawValue: _accessor.readBuffer(of: Int16.self, at: o)) ?? .little }
1439 | public var hasFields: Bool { let o = _accessor.offset(VTOFFSET.fields.v); return o == 0 ? false : true }
1440 | public var fieldsCount: Int32 { let o = _accessor.offset(VTOFFSET.fields.v); return o == 0 ? 0 : _accessor.vector(count: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1441 | public func fields(at index: Int32) -> org_apache_arrow_flatbuf_Field? { let o = _accessor.offset(VTOFFSET.fields.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Field(_accessor.bb, o: _accessor.indirect(_accessor.vector(at: o) + index * 4)) }
1442 | public var hasCustomMetadata: Bool { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? false : true }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1441:117: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1439 | public var hasFields: Bool { let o = _accessor.offset(VTOFFSET.fields.v); return o == 0 ? false : true }
1440 | public var fieldsCount: Int32 { let o = _accessor.offset(VTOFFSET.fields.v); return o == 0 ? 0 : _accessor.vector(count: o) }
1441 | public func fields(at index: Int32) -> org_apache_arrow_flatbuf_Field? { let o = _accessor.offset(VTOFFSET.fields.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Field(_accessor.bb, o: _accessor.indirect(_accessor.vector(at: o) + index * 4)) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1442 | public var hasCustomMetadata: Bool { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? false : true }
1443 | public var customMetadataCount: Int32 { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? 0 : _accessor.vector(count: o) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1442:89: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1440 | public var fieldsCount: Int32 { let o = _accessor.offset(VTOFFSET.fields.v); return o == 0 ? 0 : _accessor.vector(count: o) }
1441 | public func fields(at index: Int32) -> org_apache_arrow_flatbuf_Field? { let o = _accessor.offset(VTOFFSET.fields.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Field(_accessor.bb, o: _accessor.indirect(_accessor.vector(at: o) + index * 4)) }
1442 | public var hasCustomMetadata: Bool { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? false : true }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1443 | public var customMetadataCount: Int32 { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? 0 : _accessor.vector(count: o) }
1444 | public func customMetadata(at index: Int32) -> org_apache_arrow_flatbuf_KeyValue? { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? nil : org_apache_arrow_flatbuf_KeyValue(_accessor.bb, o: _accessor.indirect(_accessor.vector(at: o) + index * 4)) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1443:92: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1441 | public func fields(at index: Int32) -> org_apache_arrow_flatbuf_Field? { let o = _accessor.offset(VTOFFSET.fields.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Field(_accessor.bb, o: _accessor.indirect(_accessor.vector(at: o) + index * 4)) }
1442 | public var hasCustomMetadata: Bool { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? false : true }
1443 | public var customMetadataCount: Int32 { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? 0 : _accessor.vector(count: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1444 | public func customMetadata(at index: Int32) -> org_apache_arrow_flatbuf_KeyValue? { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? nil : org_apache_arrow_flatbuf_KeyValue(_accessor.bb, o: _accessor.indirect(_accessor.vector(at: o) + index * 4)) }
1445 | /// Features used in the stream/file.
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1444:136: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1442 | public var hasCustomMetadata: Bool { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? false : true }
1443 | public var customMetadataCount: Int32 { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? 0 : _accessor.vector(count: o) }
1444 | public func customMetadata(at index: Int32) -> org_apache_arrow_flatbuf_KeyValue? { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? nil : org_apache_arrow_flatbuf_KeyValue(_accessor.bb, o: _accessor.indirect(_accessor.vector(at: o) + index * 4)) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1445 | /// Features used in the stream/file.
1446 | public var hasFeatures: Bool { let o = _accessor.offset(VTOFFSET.features.v); return o == 0 ? false : true }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1446:77: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1444 | public func customMetadata(at index: Int32) -> org_apache_arrow_flatbuf_KeyValue? { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? nil : org_apache_arrow_flatbuf_KeyValue(_accessor.bb, o: _accessor.indirect(_accessor.vector(at: o) + index * 4)) }
1445 | /// Features used in the stream/file.
1446 | public var hasFeatures: Bool { let o = _accessor.offset(VTOFFSET.features.v); return o == 0 ? false : true }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1447 | public var featuresCount: Int32 { let o = _accessor.offset(VTOFFSET.features.v); return o == 0 ? 0 : _accessor.vector(count: o) }
1448 | public func features(at index: Int32) -> org_apache_arrow_flatbuf_Feature? { let o = _accessor.offset(VTOFFSET.features.v); return o == 0 ? org_apache_arrow_flatbuf_Feature.unused : org_apache_arrow_flatbuf_Feature(rawValue: _accessor.directRead(of: Int64.self, offset: _accessor.vector(at: o) + index * 8)) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1447:80: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1445 | /// Features used in the stream/file.
1446 | public var hasFeatures: Bool { let o = _accessor.offset(VTOFFSET.features.v); return o == 0 ? false : true }
1447 | public var featuresCount: Int32 { let o = _accessor.offset(VTOFFSET.features.v); return o == 0 ? 0 : _accessor.vector(count: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1448 | public func features(at index: Int32) -> org_apache_arrow_flatbuf_Feature? { let o = _accessor.offset(VTOFFSET.features.v); return o == 0 ? org_apache_arrow_flatbuf_Feature.unused : org_apache_arrow_flatbuf_Feature(rawValue: _accessor.directRead(of: Int64.self, offset: _accessor.vector(at: o) + index * 8)) }
1449 | public static func startSchema(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 4) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1448:123: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1446 | public var hasFeatures: Bool { let o = _accessor.offset(VTOFFSET.features.v); return o == 0 ? false : true }
1447 | public var featuresCount: Int32 { let o = _accessor.offset(VTOFFSET.features.v); return o == 0 ? 0 : _accessor.vector(count: o) }
1448 | public func features(at index: Int32) -> org_apache_arrow_flatbuf_Feature? { let o = _accessor.offset(VTOFFSET.features.v); return o == 0 ? org_apache_arrow_flatbuf_Feature.unused : org_apache_arrow_flatbuf_Feature(rawValue: _accessor.directRead(of: Int64.self, offset: _accessor.vector(at: o) + index * 8)) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1449 | public static func startSchema(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 4) }
1450 | public static func add(endianness: org_apache_arrow_flatbuf_Endianness, _ fbb: inout FlatBufferBuilder) { fbb.add(element: endianness.rawValue, def: 0, at: VTOFFSET.endianness.p) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1448:238: error: value of type 'Table' has no member 'directRead'
1446 | public var hasFeatures: Bool { let o = _accessor.offset(VTOFFSET.features.v); return o == 0 ? false : true }
1447 | public var featuresCount: Int32 { let o = _accessor.offset(VTOFFSET.features.v); return o == 0 ? 0 : _accessor.vector(count: o) }
1448 | public func features(at index: Int32) -> org_apache_arrow_flatbuf_Feature? { let o = _accessor.offset(VTOFFSET.features.v); return o == 0 ? org_apache_arrow_flatbuf_Feature.unused : org_apache_arrow_flatbuf_Feature(rawValue: _accessor.directRead(of: Int64.self, offset: _accessor.vector(at: o) + index * 8)) }
| `- error: value of type 'Table' has no member 'directRead'
1449 | public static func startSchema(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 4) }
1450 | public static func add(endianness: org_apache_arrow_flatbuf_Endianness, _ fbb: inout FlatBufferBuilder) { fbb.add(element: endianness.rawValue, def: 0, at: VTOFFSET.endianness.p) }
[236/238] Compiling Arrow Schema_generated.swift
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ProtoUtil.swift:27:29: error: instance method 'type(type:)' requires that 'org_apache_arrow_flatbuf_Int' conform to 'FlatbuffersInitializable'
25 | switch type {
26 | case .int:
27 | let intType = field.type(type: org_apache_arrow_flatbuf_Int.self)!
| `- error: instance method 'type(type:)' requires that 'org_apache_arrow_flatbuf_Int' conform to 'FlatbuffersInitializable'
28 | let bitWidth = intType.bitWidth
29 | if bitWidth == 8 {
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1309:15: note: where 'T' = 'org_apache_arrow_flatbuf_Int'
1307 | public var typeType: org_apache_arrow_flatbuf_Type_ { let o = _accessor.offset(VTOFFSET.typeType.v); return o == 0 ? .none_ : org_apache_arrow_flatbuf_Type_(rawValue: _accessor.readBuffer(of: UInt8.self, at: o)) ?? .none_ }
1308 | /// This is the type of the decoded value if the field is dictionary encoded.
1309 | public func type<T: FlatbuffersInitializable>(type: T.Type) -> T? { let o = _accessor.offset(VTOFFSET.type.v); return o == 0 ? nil : _accessor.union(o) }
| `- note: where 'T' = 'org_apache_arrow_flatbuf_Int'
1310 | /// Present only if the field is dictionary encoded.
1311 | public var dictionary: org_apache_arrow_flatbuf_DictionaryEncoding? { let o = _accessor.offset(VTOFFSET.dictionary.v); return o == 0 ? nil : org_apache_arrow_flatbuf_DictionaryEncoding(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ProtoUtil.swift:41:31: error: instance method 'type(type:)' requires that 'org_apache_arrow_flatbuf_FloatingPoint' conform to 'FlatbuffersInitializable'
39 | arrowType = ArrowType(ArrowType.ArrowBool)
40 | case .floatingpoint:
41 | let floatType = field.type(type: org_apache_arrow_flatbuf_FloatingPoint.self)!
| `- error: instance method 'type(type:)' requires that 'org_apache_arrow_flatbuf_FloatingPoint' conform to 'FlatbuffersInitializable'
42 | if floatType.precision == .single {
43 | arrowType = ArrowType(ArrowType.ArrowFloat)
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1309:15: note: where 'T' = 'org_apache_arrow_flatbuf_FloatingPoint'
1307 | public var typeType: org_apache_arrow_flatbuf_Type_ { let o = _accessor.offset(VTOFFSET.typeType.v); return o == 0 ? .none_ : org_apache_arrow_flatbuf_Type_(rawValue: _accessor.readBuffer(of: UInt8.self, at: o)) ?? .none_ }
1308 | /// This is the type of the decoded value if the field is dictionary encoded.
1309 | public func type<T: FlatbuffersInitializable>(type: T.Type) -> T? { let o = _accessor.offset(VTOFFSET.type.v); return o == 0 ? nil : _accessor.union(o) }
| `- note: where 'T' = 'org_apache_arrow_flatbuf_FloatingPoint'
1310 | /// Present only if the field is dictionary encoded.
1311 | public var dictionary: org_apache_arrow_flatbuf_DictionaryEncoding? { let o = _accessor.offset(VTOFFSET.dictionary.v); return o == 0 ? nil : org_apache_arrow_flatbuf_DictionaryEncoding(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ProtoUtil.swift:42:36: error: cannot infer contextual base in reference to member 'single'
40 | case .floatingpoint:
41 | let floatType = field.type(type: org_apache_arrow_flatbuf_FloatingPoint.self)!
42 | if floatType.precision == .single {
| `- error: cannot infer contextual base in reference to member 'single'
43 | arrowType = ArrowType(ArrowType.ArrowFloat)
44 | } else if floatType.precision == .double {
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ProtoUtil.swift:52:30: error: instance method 'type(type:)' requires that 'org_apache_arrow_flatbuf_Date' conform to 'FlatbuffersInitializable'
50 | arrowType = ArrowType(ArrowType.ArrowBinary)
51 | case .date:
52 | let dateType = field.type(type: org_apache_arrow_flatbuf_Date.self)!
| `- error: instance method 'type(type:)' requires that 'org_apache_arrow_flatbuf_Date' conform to 'FlatbuffersInitializable'
53 | if dateType.unit == .day {
54 | arrowType = ArrowType(ArrowType.ArrowDate32)
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1309:15: note: where 'T' = 'org_apache_arrow_flatbuf_Date'
1307 | public var typeType: org_apache_arrow_flatbuf_Type_ { let o = _accessor.offset(VTOFFSET.typeType.v); return o == 0 ? .none_ : org_apache_arrow_flatbuf_Type_(rawValue: _accessor.readBuffer(of: UInt8.self, at: o)) ?? .none_ }
1308 | /// This is the type of the decoded value if the field is dictionary encoded.
1309 | public func type<T: FlatbuffersInitializable>(type: T.Type) -> T? { let o = _accessor.offset(VTOFFSET.type.v); return o == 0 ? nil : _accessor.union(o) }
| `- note: where 'T' = 'org_apache_arrow_flatbuf_Date'
1310 | /// Present only if the field is dictionary encoded.
1311 | public var dictionary: org_apache_arrow_flatbuf_DictionaryEncoding? { let o = _accessor.offset(VTOFFSET.dictionary.v); return o == 0 ? nil : org_apache_arrow_flatbuf_DictionaryEncoding(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ProtoUtil.swift:59:30: error: instance method 'type(type:)' requires that 'org_apache_arrow_flatbuf_Time' conform to 'FlatbuffersInitializable'
57 | }
58 | case .time:
59 | let timeType = field.type(type: org_apache_arrow_flatbuf_Time.self)!
| `- error: instance method 'type(type:)' requires that 'org_apache_arrow_flatbuf_Time' conform to 'FlatbuffersInitializable'
60 | if timeType.unit == .second || timeType.unit == .millisecond {
61 | let arrowUnit: ArrowTime32Unit = timeType.unit == .second ? .seconds : .milliseconds
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1309:15: note: where 'T' = 'org_apache_arrow_flatbuf_Time'
1307 | public var typeType: org_apache_arrow_flatbuf_Type_ { let o = _accessor.offset(VTOFFSET.typeType.v); return o == 0 ? .none_ : org_apache_arrow_flatbuf_Type_(rawValue: _accessor.readBuffer(of: UInt8.self, at: o)) ?? .none_ }
1308 | /// This is the type of the decoded value if the field is dictionary encoded.
1309 | public func type<T: FlatbuffersInitializable>(type: T.Type) -> T? { let o = _accessor.offset(VTOFFSET.type.v); return o == 0 ? nil : _accessor.union(o) }
| `- note: where 'T' = 'org_apache_arrow_flatbuf_Time'
1310 | /// Present only if the field is dictionary encoded.
1311 | public var dictionary: org_apache_arrow_flatbuf_DictionaryEncoding? { let o = _accessor.offset(VTOFFSET.dictionary.v); return o == 0 ? nil : org_apache_arrow_flatbuf_DictionaryEncoding(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ProtoUtil.swift:60:58: error: cannot infer contextual base in reference to member 'millisecond'
58 | case .time:
59 | let timeType = field.type(type: org_apache_arrow_flatbuf_Time.self)!
60 | if timeType.unit == .second || timeType.unit == .millisecond {
| `- error: cannot infer contextual base in reference to member 'millisecond'
61 | let arrowUnit: ArrowTime32Unit = timeType.unit == .second ? .seconds : .milliseconds
62 | arrowType = ArrowTypeTime32(arrowUnit)
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ProtoUtil.swift:64:64: error: cannot infer contextual base in reference to member 'microsecond'
62 | arrowType = ArrowTypeTime32(arrowUnit)
63 | } else {
64 | let arrowUnit: ArrowTime64Unit = timeType.unit == .microsecond ? .microseconds : .nanoseconds
| `- error: cannot infer contextual base in reference to member 'microsecond'
65 | arrowType = ArrowTypeTime64(arrowUnit)
66 | }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:24:13: warning: cannot use conformance of 'Int16' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
22 | import FlatBuffers
23 |
24 | public enum org_apache_arrow_flatbuf_MetadataVersion: Int16, Enum, Verifiable {
| |- warning: cannot use conformance of 'Int16' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
| |- note: The missing import of module 'Common' will be added implicitly
| `- note: in associated type 'Self.T' (inferred as 'Int16')
25 | public typealias T = Int16
26 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:67:13: warning: cannot use conformance of 'Int64' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
65 | /// to facilitate exchanging and comparing bitmaps for supported
66 | /// features.
67 | public enum org_apache_arrow_flatbuf_Feature: Int64, Enum, Verifiable {
| |- warning: cannot use conformance of 'Int64' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
| |- note: The missing import of module 'Common' will be added implicitly
| `- note: in associated type 'Self.T' (inferred as 'Int64')
68 | public typealias T = Int64
69 | public static var byteSize: Int { return MemoryLayout<Int64>.size }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:86:13: warning: cannot use conformance of 'Int16' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
84 |
85 |
86 | public enum org_apache_arrow_flatbuf_UnionMode: Int16, Enum, Verifiable {
| |- warning: cannot use conformance of 'Int16' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
| |- note: The missing import of module 'Common' will be added implicitly
| `- note: in associated type 'Self.T' (inferred as 'Int16')
87 | public typealias T = Int16
88 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:98:13: warning: cannot use conformance of 'Int16' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
96 |
97 |
98 | public enum org_apache_arrow_flatbuf_Precision: Int16, Enum, Verifiable {
| |- warning: cannot use conformance of 'Int16' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
| |- note: The missing import of module 'Common' will be added implicitly
| `- note: in associated type 'Self.T' (inferred as 'Int16')
99 | public typealias T = Int16
100 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:111:13: warning: cannot use conformance of 'Int16' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
109 |
110 |
111 | public enum org_apache_arrow_flatbuf_DateUnit: Int16, Enum, Verifiable {
| |- warning: cannot use conformance of 'Int16' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
| |- note: The missing import of module 'Common' will be added implicitly
| `- note: in associated type 'Self.T' (inferred as 'Int16')
112 | public typealias T = Int16
113 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:123:13: warning: cannot use conformance of 'Int16' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
121 |
122 |
123 | public enum org_apache_arrow_flatbuf_TimeUnit: Int16, Enum, Verifiable {
| |- warning: cannot use conformance of 'Int16' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
| |- note: The missing import of module 'Common' will be added implicitly
| `- note: in associated type 'Self.T' (inferred as 'Int16')
124 | public typealias T = Int16
125 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:137:13: warning: cannot use conformance of 'Int16' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
135 |
136 |
137 | public enum org_apache_arrow_flatbuf_IntervalUnit: Int16, Enum, Verifiable {
| |- warning: cannot use conformance of 'Int16' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
| |- note: The missing import of module 'Common' will be added implicitly
| `- note: in associated type 'Self.T' (inferred as 'Int16')
138 | public typealias T = Int16
139 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:153:13: warning: cannot use conformance of 'UInt8' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
151 | /// Top-level Type value, enabling extensible type-specific metadata. We can
152 | /// add new logical types to Type without breaking backwards compatibility
153 | public enum org_apache_arrow_flatbuf_Type_: UInt8, UnionEnum {
| |- warning: cannot use conformance of 'UInt8' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
| |- note: The missing import of module 'Common' will be added implicitly
| `- note: in associated type 'Self.T' (inferred as 'UInt8')
154 | public typealias T = UInt8
155 |
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:196:13: warning: cannot use conformance of 'Int16' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
194 | /// Dictionaries might be explicit maps between integers and values
195 | /// allowing for non-contiguous index values
196 | public enum org_apache_arrow_flatbuf_DictionaryKind: Int16, Enum, Verifiable {
| |- warning: cannot use conformance of 'Int16' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
| |- note: The missing import of module 'Common' will be added implicitly
| `- note: in associated type 'Self.T' (inferred as 'Int16')
197 | public typealias T = Int16
198 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:209:13: warning: cannot use conformance of 'Int16' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
207 | /// ----------------------------------------------------------------------
208 | /// Endianness of the platform producing the data
209 | public enum org_apache_arrow_flatbuf_Endianness: Int16, Enum, Verifiable {
| |- warning: cannot use conformance of 'Int16' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
| |- note: The missing import of module 'Common' will be added implicitly
| `- note: in associated type 'Self.T' (inferred as 'Int16')
210 | public typealias T = Int16
211 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:270:56: error: cannot find type 'FlatBufferObject' in scope
268 | /// ----------------------------------------------------------------------
269 | /// A Buffer represents a single contiguous memory segment
270 | public struct org_apache_arrow_flatbuf_Buffer_Mutable: FlatBufferObject {
| `- error: cannot find type 'FlatBufferObject' in scope
271 |
272 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:283:46: error: cannot find type 'FlatBufferObject' in scope
281 |
282 | /// These are stored in the flatbuffer in the Type union below
283 | public struct org_apache_arrow_flatbuf_Null: FlatBufferObject, Verifiable {
| `- error: cannot find type 'FlatBufferObject' in scope
284 |
285 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:306:49: error: cannot find type 'FlatBufferObject' in scope
304 | /// (according to the physical memory layout). We used Struct_ here as
305 | /// Struct is a reserved word in Flatbuffers
306 | public struct org_apache_arrow_flatbuf_Struct_: FlatBufferObject, Verifiable {
| `- error: cannot find type 'FlatBufferObject' in scope
307 |
308 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:326:46: error: cannot find type 'FlatBufferObject' in scope
324 | }
325 |
326 | public struct org_apache_arrow_flatbuf_List: FlatBufferObject, Verifiable {
| `- error: cannot find type 'FlatBufferObject' in scope
327 |
328 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:348:51: error: cannot find type 'FlatBufferObject' in scope
346 | /// Same as List, but with 64-bit offsets, allowing to represent
347 | /// extremely large data values.
348 | public struct org_apache_arrow_flatbuf_LargeList: FlatBufferObject, Verifiable {
| `- error: cannot find type 'FlatBufferObject' in scope
349 |
350 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:368:55: error: cannot find type 'FlatBufferObject' in scope
366 | }
367 |
368 | public struct org_apache_arrow_flatbuf_FixedSizeList: FlatBufferObject, Verifiable {
| `- error: cannot find type 'FlatBufferObject' in scope
369 |
370 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:431:45: error: cannot find type 'FlatBufferObject' in scope
429 | /// for Map can make Map an alias for List. The "layout" attribute for the Map
430 | /// field must have the same contents as a List.
431 | public struct org_apache_arrow_flatbuf_Map: FlatBufferObject, Verifiable {
| `- error: cannot find type 'FlatBufferObject' in scope
432 |
433 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:474:47: error: cannot find type 'FlatBufferObject' in scope
472 | /// optionally typeIds provides an indirection between the child offset and the type id
473 | /// for each child `typeIds[offset]` is the id used in the type vector
474 | public struct org_apache_arrow_flatbuf_Union: FlatBufferObject, Verifiable {
| `- error: cannot find type 'FlatBufferObject' in scope
475 |
476 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:520:45: error: cannot find type 'FlatBufferObject' in scope
518 | }
519 |
520 | public struct org_apache_arrow_flatbuf_Int: FlatBufferObject, Verifiable {
| `- error: cannot find type 'FlatBufferObject' in scope
521 |
522 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:564:55: error: cannot find type 'FlatBufferObject' in scope
562 | }
563 |
564 | public struct org_apache_arrow_flatbuf_FloatingPoint: FlatBufferObject, Verifiable {
| `- error: cannot find type 'FlatBufferObject' in scope
565 |
566 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:602:46: error: cannot find type 'FlatBufferObject' in scope
600 |
601 | /// Unicode with UTF-8 encoding
602 | public struct org_apache_arrow_flatbuf_Utf8: FlatBufferObject, Verifiable {
| `- error: cannot find type 'FlatBufferObject' in scope
603 |
604 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:623:48: error: cannot find type 'FlatBufferObject' in scope
621 |
622 | /// Opaque binary data
623 | public struct org_apache_arrow_flatbuf_Binary: FlatBufferObject, Verifiable {
| `- error: cannot find type 'FlatBufferObject' in scope
624 |
625 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:645:51: error: cannot find type 'FlatBufferObject' in scope
643 | /// Same as Utf8, but with 64-bit offsets, allowing to represent
644 | /// extremely large data values.
645 | public struct org_apache_arrow_flatbuf_LargeUtf8: FlatBufferObject, Verifiable {
| `- error: cannot find type 'FlatBufferObject' in scope
646 |
647 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:667:53: error: cannot find type 'FlatBufferObject' in scope
665 | /// Same as Binary, but with 64-bit offsets, allowing to represent
666 | /// extremely large data values.
667 | public struct org_apache_arrow_flatbuf_LargeBinary: FlatBufferObject, Verifiable {
| `- error: cannot find type 'FlatBufferObject' in scope
668 |
669 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:687:57: error: cannot find type 'FlatBufferObject' in scope
685 | }
686 |
687 | public struct org_apache_arrow_flatbuf_FixedSizeBinary: FlatBufferObject, Verifiable {
| `- error: cannot find type 'FlatBufferObject' in scope
688 |
689 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:725:46: error: cannot find type 'FlatBufferObject' in scope
723 | }
724 |
725 | public struct org_apache_arrow_flatbuf_Bool: FlatBufferObject, Verifiable {
| `- error: cannot find type 'FlatBufferObject' in scope
726 |
727 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:750:55: error: cannot find type 'FlatBufferObject' in scope
748 | /// each corresponding index in the values child array ends.
749 | /// Like list/struct types, the value array can be of any type.
750 | public struct org_apache_arrow_flatbuf_RunEndEncoded: FlatBufferObject, Verifiable {
| `- error: cannot find type 'FlatBufferObject' in scope
751 |
752 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:774:49: error: cannot find type 'FlatBufferObject' in scope
772 | /// are used. The representation uses the endianness indicated
773 | /// in the Schema.
774 | public struct org_apache_arrow_flatbuf_Decimal: FlatBufferObject, Verifiable {
| `- error: cannot find type 'FlatBufferObject' in scope
775 |
776 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:833:46: error: cannot find type 'FlatBufferObject' in scope
831 | /// leap seconds), where the values are evenly divisible by 86400000
832 | /// * Days (32 bits) since the UNIX epoch
833 | public struct org_apache_arrow_flatbuf_Date: FlatBufferObject, Verifiable {
| `- error: cannot find type 'FlatBufferObject' in scope
834 |
835 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:884:46: error: cannot find type 'FlatBufferObject' in scope
882 | /// measurements with leap seconds will need to be corrected when ingesting
883 | /// into Arrow (for example by replacing the value 86400 with 86399).
884 | public struct org_apache_arrow_flatbuf_Time: FlatBufferObject, Verifiable {
| `- error: cannot find type 'FlatBufferObject' in scope
885 |
886 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1032:51: error: cannot find type 'FlatBufferObject' in scope
1030 | /// was UTC; for example, the naive date-time "January 1st 1970, 00h00" would
1031 | /// be encoded as timestamp value 0.
1032 | public struct org_apache_arrow_flatbuf_Timestamp: FlatBufferObject, Verifiable {
| `- error: cannot find type 'FlatBufferObject' in scope
1033 |
1034 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1086:50: error: cannot find type 'FlatBufferObject' in scope
1084 | }
1085 |
1086 | public struct org_apache_arrow_flatbuf_Interval: FlatBufferObject, Verifiable {
| `- error: cannot find type 'FlatBufferObject' in scope
1087 |
1088 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1123:50: error: cannot find type 'FlatBufferObject' in scope
1121 | }
1122 |
1123 | public struct org_apache_arrow_flatbuf_Duration: FlatBufferObject, Verifiable {
| `- error: cannot find type 'FlatBufferObject' in scope
1124 |
1125 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1163:50: error: cannot find type 'FlatBufferObject' in scope
1161 | /// user defined key value pairs to add custom metadata to arrow
1162 | /// key namespacing is the responsibility of the user
1163 | public struct org_apache_arrow_flatbuf_KeyValue: FlatBufferObject, Verifiable {
| `- error: cannot find type 'FlatBufferObject' in scope
1164 |
1165 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1208:60: error: cannot find type 'FlatBufferObject' in scope
1206 | }
1207 |
1208 | public struct org_apache_arrow_flatbuf_DictionaryEncoding: FlatBufferObject, Verifiable {
| `- error: cannot find type 'FlatBufferObject' in scope
1209 |
1210 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1279:47: error: cannot find type 'FlatBufferObject' in scope
1277 | /// A field represents a named column in a record / row batch or child of a
1278 | /// nested type.
1279 | public struct org_apache_arrow_flatbuf_Field: FlatBufferObject, Verifiable {
| `- error: cannot find type 'FlatBufferObject' in scope
1280 |
1281 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1415:48: error: cannot find type 'FlatBufferObject' in scope
1413 | /// ----------------------------------------------------------------------
1414 | /// A Schema describes the columns in a row batch
1415 | public struct org_apache_arrow_flatbuf_Schema: FlatBufferObject, Verifiable {
| `- error: cannot find type 'FlatBufferObject' in scope
1416 |
1417 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:386:75: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
384 |
385 | /// Number of list items per value
386 | public var listSize: Int32 { let o = _accessor.offset(VTOFFSET.listSize.v); return o == 0 ? 0 : _accessor.readBuffer(of: Int32.self, at: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
387 | public static func startFixedSizeList(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 1) }
388 | public static func add(listSize: Int32, _ fbb: inout FlatBufferBuilder) { fbb.add(element: listSize, def: 0, at: VTOFFSET.listSize.p) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:449:78: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
447 |
448 | /// Set to true if the keys within each value are sorted
449 | public var keysSorted: Bool { let o = _accessor.offset(VTOFFSET.keysSorted.v); return o == 0 ? false : 0 != _accessor.readBuffer(of: Byte.self, at: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
450 | public static func startMap(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 1) }
451 | public static func add(keysSorted: Bool, _ fbb: inout FlatBufferBuilder) { fbb.add(element: keysSorted, def: false,
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:492:96: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
490 | }
491 |
492 | public var mode: org_apache_arrow_flatbuf_UnionMode { let o = _accessor.offset(VTOFFSET.mode.v); return o == 0 ? .sparse : org_apache_arrow_flatbuf_UnionMode(rawValue: _accessor.readBuffer(of: Int16.self, at: o)) ?? .sparse }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
493 | public var hasTypeIds: Bool { let o = _accessor.offset(VTOFFSET.typeIds.v); return o == 0 ? false : true }
494 | public var typeIdsCount: Int32 { let o = _accessor.offset(VTOFFSET.typeIds.v); return o == 0 ? 0 : _accessor.vector(count: o) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:493:75: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
491 |
492 | public var mode: org_apache_arrow_flatbuf_UnionMode { let o = _accessor.offset(VTOFFSET.mode.v); return o == 0 ? .sparse : org_apache_arrow_flatbuf_UnionMode(rawValue: _accessor.readBuffer(of: Int16.self, at: o)) ?? .sparse }
493 | public var hasTypeIds: Bool { let o = _accessor.offset(VTOFFSET.typeIds.v); return o == 0 ? false : true }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
494 | public var typeIdsCount: Int32 { let o = _accessor.offset(VTOFFSET.typeIds.v); return o == 0 ? 0 : _accessor.vector(count: o) }
495 | public func typeIds(at index: Int32) -> Int32 { let o = _accessor.offset(VTOFFSET.typeIds.v); return o == 0 ? 0 : _accessor.directRead(of: Int32.self, offset: _accessor.vector(at: o) + index * 4) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:494:78: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
492 | public var mode: org_apache_arrow_flatbuf_UnionMode { let o = _accessor.offset(VTOFFSET.mode.v); return o == 0 ? .sparse : org_apache_arrow_flatbuf_UnionMode(rawValue: _accessor.readBuffer(of: Int16.self, at: o)) ?? .sparse }
493 | public var hasTypeIds: Bool { let o = _accessor.offset(VTOFFSET.typeIds.v); return o == 0 ? false : true }
494 | public var typeIdsCount: Int32 { let o = _accessor.offset(VTOFFSET.typeIds.v); return o == 0 ? 0 : _accessor.vector(count: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
495 | public func typeIds(at index: Int32) -> Int32 { let o = _accessor.offset(VTOFFSET.typeIds.v); return o == 0 ? 0 : _accessor.directRead(of: Int32.self, offset: _accessor.vector(at: o) + index * 4) }
496 | public var typeIds: [Int32] { return _accessor.getVector(at: VTOFFSET.typeIds.v) ?? [] }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:495:93: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
493 | public var hasTypeIds: Bool { let o = _accessor.offset(VTOFFSET.typeIds.v); return o == 0 ? false : true }
494 | public var typeIdsCount: Int32 { let o = _accessor.offset(VTOFFSET.typeIds.v); return o == 0 ? 0 : _accessor.vector(count: o) }
495 | public func typeIds(at index: Int32) -> Int32 { let o = _accessor.offset(VTOFFSET.typeIds.v); return o == 0 ? 0 : _accessor.directRead(of: Int32.self, offset: _accessor.vector(at: o) + index * 4) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
496 | public var typeIds: [Int32] { return _accessor.getVector(at: VTOFFSET.typeIds.v) ?? [] }
497 | public static func startUnion(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 2) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:495:127: error: value of type 'Table' has no member 'directRead'
493 | public var hasTypeIds: Bool { let o = _accessor.offset(VTOFFSET.typeIds.v); return o == 0 ? false : true }
494 | public var typeIdsCount: Int32 { let o = _accessor.offset(VTOFFSET.typeIds.v); return o == 0 ? 0 : _accessor.vector(count: o) }
495 | public func typeIds(at index: Int32) -> Int32 { let o = _accessor.offset(VTOFFSET.typeIds.v); return o == 0 ? 0 : _accessor.directRead(of: Int32.self, offset: _accessor.vector(at: o) + index * 4) }
| `- error: value of type 'Table' has no member 'directRead'
496 | public var typeIds: [Int32] { return _accessor.getVector(at: VTOFFSET.typeIds.v) ?? [] }
497 | public static func startUnion(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 2) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:496:81: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
494 | public var typeIdsCount: Int32 { let o = _accessor.offset(VTOFFSET.typeIds.v); return o == 0 ? 0 : _accessor.vector(count: o) }
495 | public func typeIds(at index: Int32) -> Int32 { let o = _accessor.offset(VTOFFSET.typeIds.v); return o == 0 ? 0 : _accessor.directRead(of: Int32.self, offset: _accessor.vector(at: o) + index * 4) }
496 | public var typeIds: [Int32] { return _accessor.getVector(at: VTOFFSET.typeIds.v) ?? [] }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
497 | public static func startUnion(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 2) }
498 | public static func add(mode: org_apache_arrow_flatbuf_UnionMode, _ fbb: inout FlatBufferBuilder) { fbb.add(element: mode.rawValue, def: 0, at: VTOFFSET.mode.p) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:538:75: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
536 | }
537 |
538 | public var bitWidth: Int32 { let o = _accessor.offset(VTOFFSET.bitWidth.v); return o == 0 ? 0 : _accessor.readBuffer(of: Int32.self, at: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
539 | public var isSigned: Bool { let o = _accessor.offset(VTOFFSET.isSigned.v); return o == 0 ? false : 0 != _accessor.readBuffer(of: Byte.self, at: o) }
540 | public static func startInt(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 2) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:539:74: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
537 |
538 | public var bitWidth: Int32 { let o = _accessor.offset(VTOFFSET.bitWidth.v); return o == 0 ? 0 : _accessor.readBuffer(of: Int32.self, at: o) }
539 | public var isSigned: Bool { let o = _accessor.offset(VTOFFSET.isSigned.v); return o == 0 ? false : 0 != _accessor.readBuffer(of: Byte.self, at: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
540 | public static func startInt(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 2) }
541 | public static func add(bitWidth: Int32, _ fbb: inout FlatBufferBuilder) { fbb.add(element: bitWidth, def: 0, at: VTOFFSET.bitWidth.p) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:581:106: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
579 | }
580 |
581 | public var precision: org_apache_arrow_flatbuf_Precision { let o = _accessor.offset(VTOFFSET.precision.v); return o == 0 ? .half : org_apache_arrow_flatbuf_Precision(rawValue: _accessor.readBuffer(of: Int16.self, at: o)) ?? .half }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
582 | public static func startFloatingPoint(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 1) }
583 | public static func add(precision: org_apache_arrow_flatbuf_Precision, _ fbb: inout FlatBufferBuilder) { fbb.add(element: precision.rawValue, def: 0, at: VTOFFSET.precision.p) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:705:77: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
703 |
704 | /// Number of bytes per value
705 | public var byteWidth: Int32 { let o = _accessor.offset(VTOFFSET.byteWidth.v); return o == 0 ? 0 : _accessor.readBuffer(of: Int32.self, at: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
706 | public static func startFixedSizeBinary(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 1) }
707 | public static func add(byteWidth: Int32, _ fbb: inout FlatBufferBuilder) { fbb.add(element: byteWidth, def: 0, at: VTOFFSET.byteWidth.p) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:794:77: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
792 |
793 | /// Total number of decimal digits
794 | public var precision: Int32 { let o = _accessor.offset(VTOFFSET.precision.v); return o == 0 ? 0 : _accessor.readBuffer(of: Int32.self, at: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
795 | /// Number of digits after the decimal point "."
796 | public var scale: Int32 { let o = _accessor.offset(VTOFFSET.scale.v); return o == 0 ? 0 : _accessor.readBuffer(of: Int32.self, at: o) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:796:69: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
794 | public var precision: Int32 { let o = _accessor.offset(VTOFFSET.precision.v); return o == 0 ? 0 : _accessor.readBuffer(of: Int32.self, at: o) }
795 | /// Number of digits after the decimal point "."
796 | public var scale: Int32 { let o = _accessor.offset(VTOFFSET.scale.v); return o == 0 ? 0 : _accessor.readBuffer(of: Int32.self, at: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
797 | /// Number of bits per value. The only accepted widths are 128 and 256.
798 | /// We use bitWidth for consistency with Int::bitWidth.
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:799:75: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
797 | /// Number of bits per value. The only accepted widths are 128 and 256.
798 | /// We use bitWidth for consistency with Int::bitWidth.
799 | public var bitWidth: Int32 { let o = _accessor.offset(VTOFFSET.bitWidth.v); return o == 0 ? 128 : _accessor.readBuffer(of: Int32.self, at: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
800 | public static func startDecimal(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 3) }
801 | public static func add(precision: Int32, _ fbb: inout FlatBufferBuilder) { fbb.add(element: precision, def: 0, at: VTOFFSET.precision.p) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:850:95: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
848 | }
849 |
850 | public var unit: org_apache_arrow_flatbuf_DateUnit { let o = _accessor.offset(VTOFFSET.unit.v); return o == 0 ? .millisecond : org_apache_arrow_flatbuf_DateUnit(rawValue: _accessor.readBuffer(of: Int16.self, at: o)) ?? .millisecond }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
851 | public static func startDate(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 1) }
852 | public static func add(unit: org_apache_arrow_flatbuf_DateUnit, _ fbb: inout FlatBufferBuilder) { fbb.add(element: unit.rawValue, def: 1, at: VTOFFSET.unit.p) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:902:95: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
900 | }
901 |
902 | public var unit: org_apache_arrow_flatbuf_TimeUnit { let o = _accessor.offset(VTOFFSET.unit.v); return o == 0 ? .millisecond : org_apache_arrow_flatbuf_TimeUnit(rawValue: _accessor.readBuffer(of: Int16.self, at: o)) ?? .millisecond }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
903 | public var bitWidth: Int32 { let o = _accessor.offset(VTOFFSET.bitWidth.v); return o == 0 ? 32 : _accessor.readBuffer(of: Int32.self, at: o) }
904 | public static func startTime(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 2) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:903:75: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
901 |
902 | public var unit: org_apache_arrow_flatbuf_TimeUnit { let o = _accessor.offset(VTOFFSET.unit.v); return o == 0 ? .millisecond : org_apache_arrow_flatbuf_TimeUnit(rawValue: _accessor.readBuffer(of: Int16.self, at: o)) ?? .millisecond }
903 | public var bitWidth: Int32 { let o = _accessor.offset(VTOFFSET.bitWidth.v); return o == 0 ? 32 : _accessor.readBuffer(of: Int32.self, at: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
904 | public static func startTime(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 2) }
905 | public static func add(unit: org_apache_arrow_flatbuf_TimeUnit, _ fbb: inout FlatBufferBuilder) { fbb.add(element: unit.rawValue, def: 1, at: VTOFFSET.unit.p) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1050:95: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1048 | }
1049 |
1050 | public var unit: org_apache_arrow_flatbuf_TimeUnit { let o = _accessor.offset(VTOFFSET.unit.v); return o == 0 ? .second : org_apache_arrow_flatbuf_TimeUnit(rawValue: _accessor.readBuffer(of: Int16.self, at: o)) ?? .second }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1051 | /// The timezone is an optional string indicating the name of a timezone,
1052 | /// one of:
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1061:77: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1059 | /// Whether a timezone string is present indicates different semantics about
1060 | /// the data (see above).
1061 | public var timezone: String? { let o = _accessor.offset(VTOFFSET.timezone.v); return o == 0 ? nil : _accessor.string(at: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1062 | public var timezoneSegmentArray: [UInt8]? { return _accessor.getVector(at: VTOFFSET.timezone.v) }
1063 | public static func startTimestamp(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 2) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1062:96: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1060 | /// the data (see above).
1061 | public var timezone: String? { let o = _accessor.offset(VTOFFSET.timezone.v); return o == 0 ? nil : _accessor.string(at: o) }
1062 | public var timezoneSegmentArray: [UInt8]? { return _accessor.getVector(at: VTOFFSET.timezone.v) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1063 | public static func startTimestamp(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 2) }
1064 | public static func add(unit: org_apache_arrow_flatbuf_TimeUnit, _ fbb: inout FlatBufferBuilder) { fbb.add(element: unit.rawValue, def: 0, at: VTOFFSET.unit.p) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1103:99: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1101 | }
1102 |
1103 | public var unit: org_apache_arrow_flatbuf_IntervalUnit { let o = _accessor.offset(VTOFFSET.unit.v); return o == 0 ? .yearMonth : org_apache_arrow_flatbuf_IntervalUnit(rawValue: _accessor.readBuffer(of: Int16.self, at: o)) ?? .yearMonth }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1104 | public static func startInterval(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 1) }
1105 | public static func add(unit: org_apache_arrow_flatbuf_IntervalUnit, _ fbb: inout FlatBufferBuilder) { fbb.add(element: unit.rawValue, def: 0, at: VTOFFSET.unit.p) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1140:95: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1138 | }
1139 |
1140 | public var unit: org_apache_arrow_flatbuf_TimeUnit { let o = _accessor.offset(VTOFFSET.unit.v); return o == 0 ? .millisecond : org_apache_arrow_flatbuf_TimeUnit(rawValue: _accessor.readBuffer(of: Int16.self, at: o)) ?? .millisecond }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1141 | public static func startDuration(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 1) }
1142 | public static func add(unit: org_apache_arrow_flatbuf_TimeUnit, _ fbb: inout FlatBufferBuilder) { fbb.add(element: unit.rawValue, def: 1, at: VTOFFSET.unit.p) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1181:67: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1179 | }
1180 |
1181 | public var key: String? { let o = _accessor.offset(VTOFFSET.key.v); return o == 0 ? nil : _accessor.string(at: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1182 | public var keySegmentArray: [UInt8]? { return _accessor.getVector(at: VTOFFSET.key.v) }
1183 | public var value: String? { let o = _accessor.offset(VTOFFSET.value.v); return o == 0 ? nil : _accessor.string(at: o) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1182:86: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1180 |
1181 | public var key: String? { let o = _accessor.offset(VTOFFSET.key.v); return o == 0 ? nil : _accessor.string(at: o) }
1182 | public var keySegmentArray: [UInt8]? { return _accessor.getVector(at: VTOFFSET.key.v) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1183 | public var value: String? { let o = _accessor.offset(VTOFFSET.value.v); return o == 0 ? nil : _accessor.string(at: o) }
1184 | public var valueSegmentArray: [UInt8]? { return _accessor.getVector(at: VTOFFSET.value.v) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1183:71: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1181 | public var key: String? { let o = _accessor.offset(VTOFFSET.key.v); return o == 0 ? nil : _accessor.string(at: o) }
1182 | public var keySegmentArray: [UInt8]? { return _accessor.getVector(at: VTOFFSET.key.v) }
1183 | public var value: String? { let o = _accessor.offset(VTOFFSET.value.v); return o == 0 ? nil : _accessor.string(at: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1184 | public var valueSegmentArray: [UInt8]? { return _accessor.getVector(at: VTOFFSET.value.v) }
1185 | public static func startKeyValue(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 2) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1184:90: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1182 | public var keySegmentArray: [UInt8]? { return _accessor.getVector(at: VTOFFSET.key.v) }
1183 | public var value: String? { let o = _accessor.offset(VTOFFSET.value.v); return o == 0 ? nil : _accessor.string(at: o) }
1184 | public var valueSegmentArray: [UInt8]? { return _accessor.getVector(at: VTOFFSET.value.v) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1185 | public static func startKeyValue(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 2) }
1186 | public static func add(key: Offset, _ fbb: inout FlatBufferBuilder) { fbb.add(offset: key, at: VTOFFSET.key.p) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1231:63: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1229 | /// the file or streaming formats, the dictionary ids are found in the
1230 | /// DictionaryBatch messages
1231 | public var id: Int64 { let o = _accessor.offset(VTOFFSET.id.v); return o == 0 ? 0 : _accessor.readBuffer(of: Int64.self, at: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1232 | /// The dictionary indices are constrained to be non-negative integers. If
1233 | /// this field is null, the indices must be signed int32. To maximize
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1237:101: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1235 | /// recommended to prefer signed integer types over unsigned integer types
1236 | /// and to avoid uint64 indices unless they are required by an application.
1237 | public var indexType: org_apache_arrow_flatbuf_Int? { let o = _accessor.offset(VTOFFSET.indexType.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Int(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1238 | /// By default, dictionaries are not ordered, or the order does not have
1239 | /// semantic meaning. In some statistical, applications, dictionary-encoding
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1237:194: error: cannot convert value of type 'String' to expected argument type 'Int32'
1235 | /// recommended to prefer signed integer types over unsigned integer types
1236 | /// and to avoid uint64 indices unless they are required by an application.
1237 | public var indexType: org_apache_arrow_flatbuf_Int? { let o = _accessor.offset(VTOFFSET.indexType.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Int(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: cannot convert value of type 'String' to expected argument type 'Int32'
1238 | /// By default, dictionaries are not ordered, or the order does not have
1239 | /// semantic meaning. In some statistical, applications, dictionary-encoding
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1237:206: error: value of type 'Table' has no member 'postion'
1235 | /// recommended to prefer signed integer types over unsigned integer types
1236 | /// and to avoid uint64 indices unless they are required by an application.
1237 | public var indexType: org_apache_arrow_flatbuf_Int? { let o = _accessor.offset(VTOFFSET.indexType.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Int(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: value of type 'Table' has no member 'postion'
1238 | /// By default, dictionaries are not ordered, or the order does not have
1239 | /// semantic meaning. In some statistical, applications, dictionary-encoding
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1242:76: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1240 | /// is used to represent ordered categorical data, and we provide a way to
1241 | /// preserve that metadata here
1242 | public var isOrdered: Bool { let o = _accessor.offset(VTOFFSET.isOrdered.v); return o == 0 ? false : 0 != _accessor.readBuffer(of: Byte.self, at: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1243 | public var dictionaryKind: org_apache_arrow_flatbuf_DictionaryKind { let o = _accessor.offset(VTOFFSET.dictionaryKind.v); return o == 0 ? .densearray : org_apache_arrow_flatbuf_DictionaryKind(rawValue: _accessor.readBuffer(of: Int16.self, at: o)) ?? .densearray }
1244 | public static func startDictionaryEncoding(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 4) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1243:121: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1241 | /// preserve that metadata here
1242 | public var isOrdered: Bool { let o = _accessor.offset(VTOFFSET.isOrdered.v); return o == 0 ? false : 0 != _accessor.readBuffer(of: Byte.self, at: o) }
1243 | public var dictionaryKind: org_apache_arrow_flatbuf_DictionaryKind { let o = _accessor.offset(VTOFFSET.dictionaryKind.v); return o == 0 ? .densearray : org_apache_arrow_flatbuf_DictionaryKind(rawValue: _accessor.readBuffer(of: Int16.self, at: o)) ?? .densearray }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1244 | public static func startDictionaryEncoding(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 4) }
1245 | public static func add(id: Int64, _ fbb: inout FlatBufferBuilder) { fbb.add(element: id, def: 0, at: VTOFFSET.id.p) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1303:69: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1301 |
1302 | /// Name is not required, in i.e. a List
1303 | public var name: String? { let o = _accessor.offset(VTOFFSET.name.v); return o == 0 ? nil : _accessor.string(at: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1304 | public var nameSegmentArray: [UInt8]? { return _accessor.getVector(at: VTOFFSET.name.v) }
1305 | /// Whether or not this field can contain nulls. Should be true in general.
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1304:88: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1302 | /// Name is not required, in i.e. a List
1303 | public var name: String? { let o = _accessor.offset(VTOFFSET.name.v); return o == 0 ? nil : _accessor.string(at: o) }
1304 | public var nameSegmentArray: [UInt8]? { return _accessor.getVector(at: VTOFFSET.name.v) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1305 | /// Whether or not this field can contain nulls. Should be true in general.
1306 | public var nullable: Bool { let o = _accessor.offset(VTOFFSET.nullable.v); return o == 0 ? false : 0 != _accessor.readBuffer(of: Byte.self, at: o) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1306:74: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1304 | public var nameSegmentArray: [UInt8]? { return _accessor.getVector(at: VTOFFSET.name.v) }
1305 | /// Whether or not this field can contain nulls. Should be true in general.
1306 | public var nullable: Bool { let o = _accessor.offset(VTOFFSET.nullable.v); return o == 0 ? false : 0 != _accessor.readBuffer(of: Byte.self, at: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1307 | public var typeType: org_apache_arrow_flatbuf_Type_ { let o = _accessor.offset(VTOFFSET.typeType.v); return o == 0 ? .none_ : org_apache_arrow_flatbuf_Type_(rawValue: _accessor.readBuffer(of: UInt8.self, at: o)) ?? .none_ }
1308 | /// This is the type of the decoded value if the field is dictionary encoded.
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1307:100: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1305 | /// Whether or not this field can contain nulls. Should be true in general.
1306 | public var nullable: Bool { let o = _accessor.offset(VTOFFSET.nullable.v); return o == 0 ? false : 0 != _accessor.readBuffer(of: Byte.self, at: o) }
1307 | public var typeType: org_apache_arrow_flatbuf_Type_ { let o = _accessor.offset(VTOFFSET.typeType.v); return o == 0 ? .none_ : org_apache_arrow_flatbuf_Type_(rawValue: _accessor.readBuffer(of: UInt8.self, at: o)) ?? .none_ }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1308 | /// This is the type of the decoded value if the field is dictionary encoded.
1309 | public func type<T: FlatbuffersInitializable>(type: T.Type) -> T? { let o = _accessor.offset(VTOFFSET.type.v); return o == 0 ? nil : _accessor.union(o) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1309:110: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1307 | public var typeType: org_apache_arrow_flatbuf_Type_ { let o = _accessor.offset(VTOFFSET.typeType.v); return o == 0 ? .none_ : org_apache_arrow_flatbuf_Type_(rawValue: _accessor.readBuffer(of: UInt8.self, at: o)) ?? .none_ }
1308 | /// This is the type of the decoded value if the field is dictionary encoded.
1309 | public func type<T: FlatbuffersInitializable>(type: T.Type) -> T? { let o = _accessor.offset(VTOFFSET.type.v); return o == 0 ? nil : _accessor.union(o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1310 | /// Present only if the field is dictionary encoded.
1311 | public var dictionary: org_apache_arrow_flatbuf_DictionaryEncoding? { let o = _accessor.offset(VTOFFSET.dictionary.v); return o == 0 ? nil : org_apache_arrow_flatbuf_DictionaryEncoding(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1311:118: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1309 | public func type<T: FlatbuffersInitializable>(type: T.Type) -> T? { let o = _accessor.offset(VTOFFSET.type.v); return o == 0 ? nil : _accessor.union(o) }
1310 | /// Present only if the field is dictionary encoded.
1311 | public var dictionary: org_apache_arrow_flatbuf_DictionaryEncoding? { let o = _accessor.offset(VTOFFSET.dictionary.v); return o == 0 ? nil : org_apache_arrow_flatbuf_DictionaryEncoding(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1312 | /// children apply only to nested data types like Struct, List and Union. For
1313 | /// primitive types children will have length 0.
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1311:226: error: cannot convert value of type 'String' to expected argument type 'Int32'
1309 | public func type<T: FlatbuffersInitializable>(type: T.Type) -> T? { let o = _accessor.offset(VTOFFSET.type.v); return o == 0 ? nil : _accessor.union(o) }
1310 | /// Present only if the field is dictionary encoded.
1311 | public var dictionary: org_apache_arrow_flatbuf_DictionaryEncoding? { let o = _accessor.offset(VTOFFSET.dictionary.v); return o == 0 ? nil : org_apache_arrow_flatbuf_DictionaryEncoding(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: cannot convert value of type 'String' to expected argument type 'Int32'
1312 | /// children apply only to nested data types like Struct, List and Union. For
1313 | /// primitive types children will have length 0.
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1311:238: error: value of type 'Table' has no member 'postion'
1309 | public func type<T: FlatbuffersInitializable>(type: T.Type) -> T? { let o = _accessor.offset(VTOFFSET.type.v); return o == 0 ? nil : _accessor.union(o) }
1310 | /// Present only if the field is dictionary encoded.
1311 | public var dictionary: org_apache_arrow_flatbuf_DictionaryEncoding? { let o = _accessor.offset(VTOFFSET.dictionary.v); return o == 0 ? nil : org_apache_arrow_flatbuf_DictionaryEncoding(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: value of type 'Table' has no member 'postion'
1312 | /// children apply only to nested data types like Struct, List and Union. For
1313 | /// primitive types children will have length 0.
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1314:77: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1312 | /// children apply only to nested data types like Struct, List and Union. For
1313 | /// primitive types children will have length 0.
1314 | public var hasChildren: Bool { let o = _accessor.offset(VTOFFSET.children.v); return o == 0 ? false : true }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1315 | public var childrenCount: Int32 { let o = _accessor.offset(VTOFFSET.children.v); return o == 0 ? 0 : _accessor.vector(count: o) }
1316 | public func children(at index: Int32) -> org_apache_arrow_flatbuf_Field? { let o = _accessor.offset(VTOFFSET.children.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Field(_accessor.bb, o: _accessor.indirect(_accessor.vector(at: o) + index * 4)) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1315:80: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1313 | /// primitive types children will have length 0.
1314 | public var hasChildren: Bool { let o = _accessor.offset(VTOFFSET.children.v); return o == 0 ? false : true }
1315 | public var childrenCount: Int32 { let o = _accessor.offset(VTOFFSET.children.v); return o == 0 ? 0 : _accessor.vector(count: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1316 | public func children(at index: Int32) -> org_apache_arrow_flatbuf_Field? { let o = _accessor.offset(VTOFFSET.children.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Field(_accessor.bb, o: _accessor.indirect(_accessor.vector(at: o) + index * 4)) }
1317 | /// User-defined metadata
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1316:121: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1314 | public var hasChildren: Bool { let o = _accessor.offset(VTOFFSET.children.v); return o == 0 ? false : true }
1315 | public var childrenCount: Int32 { let o = _accessor.offset(VTOFFSET.children.v); return o == 0 ? 0 : _accessor.vector(count: o) }
1316 | public func children(at index: Int32) -> org_apache_arrow_flatbuf_Field? { let o = _accessor.offset(VTOFFSET.children.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Field(_accessor.bb, o: _accessor.indirect(_accessor.vector(at: o) + index * 4)) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1317 | /// User-defined metadata
1318 | public var hasCustomMetadata: Bool { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? false : true }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1318:89: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1316 | public func children(at index: Int32) -> org_apache_arrow_flatbuf_Field? { let o = _accessor.offset(VTOFFSET.children.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Field(_accessor.bb, o: _accessor.indirect(_accessor.vector(at: o) + index * 4)) }
1317 | /// User-defined metadata
1318 | public var hasCustomMetadata: Bool { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? false : true }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1319 | public var customMetadataCount: Int32 { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? 0 : _accessor.vector(count: o) }
1320 | public func customMetadata(at index: Int32) -> org_apache_arrow_flatbuf_KeyValue? { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? nil : org_apache_arrow_flatbuf_KeyValue(_accessor.bb, o: _accessor.indirect(_accessor.vector(at: o) + index * 4)) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1319:92: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1317 | /// User-defined metadata
1318 | public var hasCustomMetadata: Bool { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? false : true }
1319 | public var customMetadataCount: Int32 { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? 0 : _accessor.vector(count: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1320 | public func customMetadata(at index: Int32) -> org_apache_arrow_flatbuf_KeyValue? { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? nil : org_apache_arrow_flatbuf_KeyValue(_accessor.bb, o: _accessor.indirect(_accessor.vector(at: o) + index * 4)) }
1321 | public static func startField(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 7) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1320:136: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1318 | public var hasCustomMetadata: Bool { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? false : true }
1319 | public var customMetadataCount: Int32 { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? 0 : _accessor.vector(count: o) }
1320 | public func customMetadata(at index: Int32) -> org_apache_arrow_flatbuf_KeyValue? { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? nil : org_apache_arrow_flatbuf_KeyValue(_accessor.bb, o: _accessor.indirect(_accessor.vector(at: o) + index * 4)) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1321 | public static func startField(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 7) }
1322 | public static func add(name: Offset, _ fbb: inout FlatBufferBuilder) { fbb.add(offset: name, at: VTOFFSET.name.p) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1438:109: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1436 | /// it is Little Endian by default
1437 | /// if endianness doesn't match the underlying system then the vectors need to be converted
1438 | public var endianness: org_apache_arrow_flatbuf_Endianness { let o = _accessor.offset(VTOFFSET.endianness.v); return o == 0 ? .little : org_apache_arrow_flatbuf_Endianness(rawValue: _accessor.readBuffer(of: Int16.self, at: o)) ?? .little }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1439 | public var hasFields: Bool { let o = _accessor.offset(VTOFFSET.fields.v); return o == 0 ? false : true }
1440 | public var fieldsCount: Int32 { let o = _accessor.offset(VTOFFSET.fields.v); return o == 0 ? 0 : _accessor.vector(count: o) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1439:73: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1437 | /// if endianness doesn't match the underlying system then the vectors need to be converted
1438 | public var endianness: org_apache_arrow_flatbuf_Endianness { let o = _accessor.offset(VTOFFSET.endianness.v); return o == 0 ? .little : org_apache_arrow_flatbuf_Endianness(rawValue: _accessor.readBuffer(of: Int16.self, at: o)) ?? .little }
1439 | public var hasFields: Bool { let o = _accessor.offset(VTOFFSET.fields.v); return o == 0 ? false : true }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1440 | public var fieldsCount: Int32 { let o = _accessor.offset(VTOFFSET.fields.v); return o == 0 ? 0 : _accessor.vector(count: o) }
1441 | public func fields(at index: Int32) -> org_apache_arrow_flatbuf_Field? { let o = _accessor.offset(VTOFFSET.fields.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Field(_accessor.bb, o: _accessor.indirect(_accessor.vector(at: o) + index * 4)) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1440:76: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1438 | public var endianness: org_apache_arrow_flatbuf_Endianness { let o = _accessor.offset(VTOFFSET.endianness.v); return o == 0 ? .little : org_apache_arrow_flatbuf_Endianness(rawValue: _accessor.readBuffer(of: Int16.self, at: o)) ?? .little }
1439 | public var hasFields: Bool { let o = _accessor.offset(VTOFFSET.fields.v); return o == 0 ? false : true }
1440 | public var fieldsCount: Int32 { let o = _accessor.offset(VTOFFSET.fields.v); return o == 0 ? 0 : _accessor.vector(count: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1441 | public func fields(at index: Int32) -> org_apache_arrow_flatbuf_Field? { let o = _accessor.offset(VTOFFSET.fields.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Field(_accessor.bb, o: _accessor.indirect(_accessor.vector(at: o) + index * 4)) }
1442 | public var hasCustomMetadata: Bool { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? false : true }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1441:117: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1439 | public var hasFields: Bool { let o = _accessor.offset(VTOFFSET.fields.v); return o == 0 ? false : true }
1440 | public var fieldsCount: Int32 { let o = _accessor.offset(VTOFFSET.fields.v); return o == 0 ? 0 : _accessor.vector(count: o) }
1441 | public func fields(at index: Int32) -> org_apache_arrow_flatbuf_Field? { let o = _accessor.offset(VTOFFSET.fields.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Field(_accessor.bb, o: _accessor.indirect(_accessor.vector(at: o) + index * 4)) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1442 | public var hasCustomMetadata: Bool { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? false : true }
1443 | public var customMetadataCount: Int32 { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? 0 : _accessor.vector(count: o) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1442:89: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1440 | public var fieldsCount: Int32 { let o = _accessor.offset(VTOFFSET.fields.v); return o == 0 ? 0 : _accessor.vector(count: o) }
1441 | public func fields(at index: Int32) -> org_apache_arrow_flatbuf_Field? { let o = _accessor.offset(VTOFFSET.fields.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Field(_accessor.bb, o: _accessor.indirect(_accessor.vector(at: o) + index * 4)) }
1442 | public var hasCustomMetadata: Bool { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? false : true }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1443 | public var customMetadataCount: Int32 { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? 0 : _accessor.vector(count: o) }
1444 | public func customMetadata(at index: Int32) -> org_apache_arrow_flatbuf_KeyValue? { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? nil : org_apache_arrow_flatbuf_KeyValue(_accessor.bb, o: _accessor.indirect(_accessor.vector(at: o) + index * 4)) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1443:92: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1441 | public func fields(at index: Int32) -> org_apache_arrow_flatbuf_Field? { let o = _accessor.offset(VTOFFSET.fields.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Field(_accessor.bb, o: _accessor.indirect(_accessor.vector(at: o) + index * 4)) }
1442 | public var hasCustomMetadata: Bool { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? false : true }
1443 | public var customMetadataCount: Int32 { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? 0 : _accessor.vector(count: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1444 | public func customMetadata(at index: Int32) -> org_apache_arrow_flatbuf_KeyValue? { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? nil : org_apache_arrow_flatbuf_KeyValue(_accessor.bb, o: _accessor.indirect(_accessor.vector(at: o) + index * 4)) }
1445 | /// Features used in the stream/file.
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1444:136: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1442 | public var hasCustomMetadata: Bool { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? false : true }
1443 | public var customMetadataCount: Int32 { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? 0 : _accessor.vector(count: o) }
1444 | public func customMetadata(at index: Int32) -> org_apache_arrow_flatbuf_KeyValue? { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? nil : org_apache_arrow_flatbuf_KeyValue(_accessor.bb, o: _accessor.indirect(_accessor.vector(at: o) + index * 4)) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1445 | /// Features used in the stream/file.
1446 | public var hasFeatures: Bool { let o = _accessor.offset(VTOFFSET.features.v); return o == 0 ? false : true }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1446:77: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1444 | public func customMetadata(at index: Int32) -> org_apache_arrow_flatbuf_KeyValue? { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? nil : org_apache_arrow_flatbuf_KeyValue(_accessor.bb, o: _accessor.indirect(_accessor.vector(at: o) + index * 4)) }
1445 | /// Features used in the stream/file.
1446 | public var hasFeatures: Bool { let o = _accessor.offset(VTOFFSET.features.v); return o == 0 ? false : true }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1447 | public var featuresCount: Int32 { let o = _accessor.offset(VTOFFSET.features.v); return o == 0 ? 0 : _accessor.vector(count: o) }
1448 | public func features(at index: Int32) -> org_apache_arrow_flatbuf_Feature? { let o = _accessor.offset(VTOFFSET.features.v); return o == 0 ? org_apache_arrow_flatbuf_Feature.unused : org_apache_arrow_flatbuf_Feature(rawValue: _accessor.directRead(of: Int64.self, offset: _accessor.vector(at: o) + index * 8)) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1447:80: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1445 | /// Features used in the stream/file.
1446 | public var hasFeatures: Bool { let o = _accessor.offset(VTOFFSET.features.v); return o == 0 ? false : true }
1447 | public var featuresCount: Int32 { let o = _accessor.offset(VTOFFSET.features.v); return o == 0 ? 0 : _accessor.vector(count: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1448 | public func features(at index: Int32) -> org_apache_arrow_flatbuf_Feature? { let o = _accessor.offset(VTOFFSET.features.v); return o == 0 ? org_apache_arrow_flatbuf_Feature.unused : org_apache_arrow_flatbuf_Feature(rawValue: _accessor.directRead(of: Int64.self, offset: _accessor.vector(at: o) + index * 8)) }
1449 | public static func startSchema(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 4) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1448:123: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1446 | public var hasFeatures: Bool { let o = _accessor.offset(VTOFFSET.features.v); return o == 0 ? false : true }
1447 | public var featuresCount: Int32 { let o = _accessor.offset(VTOFFSET.features.v); return o == 0 ? 0 : _accessor.vector(count: o) }
1448 | public func features(at index: Int32) -> org_apache_arrow_flatbuf_Feature? { let o = _accessor.offset(VTOFFSET.features.v); return o == 0 ? org_apache_arrow_flatbuf_Feature.unused : org_apache_arrow_flatbuf_Feature(rawValue: _accessor.directRead(of: Int64.self, offset: _accessor.vector(at: o) + index * 8)) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1449 | public static func startSchema(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 4) }
1450 | public static func add(endianness: org_apache_arrow_flatbuf_Endianness, _ fbb: inout FlatBufferBuilder) { fbb.add(element: endianness.rawValue, def: 0, at: VTOFFSET.endianness.p) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1448:238: error: value of type 'Table' has no member 'directRead'
1446 | public var hasFeatures: Bool { let o = _accessor.offset(VTOFFSET.features.v); return o == 0 ? false : true }
1447 | public var featuresCount: Int32 { let o = _accessor.offset(VTOFFSET.features.v); return o == 0 ? 0 : _accessor.vector(count: o) }
1448 | public func features(at index: Int32) -> org_apache_arrow_flatbuf_Feature? { let o = _accessor.offset(VTOFFSET.features.v); return o == 0 ? org_apache_arrow_flatbuf_Feature.unused : org_apache_arrow_flatbuf_Feature(rawValue: _accessor.directRead(of: Int64.self, offset: _accessor.vector(at: o) + index * 8)) }
| `- error: value of type 'Table' has no member 'directRead'
1449 | public static func startSchema(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 4) }
1450 | public static func add(endianness: org_apache_arrow_flatbuf_Endianness, _ fbb: inout FlatBufferBuilder) { fbb.add(element: endianness.rawValue, def: 0, at: VTOFFSET.endianness.p) }
[237/238] Compiling Arrow MemoryAllocator.swift
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:24:13: warning: cannot use conformance of 'Int8' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
22 | import FlatBuffers
23 |
24 | public enum org_apache_arrow_flatbuf_CompressionType: Int8, Enum, Verifiable {
| |- warning: cannot use conformance of 'Int8' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
| |- note: The missing import of module 'Common' will be added implicitly
| `- note: in associated type 'Self.T' (inferred as 'Int8')
25 | public typealias T = Int8
26 | public static var byteSize: Int { return MemoryLayout<Int8>.size }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:39:13: warning: cannot use conformance of 'Int8' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
37 | /// strategies for compressing the IPC message body (like whole-body
38 | /// compression rather than buffer-level) in the future
39 | public enum org_apache_arrow_flatbuf_BodyCompressionMethod: Int8, Enum, Verifiable {
| |- warning: cannot use conformance of 'Int8' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
| |- note: The missing import of module 'Common' will be added implicitly
| `- note: in associated type 'Self.T' (inferred as 'Int8')
40 | public typealias T = Int8
41 | public static var byteSize: Int { return MemoryLayout<Int8>.size }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:65:13: warning: cannot use conformance of 'UInt8' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
63 | /// which may include experimental metadata types. For maximum compatibility,
64 | /// it is best to send data using RecordBatch
65 | public enum org_apache_arrow_flatbuf_MessageHeader: UInt8, UnionEnum {
| |- warning: cannot use conformance of 'UInt8' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
| |- note: The missing import of module 'Common' will be added implicitly
| `- note: in associated type 'Self.T' (inferred as 'UInt8')
66 | public typealias T = UInt8
67 |
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:145:59: error: cannot find type 'FlatBufferObject' in scope
143 | /// would have {length: 5, null_count: 2} for its List node, and {length: 6,
144 | /// null_count: 0} for its Int16 node, as separate FieldNode structs
145 | public struct org_apache_arrow_flatbuf_FieldNode_Mutable: FlatBufferObject {
| `- error: cannot find type 'FlatBufferObject' in scope
146 |
147 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:160:57: error: cannot find type 'FlatBufferObject' in scope
158 | /// bodies. Intended for use with RecordBatch but could be used for other
159 | /// message types
160 | public struct org_apache_arrow_flatbuf_BodyCompression: FlatBufferObject, Verifiable {
| `- error: cannot find type 'FlatBufferObject' in scope
161 |
162 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:209:53: error: cannot find type 'FlatBufferObject' in scope
207 | /// batch. Some systems call this a "row batch" internally and others a "record
208 | /// batch".
209 | public struct org_apache_arrow_flatbuf_RecordBatch: FlatBufferObject, Verifiable {
| `- error: cannot find type 'FlatBufferObject' in scope
210 |
211 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:292:57: error: cannot find type 'FlatBufferObject' in scope
290 | /// may be spread across multiple dictionary batches by using the isDelta
291 | /// flag
292 | public struct org_apache_arrow_flatbuf_DictionaryBatch: FlatBufferObject, Verifiable {
| `- error: cannot find type 'FlatBufferObject' in scope
293 |
294 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:345:49: error: cannot find type 'FlatBufferObject' in scope
343 | }
344 |
345 | public struct org_apache_arrow_flatbuf_Message: FlatBufferObject, Verifiable {
| `- error: cannot find type 'FlatBufferObject' in scope
346 |
347 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:180:104: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
178 | /// Compressor library.
179 | /// For LZ4_FRAME, each compressed buffer must consist of a single frame.
180 | public var codec: org_apache_arrow_flatbuf_CompressionType { let o = _accessor.offset(VTOFFSET.codec.v); return o == 0 ? .lz4Frame : org_apache_arrow_flatbuf_CompressionType(rawValue: _accessor.readBuffer(of: Int8.self, at: o)) ?? .lz4Frame }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
181 | /// Indicates the way the record batch body was compressed
182 | public var method: org_apache_arrow_flatbuf_BodyCompressionMethod { let o = _accessor.offset(VTOFFSET.method.v); return o == 0 ? .buffer : org_apache_arrow_flatbuf_BodyCompressionMethod(rawValue: _accessor.readBuffer(of: Int8.self, at: o)) ?? .buffer }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:182:112: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
180 | public var codec: org_apache_arrow_flatbuf_CompressionType { let o = _accessor.offset(VTOFFSET.codec.v); return o == 0 ? .lz4Frame : org_apache_arrow_flatbuf_CompressionType(rawValue: _accessor.readBuffer(of: Int8.self, at: o)) ?? .lz4Frame }
181 | /// Indicates the way the record batch body was compressed
182 | public var method: org_apache_arrow_flatbuf_BodyCompressionMethod { let o = _accessor.offset(VTOFFSET.method.v); return o == 0 ? .buffer : org_apache_arrow_flatbuf_BodyCompressionMethod(rawValue: _accessor.readBuffer(of: Int8.self, at: o)) ?? .buffer }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
183 | public static func startBodyCompression(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 2) }
184 | public static func add(codec: org_apache_arrow_flatbuf_CompressionType, _ fbb: inout FlatBufferBuilder) { fbb.add(element: codec.rawValue, def: 0, at: VTOFFSET.codec.p) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:231:71: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
229 | /// number of records / rows. The arrays in the batch should all have this
230 | /// length
231 | public var length: Int64 { let o = _accessor.offset(VTOFFSET.length.v); return o == 0 ? 0 : _accessor.readBuffer(of: Int64.self, at: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
232 | /// Nodes correspond to the pre-ordered flattened logical schema
233 | public var hasNodes: Bool { let o = _accessor.offset(VTOFFSET.nodes.v); return o == 0 ? false : true }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:233:71: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
231 | public var length: Int64 { let o = _accessor.offset(VTOFFSET.length.v); return o == 0 ? 0 : _accessor.readBuffer(of: Int64.self, at: o) }
232 | /// Nodes correspond to the pre-ordered flattened logical schema
233 | public var hasNodes: Bool { let o = _accessor.offset(VTOFFSET.nodes.v); return o == 0 ? false : true }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
234 | public var nodesCount: Int32 { let o = _accessor.offset(VTOFFSET.nodes.v); return o == 0 ? 0 : _accessor.vector(count: o) }
235 | public func nodes(at index: Int32) -> org_apache_arrow_flatbuf_FieldNode? { let o = _accessor.offset(VTOFFSET.nodes.v); return o == 0 ? nil : _accessor.directRead(of: org_apache_arrow_flatbuf_FieldNode.self, offset: _accessor.vector(at: o) + index * 16) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:234:74: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
232 | /// Nodes correspond to the pre-ordered flattened logical schema
233 | public var hasNodes: Bool { let o = _accessor.offset(VTOFFSET.nodes.v); return o == 0 ? false : true }
234 | public var nodesCount: Int32 { let o = _accessor.offset(VTOFFSET.nodes.v); return o == 0 ? 0 : _accessor.vector(count: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
235 | public func nodes(at index: Int32) -> org_apache_arrow_flatbuf_FieldNode? { let o = _accessor.offset(VTOFFSET.nodes.v); return o == 0 ? nil : _accessor.directRead(of: org_apache_arrow_flatbuf_FieldNode.self, offset: _accessor.vector(at: o) + index * 16) }
236 | public func mutableNodes(at index: Int32) -> org_apache_arrow_flatbuf_FieldNode_Mutable? { let o = _accessor.offset(VTOFFSET.nodes.v); return o == 0 ? nil : org_apache_arrow_flatbuf_FieldNode_Mutable(_accessor.bb, o: _accessor.vector(at: o) + index * 16) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:235:119: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
233 | public var hasNodes: Bool { let o = _accessor.offset(VTOFFSET.nodes.v); return o == 0 ? false : true }
234 | public var nodesCount: Int32 { let o = _accessor.offset(VTOFFSET.nodes.v); return o == 0 ? 0 : _accessor.vector(count: o) }
235 | public func nodes(at index: Int32) -> org_apache_arrow_flatbuf_FieldNode? { let o = _accessor.offset(VTOFFSET.nodes.v); return o == 0 ? nil : _accessor.directRead(of: org_apache_arrow_flatbuf_FieldNode.self, offset: _accessor.vector(at: o) + index * 16) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
236 | public func mutableNodes(at index: Int32) -> org_apache_arrow_flatbuf_FieldNode_Mutable? { let o = _accessor.offset(VTOFFSET.nodes.v); return o == 0 ? nil : org_apache_arrow_flatbuf_FieldNode_Mutable(_accessor.bb, o: _accessor.vector(at: o) + index * 16) }
237 | /// Buffers correspond to the pre-ordered flattened buffer tree
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:235:155: error: value of type 'Table' has no member 'directRead'
233 | public var hasNodes: Bool { let o = _accessor.offset(VTOFFSET.nodes.v); return o == 0 ? false : true }
234 | public var nodesCount: Int32 { let o = _accessor.offset(VTOFFSET.nodes.v); return o == 0 ? 0 : _accessor.vector(count: o) }
235 | public func nodes(at index: Int32) -> org_apache_arrow_flatbuf_FieldNode? { let o = _accessor.offset(VTOFFSET.nodes.v); return o == 0 ? nil : _accessor.directRead(of: org_apache_arrow_flatbuf_FieldNode.self, offset: _accessor.vector(at: o) + index * 16) }
| `- error: value of type 'Table' has no member 'directRead'
236 | public func mutableNodes(at index: Int32) -> org_apache_arrow_flatbuf_FieldNode_Mutable? { let o = _accessor.offset(VTOFFSET.nodes.v); return o == 0 ? nil : org_apache_arrow_flatbuf_FieldNode_Mutable(_accessor.bb, o: _accessor.vector(at: o) + index * 16) }
237 | /// Buffers correspond to the pre-ordered flattened buffer tree
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:236:134: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
234 | public var nodesCount: Int32 { let o = _accessor.offset(VTOFFSET.nodes.v); return o == 0 ? 0 : _accessor.vector(count: o) }
235 | public func nodes(at index: Int32) -> org_apache_arrow_flatbuf_FieldNode? { let o = _accessor.offset(VTOFFSET.nodes.v); return o == 0 ? nil : _accessor.directRead(of: org_apache_arrow_flatbuf_FieldNode.self, offset: _accessor.vector(at: o) + index * 16) }
236 | public func mutableNodes(at index: Int32) -> org_apache_arrow_flatbuf_FieldNode_Mutable? { let o = _accessor.offset(VTOFFSET.nodes.v); return o == 0 ? nil : org_apache_arrow_flatbuf_FieldNode_Mutable(_accessor.bb, o: _accessor.vector(at: o) + index * 16) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
237 | /// Buffers correspond to the pre-ordered flattened buffer tree
238 | ///
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:243:75: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
241 | /// bitmap and 1 for the values. For struct arrays, there will only be a
242 | /// single buffer for the validity (nulls) bitmap
243 | public var hasBuffers: Bool { let o = _accessor.offset(VTOFFSET.buffers.v); return o == 0 ? false : true }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
244 | public var buffersCount: Int32 { let o = _accessor.offset(VTOFFSET.buffers.v); return o == 0 ? 0 : _accessor.vector(count: o) }
245 | public func buffers(at index: Int32) -> org_apache_arrow_flatbuf_Buffer? { let o = _accessor.offset(VTOFFSET.buffers.v); return o == 0 ? nil : _accessor.directRead(of: org_apache_arrow_flatbuf_Buffer.self, offset: _accessor.vector(at: o) + index * 16) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:244:78: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
242 | /// single buffer for the validity (nulls) bitmap
243 | public var hasBuffers: Bool { let o = _accessor.offset(VTOFFSET.buffers.v); return o == 0 ? false : true }
244 | public var buffersCount: Int32 { let o = _accessor.offset(VTOFFSET.buffers.v); return o == 0 ? 0 : _accessor.vector(count: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
245 | public func buffers(at index: Int32) -> org_apache_arrow_flatbuf_Buffer? { let o = _accessor.offset(VTOFFSET.buffers.v); return o == 0 ? nil : _accessor.directRead(of: org_apache_arrow_flatbuf_Buffer.self, offset: _accessor.vector(at: o) + index * 16) }
246 | public func mutableBuffers(at index: Int32) -> org_apache_arrow_flatbuf_Buffer_Mutable? { let o = _accessor.offset(VTOFFSET.buffers.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: _accessor.vector(at: o) + index * 16) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:245:120: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
243 | public var hasBuffers: Bool { let o = _accessor.offset(VTOFFSET.buffers.v); return o == 0 ? false : true }
244 | public var buffersCount: Int32 { let o = _accessor.offset(VTOFFSET.buffers.v); return o == 0 ? 0 : _accessor.vector(count: o) }
245 | public func buffers(at index: Int32) -> org_apache_arrow_flatbuf_Buffer? { let o = _accessor.offset(VTOFFSET.buffers.v); return o == 0 ? nil : _accessor.directRead(of: org_apache_arrow_flatbuf_Buffer.self, offset: _accessor.vector(at: o) + index * 16) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
246 | public func mutableBuffers(at index: Int32) -> org_apache_arrow_flatbuf_Buffer_Mutable? { let o = _accessor.offset(VTOFFSET.buffers.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: _accessor.vector(at: o) + index * 16) }
247 | /// Optional compression of the message body
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:245:156: error: value of type 'Table' has no member 'directRead'
243 | public var hasBuffers: Bool { let o = _accessor.offset(VTOFFSET.buffers.v); return o == 0 ? false : true }
244 | public var buffersCount: Int32 { let o = _accessor.offset(VTOFFSET.buffers.v); return o == 0 ? 0 : _accessor.vector(count: o) }
245 | public func buffers(at index: Int32) -> org_apache_arrow_flatbuf_Buffer? { let o = _accessor.offset(VTOFFSET.buffers.v); return o == 0 ? nil : _accessor.directRead(of: org_apache_arrow_flatbuf_Buffer.self, offset: _accessor.vector(at: o) + index * 16) }
| `- error: value of type 'Table' has no member 'directRead'
246 | public func mutableBuffers(at index: Int32) -> org_apache_arrow_flatbuf_Buffer_Mutable? { let o = _accessor.offset(VTOFFSET.buffers.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: _accessor.vector(at: o) + index * 16) }
247 | /// Optional compression of the message body
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:246:135: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
244 | public var buffersCount: Int32 { let o = _accessor.offset(VTOFFSET.buffers.v); return o == 0 ? 0 : _accessor.vector(count: o) }
245 | public func buffers(at index: Int32) -> org_apache_arrow_flatbuf_Buffer? { let o = _accessor.offset(VTOFFSET.buffers.v); return o == 0 ? nil : _accessor.directRead(of: org_apache_arrow_flatbuf_Buffer.self, offset: _accessor.vector(at: o) + index * 16) }
246 | public func mutableBuffers(at index: Int32) -> org_apache_arrow_flatbuf_Buffer_Mutable? { let o = _accessor.offset(VTOFFSET.buffers.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: _accessor.vector(at: o) + index * 16) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
247 | /// Optional compression of the message body
248 | public var compression: org_apache_arrow_flatbuf_BodyCompression? { let o = _accessor.offset(VTOFFSET.compression.v); return o == 0 ? nil : org_apache_arrow_flatbuf_BodyCompression(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:248:117: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
246 | public func mutableBuffers(at index: Int32) -> org_apache_arrow_flatbuf_Buffer_Mutable? { let o = _accessor.offset(VTOFFSET.buffers.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: _accessor.vector(at: o) + index * 16) }
247 | /// Optional compression of the message body
248 | public var compression: org_apache_arrow_flatbuf_BodyCompression? { let o = _accessor.offset(VTOFFSET.compression.v); return o == 0 ? nil : org_apache_arrow_flatbuf_BodyCompression(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
249 | public static func startRecordBatch(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 4) }
250 | public static func add(length: Int64, _ fbb: inout FlatBufferBuilder) { fbb.add(element: length, def: 0, at: VTOFFSET.length.p) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:248:222: error: cannot convert value of type 'String' to expected argument type 'Int32'
246 | public func mutableBuffers(at index: Int32) -> org_apache_arrow_flatbuf_Buffer_Mutable? { let o = _accessor.offset(VTOFFSET.buffers.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: _accessor.vector(at: o) + index * 16) }
247 | /// Optional compression of the message body
248 | public var compression: org_apache_arrow_flatbuf_BodyCompression? { let o = _accessor.offset(VTOFFSET.compression.v); return o == 0 ? nil : org_apache_arrow_flatbuf_BodyCompression(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: cannot convert value of type 'String' to expected argument type 'Int32'
249 | public static func startRecordBatch(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 4) }
250 | public static func add(length: Int64, _ fbb: inout FlatBufferBuilder) { fbb.add(element: length, def: 0, at: VTOFFSET.length.p) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:248:234: error: value of type 'Table' has no member 'postion'
246 | public func mutableBuffers(at index: Int32) -> org_apache_arrow_flatbuf_Buffer_Mutable? { let o = _accessor.offset(VTOFFSET.buffers.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: _accessor.vector(at: o) + index * 16) }
247 | /// Optional compression of the message body
248 | public var compression: org_apache_arrow_flatbuf_BodyCompression? { let o = _accessor.offset(VTOFFSET.compression.v); return o == 0 ? nil : org_apache_arrow_flatbuf_BodyCompression(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: value of type 'Table' has no member 'postion'
249 | public static func startRecordBatch(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 4) }
250 | public static func add(length: Int64, _ fbb: inout FlatBufferBuilder) { fbb.add(element: length, def: 0, at: VTOFFSET.length.p) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:311:63: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
309 | }
310 |
311 | public var id: Int64 { let o = _accessor.offset(VTOFFSET.id.v); return o == 0 ? 0 : _accessor.readBuffer(of: Int64.self, at: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
312 | public var data: org_apache_arrow_flatbuf_RecordBatch? { let o = _accessor.offset(VTOFFSET.data.v); return o == 0 ? nil : org_apache_arrow_flatbuf_RecordBatch(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
313 | /// If isDelta is true the values in the dictionary are to be appended to a
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:312:99: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
310 |
311 | public var id: Int64 { let o = _accessor.offset(VTOFFSET.id.v); return o == 0 ? 0 : _accessor.readBuffer(of: Int64.self, at: o) }
312 | public var data: org_apache_arrow_flatbuf_RecordBatch? { let o = _accessor.offset(VTOFFSET.data.v); return o == 0 ? nil : org_apache_arrow_flatbuf_RecordBatch(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
313 | /// If isDelta is true the values in the dictionary are to be appended to a
314 | /// dictionary with the indicated id. If isDelta is false this dictionary
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:312:200: error: cannot convert value of type 'String' to expected argument type 'Int32'
310 |
311 | public var id: Int64 { let o = _accessor.offset(VTOFFSET.id.v); return o == 0 ? 0 : _accessor.readBuffer(of: Int64.self, at: o) }
312 | public var data: org_apache_arrow_flatbuf_RecordBatch? { let o = _accessor.offset(VTOFFSET.data.v); return o == 0 ? nil : org_apache_arrow_flatbuf_RecordBatch(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: cannot convert value of type 'String' to expected argument type 'Int32'
313 | /// If isDelta is true the values in the dictionary are to be appended to a
314 | /// dictionary with the indicated id. If isDelta is false this dictionary
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:312:212: error: value of type 'Table' has no member 'postion'
310 |
311 | public var id: Int64 { let o = _accessor.offset(VTOFFSET.id.v); return o == 0 ? 0 : _accessor.readBuffer(of: Int64.self, at: o) }
312 | public var data: org_apache_arrow_flatbuf_RecordBatch? { let o = _accessor.offset(VTOFFSET.data.v); return o == 0 ? nil : org_apache_arrow_flatbuf_RecordBatch(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: value of type 'Table' has no member 'postion'
313 | /// If isDelta is true the values in the dictionary are to be appended to a
314 | /// dictionary with the indicated id. If isDelta is false this dictionary
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:316:72: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
314 | /// dictionary with the indicated id. If isDelta is false this dictionary
315 | /// should replace the existing dictionary.
316 | public var isDelta: Bool { let o = _accessor.offset(VTOFFSET.isDelta.v); return o == 0 ? false : 0 != _accessor.readBuffer(of: Byte.self, at: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
317 | public static func startDictionaryBatch(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 3) }
318 | public static func add(id: Int64, _ fbb: inout FlatBufferBuilder) { fbb.add(element: id, def: 0, at: VTOFFSET.id.p) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:366:108: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
364 | }
365 |
366 | public var version: org_apache_arrow_flatbuf_MetadataVersion { let o = _accessor.offset(VTOFFSET.version.v); return o == 0 ? .v1 : org_apache_arrow_flatbuf_MetadataVersion(rawValue: _accessor.readBuffer(of: Int16.self, at: o)) ?? .v1 }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
367 | public var headerType: org_apache_arrow_flatbuf_MessageHeader { let o = _accessor.offset(VTOFFSET.headerType.v); return o == 0 ? .none_ : org_apache_arrow_flatbuf_MessageHeader(rawValue: _accessor.readBuffer(of: UInt8.self, at: o)) ?? .none_ }
368 | public func header<T: FlatbuffersInitializable>(type: T.Type) -> T? { let o = _accessor.offset(VTOFFSET.header.v); return o == 0 ? nil : _accessor.union(o) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:367:112: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
365 |
366 | public var version: org_apache_arrow_flatbuf_MetadataVersion { let o = _accessor.offset(VTOFFSET.version.v); return o == 0 ? .v1 : org_apache_arrow_flatbuf_MetadataVersion(rawValue: _accessor.readBuffer(of: Int16.self, at: o)) ?? .v1 }
367 | public var headerType: org_apache_arrow_flatbuf_MessageHeader { let o = _accessor.offset(VTOFFSET.headerType.v); return o == 0 ? .none_ : org_apache_arrow_flatbuf_MessageHeader(rawValue: _accessor.readBuffer(of: UInt8.self, at: o)) ?? .none_ }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
368 | public func header<T: FlatbuffersInitializable>(type: T.Type) -> T? { let o = _accessor.offset(VTOFFSET.header.v); return o == 0 ? nil : _accessor.union(o) }
369 | public var bodyLength: Int64 { let o = _accessor.offset(VTOFFSET.bodyLength.v); return o == 0 ? 0 : _accessor.readBuffer(of: Int64.self, at: o) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:368:114: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
366 | public var version: org_apache_arrow_flatbuf_MetadataVersion { let o = _accessor.offset(VTOFFSET.version.v); return o == 0 ? .v1 : org_apache_arrow_flatbuf_MetadataVersion(rawValue: _accessor.readBuffer(of: Int16.self, at: o)) ?? .v1 }
367 | public var headerType: org_apache_arrow_flatbuf_MessageHeader { let o = _accessor.offset(VTOFFSET.headerType.v); return o == 0 ? .none_ : org_apache_arrow_flatbuf_MessageHeader(rawValue: _accessor.readBuffer(of: UInt8.self, at: o)) ?? .none_ }
368 | public func header<T: FlatbuffersInitializable>(type: T.Type) -> T? { let o = _accessor.offset(VTOFFSET.header.v); return o == 0 ? nil : _accessor.union(o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
369 | public var bodyLength: Int64 { let o = _accessor.offset(VTOFFSET.bodyLength.v); return o == 0 ? 0 : _accessor.readBuffer(of: Int64.self, at: o) }
370 | public var hasCustomMetadata: Bool { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? false : true }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:369:79: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
367 | public var headerType: org_apache_arrow_flatbuf_MessageHeader { let o = _accessor.offset(VTOFFSET.headerType.v); return o == 0 ? .none_ : org_apache_arrow_flatbuf_MessageHeader(rawValue: _accessor.readBuffer(of: UInt8.self, at: o)) ?? .none_ }
368 | public func header<T: FlatbuffersInitializable>(type: T.Type) -> T? { let o = _accessor.offset(VTOFFSET.header.v); return o == 0 ? nil : _accessor.union(o) }
369 | public var bodyLength: Int64 { let o = _accessor.offset(VTOFFSET.bodyLength.v); return o == 0 ? 0 : _accessor.readBuffer(of: Int64.self, at: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
370 | public var hasCustomMetadata: Bool { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? false : true }
371 | public var customMetadataCount: Int32 { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? 0 : _accessor.vector(count: o) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:370:89: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
368 | public func header<T: FlatbuffersInitializable>(type: T.Type) -> T? { let o = _accessor.offset(VTOFFSET.header.v); return o == 0 ? nil : _accessor.union(o) }
369 | public var bodyLength: Int64 { let o = _accessor.offset(VTOFFSET.bodyLength.v); return o == 0 ? 0 : _accessor.readBuffer(of: Int64.self, at: o) }
370 | public var hasCustomMetadata: Bool { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? false : true }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
371 | public var customMetadataCount: Int32 { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? 0 : _accessor.vector(count: o) }
372 | public func customMetadata(at index: Int32) -> org_apache_arrow_flatbuf_KeyValue? { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? nil : org_apache_arrow_flatbuf_KeyValue(_accessor.bb, o: _accessor.indirect(_accessor.vector(at: o) + index * 4)) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:371:92: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
369 | public var bodyLength: Int64 { let o = _accessor.offset(VTOFFSET.bodyLength.v); return o == 0 ? 0 : _accessor.readBuffer(of: Int64.self, at: o) }
370 | public var hasCustomMetadata: Bool { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? false : true }
371 | public var customMetadataCount: Int32 { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? 0 : _accessor.vector(count: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
372 | public func customMetadata(at index: Int32) -> org_apache_arrow_flatbuf_KeyValue? { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? nil : org_apache_arrow_flatbuf_KeyValue(_accessor.bb, o: _accessor.indirect(_accessor.vector(at: o) + index * 4)) }
373 | public static func startMessage(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 5) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:372:136: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
370 | public var hasCustomMetadata: Bool { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? false : true }
371 | public var customMetadataCount: Int32 { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? 0 : _accessor.vector(count: o) }
372 | public func customMetadata(at index: Int32) -> org_apache_arrow_flatbuf_KeyValue? { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? nil : org_apache_arrow_flatbuf_KeyValue(_accessor.bb, o: _accessor.indirect(_accessor.vector(at: o) + index * 4)) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
373 | public static func startMessage(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 5) }
374 | public static func add(version: org_apache_arrow_flatbuf_MetadataVersion, _ fbb: inout FlatBufferBuilder) { fbb.add(element: version.rawValue, def: 0, at: VTOFFSET.version.p) }
[238/238] Compiling Arrow Message_generated.swift
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:24:13: warning: cannot use conformance of 'Int8' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
22 | import FlatBuffers
23 |
24 | public enum org_apache_arrow_flatbuf_CompressionType: Int8, Enum, Verifiable {
| |- warning: cannot use conformance of 'Int8' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
| |- note: The missing import of module 'Common' will be added implicitly
| `- note: in associated type 'Self.T' (inferred as 'Int8')
25 | public typealias T = Int8
26 | public static var byteSize: Int { return MemoryLayout<Int8>.size }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:39:13: warning: cannot use conformance of 'Int8' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
37 | /// strategies for compressing the IPC message body (like whole-body
38 | /// compression rather than buffer-level) in the future
39 | public enum org_apache_arrow_flatbuf_BodyCompressionMethod: Int8, Enum, Verifiable {
| |- warning: cannot use conformance of 'Int8' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
| |- note: The missing import of module 'Common' will be added implicitly
| `- note: in associated type 'Self.T' (inferred as 'Int8')
40 | public typealias T = Int8
41 | public static var byteSize: Int { return MemoryLayout<Int8>.size }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:65:13: warning: cannot use conformance of 'UInt8' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
63 | /// which may include experimental metadata types. For maximum compatibility,
64 | /// it is best to send data using RecordBatch
65 | public enum org_apache_arrow_flatbuf_MessageHeader: UInt8, UnionEnum {
| |- warning: cannot use conformance of 'UInt8' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
| |- note: The missing import of module 'Common' will be added implicitly
| `- note: in associated type 'Self.T' (inferred as 'UInt8')
66 | public typealias T = UInt8
67 |
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:145:59: error: cannot find type 'FlatBufferObject' in scope
143 | /// would have {length: 5, null_count: 2} for its List node, and {length: 6,
144 | /// null_count: 0} for its Int16 node, as separate FieldNode structs
145 | public struct org_apache_arrow_flatbuf_FieldNode_Mutable: FlatBufferObject {
| `- error: cannot find type 'FlatBufferObject' in scope
146 |
147 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:160:57: error: cannot find type 'FlatBufferObject' in scope
158 | /// bodies. Intended for use with RecordBatch but could be used for other
159 | /// message types
160 | public struct org_apache_arrow_flatbuf_BodyCompression: FlatBufferObject, Verifiable {
| `- error: cannot find type 'FlatBufferObject' in scope
161 |
162 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:209:53: error: cannot find type 'FlatBufferObject' in scope
207 | /// batch. Some systems call this a "row batch" internally and others a "record
208 | /// batch".
209 | public struct org_apache_arrow_flatbuf_RecordBatch: FlatBufferObject, Verifiable {
| `- error: cannot find type 'FlatBufferObject' in scope
210 |
211 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:292:57: error: cannot find type 'FlatBufferObject' in scope
290 | /// may be spread across multiple dictionary batches by using the isDelta
291 | /// flag
292 | public struct org_apache_arrow_flatbuf_DictionaryBatch: FlatBufferObject, Verifiable {
| `- error: cannot find type 'FlatBufferObject' in scope
293 |
294 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:345:49: error: cannot find type 'FlatBufferObject' in scope
343 | }
344 |
345 | public struct org_apache_arrow_flatbuf_Message: FlatBufferObject, Verifiable {
| `- error: cannot find type 'FlatBufferObject' in scope
346 |
347 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:180:104: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
178 | /// Compressor library.
179 | /// For LZ4_FRAME, each compressed buffer must consist of a single frame.
180 | public var codec: org_apache_arrow_flatbuf_CompressionType { let o = _accessor.offset(VTOFFSET.codec.v); return o == 0 ? .lz4Frame : org_apache_arrow_flatbuf_CompressionType(rawValue: _accessor.readBuffer(of: Int8.self, at: o)) ?? .lz4Frame }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
181 | /// Indicates the way the record batch body was compressed
182 | public var method: org_apache_arrow_flatbuf_BodyCompressionMethod { let o = _accessor.offset(VTOFFSET.method.v); return o == 0 ? .buffer : org_apache_arrow_flatbuf_BodyCompressionMethod(rawValue: _accessor.readBuffer(of: Int8.self, at: o)) ?? .buffer }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:182:112: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
180 | public var codec: org_apache_arrow_flatbuf_CompressionType { let o = _accessor.offset(VTOFFSET.codec.v); return o == 0 ? .lz4Frame : org_apache_arrow_flatbuf_CompressionType(rawValue: _accessor.readBuffer(of: Int8.self, at: o)) ?? .lz4Frame }
181 | /// Indicates the way the record batch body was compressed
182 | public var method: org_apache_arrow_flatbuf_BodyCompressionMethod { let o = _accessor.offset(VTOFFSET.method.v); return o == 0 ? .buffer : org_apache_arrow_flatbuf_BodyCompressionMethod(rawValue: _accessor.readBuffer(of: Int8.self, at: o)) ?? .buffer }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
183 | public static func startBodyCompression(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 2) }
184 | public static func add(codec: org_apache_arrow_flatbuf_CompressionType, _ fbb: inout FlatBufferBuilder) { fbb.add(element: codec.rawValue, def: 0, at: VTOFFSET.codec.p) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:231:71: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
229 | /// number of records / rows. The arrays in the batch should all have this
230 | /// length
231 | public var length: Int64 { let o = _accessor.offset(VTOFFSET.length.v); return o == 0 ? 0 : _accessor.readBuffer(of: Int64.self, at: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
232 | /// Nodes correspond to the pre-ordered flattened logical schema
233 | public var hasNodes: Bool { let o = _accessor.offset(VTOFFSET.nodes.v); return o == 0 ? false : true }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:233:71: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
231 | public var length: Int64 { let o = _accessor.offset(VTOFFSET.length.v); return o == 0 ? 0 : _accessor.readBuffer(of: Int64.self, at: o) }
232 | /// Nodes correspond to the pre-ordered flattened logical schema
233 | public var hasNodes: Bool { let o = _accessor.offset(VTOFFSET.nodes.v); return o == 0 ? false : true }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
234 | public var nodesCount: Int32 { let o = _accessor.offset(VTOFFSET.nodes.v); return o == 0 ? 0 : _accessor.vector(count: o) }
235 | public func nodes(at index: Int32) -> org_apache_arrow_flatbuf_FieldNode? { let o = _accessor.offset(VTOFFSET.nodes.v); return o == 0 ? nil : _accessor.directRead(of: org_apache_arrow_flatbuf_FieldNode.self, offset: _accessor.vector(at: o) + index * 16) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:234:74: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
232 | /// Nodes correspond to the pre-ordered flattened logical schema
233 | public var hasNodes: Bool { let o = _accessor.offset(VTOFFSET.nodes.v); return o == 0 ? false : true }
234 | public var nodesCount: Int32 { let o = _accessor.offset(VTOFFSET.nodes.v); return o == 0 ? 0 : _accessor.vector(count: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
235 | public func nodes(at index: Int32) -> org_apache_arrow_flatbuf_FieldNode? { let o = _accessor.offset(VTOFFSET.nodes.v); return o == 0 ? nil : _accessor.directRead(of: org_apache_arrow_flatbuf_FieldNode.self, offset: _accessor.vector(at: o) + index * 16) }
236 | public func mutableNodes(at index: Int32) -> org_apache_arrow_flatbuf_FieldNode_Mutable? { let o = _accessor.offset(VTOFFSET.nodes.v); return o == 0 ? nil : org_apache_arrow_flatbuf_FieldNode_Mutable(_accessor.bb, o: _accessor.vector(at: o) + index * 16) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:235:119: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
233 | public var hasNodes: Bool { let o = _accessor.offset(VTOFFSET.nodes.v); return o == 0 ? false : true }
234 | public var nodesCount: Int32 { let o = _accessor.offset(VTOFFSET.nodes.v); return o == 0 ? 0 : _accessor.vector(count: o) }
235 | public func nodes(at index: Int32) -> org_apache_arrow_flatbuf_FieldNode? { let o = _accessor.offset(VTOFFSET.nodes.v); return o == 0 ? nil : _accessor.directRead(of: org_apache_arrow_flatbuf_FieldNode.self, offset: _accessor.vector(at: o) + index * 16) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
236 | public func mutableNodes(at index: Int32) -> org_apache_arrow_flatbuf_FieldNode_Mutable? { let o = _accessor.offset(VTOFFSET.nodes.v); return o == 0 ? nil : org_apache_arrow_flatbuf_FieldNode_Mutable(_accessor.bb, o: _accessor.vector(at: o) + index * 16) }
237 | /// Buffers correspond to the pre-ordered flattened buffer tree
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:235:155: error: value of type 'Table' has no member 'directRead'
233 | public var hasNodes: Bool { let o = _accessor.offset(VTOFFSET.nodes.v); return o == 0 ? false : true }
234 | public var nodesCount: Int32 { let o = _accessor.offset(VTOFFSET.nodes.v); return o == 0 ? 0 : _accessor.vector(count: o) }
235 | public func nodes(at index: Int32) -> org_apache_arrow_flatbuf_FieldNode? { let o = _accessor.offset(VTOFFSET.nodes.v); return o == 0 ? nil : _accessor.directRead(of: org_apache_arrow_flatbuf_FieldNode.self, offset: _accessor.vector(at: o) + index * 16) }
| `- error: value of type 'Table' has no member 'directRead'
236 | public func mutableNodes(at index: Int32) -> org_apache_arrow_flatbuf_FieldNode_Mutable? { let o = _accessor.offset(VTOFFSET.nodes.v); return o == 0 ? nil : org_apache_arrow_flatbuf_FieldNode_Mutable(_accessor.bb, o: _accessor.vector(at: o) + index * 16) }
237 | /// Buffers correspond to the pre-ordered flattened buffer tree
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:236:134: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
234 | public var nodesCount: Int32 { let o = _accessor.offset(VTOFFSET.nodes.v); return o == 0 ? 0 : _accessor.vector(count: o) }
235 | public func nodes(at index: Int32) -> org_apache_arrow_flatbuf_FieldNode? { let o = _accessor.offset(VTOFFSET.nodes.v); return o == 0 ? nil : _accessor.directRead(of: org_apache_arrow_flatbuf_FieldNode.self, offset: _accessor.vector(at: o) + index * 16) }
236 | public func mutableNodes(at index: Int32) -> org_apache_arrow_flatbuf_FieldNode_Mutable? { let o = _accessor.offset(VTOFFSET.nodes.v); return o == 0 ? nil : org_apache_arrow_flatbuf_FieldNode_Mutable(_accessor.bb, o: _accessor.vector(at: o) + index * 16) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
237 | /// Buffers correspond to the pre-ordered flattened buffer tree
238 | ///
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:243:75: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
241 | /// bitmap and 1 for the values. For struct arrays, there will only be a
242 | /// single buffer for the validity (nulls) bitmap
243 | public var hasBuffers: Bool { let o = _accessor.offset(VTOFFSET.buffers.v); return o == 0 ? false : true }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
244 | public var buffersCount: Int32 { let o = _accessor.offset(VTOFFSET.buffers.v); return o == 0 ? 0 : _accessor.vector(count: o) }
245 | public func buffers(at index: Int32) -> org_apache_arrow_flatbuf_Buffer? { let o = _accessor.offset(VTOFFSET.buffers.v); return o == 0 ? nil : _accessor.directRead(of: org_apache_arrow_flatbuf_Buffer.self, offset: _accessor.vector(at: o) + index * 16) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:244:78: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
242 | /// single buffer for the validity (nulls) bitmap
243 | public var hasBuffers: Bool { let o = _accessor.offset(VTOFFSET.buffers.v); return o == 0 ? false : true }
244 | public var buffersCount: Int32 { let o = _accessor.offset(VTOFFSET.buffers.v); return o == 0 ? 0 : _accessor.vector(count: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
245 | public func buffers(at index: Int32) -> org_apache_arrow_flatbuf_Buffer? { let o = _accessor.offset(VTOFFSET.buffers.v); return o == 0 ? nil : _accessor.directRead(of: org_apache_arrow_flatbuf_Buffer.self, offset: _accessor.vector(at: o) + index * 16) }
246 | public func mutableBuffers(at index: Int32) -> org_apache_arrow_flatbuf_Buffer_Mutable? { let o = _accessor.offset(VTOFFSET.buffers.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: _accessor.vector(at: o) + index * 16) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:245:120: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
243 | public var hasBuffers: Bool { let o = _accessor.offset(VTOFFSET.buffers.v); return o == 0 ? false : true }
244 | public var buffersCount: Int32 { let o = _accessor.offset(VTOFFSET.buffers.v); return o == 0 ? 0 : _accessor.vector(count: o) }
245 | public func buffers(at index: Int32) -> org_apache_arrow_flatbuf_Buffer? { let o = _accessor.offset(VTOFFSET.buffers.v); return o == 0 ? nil : _accessor.directRead(of: org_apache_arrow_flatbuf_Buffer.self, offset: _accessor.vector(at: o) + index * 16) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
246 | public func mutableBuffers(at index: Int32) -> org_apache_arrow_flatbuf_Buffer_Mutable? { let o = _accessor.offset(VTOFFSET.buffers.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: _accessor.vector(at: o) + index * 16) }
247 | /// Optional compression of the message body
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:245:156: error: value of type 'Table' has no member 'directRead'
243 | public var hasBuffers: Bool { let o = _accessor.offset(VTOFFSET.buffers.v); return o == 0 ? false : true }
244 | public var buffersCount: Int32 { let o = _accessor.offset(VTOFFSET.buffers.v); return o == 0 ? 0 : _accessor.vector(count: o) }
245 | public func buffers(at index: Int32) -> org_apache_arrow_flatbuf_Buffer? { let o = _accessor.offset(VTOFFSET.buffers.v); return o == 0 ? nil : _accessor.directRead(of: org_apache_arrow_flatbuf_Buffer.self, offset: _accessor.vector(at: o) + index * 16) }
| `- error: value of type 'Table' has no member 'directRead'
246 | public func mutableBuffers(at index: Int32) -> org_apache_arrow_flatbuf_Buffer_Mutable? { let o = _accessor.offset(VTOFFSET.buffers.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: _accessor.vector(at: o) + index * 16) }
247 | /// Optional compression of the message body
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:246:135: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
244 | public var buffersCount: Int32 { let o = _accessor.offset(VTOFFSET.buffers.v); return o == 0 ? 0 : _accessor.vector(count: o) }
245 | public func buffers(at index: Int32) -> org_apache_arrow_flatbuf_Buffer? { let o = _accessor.offset(VTOFFSET.buffers.v); return o == 0 ? nil : _accessor.directRead(of: org_apache_arrow_flatbuf_Buffer.self, offset: _accessor.vector(at: o) + index * 16) }
246 | public func mutableBuffers(at index: Int32) -> org_apache_arrow_flatbuf_Buffer_Mutable? { let o = _accessor.offset(VTOFFSET.buffers.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: _accessor.vector(at: o) + index * 16) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
247 | /// Optional compression of the message body
248 | public var compression: org_apache_arrow_flatbuf_BodyCompression? { let o = _accessor.offset(VTOFFSET.compression.v); return o == 0 ? nil : org_apache_arrow_flatbuf_BodyCompression(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:248:117: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
246 | public func mutableBuffers(at index: Int32) -> org_apache_arrow_flatbuf_Buffer_Mutable? { let o = _accessor.offset(VTOFFSET.buffers.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: _accessor.vector(at: o) + index * 16) }
247 | /// Optional compression of the message body
248 | public var compression: org_apache_arrow_flatbuf_BodyCompression? { let o = _accessor.offset(VTOFFSET.compression.v); return o == 0 ? nil : org_apache_arrow_flatbuf_BodyCompression(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
249 | public static func startRecordBatch(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 4) }
250 | public static func add(length: Int64, _ fbb: inout FlatBufferBuilder) { fbb.add(element: length, def: 0, at: VTOFFSET.length.p) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:248:222: error: cannot convert value of type 'String' to expected argument type 'Int32'
246 | public func mutableBuffers(at index: Int32) -> org_apache_arrow_flatbuf_Buffer_Mutable? { let o = _accessor.offset(VTOFFSET.buffers.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: _accessor.vector(at: o) + index * 16) }
247 | /// Optional compression of the message body
248 | public var compression: org_apache_arrow_flatbuf_BodyCompression? { let o = _accessor.offset(VTOFFSET.compression.v); return o == 0 ? nil : org_apache_arrow_flatbuf_BodyCompression(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: cannot convert value of type 'String' to expected argument type 'Int32'
249 | public static func startRecordBatch(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 4) }
250 | public static func add(length: Int64, _ fbb: inout FlatBufferBuilder) { fbb.add(element: length, def: 0, at: VTOFFSET.length.p) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:248:234: error: value of type 'Table' has no member 'postion'
246 | public func mutableBuffers(at index: Int32) -> org_apache_arrow_flatbuf_Buffer_Mutable? { let o = _accessor.offset(VTOFFSET.buffers.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: _accessor.vector(at: o) + index * 16) }
247 | /// Optional compression of the message body
248 | public var compression: org_apache_arrow_flatbuf_BodyCompression? { let o = _accessor.offset(VTOFFSET.compression.v); return o == 0 ? nil : org_apache_arrow_flatbuf_BodyCompression(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: value of type 'Table' has no member 'postion'
249 | public static func startRecordBatch(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 4) }
250 | public static func add(length: Int64, _ fbb: inout FlatBufferBuilder) { fbb.add(element: length, def: 0, at: VTOFFSET.length.p) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:311:63: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
309 | }
310 |
311 | public var id: Int64 { let o = _accessor.offset(VTOFFSET.id.v); return o == 0 ? 0 : _accessor.readBuffer(of: Int64.self, at: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
312 | public var data: org_apache_arrow_flatbuf_RecordBatch? { let o = _accessor.offset(VTOFFSET.data.v); return o == 0 ? nil : org_apache_arrow_flatbuf_RecordBatch(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
313 | /// If isDelta is true the values in the dictionary are to be appended to a
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:312:99: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
310 |
311 | public var id: Int64 { let o = _accessor.offset(VTOFFSET.id.v); return o == 0 ? 0 : _accessor.readBuffer(of: Int64.self, at: o) }
312 | public var data: org_apache_arrow_flatbuf_RecordBatch? { let o = _accessor.offset(VTOFFSET.data.v); return o == 0 ? nil : org_apache_arrow_flatbuf_RecordBatch(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
313 | /// If isDelta is true the values in the dictionary are to be appended to a
314 | /// dictionary with the indicated id. If isDelta is false this dictionary
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:312:200: error: cannot convert value of type 'String' to expected argument type 'Int32'
310 |
311 | public var id: Int64 { let o = _accessor.offset(VTOFFSET.id.v); return o == 0 ? 0 : _accessor.readBuffer(of: Int64.self, at: o) }
312 | public var data: org_apache_arrow_flatbuf_RecordBatch? { let o = _accessor.offset(VTOFFSET.data.v); return o == 0 ? nil : org_apache_arrow_flatbuf_RecordBatch(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: cannot convert value of type 'String' to expected argument type 'Int32'
313 | /// If isDelta is true the values in the dictionary are to be appended to a
314 | /// dictionary with the indicated id. If isDelta is false this dictionary
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:312:212: error: value of type 'Table' has no member 'postion'
310 |
311 | public var id: Int64 { let o = _accessor.offset(VTOFFSET.id.v); return o == 0 ? 0 : _accessor.readBuffer(of: Int64.self, at: o) }
312 | public var data: org_apache_arrow_flatbuf_RecordBatch? { let o = _accessor.offset(VTOFFSET.data.v); return o == 0 ? nil : org_apache_arrow_flatbuf_RecordBatch(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: value of type 'Table' has no member 'postion'
313 | /// If isDelta is true the values in the dictionary are to be appended to a
314 | /// dictionary with the indicated id. If isDelta is false this dictionary
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:316:72: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
314 | /// dictionary with the indicated id. If isDelta is false this dictionary
315 | /// should replace the existing dictionary.
316 | public var isDelta: Bool { let o = _accessor.offset(VTOFFSET.isDelta.v); return o == 0 ? false : 0 != _accessor.readBuffer(of: Byte.self, at: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
317 | public static func startDictionaryBatch(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 3) }
318 | public static func add(id: Int64, _ fbb: inout FlatBufferBuilder) { fbb.add(element: id, def: 0, at: VTOFFSET.id.p) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:366:108: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
364 | }
365 |
366 | public var version: org_apache_arrow_flatbuf_MetadataVersion { let o = _accessor.offset(VTOFFSET.version.v); return o == 0 ? .v1 : org_apache_arrow_flatbuf_MetadataVersion(rawValue: _accessor.readBuffer(of: Int16.self, at: o)) ?? .v1 }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
367 | public var headerType: org_apache_arrow_flatbuf_MessageHeader { let o = _accessor.offset(VTOFFSET.headerType.v); return o == 0 ? .none_ : org_apache_arrow_flatbuf_MessageHeader(rawValue: _accessor.readBuffer(of: UInt8.self, at: o)) ?? .none_ }
368 | public func header<T: FlatbuffersInitializable>(type: T.Type) -> T? { let o = _accessor.offset(VTOFFSET.header.v); return o == 0 ? nil : _accessor.union(o) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:367:112: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
365 |
366 | public var version: org_apache_arrow_flatbuf_MetadataVersion { let o = _accessor.offset(VTOFFSET.version.v); return o == 0 ? .v1 : org_apache_arrow_flatbuf_MetadataVersion(rawValue: _accessor.readBuffer(of: Int16.self, at: o)) ?? .v1 }
367 | public var headerType: org_apache_arrow_flatbuf_MessageHeader { let o = _accessor.offset(VTOFFSET.headerType.v); return o == 0 ? .none_ : org_apache_arrow_flatbuf_MessageHeader(rawValue: _accessor.readBuffer(of: UInt8.self, at: o)) ?? .none_ }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
368 | public func header<T: FlatbuffersInitializable>(type: T.Type) -> T? { let o = _accessor.offset(VTOFFSET.header.v); return o == 0 ? nil : _accessor.union(o) }
369 | public var bodyLength: Int64 { let o = _accessor.offset(VTOFFSET.bodyLength.v); return o == 0 ? 0 : _accessor.readBuffer(of: Int64.self, at: o) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:368:114: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
366 | public var version: org_apache_arrow_flatbuf_MetadataVersion { let o = _accessor.offset(VTOFFSET.version.v); return o == 0 ? .v1 : org_apache_arrow_flatbuf_MetadataVersion(rawValue: _accessor.readBuffer(of: Int16.self, at: o)) ?? .v1 }
367 | public var headerType: org_apache_arrow_flatbuf_MessageHeader { let o = _accessor.offset(VTOFFSET.headerType.v); return o == 0 ? .none_ : org_apache_arrow_flatbuf_MessageHeader(rawValue: _accessor.readBuffer(of: UInt8.self, at: o)) ?? .none_ }
368 | public func header<T: FlatbuffersInitializable>(type: T.Type) -> T? { let o = _accessor.offset(VTOFFSET.header.v); return o == 0 ? nil : _accessor.union(o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
369 | public var bodyLength: Int64 { let o = _accessor.offset(VTOFFSET.bodyLength.v); return o == 0 ? 0 : _accessor.readBuffer(of: Int64.self, at: o) }
370 | public var hasCustomMetadata: Bool { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? false : true }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:369:79: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
367 | public var headerType: org_apache_arrow_flatbuf_MessageHeader { let o = _accessor.offset(VTOFFSET.headerType.v); return o == 0 ? .none_ : org_apache_arrow_flatbuf_MessageHeader(rawValue: _accessor.readBuffer(of: UInt8.self, at: o)) ?? .none_ }
368 | public func header<T: FlatbuffersInitializable>(type: T.Type) -> T? { let o = _accessor.offset(VTOFFSET.header.v); return o == 0 ? nil : _accessor.union(o) }
369 | public var bodyLength: Int64 { let o = _accessor.offset(VTOFFSET.bodyLength.v); return o == 0 ? 0 : _accessor.readBuffer(of: Int64.self, at: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
370 | public var hasCustomMetadata: Bool { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? false : true }
371 | public var customMetadataCount: Int32 { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? 0 : _accessor.vector(count: o) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:370:89: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
368 | public func header<T: FlatbuffersInitializable>(type: T.Type) -> T? { let o = _accessor.offset(VTOFFSET.header.v); return o == 0 ? nil : _accessor.union(o) }
369 | public var bodyLength: Int64 { let o = _accessor.offset(VTOFFSET.bodyLength.v); return o == 0 ? 0 : _accessor.readBuffer(of: Int64.self, at: o) }
370 | public var hasCustomMetadata: Bool { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? false : true }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
371 | public var customMetadataCount: Int32 { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? 0 : _accessor.vector(count: o) }
372 | public func customMetadata(at index: Int32) -> org_apache_arrow_flatbuf_KeyValue? { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? nil : org_apache_arrow_flatbuf_KeyValue(_accessor.bb, o: _accessor.indirect(_accessor.vector(at: o) + index * 4)) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:371:92: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
369 | public var bodyLength: Int64 { let o = _accessor.offset(VTOFFSET.bodyLength.v); return o == 0 ? 0 : _accessor.readBuffer(of: Int64.self, at: o) }
370 | public var hasCustomMetadata: Bool { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? false : true }
371 | public var customMetadataCount: Int32 { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? 0 : _accessor.vector(count: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
372 | public func customMetadata(at index: Int32) -> org_apache_arrow_flatbuf_KeyValue? { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? nil : org_apache_arrow_flatbuf_KeyValue(_accessor.bb, o: _accessor.indirect(_accessor.vector(at: o) + index * 4)) }
373 | public static func startMessage(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 5) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:372:136: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
370 | public var hasCustomMetadata: Bool { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? false : true }
371 | public var customMetadataCount: Int32 { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? 0 : _accessor.vector(count: o) }
372 | public func customMetadata(at index: Int32) -> org_apache_arrow_flatbuf_KeyValue? { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? nil : org_apache_arrow_flatbuf_KeyValue(_accessor.bb, o: _accessor.indirect(_accessor.vector(at: o) + index * 4)) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
373 | public static func startMessage(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 5) }
374 | public static func add(version: org_apache_arrow_flatbuf_MetadataVersion, _ fbb: inout FlatBufferBuilder) { fbb.add(element: version.rawValue, def: 0, at: VTOFFSET.version.p) }
BUILD FAILURE 6.3 macosSpm