Build Information
Failed to build swiftqe, reference main (c7e9ea), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 21:43:31 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
344 | /// axisOrder stores the sequence in which dimensions were traversed to
345 | /// produce the prefix tree.
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:350:79: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
348 | /// axisOrder(X) = [0, 1, 2, 3].
349 | /// ```
350 | public var hasAxisOrder: Bool { let o = _accessor.offset(VTOFFSET.axisOrder.v); return o == 0 ? false : true }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
351 | public var axisOrderCount: Int32 { let o = _accessor.offset(VTOFFSET.axisOrder.v); return o == 0 ? 0 : _accessor.vector(count: o) }
352 | public func axisOrder(at index: Int32) -> Int32 { let o = _accessor.offset(VTOFFSET.axisOrder.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/SparseTensor_generated.swift:351:82: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
349 | /// ```
350 | public var hasAxisOrder: Bool { let o = _accessor.offset(VTOFFSET.axisOrder.v); return o == 0 ? false : true }
351 | public var axisOrderCount: Int32 { let o = _accessor.offset(VTOFFSET.axisOrder.v); return o == 0 ? 0 : _accessor.vector(count: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
352 | public func axisOrder(at index: Int32) -> Int32 { let o = _accessor.offset(VTOFFSET.axisOrder.v); return o == 0 ? 0 : _accessor.directRead(of: Int32.self, offset: _accessor.vector(at: o) + index * 4) }
353 | public var axisOrder: [Int32] { return _accessor.getVector(at: VTOFFSET.axisOrder.v) ?? [] }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:352:97: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
350 | public var hasAxisOrder: Bool { let o = _accessor.offset(VTOFFSET.axisOrder.v); return o == 0 ? false : true }
351 | public var axisOrderCount: Int32 { let o = _accessor.offset(VTOFFSET.axisOrder.v); return o == 0 ? 0 : _accessor.vector(count: o) }
352 | public func axisOrder(at index: Int32) -> Int32 { let o = _accessor.offset(VTOFFSET.axisOrder.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')
353 | public var axisOrder: [Int32] { return _accessor.getVector(at: VTOFFSET.axisOrder.v) ?? [] }
354 | public static func startSparseTensorIndexCSF(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 5) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:352:131: error: value of type 'Table' has no member 'directRead'
350 | public var hasAxisOrder: Bool { let o = _accessor.offset(VTOFFSET.axisOrder.v); return o == 0 ? false : true }
351 | public var axisOrderCount: Int32 { let o = _accessor.offset(VTOFFSET.axisOrder.v); return o == 0 ? 0 : _accessor.vector(count: o) }
352 | public func axisOrder(at index: Int32) -> Int32 { let o = _accessor.offset(VTOFFSET.axisOrder.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'
353 | public var axisOrder: [Int32] { return _accessor.getVector(at: VTOFFSET.axisOrder.v) ?? [] }
354 | public static func startSparseTensorIndexCSF(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 5) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:353:85: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
351 | public var axisOrderCount: Int32 { let o = _accessor.offset(VTOFFSET.axisOrder.v); return o == 0 ? 0 : _accessor.vector(count: o) }
352 | public func axisOrder(at index: Int32) -> Int32 { let o = _accessor.offset(VTOFFSET.axisOrder.v); return o == 0 ? 0 : _accessor.directRead(of: Int32.self, offset: _accessor.vector(at: o) + index * 4) }
353 | public var axisOrder: [Int32] { return _accessor.getVector(at: VTOFFSET.axisOrder.v) ?? [] }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
354 | public static func startSparseTensorIndexCSF(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 5) }
355 | public static func add(indptrType: Offset, _ fbb: inout FlatBufferBuilder) { fbb.add(offset: indptrType, at: VTOFFSET.indptrType.p) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:418:100: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
416 | }
417 |
418 | 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')
419 | /// The type of data contained in a value cell.
420 | /// Currently only fixed-width value types are supported,
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:422:110: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
420 | /// Currently only fixed-width value types are supported,
421 | /// no strings or nested types.
422 | public func type<T: FlatbuffersInitializable>(type: T.Type) -> T! { let o = _accessor.offset(VTOFFSET.type.v); return _accessor.union(o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
423 | /// The dimensions of the tensor, optionally named.
424 | public var hasShape: Bool { let o = _accessor.offset(VTOFFSET.shape.v); return o == 0 ? false : true }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:424:71: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
422 | public func type<T: FlatbuffersInitializable>(type: T.Type) -> T! { let o = _accessor.offset(VTOFFSET.type.v); return _accessor.union(o) }
423 | /// The dimensions of the tensor, optionally named.
424 | public var hasShape: Bool { let o = _accessor.offset(VTOFFSET.shape.v); return o == 0 ? false : true }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
425 | public var shapeCount: Int32 { let o = _accessor.offset(VTOFFSET.shape.v); return o == 0 ? 0 : _accessor.vector(count: o) }
426 | public func shape(at index: Int32) -> org_apache_arrow_flatbuf_TensorDim? { let o = _accessor.offset(VTOFFSET.shape.v); return o == 0 ? nil : org_apache_arrow_flatbuf_TensorDim(_accessor.bb, o: _accessor.indirect(_accessor.vector(at: o) + index * 4)) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:425:74: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
423 | /// The dimensions of the tensor, optionally named.
424 | public var hasShape: Bool { let o = _accessor.offset(VTOFFSET.shape.v); return o == 0 ? false : true }
425 | public var shapeCount: Int32 { let o = _accessor.offset(VTOFFSET.shape.v); return o == 0 ? 0 : _accessor.vector(count: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
426 | public func shape(at index: Int32) -> org_apache_arrow_flatbuf_TensorDim? { let o = _accessor.offset(VTOFFSET.shape.v); return o == 0 ? nil : org_apache_arrow_flatbuf_TensorDim(_accessor.bb, o: _accessor.indirect(_accessor.vector(at: o) + index * 4)) }
427 | /// The number of non-zero values in a sparse tensor.
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:426:119: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
424 | public var hasShape: Bool { let o = _accessor.offset(VTOFFSET.shape.v); return o == 0 ? false : true }
425 | public var shapeCount: Int32 { let o = _accessor.offset(VTOFFSET.shape.v); return o == 0 ? 0 : _accessor.vector(count: o) }
426 | public func shape(at index: Int32) -> org_apache_arrow_flatbuf_TensorDim? { let o = _accessor.offset(VTOFFSET.shape.v); return o == 0 ? nil : org_apache_arrow_flatbuf_TensorDim(_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')
427 | /// The number of non-zero values in a sparse tensor.
428 | public var nonZeroLength: Int64 { let o = _accessor.offset(VTOFFSET.nonZeroLength.v); return o == 0 ? 0 : _accessor.readBuffer(of: Int64.self, at: o) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:428:85: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
426 | public func shape(at index: Int32) -> org_apache_arrow_flatbuf_TensorDim? { let o = _accessor.offset(VTOFFSET.shape.v); return o == 0 ? nil : org_apache_arrow_flatbuf_TensorDim(_accessor.bb, o: _accessor.indirect(_accessor.vector(at: o) + index * 4)) }
427 | /// The number of non-zero values in a sparse tensor.
428 | public var nonZeroLength: Int64 { let o = _accessor.offset(VTOFFSET.nonZeroLength.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')
429 | public var sparseIndexType: org_apache_arrow_flatbuf_SparseTensorIndex { let o = _accessor.offset(VTOFFSET.sparseIndexType.v); return o == 0 ? .none_ : org_apache_arrow_flatbuf_SparseTensorIndex(rawValue: _accessor.readBuffer(of: UInt8.self, at: o)) ?? .none_ }
430 | /// Sparse tensor index
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:429:126: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
427 | /// The number of non-zero values in a sparse tensor.
428 | public var nonZeroLength: Int64 { let o = _accessor.offset(VTOFFSET.nonZeroLength.v); return o == 0 ? 0 : _accessor.readBuffer(of: Int64.self, at: o) }
429 | public var sparseIndexType: org_apache_arrow_flatbuf_SparseTensorIndex { let o = _accessor.offset(VTOFFSET.sparseIndexType.v); return o == 0 ? .none_ : org_apache_arrow_flatbuf_SparseTensorIndex(rawValue: _accessor.readBuffer(of: UInt8.self, at: o)) ?? .none_ }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
430 | /// Sparse tensor index
431 | public func sparseIndex<T: FlatbuffersInitializable>(type: T.Type) -> T! { let o = _accessor.offset(VTOFFSET.sparseIndex.v); return _accessor.union(o) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:431:124: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
429 | public var sparseIndexType: org_apache_arrow_flatbuf_SparseTensorIndex { let o = _accessor.offset(VTOFFSET.sparseIndexType.v); return o == 0 ? .none_ : org_apache_arrow_flatbuf_SparseTensorIndex(rawValue: _accessor.readBuffer(of: UInt8.self, at: o)) ?? .none_ }
430 | /// Sparse tensor index
431 | public func sparseIndex<T: FlatbuffersInitializable>(type: T.Type) -> T! { let o = _accessor.offset(VTOFFSET.sparseIndex.v); return _accessor.union(o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
432 | /// The location and size of the tensor's data
433 | public var data: org_apache_arrow_flatbuf_Buffer! { let o = _accessor.offset(VTOFFSET.data.v); return _accessor.readBuffer(of: org_apache_arrow_flatbuf_Buffer.self, at: o) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:433:94: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
431 | public func sparseIndex<T: FlatbuffersInitializable>(type: T.Type) -> T! { let o = _accessor.offset(VTOFFSET.sparseIndex.v); return _accessor.union(o) }
432 | /// The location and size of the tensor's data
433 | public var data: org_apache_arrow_flatbuf_Buffer! { let o = _accessor.offset(VTOFFSET.data.v); return _accessor.readBuffer(of: org_apache_arrow_flatbuf_Buffer.self, at: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
434 | public var mutableData: org_apache_arrow_flatbuf_Buffer_Mutable! { let o = _accessor.offset(VTOFFSET.data.v); return org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: o + _accessor.postion) }
435 | public static func startSparseTensor(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 7) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:434:109: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
432 | /// The location and size of the tensor's data
433 | public var data: org_apache_arrow_flatbuf_Buffer! { let o = _accessor.offset(VTOFFSET.data.v); return _accessor.readBuffer(of: org_apache_arrow_flatbuf_Buffer.self, at: o) }
434 | public var mutableData: org_apache_arrow_flatbuf_Buffer_Mutable! { let o = _accessor.offset(VTOFFSET.data.v); return org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: o + _accessor.postion) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
435 | public static func startSparseTensor(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 7) }
436 | public static func add(typeType: org_apache_arrow_flatbuf_Type_, _ fbb: inout FlatBufferBuilder) { fbb.add(element: typeType.rawValue, def: 0, at: VTOFFSET.typeType.p) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:434:179: error: cannot convert value of type 'String' to expected argument type 'Int32'
432 | /// The location and size of the tensor's data
433 | public var data: org_apache_arrow_flatbuf_Buffer! { let o = _accessor.offset(VTOFFSET.data.v); return _accessor.readBuffer(of: org_apache_arrow_flatbuf_Buffer.self, at: o) }
434 | public var mutableData: org_apache_arrow_flatbuf_Buffer_Mutable! { let o = _accessor.offset(VTOFFSET.data.v); return org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: o + _accessor.postion) }
| `- error: cannot convert value of type 'String' to expected argument type 'Int32'
435 | public static func startSparseTensor(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 7) }
436 | public static func add(typeType: org_apache_arrow_flatbuf_Type_, _ fbb: inout FlatBufferBuilder) { fbb.add(element: typeType.rawValue, def: 0, at: VTOFFSET.typeType.p) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:434:191: error: value of type 'Table' has no member 'postion'
432 | /// The location and size of the tensor's data
433 | public var data: org_apache_arrow_flatbuf_Buffer! { let o = _accessor.offset(VTOFFSET.data.v); return _accessor.readBuffer(of: org_apache_arrow_flatbuf_Buffer.self, at: o) }
434 | public var mutableData: org_apache_arrow_flatbuf_Buffer_Mutable! { let o = _accessor.offset(VTOFFSET.data.v); return org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: o + _accessor.postion) }
| `- error: value of type 'Table' has no member 'postion'
435 | public static func startSparseTensor(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 7) }
436 | public static func add(typeType: org_apache_arrow_flatbuf_Type_, _ fbb: inout FlatBufferBuilder) { fbb.add(element: typeType.rawValue, def: 0, at: VTOFFSET.typeType.p) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Tensor_generated.swift:27:51: error: cannot find type 'FlatBufferObject' in scope
25 | /// Data structures for dense tensors
26 | /// Shape data for a single axis in a tensor
27 | public struct org_apache_arrow_flatbuf_TensorDim: FlatBufferObject, Verifiable {
| `- error: cannot find type 'FlatBufferObject' in scope
28 |
29 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Tensor_generated.swift:73:48: error: cannot find type 'FlatBufferObject' in scope
71 | }
72 |
73 | public struct org_apache_arrow_flatbuf_Tensor: FlatBufferObject, Verifiable {
| `- error: cannot find type 'FlatBufferObject' in scope
74 |
75 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Tensor_generated.swift:46:67: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
44 |
45 | /// Length of dimension
46 | public var size: Int64 { let o = _accessor.offset(VTOFFSET.size.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')
47 | /// Name of the dimension, optional
48 | public var name: String? { let o = _accessor.offset(VTOFFSET.name.v); return o == 0 ? nil : _accessor.string(at: o) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Tensor_generated.swift:48:69: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
46 | public var size: Int64 { let o = _accessor.offset(VTOFFSET.size.v); return o == 0 ? 0 : _accessor.readBuffer(of: Int64.self, at: o) }
47 | /// Name of the dimension, optional
48 | 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')
49 | public var nameSegmentArray: [UInt8]? { return _accessor.getVector(at: VTOFFSET.name.v) }
50 | public static func startTensorDim(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 2) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Tensor_generated.swift:49:88: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
47 | /// Name of the dimension, optional
48 | public var name: String? { let o = _accessor.offset(VTOFFSET.name.v); return o == 0 ? nil : _accessor.string(at: o) }
49 | 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')
50 | public static func startTensorDim(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 2) }
51 | public static func add(size: Int64, _ fbb: inout FlatBufferBuilder) { fbb.add(element: size, def: 0, at: VTOFFSET.size.p) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Tensor_generated.swift:94:100: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
92 | }
93 |
94 | 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')
95 | /// The type of data contained in a value cell. Currently only fixed-width
96 | /// value types are supported, no strings or nested types
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Tensor_generated.swift:97:110: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
95 | /// The type of data contained in a value cell. Currently only fixed-width
96 | /// value types are supported, no strings or nested types
97 | public func type<T: FlatbuffersInitializable>(type: T.Type) -> T! { let o = _accessor.offset(VTOFFSET.type.v); return _accessor.union(o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
98 | /// The dimensions of the tensor, optionally named
99 | public var hasShape: Bool { let o = _accessor.offset(VTOFFSET.shape.v); return o == 0 ? false : true }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Tensor_generated.swift:99:71: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
97 | public func type<T: FlatbuffersInitializable>(type: T.Type) -> T! { let o = _accessor.offset(VTOFFSET.type.v); return _accessor.union(o) }
98 | /// The dimensions of the tensor, optionally named
99 | public var hasShape: Bool { let o = _accessor.offset(VTOFFSET.shape.v); return o == 0 ? false : true }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
100 | public var shapeCount: Int32 { let o = _accessor.offset(VTOFFSET.shape.v); return o == 0 ? 0 : _accessor.vector(count: o) }
101 | public func shape(at index: Int32) -> org_apache_arrow_flatbuf_TensorDim? { let o = _accessor.offset(VTOFFSET.shape.v); return o == 0 ? nil : org_apache_arrow_flatbuf_TensorDim(_accessor.bb, o: _accessor.indirect(_accessor.vector(at: o) + index * 4)) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Tensor_generated.swift:100:74: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
98 | /// The dimensions of the tensor, optionally named
99 | public var hasShape: Bool { let o = _accessor.offset(VTOFFSET.shape.v); return o == 0 ? false : true }
100 | public var shapeCount: Int32 { let o = _accessor.offset(VTOFFSET.shape.v); return o == 0 ? 0 : _accessor.vector(count: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
101 | public func shape(at index: Int32) -> org_apache_arrow_flatbuf_TensorDim? { let o = _accessor.offset(VTOFFSET.shape.v); return o == 0 ? nil : org_apache_arrow_flatbuf_TensorDim(_accessor.bb, o: _accessor.indirect(_accessor.vector(at: o) + index * 4)) }
102 | /// Non-negative byte offsets to advance one value cell along each dimension
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Tensor_generated.swift:101:119: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
99 | public var hasShape: Bool { let o = _accessor.offset(VTOFFSET.shape.v); return o == 0 ? false : true }
100 | public var shapeCount: Int32 { let o = _accessor.offset(VTOFFSET.shape.v); return o == 0 ? 0 : _accessor.vector(count: o) }
101 | public func shape(at index: Int32) -> org_apache_arrow_flatbuf_TensorDim? { let o = _accessor.offset(VTOFFSET.shape.v); return o == 0 ? nil : org_apache_arrow_flatbuf_TensorDim(_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')
102 | /// Non-negative byte offsets to advance one value cell along each dimension
103 | /// If omitted, default to row-major order (C-like).
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Tensor_generated.swift:104:75: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
102 | /// Non-negative byte offsets to advance one value cell along each dimension
103 | /// If omitted, default to row-major order (C-like).
104 | public var hasStrides: Bool { let o = _accessor.offset(VTOFFSET.strides.v); return o == 0 ? false : true }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
105 | public var stridesCount: Int32 { let o = _accessor.offset(VTOFFSET.strides.v); return o == 0 ? 0 : _accessor.vector(count: o) }
106 | public func strides(at index: Int32) -> Int64 { let o = _accessor.offset(VTOFFSET.strides.v); return o == 0 ? 0 : _accessor.directRead(of: Int64.self, offset: _accessor.vector(at: o) + index * 8) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Tensor_generated.swift:105:78: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
103 | /// If omitted, default to row-major order (C-like).
104 | public var hasStrides: Bool { let o = _accessor.offset(VTOFFSET.strides.v); return o == 0 ? false : true }
105 | public var stridesCount: Int32 { let o = _accessor.offset(VTOFFSET.strides.v); return o == 0 ? 0 : _accessor.vector(count: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
106 | public func strides(at index: Int32) -> Int64 { let o = _accessor.offset(VTOFFSET.strides.v); return o == 0 ? 0 : _accessor.directRead(of: Int64.self, offset: _accessor.vector(at: o) + index * 8) }
107 | public var strides: [Int64] { return _accessor.getVector(at: VTOFFSET.strides.v) ?? [] }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Tensor_generated.swift:106:93: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
104 | public var hasStrides: Bool { let o = _accessor.offset(VTOFFSET.strides.v); return o == 0 ? false : true }
105 | public var stridesCount: Int32 { let o = _accessor.offset(VTOFFSET.strides.v); return o == 0 ? 0 : _accessor.vector(count: o) }
106 | public func strides(at index: Int32) -> Int64 { let o = _accessor.offset(VTOFFSET.strides.v); return o == 0 ? 0 : _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')
107 | public var strides: [Int64] { return _accessor.getVector(at: VTOFFSET.strides.v) ?? [] }
108 | /// The location and size of the tensor's data
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Tensor_generated.swift:106:127: error: value of type 'Table' has no member 'directRead'
104 | public var hasStrides: Bool { let o = _accessor.offset(VTOFFSET.strides.v); return o == 0 ? false : true }
105 | public var stridesCount: Int32 { let o = _accessor.offset(VTOFFSET.strides.v); return o == 0 ? 0 : _accessor.vector(count: o) }
106 | public func strides(at index: Int32) -> Int64 { let o = _accessor.offset(VTOFFSET.strides.v); return o == 0 ? 0 : _accessor.directRead(of: Int64.self, offset: _accessor.vector(at: o) + index * 8) }
| `- error: value of type 'Table' has no member 'directRead'
107 | public var strides: [Int64] { return _accessor.getVector(at: VTOFFSET.strides.v) ?? [] }
108 | /// The location and size of the tensor's data
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Tensor_generated.swift:107:81: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
105 | public var stridesCount: Int32 { let o = _accessor.offset(VTOFFSET.strides.v); return o == 0 ? 0 : _accessor.vector(count: o) }
106 | public func strides(at index: Int32) -> Int64 { let o = _accessor.offset(VTOFFSET.strides.v); return o == 0 ? 0 : _accessor.directRead(of: Int64.self, offset: _accessor.vector(at: o) + index * 8) }
107 | public var strides: [Int64] { return _accessor.getVector(at: VTOFFSET.strides.v) ?? [] }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
108 | /// The location and size of the tensor's data
109 | public var data: org_apache_arrow_flatbuf_Buffer! { let o = _accessor.offset(VTOFFSET.data.v); return _accessor.readBuffer(of: org_apache_arrow_flatbuf_Buffer.self, at: o) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Tensor_generated.swift:109:94: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
107 | public var strides: [Int64] { return _accessor.getVector(at: VTOFFSET.strides.v) ?? [] }
108 | /// The location and size of the tensor's data
109 | public var data: org_apache_arrow_flatbuf_Buffer! { let o = _accessor.offset(VTOFFSET.data.v); return _accessor.readBuffer(of: org_apache_arrow_flatbuf_Buffer.self, at: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
110 | public var mutableData: org_apache_arrow_flatbuf_Buffer_Mutable! { let o = _accessor.offset(VTOFFSET.data.v); return org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: o + _accessor.postion) }
111 | public static func startTensor(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 5) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Tensor_generated.swift:110:109: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
108 | /// The location and size of the tensor's data
109 | public var data: org_apache_arrow_flatbuf_Buffer! { let o = _accessor.offset(VTOFFSET.data.v); return _accessor.readBuffer(of: org_apache_arrow_flatbuf_Buffer.self, at: o) }
110 | public var mutableData: org_apache_arrow_flatbuf_Buffer_Mutable! { let o = _accessor.offset(VTOFFSET.data.v); return org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: o + _accessor.postion) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
111 | public static func startTensor(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 5) }
112 | public static func add(typeType: org_apache_arrow_flatbuf_Type_, _ fbb: inout FlatBufferBuilder) { fbb.add(element: typeType.rawValue, def: 0, at: VTOFFSET.typeType.p) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Tensor_generated.swift:110:179: error: cannot convert value of type 'String' to expected argument type 'Int32'
108 | /// The location and size of the tensor's data
109 | public var data: org_apache_arrow_flatbuf_Buffer! { let o = _accessor.offset(VTOFFSET.data.v); return _accessor.readBuffer(of: org_apache_arrow_flatbuf_Buffer.self, at: o) }
110 | public var mutableData: org_apache_arrow_flatbuf_Buffer_Mutable! { let o = _accessor.offset(VTOFFSET.data.v); return org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: o + _accessor.postion) }
| `- error: cannot convert value of type 'String' to expected argument type 'Int32'
111 | public static func startTensor(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 5) }
112 | public static func add(typeType: org_apache_arrow_flatbuf_Type_, _ fbb: inout FlatBufferBuilder) { fbb.add(element: typeType.rawValue, def: 0, at: VTOFFSET.typeType.p) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Tensor_generated.swift:110:191: error: value of type 'Table' has no member 'postion'
108 | /// The location and size of the tensor's data
109 | public var data: org_apache_arrow_flatbuf_Buffer! { let o = _accessor.offset(VTOFFSET.data.v); return _accessor.readBuffer(of: org_apache_arrow_flatbuf_Buffer.self, at: o) }
110 | public var mutableData: org_apache_arrow_flatbuf_Buffer_Mutable! { let o = _accessor.offset(VTOFFSET.data.v); return org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: o + _accessor.postion) }
| `- error: value of type 'Table' has no member 'postion'
111 | public static func startTensor(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 5) }
112 | public static func add(typeType: org_apache_arrow_flatbuf_Type_, _ fbb: inout FlatBufferBuilder) { fbb.add(element: typeType.rawValue, def: 0, at: VTOFFSET.typeType.p) }
[224/238] Compiling Arrow Tensor_generated.swift
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_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_SparseMatrixCompressedAxis: 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/SparseTensor_generated.swift:36: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
34 |
35 |
36 | public enum org_apache_arrow_flatbuf_SparseTensorIndex: 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')
37 | public typealias T = UInt8
38 |
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:87:62: error: cannot find type 'FlatBufferObject' in scope
85 | /// (row-major order), and it does not have duplicated entries. Otherwise,
86 | /// the indices may not be sorted, or may have duplicated entries.
87 | public struct org_apache_arrow_flatbuf_SparseTensorIndexCOO: FlatBufferObject, Verifiable {
| `- error: cannot find type 'FlatBufferObject' in scope
88 |
89 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:157:62: error: cannot find type 'FlatBufferObject' in scope
155 |
156 | /// Compressed Sparse format, that is matrix-specific.
157 | public struct org_apache_arrow_flatbuf_SparseMatrixIndexCSX: FlatBufferObject, Verifiable {
| `- error: cannot find type 'FlatBufferObject' in scope
158 |
159 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:256:62: error: cannot find type 'FlatBufferObject' in scope
254 |
255 | /// Compressed Sparse Fiber (CSF) sparse tensor index.
256 | public struct org_apache_arrow_flatbuf_SparseTensorIndexCSF: FlatBufferObject, Verifiable {
| `- error: cannot find type 'FlatBufferObject' in scope
257 |
258 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:395:54: error: cannot find type 'FlatBufferObject' in scope
393 | }
394 |
395 | public struct org_apache_arrow_flatbuf_SparseTensor: FlatBufferObject, Verifiable {
| `- error: cannot find type 'FlatBufferObject' in scope
396 |
397 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:108:105: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
106 |
107 | /// The type of values in indicesBuffer
108 | public var indicesType: org_apache_arrow_flatbuf_Int! { let o = _accessor.offset(VTOFFSET.indicesType.v); return 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')
109 | /// Non-negative byte offsets to advance one value cell along each dimension
110 | /// If omitted, default to row-major order (C-like).
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:108:183: error: cannot convert value of type 'String' to expected argument type 'Int32'
106 |
107 | /// The type of values in indicesBuffer
108 | public var indicesType: org_apache_arrow_flatbuf_Int! { let o = _accessor.offset(VTOFFSET.indicesType.v); return 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'
109 | /// Non-negative byte offsets to advance one value cell along each dimension
110 | /// If omitted, default to row-major order (C-like).
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:108:195: error: value of type 'Table' has no member 'postion'
106 |
107 | /// The type of values in indicesBuffer
108 | public var indicesType: org_apache_arrow_flatbuf_Int! { let o = _accessor.offset(VTOFFSET.indicesType.v); return org_apache_arrow_flatbuf_Int(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: value of type 'Table' has no member 'postion'
109 | /// Non-negative byte offsets to advance one value cell along each dimension
110 | /// If omitted, default to row-major order (C-like).
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:111:89: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
109 | /// Non-negative byte offsets to advance one value cell along each dimension
110 | /// If omitted, default to row-major order (C-like).
111 | public var hasIndicesStrides: Bool { let o = _accessor.offset(VTOFFSET.indicesStrides.v); return o == 0 ? false : true }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
112 | public var indicesStridesCount: Int32 { let o = _accessor.offset(VTOFFSET.indicesStrides.v); return o == 0 ? 0 : _accessor.vector(count: o) }
113 | public func indicesStrides(at index: Int32) -> Int64 { let o = _accessor.offset(VTOFFSET.indicesStrides.v); return o == 0 ? 0 : _accessor.directRead(of: Int64.self, offset: _accessor.vector(at: o) + index * 8) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:112:92: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
110 | /// If omitted, default to row-major order (C-like).
111 | public var hasIndicesStrides: Bool { let o = _accessor.offset(VTOFFSET.indicesStrides.v); return o == 0 ? false : true }
112 | public var indicesStridesCount: Int32 { let o = _accessor.offset(VTOFFSET.indicesStrides.v); return o == 0 ? 0 : _accessor.vector(count: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
113 | public func indicesStrides(at index: Int32) -> Int64 { let o = _accessor.offset(VTOFFSET.indicesStrides.v); return o == 0 ? 0 : _accessor.directRead(of: Int64.self, offset: _accessor.vector(at: o) + index * 8) }
114 | public var indicesStrides: [Int64] { return _accessor.getVector(at: VTOFFSET.indicesStrides.v) ?? [] }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:113:107: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
111 | public var hasIndicesStrides: Bool { let o = _accessor.offset(VTOFFSET.indicesStrides.v); return o == 0 ? false : true }
112 | public var indicesStridesCount: Int32 { let o = _accessor.offset(VTOFFSET.indicesStrides.v); return o == 0 ? 0 : _accessor.vector(count: o) }
113 | public func indicesStrides(at index: Int32) -> Int64 { let o = _accessor.offset(VTOFFSET.indicesStrides.v); return o == 0 ? 0 : _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')
114 | public var indicesStrides: [Int64] { return _accessor.getVector(at: VTOFFSET.indicesStrides.v) ?? [] }
115 | /// The location and size of the indices matrix's data
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:113:141: error: value of type 'Table' has no member 'directRead'
111 | public var hasIndicesStrides: Bool { let o = _accessor.offset(VTOFFSET.indicesStrides.v); return o == 0 ? false : true }
112 | public var indicesStridesCount: Int32 { let o = _accessor.offset(VTOFFSET.indicesStrides.v); return o == 0 ? 0 : _accessor.vector(count: o) }
113 | public func indicesStrides(at index: Int32) -> Int64 { let o = _accessor.offset(VTOFFSET.indicesStrides.v); return o == 0 ? 0 : _accessor.directRead(of: Int64.self, offset: _accessor.vector(at: o) + index * 8) }
| `- error: value of type 'Table' has no member 'directRead'
114 | public var indicesStrides: [Int64] { return _accessor.getVector(at: VTOFFSET.indicesStrides.v) ?? [] }
115 | /// The location and size of the indices matrix's data
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:114:95: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
112 | public var indicesStridesCount: Int32 { let o = _accessor.offset(VTOFFSET.indicesStrides.v); return o == 0 ? 0 : _accessor.vector(count: o) }
113 | public func indicesStrides(at index: Int32) -> Int64 { let o = _accessor.offset(VTOFFSET.indicesStrides.v); return o == 0 ? 0 : _accessor.directRead(of: Int64.self, offset: _accessor.vector(at: o) + index * 8) }
114 | public var indicesStrides: [Int64] { return _accessor.getVector(at: VTOFFSET.indicesStrides.v) ?? [] }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
115 | /// The location and size of the indices matrix's data
116 | public var indicesBuffer: org_apache_arrow_flatbuf_Buffer! { let o = _accessor.offset(VTOFFSET.indicesBuffer.v); return _accessor.readBuffer(of: org_apache_arrow_flatbuf_Buffer.self, at: o) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:116:112: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
114 | public var indicesStrides: [Int64] { return _accessor.getVector(at: VTOFFSET.indicesStrides.v) ?? [] }
115 | /// The location and size of the indices matrix's data
116 | public var indicesBuffer: org_apache_arrow_flatbuf_Buffer! { let o = _accessor.offset(VTOFFSET.indicesBuffer.v); return _accessor.readBuffer(of: org_apache_arrow_flatbuf_Buffer.self, at: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
117 | public var mutableIndicesBuffer: org_apache_arrow_flatbuf_Buffer_Mutable! { let o = _accessor.offset(VTOFFSET.indicesBuffer.v); return org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: o + _accessor.postion) }
118 | /// This flag is true if and only if the indices matrix is sorted in
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:117:127: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
115 | /// The location and size of the indices matrix's data
116 | public var indicesBuffer: org_apache_arrow_flatbuf_Buffer! { let o = _accessor.offset(VTOFFSET.indicesBuffer.v); return _accessor.readBuffer(of: org_apache_arrow_flatbuf_Buffer.self, at: o) }
117 | public var mutableIndicesBuffer: org_apache_arrow_flatbuf_Buffer_Mutable! { let o = _accessor.offset(VTOFFSET.indicesBuffer.v); return org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: o + _accessor.postion) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
118 | /// This flag is true if and only if the indices matrix is sorted in
119 | /// row-major order, and does not have duplicated entries.
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:117:197: error: cannot convert value of type 'String' to expected argument type 'Int32'
115 | /// The location and size of the indices matrix's data
116 | public var indicesBuffer: org_apache_arrow_flatbuf_Buffer! { let o = _accessor.offset(VTOFFSET.indicesBuffer.v); return _accessor.readBuffer(of: org_apache_arrow_flatbuf_Buffer.self, at: o) }
117 | public var mutableIndicesBuffer: org_apache_arrow_flatbuf_Buffer_Mutable! { let o = _accessor.offset(VTOFFSET.indicesBuffer.v); return org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: o + _accessor.postion) }
| `- error: cannot convert value of type 'String' to expected argument type 'Int32'
118 | /// This flag is true if and only if the indices matrix is sorted in
119 | /// row-major order, and does not have duplicated entries.
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:117:209: error: value of type 'Table' has no member 'postion'
115 | /// The location and size of the indices matrix's data
116 | public var indicesBuffer: org_apache_arrow_flatbuf_Buffer! { let o = _accessor.offset(VTOFFSET.indicesBuffer.v); return _accessor.readBuffer(of: org_apache_arrow_flatbuf_Buffer.self, at: o) }
117 | public var mutableIndicesBuffer: org_apache_arrow_flatbuf_Buffer_Mutable! { let o = _accessor.offset(VTOFFSET.indicesBuffer.v); return org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: o + _accessor.postion) }
| `- error: value of type 'Table' has no member 'postion'
118 | /// This flag is true if and only if the indices matrix is sorted in
119 | /// row-major order, and does not have duplicated entries.
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:123:80: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
121 | /// but it is inverse order of SciPy's canonical coo_matrix
122 | /// (SciPy employs column-major order for its coo_matrix).
123 | public var isCanonical: Bool { let o = _accessor.offset(VTOFFSET.isCanonical.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')
124 | public static func startSparseTensorIndexCOO(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 4) }
125 | public static func add(indicesType: Offset, _ fbb: inout FlatBufferBuilder) { fbb.add(offset: indicesType, at: VTOFFSET.indicesType.p) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:179:133: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
177 |
178 | /// Which axis, row or column, is compressed
179 | public var compressedAxis: org_apache_arrow_flatbuf_SparseMatrixCompressedAxis { let o = _accessor.offset(VTOFFSET.compressedAxis.v); return o == 0 ? .row : org_apache_arrow_flatbuf_SparseMatrixCompressedAxis(rawValue: _accessor.readBuffer(of: Int16.self, at: o)) ?? .row }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
180 | /// The type of values in indptrBuffer
181 | public var indptrType: org_apache_arrow_flatbuf_Int! { let o = _accessor.offset(VTOFFSET.indptrType.v); return org_apache_arrow_flatbuf_Int(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:181:103: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
179 | public var compressedAxis: org_apache_arrow_flatbuf_SparseMatrixCompressedAxis { let o = _accessor.offset(VTOFFSET.compressedAxis.v); return o == 0 ? .row : org_apache_arrow_flatbuf_SparseMatrixCompressedAxis(rawValue: _accessor.readBuffer(of: Int16.self, at: o)) ?? .row }
180 | /// The type of values in indptrBuffer
181 | public var indptrType: org_apache_arrow_flatbuf_Int! { let o = _accessor.offset(VTOFFSET.indptrType.v); return 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')
182 | /// indptrBuffer stores the location and size of indptr array that
183 | /// represents the range of the rows.
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:181:181: error: cannot convert value of type 'String' to expected argument type 'Int32'
179 | public var compressedAxis: org_apache_arrow_flatbuf_SparseMatrixCompressedAxis { let o = _accessor.offset(VTOFFSET.compressedAxis.v); return o == 0 ? .row : org_apache_arrow_flatbuf_SparseMatrixCompressedAxis(rawValue: _accessor.readBuffer(of: Int16.self, at: o)) ?? .row }
180 | /// The type of values in indptrBuffer
181 | public var indptrType: org_apache_arrow_flatbuf_Int! { let o = _accessor.offset(VTOFFSET.indptrType.v); return 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'
182 | /// indptrBuffer stores the location and size of indptr array that
183 | /// represents the range of the rows.
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:181:193: error: value of type 'Table' has no member 'postion'
179 | public var compressedAxis: org_apache_arrow_flatbuf_SparseMatrixCompressedAxis { let o = _accessor.offset(VTOFFSET.compressedAxis.v); return o == 0 ? .row : org_apache_arrow_flatbuf_SparseMatrixCompressedAxis(rawValue: _accessor.readBuffer(of: Int16.self, at: o)) ?? .row }
180 | /// The type of values in indptrBuffer
181 | public var indptrType: org_apache_arrow_flatbuf_Int! { let o = _accessor.offset(VTOFFSET.indptrType.v); return org_apache_arrow_flatbuf_Int(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: value of type 'Table' has no member 'postion'
182 | /// indptrBuffer stores the location and size of indptr array that
183 | /// represents the range of the rows.
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:205:110: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
203 | /// indptr(X) = [0, 2, 3, 5, 5, 8, 10].
204 | /// ```
205 | public var indptrBuffer: org_apache_arrow_flatbuf_Buffer! { let o = _accessor.offset(VTOFFSET.indptrBuffer.v); return _accessor.readBuffer(of: org_apache_arrow_flatbuf_Buffer.self, at: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
206 | public var mutableIndptrBuffer: org_apache_arrow_flatbuf_Buffer_Mutable! { let o = _accessor.offset(VTOFFSET.indptrBuffer.v); return org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: o + _accessor.postion) }
207 | /// The type of values in indicesBuffer
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:206:125: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
204 | /// ```
205 | public var indptrBuffer: org_apache_arrow_flatbuf_Buffer! { let o = _accessor.offset(VTOFFSET.indptrBuffer.v); return _accessor.readBuffer(of: org_apache_arrow_flatbuf_Buffer.self, at: o) }
206 | public var mutableIndptrBuffer: org_apache_arrow_flatbuf_Buffer_Mutable! { let o = _accessor.offset(VTOFFSET.indptrBuffer.v); return org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: o + _accessor.postion) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
207 | /// The type of values in indicesBuffer
208 | public var indicesType: org_apache_arrow_flatbuf_Int! { let o = _accessor.offset(VTOFFSET.indicesType.v); return org_apache_arrow_flatbuf_Int(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:206:195: error: cannot convert value of type 'String' to expected argument type 'Int32'
204 | /// ```
205 | public var indptrBuffer: org_apache_arrow_flatbuf_Buffer! { let o = _accessor.offset(VTOFFSET.indptrBuffer.v); return _accessor.readBuffer(of: org_apache_arrow_flatbuf_Buffer.self, at: o) }
206 | public var mutableIndptrBuffer: org_apache_arrow_flatbuf_Buffer_Mutable! { let o = _accessor.offset(VTOFFSET.indptrBuffer.v); return org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: o + _accessor.postion) }
| `- error: cannot convert value of type 'String' to expected argument type 'Int32'
207 | /// The type of values in indicesBuffer
208 | public var indicesType: org_apache_arrow_flatbuf_Int! { let o = _accessor.offset(VTOFFSET.indicesType.v); return org_apache_arrow_flatbuf_Int(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:206:207: error: value of type 'Table' has no member 'postion'
204 | /// ```
205 | public var indptrBuffer: org_apache_arrow_flatbuf_Buffer! { let o = _accessor.offset(VTOFFSET.indptrBuffer.v); return _accessor.readBuffer(of: org_apache_arrow_flatbuf_Buffer.self, at: o) }
206 | public var mutableIndptrBuffer: org_apache_arrow_flatbuf_Buffer_Mutable! { let o = _accessor.offset(VTOFFSET.indptrBuffer.v); return org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: o + _accessor.postion) }
| `- error: value of type 'Table' has no member 'postion'
207 | /// The type of values in indicesBuffer
208 | public var indicesType: org_apache_arrow_flatbuf_Int! { let o = _accessor.offset(VTOFFSET.indicesType.v); return org_apache_arrow_flatbuf_Int(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:208:105: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
206 | public var mutableIndptrBuffer: org_apache_arrow_flatbuf_Buffer_Mutable! { let o = _accessor.offset(VTOFFSET.indptrBuffer.v); return org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: o + _accessor.postion) }
207 | /// The type of values in indicesBuffer
208 | public var indicesType: org_apache_arrow_flatbuf_Int! { let o = _accessor.offset(VTOFFSET.indicesType.v); return 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')
209 | /// indicesBuffer stores the location and size of the array that
210 | /// contains the column indices of the corresponding non-zero values.
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:208:183: error: cannot convert value of type 'String' to expected argument type 'Int32'
206 | public var mutableIndptrBuffer: org_apache_arrow_flatbuf_Buffer_Mutable! { let o = _accessor.offset(VTOFFSET.indptrBuffer.v); return org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: o + _accessor.postion) }
207 | /// The type of values in indicesBuffer
208 | public var indicesType: org_apache_arrow_flatbuf_Int! { let o = _accessor.offset(VTOFFSET.indicesType.v); return 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'
209 | /// indicesBuffer stores the location and size of the array that
210 | /// contains the column indices of the corresponding non-zero values.
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:208:195: error: value of type 'Table' has no member 'postion'
206 | public var mutableIndptrBuffer: org_apache_arrow_flatbuf_Buffer_Mutable! { let o = _accessor.offset(VTOFFSET.indptrBuffer.v); return org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: o + _accessor.postion) }
207 | /// The type of values in indicesBuffer
208 | public var indicesType: org_apache_arrow_flatbuf_Int! { let o = _accessor.offset(VTOFFSET.indicesType.v); return org_apache_arrow_flatbuf_Int(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: value of type 'Table' has no member 'postion'
209 | /// indicesBuffer stores the location and size of the array that
210 | /// contains the column indices of the corresponding non-zero values.
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:218:112: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
216 | /// ```
217 | /// Note that the indices are sorted in lexicographical order for each row.
218 | public var indicesBuffer: org_apache_arrow_flatbuf_Buffer! { let o = _accessor.offset(VTOFFSET.indicesBuffer.v); return _accessor.readBuffer(of: org_apache_arrow_flatbuf_Buffer.self, at: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
219 | public var mutableIndicesBuffer: org_apache_arrow_flatbuf_Buffer_Mutable! { let o = _accessor.offset(VTOFFSET.indicesBuffer.v); return org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: o + _accessor.postion) }
220 | public static func startSparseMatrixIndexCSX(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 5) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:219:127: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
217 | /// Note that the indices are sorted in lexicographical order for each row.
218 | public var indicesBuffer: org_apache_arrow_flatbuf_Buffer! { let o = _accessor.offset(VTOFFSET.indicesBuffer.v); return _accessor.readBuffer(of: org_apache_arrow_flatbuf_Buffer.self, at: o) }
219 | public var mutableIndicesBuffer: org_apache_arrow_flatbuf_Buffer_Mutable! { let o = _accessor.offset(VTOFFSET.indicesBuffer.v); return org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: o + _accessor.postion) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
220 | public static func startSparseMatrixIndexCSX(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 5) }
221 | public static func add(compressedAxis: org_apache_arrow_flatbuf_SparseMatrixCompressedAxis, _ fbb: inout FlatBufferBuilder) { fbb.add(element: compressedAxis.rawValue, def: 0, at: VTOFFSET.compressedAxis.p) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:219:197: error: cannot convert value of type 'String' to expected argument type 'Int32'
217 | /// Note that the indices are sorted in lexicographical order for each row.
218 | public var indicesBuffer: org_apache_arrow_flatbuf_Buffer! { let o = _accessor.offset(VTOFFSET.indicesBuffer.v); return _accessor.readBuffer(of: org_apache_arrow_flatbuf_Buffer.self, at: o) }
219 | public var mutableIndicesBuffer: org_apache_arrow_flatbuf_Buffer_Mutable! { let o = _accessor.offset(VTOFFSET.indicesBuffer.v); return org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: o + _accessor.postion) }
| `- error: cannot convert value of type 'String' to expected argument type 'Int32'
220 | public static func startSparseMatrixIndexCSX(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 5) }
221 | public static func add(compressedAxis: org_apache_arrow_flatbuf_SparseMatrixCompressedAxis, _ fbb: inout FlatBufferBuilder) { fbb.add(element: compressedAxis.rawValue, def: 0, at: VTOFFSET.compressedAxis.p) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:219:209: error: value of type 'Table' has no member 'postion'
217 | /// Note that the indices are sorted in lexicographical order for each row.
218 | public var indicesBuffer: org_apache_arrow_flatbuf_Buffer! { let o = _accessor.offset(VTOFFSET.indicesBuffer.v); return _accessor.readBuffer(of: org_apache_arrow_flatbuf_Buffer.self, at: o) }
219 | public var mutableIndicesBuffer: org_apache_arrow_flatbuf_Buffer_Mutable! { let o = _accessor.offset(VTOFFSET.indicesBuffer.v); return org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: o + _accessor.postion) }
| `- error: value of type 'Table' has no member 'postion'
220 | public static func startSparseMatrixIndexCSX(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 5) }
221 | public static func add(compressedAxis: org_apache_arrow_flatbuf_SparseMatrixCompressedAxis, _ fbb: inout FlatBufferBuilder) { fbb.add(element: compressedAxis.rawValue, def: 0, at: VTOFFSET.compressedAxis.p) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:308:103: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
306 | /// ```
307 | /// The type of values in indptrBuffers
308 | public var indptrType: org_apache_arrow_flatbuf_Int! { let o = _accessor.offset(VTOFFSET.indptrType.v); return 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')
309 | /// indptrBuffers stores the sparsity structure.
310 | /// Each two consecutive dimensions in a tensor correspond to a buffer in
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:308:181: error: cannot convert value of type 'String' to expected argument type 'Int32'
306 | /// ```
307 | /// The type of values in indptrBuffers
308 | public var indptrType: org_apache_arrow_flatbuf_Int! { let o = _accessor.offset(VTOFFSET.indptrType.v); return 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'
309 | /// indptrBuffers stores the sparsity structure.
310 | /// Each two consecutive dimensions in a tensor correspond to a buffer in
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:308:193: error: value of type 'Table' has no member 'postion'
306 | /// ```
307 | /// The type of values in indptrBuffers
308 | public var indptrType: org_apache_arrow_flatbuf_Int! { let o = _accessor.offset(VTOFFSET.indptrType.v); return org_apache_arrow_flatbuf_Int(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: value of type 'Table' has no member 'postion'
309 | /// indptrBuffers stores the sparsity structure.
310 | /// Each two consecutive dimensions in a tensor correspond to a buffer in
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:323:87: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
321 | /// ].
322 | /// ```
323 | public var hasIndptrBuffers: Bool { let o = _accessor.offset(VTOFFSET.indptrBuffers.v); return o == 0 ? false : true }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
324 | public var indptrBuffersCount: Int32 { let o = _accessor.offset(VTOFFSET.indptrBuffers.v); return o == 0 ? 0 : _accessor.vector(count: o) }
325 | public func indptrBuffers(at index: Int32) -> org_apache_arrow_flatbuf_Buffer? { let o = _accessor.offset(VTOFFSET.indptrBuffers.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/SparseTensor_generated.swift:324:90: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
322 | /// ```
323 | public var hasIndptrBuffers: Bool { let o = _accessor.offset(VTOFFSET.indptrBuffers.v); return o == 0 ? false : true }
324 | public var indptrBuffersCount: Int32 { let o = _accessor.offset(VTOFFSET.indptrBuffers.v); return o == 0 ? 0 : _accessor.vector(count: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
325 | public func indptrBuffers(at index: Int32) -> org_apache_arrow_flatbuf_Buffer? { let o = _accessor.offset(VTOFFSET.indptrBuffers.v); return o == 0 ? nil : _accessor.directRead(of: org_apache_arrow_flatbuf_Buffer.self, offset: _accessor.vector(at: o) + index * 16) }
326 | public func mutableIndptrBuffers(at index: Int32) -> org_apache_arrow_flatbuf_Buffer_Mutable? { let o = _accessor.offset(VTOFFSET.indptrBuffers.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/SparseTensor_generated.swift:325:132: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
323 | public var hasIndptrBuffers: Bool { let o = _accessor.offset(VTOFFSET.indptrBuffers.v); return o == 0 ? false : true }
324 | public var indptrBuffersCount: Int32 { let o = _accessor.offset(VTOFFSET.indptrBuffers.v); return o == 0 ? 0 : _accessor.vector(count: o) }
325 | public func indptrBuffers(at index: Int32) -> org_apache_arrow_flatbuf_Buffer? { let o = _accessor.offset(VTOFFSET.indptrBuffers.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')
326 | public func mutableIndptrBuffers(at index: Int32) -> org_apache_arrow_flatbuf_Buffer_Mutable? { let o = _accessor.offset(VTOFFSET.indptrBuffers.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: _accessor.vector(at: o) + index * 16) }
327 | /// The type of values in indicesBuffers
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:325:168: error: value of type 'Table' has no member 'directRead'
323 | public var hasIndptrBuffers: Bool { let o = _accessor.offset(VTOFFSET.indptrBuffers.v); return o == 0 ? false : true }
324 | public var indptrBuffersCount: Int32 { let o = _accessor.offset(VTOFFSET.indptrBuffers.v); return o == 0 ? 0 : _accessor.vector(count: o) }
325 | public func indptrBuffers(at index: Int32) -> org_apache_arrow_flatbuf_Buffer? { let o = _accessor.offset(VTOFFSET.indptrBuffers.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'
326 | public func mutableIndptrBuffers(at index: Int32) -> org_apache_arrow_flatbuf_Buffer_Mutable? { let o = _accessor.offset(VTOFFSET.indptrBuffers.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: _accessor.vector(at: o) + index * 16) }
327 | /// The type of values in indicesBuffers
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:326:147: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
324 | public var indptrBuffersCount: Int32 { let o = _accessor.offset(VTOFFSET.indptrBuffers.v); return o == 0 ? 0 : _accessor.vector(count: o) }
325 | public func indptrBuffers(at index: Int32) -> org_apache_arrow_flatbuf_Buffer? { let o = _accessor.offset(VTOFFSET.indptrBuffers.v); return o == 0 ? nil : _accessor.directRead(of: org_apache_arrow_flatbuf_Buffer.self, offset: _accessor.vector(at: o) + index * 16) }
326 | public func mutableIndptrBuffers(at index: Int32) -> org_apache_arrow_flatbuf_Buffer_Mutable? { let o = _accessor.offset(VTOFFSET.indptrBuffers.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')
327 | /// The type of values in indicesBuffers
328 | public var indicesType: org_apache_arrow_flatbuf_Int! { let o = _accessor.offset(VTOFFSET.indicesType.v); return org_apache_arrow_flatbuf_Int(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:328:105: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
326 | public func mutableIndptrBuffers(at index: Int32) -> org_apache_arrow_flatbuf_Buffer_Mutable? { let o = _accessor.offset(VTOFFSET.indptrBuffers.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: _accessor.vector(at: o) + index * 16) }
327 | /// The type of values in indicesBuffers
328 | public var indicesType: org_apache_arrow_flatbuf_Int! { let o = _accessor.offset(VTOFFSET.indicesType.v); return 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')
329 | /// indicesBuffers stores values of nodes.
330 | /// Each tensor dimension corresponds to a buffer in indicesBuffers.
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:328:183: error: cannot convert value of type 'String' to expected argument type 'Int32'
326 | public func mutableIndptrBuffers(at index: Int32) -> org_apache_arrow_flatbuf_Buffer_Mutable? { let o = _accessor.offset(VTOFFSET.indptrBuffers.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: _accessor.vector(at: o) + index * 16) }
327 | /// The type of values in indicesBuffers
328 | public var indicesType: org_apache_arrow_flatbuf_Int! { let o = _accessor.offset(VTOFFSET.indicesType.v); return 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'
329 | /// indicesBuffers stores values of nodes.
330 | /// Each tensor dimension corresponds to a buffer in indicesBuffers.
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:328:195: error: value of type 'Table' has no member 'postion'
326 | public func mutableIndptrBuffers(at index: Int32) -> org_apache_arrow_flatbuf_Buffer_Mutable? { let o = _accessor.offset(VTOFFSET.indptrBuffers.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: _accessor.vector(at: o) + index * 16) }
327 | /// The type of values in indicesBuffers
328 | public var indicesType: org_apache_arrow_flatbuf_Int! { let o = _accessor.offset(VTOFFSET.indicesType.v); return org_apache_arrow_flatbuf_Int(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: value of type 'Table' has no member 'postion'
329 | /// indicesBuffers stores values of nodes.
330 | /// Each tensor dimension corresponds to a buffer in indicesBuffers.
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:340:89: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
338 | /// ].
339 | /// ```
340 | public var hasIndicesBuffers: Bool { let o = _accessor.offset(VTOFFSET.indicesBuffers.v); return o == 0 ? false : true }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
341 | public var indicesBuffersCount: Int32 { let o = _accessor.offset(VTOFFSET.indicesBuffers.v); return o == 0 ? 0 : _accessor.vector(count: o) }
342 | public func indicesBuffers(at index: Int32) -> org_apache_arrow_flatbuf_Buffer? { let o = _accessor.offset(VTOFFSET.indicesBuffers.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/SparseTensor_generated.swift:341:92: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
339 | /// ```
340 | public var hasIndicesBuffers: Bool { let o = _accessor.offset(VTOFFSET.indicesBuffers.v); return o == 0 ? false : true }
341 | public var indicesBuffersCount: Int32 { let o = _accessor.offset(VTOFFSET.indicesBuffers.v); return o == 0 ? 0 : _accessor.vector(count: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
342 | public func indicesBuffers(at index: Int32) -> org_apache_arrow_flatbuf_Buffer? { let o = _accessor.offset(VTOFFSET.indicesBuffers.v); return o == 0 ? nil : _accessor.directRead(of: org_apache_arrow_flatbuf_Buffer.self, offset: _accessor.vector(at: o) + index * 16) }
343 | public func mutableIndicesBuffers(at index: Int32) -> org_apache_arrow_flatbuf_Buffer_Mutable? { let o = _accessor.offset(VTOFFSET.indicesBuffers.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/SparseTensor_generated.swift:342:134: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
340 | public var hasIndicesBuffers: Bool { let o = _accessor.offset(VTOFFSET.indicesBuffers.v); return o == 0 ? false : true }
341 | public var indicesBuffersCount: Int32 { let o = _accessor.offset(VTOFFSET.indicesBuffers.v); return o == 0 ? 0 : _accessor.vector(count: o) }
342 | public func indicesBuffers(at index: Int32) -> org_apache_arrow_flatbuf_Buffer? { let o = _accessor.offset(VTOFFSET.indicesBuffers.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')
343 | public func mutableIndicesBuffers(at index: Int32) -> org_apache_arrow_flatbuf_Buffer_Mutable? { let o = _accessor.offset(VTOFFSET.indicesBuffers.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: _accessor.vector(at: o) + index * 16) }
344 | /// axisOrder stores the sequence in which dimensions were traversed to
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:342:170: error: value of type 'Table' has no member 'directRead'
340 | public var hasIndicesBuffers: Bool { let o = _accessor.offset(VTOFFSET.indicesBuffers.v); return o == 0 ? false : true }
341 | public var indicesBuffersCount: Int32 { let o = _accessor.offset(VTOFFSET.indicesBuffers.v); return o == 0 ? 0 : _accessor.vector(count: o) }
342 | public func indicesBuffers(at index: Int32) -> org_apache_arrow_flatbuf_Buffer? { let o = _accessor.offset(VTOFFSET.indicesBuffers.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'
343 | public func mutableIndicesBuffers(at index: Int32) -> org_apache_arrow_flatbuf_Buffer_Mutable? { let o = _accessor.offset(VTOFFSET.indicesBuffers.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: _accessor.vector(at: o) + index * 16) }
344 | /// axisOrder stores the sequence in which dimensions were traversed to
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:343:149: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
341 | public var indicesBuffersCount: Int32 { let o = _accessor.offset(VTOFFSET.indicesBuffers.v); return o == 0 ? 0 : _accessor.vector(count: o) }
342 | public func indicesBuffers(at index: Int32) -> org_apache_arrow_flatbuf_Buffer? { let o = _accessor.offset(VTOFFSET.indicesBuffers.v); return o == 0 ? nil : _accessor.directRead(of: org_apache_arrow_flatbuf_Buffer.self, offset: _accessor.vector(at: o) + index * 16) }
343 | public func mutableIndicesBuffers(at index: Int32) -> org_apache_arrow_flatbuf_Buffer_Mutable? { let o = _accessor.offset(VTOFFSET.indicesBuffers.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')
344 | /// axisOrder stores the sequence in which dimensions were traversed to
345 | /// produce the prefix tree.
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:350:79: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
348 | /// axisOrder(X) = [0, 1, 2, 3].
349 | /// ```
350 | public var hasAxisOrder: Bool { let o = _accessor.offset(VTOFFSET.axisOrder.v); return o == 0 ? false : true }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
351 | public var axisOrderCount: Int32 { let o = _accessor.offset(VTOFFSET.axisOrder.v); return o == 0 ? 0 : _accessor.vector(count: o) }
352 | public func axisOrder(at index: Int32) -> Int32 { let o = _accessor.offset(VTOFFSET.axisOrder.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/SparseTensor_generated.swift:351:82: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
349 | /// ```
350 | public var hasAxisOrder: Bool { let o = _accessor.offset(VTOFFSET.axisOrder.v); return o == 0 ? false : true }
351 | public var axisOrderCount: Int32 { let o = _accessor.offset(VTOFFSET.axisOrder.v); return o == 0 ? 0 : _accessor.vector(count: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
352 | public func axisOrder(at index: Int32) -> Int32 { let o = _accessor.offset(VTOFFSET.axisOrder.v); return o == 0 ? 0 : _accessor.directRead(of: Int32.self, offset: _accessor.vector(at: o) + index * 4) }
353 | public var axisOrder: [Int32] { return _accessor.getVector(at: VTOFFSET.axisOrder.v) ?? [] }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:352:97: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
350 | public var hasAxisOrder: Bool { let o = _accessor.offset(VTOFFSET.axisOrder.v); return o == 0 ? false : true }
351 | public var axisOrderCount: Int32 { let o = _accessor.offset(VTOFFSET.axisOrder.v); return o == 0 ? 0 : _accessor.vector(count: o) }
352 | public func axisOrder(at index: Int32) -> Int32 { let o = _accessor.offset(VTOFFSET.axisOrder.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')
353 | public var axisOrder: [Int32] { return _accessor.getVector(at: VTOFFSET.axisOrder.v) ?? [] }
354 | public static func startSparseTensorIndexCSF(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 5) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:352:131: error: value of type 'Table' has no member 'directRead'
350 | public var hasAxisOrder: Bool { let o = _accessor.offset(VTOFFSET.axisOrder.v); return o == 0 ? false : true }
351 | public var axisOrderCount: Int32 { let o = _accessor.offset(VTOFFSET.axisOrder.v); return o == 0 ? 0 : _accessor.vector(count: o) }
352 | public func axisOrder(at index: Int32) -> Int32 { let o = _accessor.offset(VTOFFSET.axisOrder.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'
353 | public var axisOrder: [Int32] { return _accessor.getVector(at: VTOFFSET.axisOrder.v) ?? [] }
354 | public static func startSparseTensorIndexCSF(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 5) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:353:85: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
351 | public var axisOrderCount: Int32 { let o = _accessor.offset(VTOFFSET.axisOrder.v); return o == 0 ? 0 : _accessor.vector(count: o) }
352 | public func axisOrder(at index: Int32) -> Int32 { let o = _accessor.offset(VTOFFSET.axisOrder.v); return o == 0 ? 0 : _accessor.directRead(of: Int32.self, offset: _accessor.vector(at: o) + index * 4) }
353 | public var axisOrder: [Int32] { return _accessor.getVector(at: VTOFFSET.axisOrder.v) ?? [] }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
354 | public static func startSparseTensorIndexCSF(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 5) }
355 | public static func add(indptrType: Offset, _ fbb: inout FlatBufferBuilder) { fbb.add(offset: indptrType, at: VTOFFSET.indptrType.p) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:418:100: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
416 | }
417 |
418 | 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')
419 | /// The type of data contained in a value cell.
420 | /// Currently only fixed-width value types are supported,
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:422:110: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
420 | /// Currently only fixed-width value types are supported,
421 | /// no strings or nested types.
422 | public func type<T: FlatbuffersInitializable>(type: T.Type) -> T! { let o = _accessor.offset(VTOFFSET.type.v); return _accessor.union(o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
423 | /// The dimensions of the tensor, optionally named.
424 | public var hasShape: Bool { let o = _accessor.offset(VTOFFSET.shape.v); return o == 0 ? false : true }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:424:71: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
422 | public func type<T: FlatbuffersInitializable>(type: T.Type) -> T! { let o = _accessor.offset(VTOFFSET.type.v); return _accessor.union(o) }
423 | /// The dimensions of the tensor, optionally named.
424 | public var hasShape: Bool { let o = _accessor.offset(VTOFFSET.shape.v); return o == 0 ? false : true }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
425 | public var shapeCount: Int32 { let o = _accessor.offset(VTOFFSET.shape.v); return o == 0 ? 0 : _accessor.vector(count: o) }
426 | public func shape(at index: Int32) -> org_apache_arrow_flatbuf_TensorDim? { let o = _accessor.offset(VTOFFSET.shape.v); return o == 0 ? nil : org_apache_arrow_flatbuf_TensorDim(_accessor.bb, o: _accessor.indirect(_accessor.vector(at: o) + index * 4)) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:425:74: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
423 | /// The dimensions of the tensor, optionally named.
424 | public var hasShape: Bool { let o = _accessor.offset(VTOFFSET.shape.v); return o == 0 ? false : true }
425 | public var shapeCount: Int32 { let o = _accessor.offset(VTOFFSET.shape.v); return o == 0 ? 0 : _accessor.vector(count: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
426 | public func shape(at index: Int32) -> org_apache_arrow_flatbuf_TensorDim? { let o = _accessor.offset(VTOFFSET.shape.v); return o == 0 ? nil : org_apache_arrow_flatbuf_TensorDim(_accessor.bb, o: _accessor.indirect(_accessor.vector(at: o) + index * 4)) }
427 | /// The number of non-zero values in a sparse tensor.
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:426:119: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
424 | public var hasShape: Bool { let o = _accessor.offset(VTOFFSET.shape.v); return o == 0 ? false : true }
425 | public var shapeCount: Int32 { let o = _accessor.offset(VTOFFSET.shape.v); return o == 0 ? 0 : _accessor.vector(count: o) }
426 | public func shape(at index: Int32) -> org_apache_arrow_flatbuf_TensorDim? { let o = _accessor.offset(VTOFFSET.shape.v); return o == 0 ? nil : org_apache_arrow_flatbuf_TensorDim(_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')
427 | /// The number of non-zero values in a sparse tensor.
428 | public var nonZeroLength: Int64 { let o = _accessor.offset(VTOFFSET.nonZeroLength.v); return o == 0 ? 0 : _accessor.readBuffer(of: Int64.self, at: o) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:428:85: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
426 | public func shape(at index: Int32) -> org_apache_arrow_flatbuf_TensorDim? { let o = _accessor.offset(VTOFFSET.shape.v); return o == 0 ? nil : org_apache_arrow_flatbuf_TensorDim(_accessor.bb, o: _accessor.indirect(_accessor.vector(at: o) + index * 4)) }
427 | /// The number of non-zero values in a sparse tensor.
428 | public var nonZeroLength: Int64 { let o = _accessor.offset(VTOFFSET.nonZeroLength.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')
429 | public var sparseIndexType: org_apache_arrow_flatbuf_SparseTensorIndex { let o = _accessor.offset(VTOFFSET.sparseIndexType.v); return o == 0 ? .none_ : org_apache_arrow_flatbuf_SparseTensorIndex(rawValue: _accessor.readBuffer(of: UInt8.self, at: o)) ?? .none_ }
430 | /// Sparse tensor index
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:429:126: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
427 | /// The number of non-zero values in a sparse tensor.
428 | public var nonZeroLength: Int64 { let o = _accessor.offset(VTOFFSET.nonZeroLength.v); return o == 0 ? 0 : _accessor.readBuffer(of: Int64.self, at: o) }
429 | public var sparseIndexType: org_apache_arrow_flatbuf_SparseTensorIndex { let o = _accessor.offset(VTOFFSET.sparseIndexType.v); return o == 0 ? .none_ : org_apache_arrow_flatbuf_SparseTensorIndex(rawValue: _accessor.readBuffer(of: UInt8.self, at: o)) ?? .none_ }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
430 | /// Sparse tensor index
431 | public func sparseIndex<T: FlatbuffersInitializable>(type: T.Type) -> T! { let o = _accessor.offset(VTOFFSET.sparseIndex.v); return _accessor.union(o) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:431:124: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
429 | public var sparseIndexType: org_apache_arrow_flatbuf_SparseTensorIndex { let o = _accessor.offset(VTOFFSET.sparseIndexType.v); return o == 0 ? .none_ : org_apache_arrow_flatbuf_SparseTensorIndex(rawValue: _accessor.readBuffer(of: UInt8.self, at: o)) ?? .none_ }
430 | /// Sparse tensor index
431 | public func sparseIndex<T: FlatbuffersInitializable>(type: T.Type) -> T! { let o = _accessor.offset(VTOFFSET.sparseIndex.v); return _accessor.union(o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
432 | /// The location and size of the tensor's data
433 | public var data: org_apache_arrow_flatbuf_Buffer! { let o = _accessor.offset(VTOFFSET.data.v); return _accessor.readBuffer(of: org_apache_arrow_flatbuf_Buffer.self, at: o) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:433:94: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
431 | public func sparseIndex<T: FlatbuffersInitializable>(type: T.Type) -> T! { let o = _accessor.offset(VTOFFSET.sparseIndex.v); return _accessor.union(o) }
432 | /// The location and size of the tensor's data
433 | public var data: org_apache_arrow_flatbuf_Buffer! { let o = _accessor.offset(VTOFFSET.data.v); return _accessor.readBuffer(of: org_apache_arrow_flatbuf_Buffer.self, at: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
434 | public var mutableData: org_apache_arrow_flatbuf_Buffer_Mutable! { let o = _accessor.offset(VTOFFSET.data.v); return org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: o + _accessor.postion) }
435 | public static func startSparseTensor(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 7) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:434:109: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
432 | /// The location and size of the tensor's data
433 | public var data: org_apache_arrow_flatbuf_Buffer! { let o = _accessor.offset(VTOFFSET.data.v); return _accessor.readBuffer(of: org_apache_arrow_flatbuf_Buffer.self, at: o) }
434 | public var mutableData: org_apache_arrow_flatbuf_Buffer_Mutable! { let o = _accessor.offset(VTOFFSET.data.v); return org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: o + _accessor.postion) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
435 | public static func startSparseTensor(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 7) }
436 | public static func add(typeType: org_apache_arrow_flatbuf_Type_, _ fbb: inout FlatBufferBuilder) { fbb.add(element: typeType.rawValue, def: 0, at: VTOFFSET.typeType.p) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:434:179: error: cannot convert value of type 'String' to expected argument type 'Int32'
432 | /// The location and size of the tensor's data
433 | public var data: org_apache_arrow_flatbuf_Buffer! { let o = _accessor.offset(VTOFFSET.data.v); return _accessor.readBuffer(of: org_apache_arrow_flatbuf_Buffer.self, at: o) }
434 | public var mutableData: org_apache_arrow_flatbuf_Buffer_Mutable! { let o = _accessor.offset(VTOFFSET.data.v); return org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: o + _accessor.postion) }
| `- error: cannot convert value of type 'String' to expected argument type 'Int32'
435 | public static func startSparseTensor(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 7) }
436 | public static func add(typeType: org_apache_arrow_flatbuf_Type_, _ fbb: inout FlatBufferBuilder) { fbb.add(element: typeType.rawValue, def: 0, at: VTOFFSET.typeType.p) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:434:191: error: value of type 'Table' has no member 'postion'
432 | /// The location and size of the tensor's data
433 | public var data: org_apache_arrow_flatbuf_Buffer! { let o = _accessor.offset(VTOFFSET.data.v); return _accessor.readBuffer(of: org_apache_arrow_flatbuf_Buffer.self, at: o) }
434 | public var mutableData: org_apache_arrow_flatbuf_Buffer_Mutable! { let o = _accessor.offset(VTOFFSET.data.v); return org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: o + _accessor.postion) }
| `- error: value of type 'Table' has no member 'postion'
435 | public static func startSparseTensor(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 7) }
436 | public static func add(typeType: org_apache_arrow_flatbuf_Type_, _ fbb: inout FlatBufferBuilder) { fbb.add(element: typeType.rawValue, def: 0, at: VTOFFSET.typeType.p) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Tensor_generated.swift:27:51: error: cannot find type 'FlatBufferObject' in scope
25 | /// Data structures for dense tensors
26 | /// Shape data for a single axis in a tensor
27 | public struct org_apache_arrow_flatbuf_TensorDim: FlatBufferObject, Verifiable {
| `- error: cannot find type 'FlatBufferObject' in scope
28 |
29 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Tensor_generated.swift:73:48: error: cannot find type 'FlatBufferObject' in scope
71 | }
72 |
73 | public struct org_apache_arrow_flatbuf_Tensor: FlatBufferObject, Verifiable {
| `- error: cannot find type 'FlatBufferObject' in scope
74 |
75 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Tensor_generated.swift:46:67: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
44 |
45 | /// Length of dimension
46 | public var size: Int64 { let o = _accessor.offset(VTOFFSET.size.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')
47 | /// Name of the dimension, optional
48 | public var name: String? { let o = _accessor.offset(VTOFFSET.name.v); return o == 0 ? nil : _accessor.string(at: o) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Tensor_generated.swift:48:69: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
46 | public var size: Int64 { let o = _accessor.offset(VTOFFSET.size.v); return o == 0 ? 0 : _accessor.readBuffer(of: Int64.self, at: o) }
47 | /// Name of the dimension, optional
48 | 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')
49 | public var nameSegmentArray: [UInt8]? { return _accessor.getVector(at: VTOFFSET.name.v) }
50 | public static func startTensorDim(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 2) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Tensor_generated.swift:49:88: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
47 | /// Name of the dimension, optional
48 | public var name: String? { let o = _accessor.offset(VTOFFSET.name.v); return o == 0 ? nil : _accessor.string(at: o) }
49 | 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')
50 | public static func startTensorDim(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 2) }
51 | public static func add(size: Int64, _ fbb: inout FlatBufferBuilder) { fbb.add(element: size, def: 0, at: VTOFFSET.size.p) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Tensor_generated.swift:94:100: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
92 | }
93 |
94 | 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')
95 | /// The type of data contained in a value cell. Currently only fixed-width
96 | /// value types are supported, no strings or nested types
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Tensor_generated.swift:97:110: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
95 | /// The type of data contained in a value cell. Currently only fixed-width
96 | /// value types are supported, no strings or nested types
97 | public func type<T: FlatbuffersInitializable>(type: T.Type) -> T! { let o = _accessor.offset(VTOFFSET.type.v); return _accessor.union(o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
98 | /// The dimensions of the tensor, optionally named
99 | public var hasShape: Bool { let o = _accessor.offset(VTOFFSET.shape.v); return o == 0 ? false : true }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Tensor_generated.swift:99:71: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
97 | public func type<T: FlatbuffersInitializable>(type: T.Type) -> T! { let o = _accessor.offset(VTOFFSET.type.v); return _accessor.union(o) }
98 | /// The dimensions of the tensor, optionally named
99 | public var hasShape: Bool { let o = _accessor.offset(VTOFFSET.shape.v); return o == 0 ? false : true }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
100 | public var shapeCount: Int32 { let o = _accessor.offset(VTOFFSET.shape.v); return o == 0 ? 0 : _accessor.vector(count: o) }
101 | public func shape(at index: Int32) -> org_apache_arrow_flatbuf_TensorDim? { let o = _accessor.offset(VTOFFSET.shape.v); return o == 0 ? nil : org_apache_arrow_flatbuf_TensorDim(_accessor.bb, o: _accessor.indirect(_accessor.vector(at: o) + index * 4)) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Tensor_generated.swift:100:74: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
98 | /// The dimensions of the tensor, optionally named
99 | public var hasShape: Bool { let o = _accessor.offset(VTOFFSET.shape.v); return o == 0 ? false : true }
100 | public var shapeCount: Int32 { let o = _accessor.offset(VTOFFSET.shape.v); return o == 0 ? 0 : _accessor.vector(count: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
101 | public func shape(at index: Int32) -> org_apache_arrow_flatbuf_TensorDim? { let o = _accessor.offset(VTOFFSET.shape.v); return o == 0 ? nil : org_apache_arrow_flatbuf_TensorDim(_accessor.bb, o: _accessor.indirect(_accessor.vector(at: o) + index * 4)) }
102 | /// Non-negative byte offsets to advance one value cell along each dimension
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Tensor_generated.swift:101:119: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
99 | public var hasShape: Bool { let o = _accessor.offset(VTOFFSET.shape.v); return o == 0 ? false : true }
100 | public var shapeCount: Int32 { let o = _accessor.offset(VTOFFSET.shape.v); return o == 0 ? 0 : _accessor.vector(count: o) }
101 | public func shape(at index: Int32) -> org_apache_arrow_flatbuf_TensorDim? { let o = _accessor.offset(VTOFFSET.shape.v); return o == 0 ? nil : org_apache_arrow_flatbuf_TensorDim(_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')
102 | /// Non-negative byte offsets to advance one value cell along each dimension
103 | /// If omitted, default to row-major order (C-like).
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Tensor_generated.swift:104:75: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
102 | /// Non-negative byte offsets to advance one value cell along each dimension
103 | /// If omitted, default to row-major order (C-like).
104 | public var hasStrides: Bool { let o = _accessor.offset(VTOFFSET.strides.v); return o == 0 ? false : true }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
105 | public var stridesCount: Int32 { let o = _accessor.offset(VTOFFSET.strides.v); return o == 0 ? 0 : _accessor.vector(count: o) }
106 | public func strides(at index: Int32) -> Int64 { let o = _accessor.offset(VTOFFSET.strides.v); return o == 0 ? 0 : _accessor.directRead(of: Int64.self, offset: _accessor.vector(at: o) + index * 8) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Tensor_generated.swift:105:78: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
103 | /// If omitted, default to row-major order (C-like).
104 | public var hasStrides: Bool { let o = _accessor.offset(VTOFFSET.strides.v); return o == 0 ? false : true }
105 | public var stridesCount: Int32 { let o = _accessor.offset(VTOFFSET.strides.v); return o == 0 ? 0 : _accessor.vector(count: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
106 | public func strides(at index: Int32) -> Int64 { let o = _accessor.offset(VTOFFSET.strides.v); return o == 0 ? 0 : _accessor.directRead(of: Int64.self, offset: _accessor.vector(at: o) + index * 8) }
107 | public var strides: [Int64] { return _accessor.getVector(at: VTOFFSET.strides.v) ?? [] }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Tensor_generated.swift:106:93: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
104 | public var hasStrides: Bool { let o = _accessor.offset(VTOFFSET.strides.v); return o == 0 ? false : true }
105 | public var stridesCount: Int32 { let o = _accessor.offset(VTOFFSET.strides.v); return o == 0 ? 0 : _accessor.vector(count: o) }
106 | public func strides(at index: Int32) -> Int64 { let o = _accessor.offset(VTOFFSET.strides.v); return o == 0 ? 0 : _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')
107 | public var strides: [Int64] { return _accessor.getVector(at: VTOFFSET.strides.v) ?? [] }
108 | /// The location and size of the tensor's data
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Tensor_generated.swift:106:127: error: value of type 'Table' has no member 'directRead'
104 | public var hasStrides: Bool { let o = _accessor.offset(VTOFFSET.strides.v); return o == 0 ? false : true }
105 | public var stridesCount: Int32 { let o = _accessor.offset(VTOFFSET.strides.v); return o == 0 ? 0 : _accessor.vector(count: o) }
106 | public func strides(at index: Int32) -> Int64 { let o = _accessor.offset(VTOFFSET.strides.v); return o == 0 ? 0 : _accessor.directRead(of: Int64.self, offset: _accessor.vector(at: o) + index * 8) }
| `- error: value of type 'Table' has no member 'directRead'
107 | public var strides: [Int64] { return _accessor.getVector(at: VTOFFSET.strides.v) ?? [] }
108 | /// The location and size of the tensor's data
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Tensor_generated.swift:107:81: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
105 | public var stridesCount: Int32 { let o = _accessor.offset(VTOFFSET.strides.v); return o == 0 ? 0 : _accessor.vector(count: o) }
106 | public func strides(at index: Int32) -> Int64 { let o = _accessor.offset(VTOFFSET.strides.v); return o == 0 ? 0 : _accessor.directRead(of: Int64.self, offset: _accessor.vector(at: o) + index * 8) }
107 | public var strides: [Int64] { return _accessor.getVector(at: VTOFFSET.strides.v) ?? [] }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
108 | /// The location and size of the tensor's data
109 | public var data: org_apache_arrow_flatbuf_Buffer! { let o = _accessor.offset(VTOFFSET.data.v); return _accessor.readBuffer(of: org_apache_arrow_flatbuf_Buffer.self, at: o) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Tensor_generated.swift:109:94: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
107 | public var strides: [Int64] { return _accessor.getVector(at: VTOFFSET.strides.v) ?? [] }
108 | /// The location and size of the tensor's data
109 | public var data: org_apache_arrow_flatbuf_Buffer! { let o = _accessor.offset(VTOFFSET.data.v); return _accessor.readBuffer(of: org_apache_arrow_flatbuf_Buffer.self, at: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
110 | public var mutableData: org_apache_arrow_flatbuf_Buffer_Mutable! { let o = _accessor.offset(VTOFFSET.data.v); return org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: o + _accessor.postion) }
111 | public static func startTensor(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 5) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Tensor_generated.swift:110:109: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
108 | /// The location and size of the tensor's data
109 | public var data: org_apache_arrow_flatbuf_Buffer! { let o = _accessor.offset(VTOFFSET.data.v); return _accessor.readBuffer(of: org_apache_arrow_flatbuf_Buffer.self, at: o) }
110 | public var mutableData: org_apache_arrow_flatbuf_Buffer_Mutable! { let o = _accessor.offset(VTOFFSET.data.v); return org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: o + _accessor.postion) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
111 | public static func startTensor(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 5) }
112 | public static func add(typeType: org_apache_arrow_flatbuf_Type_, _ fbb: inout FlatBufferBuilder) { fbb.add(element: typeType.rawValue, def: 0, at: VTOFFSET.typeType.p) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Tensor_generated.swift:110:179: error: cannot convert value of type 'String' to expected argument type 'Int32'
108 | /// The location and size of the tensor's data
109 | public var data: org_apache_arrow_flatbuf_Buffer! { let o = _accessor.offset(VTOFFSET.data.v); return _accessor.readBuffer(of: org_apache_arrow_flatbuf_Buffer.self, at: o) }
110 | public var mutableData: org_apache_arrow_flatbuf_Buffer_Mutable! { let o = _accessor.offset(VTOFFSET.data.v); return org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: o + _accessor.postion) }
| `- error: cannot convert value of type 'String' to expected argument type 'Int32'
111 | public static func startTensor(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 5) }
112 | public static func add(typeType: org_apache_arrow_flatbuf_Type_, _ fbb: inout FlatBufferBuilder) { fbb.add(element: typeType.rawValue, def: 0, at: VTOFFSET.typeType.p) }
/Users/admin/builder/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Tensor_generated.swift:110:191: error: value of type 'Table' has no member 'postion'
108 | /// The location and size of the tensor's data
109 | public var data: org_apache_arrow_flatbuf_Buffer! { let o = _accessor.offset(VTOFFSET.data.v); return _accessor.readBuffer(of: org_apache_arrow_flatbuf_Buffer.self, at: o) }
110 | public var mutableData: org_apache_arrow_flatbuf_Buffer_Mutable! { let o = _accessor.offset(VTOFFSET.data.v); return org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: o + _accessor.postion) }
| `- error: value of type 'Table' has no member 'postion'
111 | public static func startTensor(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 5) }
112 | public static func add(typeType: org_apache_arrow_flatbuf_Type_, _ fbb: inout FlatBufferBuilder) { fbb.add(element: typeType.rawValue, def: 0, at: VTOFFSET.typeType.p) }
[225/238] Compiling Arrow ArrowData.swift
[226/238] Compiling Arrow ArrowDecoder.swift
[227/238] Compiling Arrow ArrowEncoder.swift
[228/238] Compiling Arrow ArrowTable.swift
[229/238] Compiling Arrow ArrowType.swift
[230/238] Compiling Arrow ArrowWriter.swift
[231/238] Compiling Arrow ArrowArray.swift
[232/238] Compiling Arrow ArrowArrayBuilder.swift
[233/238] Compiling Arrow ArrowBuffer.swift
[234/238] Compiling Arrow ArrowBufferBuilder.swift
[235/238] Compiling Arrow ArrowCExporter.swift
[236/238] Compiling Arrow ArrowCImporter.swift
[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