Build Information
Failed to build swiftqe, reference main (c7e9ea), with Swift 6.3 for Android on 14 Apr 2026 21:32:06 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
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) }
/host/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) }
/host/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) }
/host/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,
/host/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 }
/host/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)) }
/host/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.
/host/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) }
/host/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
/host/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) }
/host/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) }
/host/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) }
/host/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) }
/host/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) }
/host/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) }
/host/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() }
/host/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() }
/host/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) }
/host/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) }
/host/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) }
/host/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
/host/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 }
/host/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)) }
/host/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
/host/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).
/host/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) }
/host/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) ?? [] }
/host/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
/host/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
/host/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) }
/host/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) }
/host/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) }
/host/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) }
/host/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) }
[235/242] Compiling Arrow Tensor_generated.swift
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:24:13: warning: cannot use conformance of 'Int16' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
22 | import FlatBuffers
23 |
24 | public enum org_apache_arrow_flatbuf_MetadataVersion: Int16, Enum, Verifiable {
| |- warning: cannot use conformance of 'Int16' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
| |- note: The missing import of module 'Common' will be added implicitly
| `- note: in associated type 'Self.T' (inferred as 'Int16')
25 | public typealias T = Int16
26 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:67:13: warning: cannot use conformance of 'Int64' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
65 | /// to facilitate exchanging and comparing bitmaps for supported
66 | /// features.
67 | public enum org_apache_arrow_flatbuf_Feature: Int64, Enum, Verifiable {
| |- warning: cannot use conformance of 'Int64' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
| |- note: The missing import of module 'Common' will be added implicitly
| `- note: in associated type 'Self.T' (inferred as 'Int64')
68 | public typealias T = Int64
69 | public static var byteSize: Int { return MemoryLayout<Int64>.size }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:86:13: warning: cannot use conformance of 'Int16' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
84 |
85 |
86 | public enum org_apache_arrow_flatbuf_UnionMode: Int16, Enum, Verifiable {
| |- warning: cannot use conformance of 'Int16' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
| |- note: The missing import of module 'Common' will be added implicitly
| `- note: in associated type 'Self.T' (inferred as 'Int16')
87 | public typealias T = Int16
88 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:98:13: warning: cannot use conformance of 'Int16' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
96 |
97 |
98 | public enum org_apache_arrow_flatbuf_Precision: Int16, Enum, Verifiable {
| |- warning: cannot use conformance of 'Int16' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
| |- note: The missing import of module 'Common' will be added implicitly
| `- note: in associated type 'Self.T' (inferred as 'Int16')
99 | public typealias T = Int16
100 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:111:13: warning: cannot use conformance of 'Int16' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
109 |
110 |
111 | public enum org_apache_arrow_flatbuf_DateUnit: Int16, Enum, Verifiable {
| |- warning: cannot use conformance of 'Int16' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
| |- note: The missing import of module 'Common' will be added implicitly
| `- note: in associated type 'Self.T' (inferred as 'Int16')
112 | public typealias T = Int16
113 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:123:13: warning: cannot use conformance of 'Int16' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
121 |
122 |
123 | public enum org_apache_arrow_flatbuf_TimeUnit: Int16, Enum, Verifiable {
| |- warning: cannot use conformance of 'Int16' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
| |- note: The missing import of module 'Common' will be added implicitly
| `- note: in associated type 'Self.T' (inferred as 'Int16')
124 | public typealias T = Int16
125 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:137:13: warning: cannot use conformance of 'Int16' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
135 |
136 |
137 | public enum org_apache_arrow_flatbuf_IntervalUnit: Int16, Enum, Verifiable {
| |- warning: cannot use conformance of 'Int16' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
| |- note: The missing import of module 'Common' will be added implicitly
| `- note: in associated type 'Self.T' (inferred as 'Int16')
138 | public typealias T = Int16
139 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:153:13: warning: cannot use conformance of 'UInt8' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
151 | /// Top-level Type value, enabling extensible type-specific metadata. We can
152 | /// add new logical types to Type without breaking backwards compatibility
153 | public enum org_apache_arrow_flatbuf_Type_: UInt8, UnionEnum {
| |- warning: cannot use conformance of 'UInt8' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
| |- note: The missing import of module 'Common' will be added implicitly
| `- note: in associated type 'Self.T' (inferred as 'UInt8')
154 | public typealias T = UInt8
155 |
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:196:13: warning: cannot use conformance of 'Int16' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
194 | /// Dictionaries might be explicit maps between integers and values
195 | /// allowing for non-contiguous index values
196 | public enum org_apache_arrow_flatbuf_DictionaryKind: Int16, Enum, Verifiable {
| |- warning: cannot use conformance of 'Int16' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
| |- note: The missing import of module 'Common' will be added implicitly
| `- note: in associated type 'Self.T' (inferred as 'Int16')
197 | public typealias T = Int16
198 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:209:13: warning: cannot use conformance of 'Int16' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
207 | /// ----------------------------------------------------------------------
208 | /// Endianness of the platform producing the data
209 | public enum org_apache_arrow_flatbuf_Endianness: Int16, Enum, Verifiable {
| |- warning: cannot use conformance of 'Int16' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
| |- note: The missing import of module 'Common' will be added implicitly
| `- note: in associated type 'Self.T' (inferred as 'Int16')
210 | public typealias T = Int16
211 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:270:56: error: cannot find type 'FlatBufferObject' in scope
268 | /// ----------------------------------------------------------------------
269 | /// A Buffer represents a single contiguous memory segment
270 | public struct org_apache_arrow_flatbuf_Buffer_Mutable: FlatBufferObject {
| `- error: cannot find type 'FlatBufferObject' in scope
271 |
272 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:283:46: error: cannot find type 'FlatBufferObject' in scope
281 |
282 | /// These are stored in the flatbuffer in the Type union below
283 | public struct org_apache_arrow_flatbuf_Null: FlatBufferObject, Verifiable {
| `- error: cannot find type 'FlatBufferObject' in scope
284 |
285 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:306:49: error: cannot find type 'FlatBufferObject' in scope
304 | /// (according to the physical memory layout). We used Struct_ here as
305 | /// Struct is a reserved word in Flatbuffers
306 | public struct org_apache_arrow_flatbuf_Struct_: FlatBufferObject, Verifiable {
| `- error: cannot find type 'FlatBufferObject' in scope
307 |
308 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:326:46: error: cannot find type 'FlatBufferObject' in scope
324 | }
325 |
326 | public struct org_apache_arrow_flatbuf_List: FlatBufferObject, Verifiable {
| `- error: cannot find type 'FlatBufferObject' in scope
327 |
328 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:348:51: error: cannot find type 'FlatBufferObject' in scope
346 | /// Same as List, but with 64-bit offsets, allowing to represent
347 | /// extremely large data values.
348 | public struct org_apache_arrow_flatbuf_LargeList: FlatBufferObject, Verifiable {
| `- error: cannot find type 'FlatBufferObject' in scope
349 |
350 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:368:55: error: cannot find type 'FlatBufferObject' in scope
366 | }
367 |
368 | public struct org_apache_arrow_flatbuf_FixedSizeList: FlatBufferObject, Verifiable {
| `- error: cannot find type 'FlatBufferObject' in scope
369 |
370 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:431:45: error: cannot find type 'FlatBufferObject' in scope
429 | /// for Map can make Map an alias for List. The "layout" attribute for the Map
430 | /// field must have the same contents as a List.
431 | public struct org_apache_arrow_flatbuf_Map: FlatBufferObject, Verifiable {
| `- error: cannot find type 'FlatBufferObject' in scope
432 |
433 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:474:47: error: cannot find type 'FlatBufferObject' in scope
472 | /// optionally typeIds provides an indirection between the child offset and the type id
473 | /// for each child `typeIds[offset]` is the id used in the type vector
474 | public struct org_apache_arrow_flatbuf_Union: FlatBufferObject, Verifiable {
| `- error: cannot find type 'FlatBufferObject' in scope
475 |
476 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:520:45: error: cannot find type 'FlatBufferObject' in scope
518 | }
519 |
520 | public struct org_apache_arrow_flatbuf_Int: FlatBufferObject, Verifiable {
| `- error: cannot find type 'FlatBufferObject' in scope
521 |
522 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:564:55: error: cannot find type 'FlatBufferObject' in scope
562 | }
563 |
564 | public struct org_apache_arrow_flatbuf_FloatingPoint: FlatBufferObject, Verifiable {
| `- error: cannot find type 'FlatBufferObject' in scope
565 |
566 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:602:46: error: cannot find type 'FlatBufferObject' in scope
600 |
601 | /// Unicode with UTF-8 encoding
602 | public struct org_apache_arrow_flatbuf_Utf8: FlatBufferObject, Verifiable {
| `- error: cannot find type 'FlatBufferObject' in scope
603 |
604 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:623:48: error: cannot find type 'FlatBufferObject' in scope
621 |
622 | /// Opaque binary data
623 | public struct org_apache_arrow_flatbuf_Binary: FlatBufferObject, Verifiable {
| `- error: cannot find type 'FlatBufferObject' in scope
624 |
625 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:645:51: error: cannot find type 'FlatBufferObject' in scope
643 | /// Same as Utf8, but with 64-bit offsets, allowing to represent
644 | /// extremely large data values.
645 | public struct org_apache_arrow_flatbuf_LargeUtf8: FlatBufferObject, Verifiable {
| `- error: cannot find type 'FlatBufferObject' in scope
646 |
647 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:667:53: error: cannot find type 'FlatBufferObject' in scope
665 | /// Same as Binary, but with 64-bit offsets, allowing to represent
666 | /// extremely large data values.
667 | public struct org_apache_arrow_flatbuf_LargeBinary: FlatBufferObject, Verifiable {
| `- error: cannot find type 'FlatBufferObject' in scope
668 |
669 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:687:57: error: cannot find type 'FlatBufferObject' in scope
685 | }
686 |
687 | public struct org_apache_arrow_flatbuf_FixedSizeBinary: FlatBufferObject, Verifiable {
| `- error: cannot find type 'FlatBufferObject' in scope
688 |
689 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:725:46: error: cannot find type 'FlatBufferObject' in scope
723 | }
724 |
725 | public struct org_apache_arrow_flatbuf_Bool: FlatBufferObject, Verifiable {
| `- error: cannot find type 'FlatBufferObject' in scope
726 |
727 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:750:55: error: cannot find type 'FlatBufferObject' in scope
748 | /// each corresponding index in the values child array ends.
749 | /// Like list/struct types, the value array can be of any type.
750 | public struct org_apache_arrow_flatbuf_RunEndEncoded: FlatBufferObject, Verifiable {
| `- error: cannot find type 'FlatBufferObject' in scope
751 |
752 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:774:49: error: cannot find type 'FlatBufferObject' in scope
772 | /// are used. The representation uses the endianness indicated
773 | /// in the Schema.
774 | public struct org_apache_arrow_flatbuf_Decimal: FlatBufferObject, Verifiable {
| `- error: cannot find type 'FlatBufferObject' in scope
775 |
776 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:833:46: error: cannot find type 'FlatBufferObject' in scope
831 | /// leap seconds), where the values are evenly divisible by 86400000
832 | /// * Days (32 bits) since the UNIX epoch
833 | public struct org_apache_arrow_flatbuf_Date: FlatBufferObject, Verifiable {
| `- error: cannot find type 'FlatBufferObject' in scope
834 |
835 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:884:46: error: cannot find type 'FlatBufferObject' in scope
882 | /// measurements with leap seconds will need to be corrected when ingesting
883 | /// into Arrow (for example by replacing the value 86400 with 86399).
884 | public struct org_apache_arrow_flatbuf_Time: FlatBufferObject, Verifiable {
| `- error: cannot find type 'FlatBufferObject' in scope
885 |
886 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1032:51: error: cannot find type 'FlatBufferObject' in scope
1030 | /// was UTC; for example, the naive date-time "January 1st 1970, 00h00" would
1031 | /// be encoded as timestamp value 0.
1032 | public struct org_apache_arrow_flatbuf_Timestamp: FlatBufferObject, Verifiable {
| `- error: cannot find type 'FlatBufferObject' in scope
1033 |
1034 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1086:50: error: cannot find type 'FlatBufferObject' in scope
1084 | }
1085 |
1086 | public struct org_apache_arrow_flatbuf_Interval: FlatBufferObject, Verifiable {
| `- error: cannot find type 'FlatBufferObject' in scope
1087 |
1088 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1123:50: error: cannot find type 'FlatBufferObject' in scope
1121 | }
1122 |
1123 | public struct org_apache_arrow_flatbuf_Duration: FlatBufferObject, Verifiable {
| `- error: cannot find type 'FlatBufferObject' in scope
1124 |
1125 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1163:50: error: cannot find type 'FlatBufferObject' in scope
1161 | /// user defined key value pairs to add custom metadata to arrow
1162 | /// key namespacing is the responsibility of the user
1163 | public struct org_apache_arrow_flatbuf_KeyValue: FlatBufferObject, Verifiable {
| `- error: cannot find type 'FlatBufferObject' in scope
1164 |
1165 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1208:60: error: cannot find type 'FlatBufferObject' in scope
1206 | }
1207 |
1208 | public struct org_apache_arrow_flatbuf_DictionaryEncoding: FlatBufferObject, Verifiable {
| `- error: cannot find type 'FlatBufferObject' in scope
1209 |
1210 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1279:47: error: cannot find type 'FlatBufferObject' in scope
1277 | /// A field represents a named column in a record / row batch or child of a
1278 | /// nested type.
1279 | public struct org_apache_arrow_flatbuf_Field: FlatBufferObject, Verifiable {
| `- error: cannot find type 'FlatBufferObject' in scope
1280 |
1281 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1415:48: error: cannot find type 'FlatBufferObject' in scope
1413 | /// ----------------------------------------------------------------------
1414 | /// A Schema describes the columns in a row batch
1415 | public struct org_apache_arrow_flatbuf_Schema: FlatBufferObject, Verifiable {
| `- error: cannot find type 'FlatBufferObject' in scope
1416 |
1417 | static func validateVersion() { FlatBuffersVersion_23_1_4() }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:386:75: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
384 |
385 | /// Number of list items per value
386 | public var listSize: Int32 { let o = _accessor.offset(VTOFFSET.listSize.v); return o == 0 ? 0 : _accessor.readBuffer(of: Int32.self, at: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
387 | public static func startFixedSizeList(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 1) }
388 | public static func add(listSize: Int32, _ fbb: inout FlatBufferBuilder) { fbb.add(element: listSize, def: 0, at: VTOFFSET.listSize.p) }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:449:78: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
447 |
448 | /// Set to true if the keys within each value are sorted
449 | public var keysSorted: Bool { let o = _accessor.offset(VTOFFSET.keysSorted.v); return o == 0 ? false : 0 != _accessor.readBuffer(of: Byte.self, at: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
450 | public static func startMap(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 1) }
451 | public static func add(keysSorted: Bool, _ fbb: inout FlatBufferBuilder) { fbb.add(element: keysSorted, def: false,
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:492:96: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
490 | }
491 |
492 | public var mode: org_apache_arrow_flatbuf_UnionMode { let o = _accessor.offset(VTOFFSET.mode.v); return o == 0 ? .sparse : org_apache_arrow_flatbuf_UnionMode(rawValue: _accessor.readBuffer(of: Int16.self, at: o)) ?? .sparse }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
493 | public var hasTypeIds: Bool { let o = _accessor.offset(VTOFFSET.typeIds.v); return o == 0 ? false : true }
494 | public var typeIdsCount: Int32 { let o = _accessor.offset(VTOFFSET.typeIds.v); return o == 0 ? 0 : _accessor.vector(count: o) }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:493:75: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
491 |
492 | public var mode: org_apache_arrow_flatbuf_UnionMode { let o = _accessor.offset(VTOFFSET.mode.v); return o == 0 ? .sparse : org_apache_arrow_flatbuf_UnionMode(rawValue: _accessor.readBuffer(of: Int16.self, at: o)) ?? .sparse }
493 | public var hasTypeIds: Bool { let o = _accessor.offset(VTOFFSET.typeIds.v); return o == 0 ? false : true }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
494 | public var typeIdsCount: Int32 { let o = _accessor.offset(VTOFFSET.typeIds.v); return o == 0 ? 0 : _accessor.vector(count: o) }
495 | public func typeIds(at index: Int32) -> Int32 { let o = _accessor.offset(VTOFFSET.typeIds.v); return o == 0 ? 0 : _accessor.directRead(of: Int32.self, offset: _accessor.vector(at: o) + index * 4) }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:494:78: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
492 | public var mode: org_apache_arrow_flatbuf_UnionMode { let o = _accessor.offset(VTOFFSET.mode.v); return o == 0 ? .sparse : org_apache_arrow_flatbuf_UnionMode(rawValue: _accessor.readBuffer(of: Int16.self, at: o)) ?? .sparse }
493 | public var hasTypeIds: Bool { let o = _accessor.offset(VTOFFSET.typeIds.v); return o == 0 ? false : true }
494 | public var typeIdsCount: Int32 { let o = _accessor.offset(VTOFFSET.typeIds.v); return o == 0 ? 0 : _accessor.vector(count: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
495 | public func typeIds(at index: Int32) -> Int32 { let o = _accessor.offset(VTOFFSET.typeIds.v); return o == 0 ? 0 : _accessor.directRead(of: Int32.self, offset: _accessor.vector(at: o) + index * 4) }
496 | public var typeIds: [Int32] { return _accessor.getVector(at: VTOFFSET.typeIds.v) ?? [] }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:495:93: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
493 | public var hasTypeIds: Bool { let o = _accessor.offset(VTOFFSET.typeIds.v); return o == 0 ? false : true }
494 | public var typeIdsCount: Int32 { let o = _accessor.offset(VTOFFSET.typeIds.v); return o == 0 ? 0 : _accessor.vector(count: o) }
495 | public func typeIds(at index: Int32) -> Int32 { let o = _accessor.offset(VTOFFSET.typeIds.v); return o == 0 ? 0 : _accessor.directRead(of: Int32.self, offset: _accessor.vector(at: o) + index * 4) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
496 | public var typeIds: [Int32] { return _accessor.getVector(at: VTOFFSET.typeIds.v) ?? [] }
497 | public static func startUnion(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 2) }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:495:127: error: value of type 'Table' has no member 'directRead'
493 | public var hasTypeIds: Bool { let o = _accessor.offset(VTOFFSET.typeIds.v); return o == 0 ? false : true }
494 | public var typeIdsCount: Int32 { let o = _accessor.offset(VTOFFSET.typeIds.v); return o == 0 ? 0 : _accessor.vector(count: o) }
495 | public func typeIds(at index: Int32) -> Int32 { let o = _accessor.offset(VTOFFSET.typeIds.v); return o == 0 ? 0 : _accessor.directRead(of: Int32.self, offset: _accessor.vector(at: o) + index * 4) }
| `- error: value of type 'Table' has no member 'directRead'
496 | public var typeIds: [Int32] { return _accessor.getVector(at: VTOFFSET.typeIds.v) ?? [] }
497 | public static func startUnion(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 2) }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:496:81: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
494 | public var typeIdsCount: Int32 { let o = _accessor.offset(VTOFFSET.typeIds.v); return o == 0 ? 0 : _accessor.vector(count: o) }
495 | public func typeIds(at index: Int32) -> Int32 { let o = _accessor.offset(VTOFFSET.typeIds.v); return o == 0 ? 0 : _accessor.directRead(of: Int32.self, offset: _accessor.vector(at: o) + index * 4) }
496 | public var typeIds: [Int32] { return _accessor.getVector(at: VTOFFSET.typeIds.v) ?? [] }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
497 | public static func startUnion(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 2) }
498 | public static func add(mode: org_apache_arrow_flatbuf_UnionMode, _ fbb: inout FlatBufferBuilder) { fbb.add(element: mode.rawValue, def: 0, at: VTOFFSET.mode.p) }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:538:75: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
536 | }
537 |
538 | public var bitWidth: Int32 { let o = _accessor.offset(VTOFFSET.bitWidth.v); return o == 0 ? 0 : _accessor.readBuffer(of: Int32.self, at: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
539 | public var isSigned: Bool { let o = _accessor.offset(VTOFFSET.isSigned.v); return o == 0 ? false : 0 != _accessor.readBuffer(of: Byte.self, at: o) }
540 | public static func startInt(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 2) }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:539:74: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
537 |
538 | public var bitWidth: Int32 { let o = _accessor.offset(VTOFFSET.bitWidth.v); return o == 0 ? 0 : _accessor.readBuffer(of: Int32.self, at: o) }
539 | public var isSigned: Bool { let o = _accessor.offset(VTOFFSET.isSigned.v); return o == 0 ? false : 0 != _accessor.readBuffer(of: Byte.self, at: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
540 | public static func startInt(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 2) }
541 | public static func add(bitWidth: Int32, _ fbb: inout FlatBufferBuilder) { fbb.add(element: bitWidth, def: 0, at: VTOFFSET.bitWidth.p) }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:581:106: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
579 | }
580 |
581 | public var precision: org_apache_arrow_flatbuf_Precision { let o = _accessor.offset(VTOFFSET.precision.v); return o == 0 ? .half : org_apache_arrow_flatbuf_Precision(rawValue: _accessor.readBuffer(of: Int16.self, at: o)) ?? .half }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
582 | public static func startFloatingPoint(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 1) }
583 | public static func add(precision: org_apache_arrow_flatbuf_Precision, _ fbb: inout FlatBufferBuilder) { fbb.add(element: precision.rawValue, def: 0, at: VTOFFSET.precision.p) }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:705:77: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
703 |
704 | /// Number of bytes per value
705 | public var byteWidth: Int32 { let o = _accessor.offset(VTOFFSET.byteWidth.v); return o == 0 ? 0 : _accessor.readBuffer(of: Int32.self, at: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
706 | public static func startFixedSizeBinary(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 1) }
707 | public static func add(byteWidth: Int32, _ fbb: inout FlatBufferBuilder) { fbb.add(element: byteWidth, def: 0, at: VTOFFSET.byteWidth.p) }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:794:77: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
792 |
793 | /// Total number of decimal digits
794 | public var precision: Int32 { let o = _accessor.offset(VTOFFSET.precision.v); return o == 0 ? 0 : _accessor.readBuffer(of: Int32.self, at: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
795 | /// Number of digits after the decimal point "."
796 | public var scale: Int32 { let o = _accessor.offset(VTOFFSET.scale.v); return o == 0 ? 0 : _accessor.readBuffer(of: Int32.self, at: o) }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:796:69: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
794 | public var precision: Int32 { let o = _accessor.offset(VTOFFSET.precision.v); return o == 0 ? 0 : _accessor.readBuffer(of: Int32.self, at: o) }
795 | /// Number of digits after the decimal point "."
796 | public var scale: Int32 { let o = _accessor.offset(VTOFFSET.scale.v); return o == 0 ? 0 : _accessor.readBuffer(of: Int32.self, at: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
797 | /// Number of bits per value. The only accepted widths are 128 and 256.
798 | /// We use bitWidth for consistency with Int::bitWidth.
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:799:75: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
797 | /// Number of bits per value. The only accepted widths are 128 and 256.
798 | /// We use bitWidth for consistency with Int::bitWidth.
799 | public var bitWidth: Int32 { let o = _accessor.offset(VTOFFSET.bitWidth.v); return o == 0 ? 128 : _accessor.readBuffer(of: Int32.self, at: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
800 | public static func startDecimal(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 3) }
801 | public static func add(precision: Int32, _ fbb: inout FlatBufferBuilder) { fbb.add(element: precision, def: 0, at: VTOFFSET.precision.p) }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:850:95: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
848 | }
849 |
850 | public var unit: org_apache_arrow_flatbuf_DateUnit { let o = _accessor.offset(VTOFFSET.unit.v); return o == 0 ? .millisecond : org_apache_arrow_flatbuf_DateUnit(rawValue: _accessor.readBuffer(of: Int16.self, at: o)) ?? .millisecond }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
851 | public static func startDate(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 1) }
852 | public static func add(unit: org_apache_arrow_flatbuf_DateUnit, _ fbb: inout FlatBufferBuilder) { fbb.add(element: unit.rawValue, def: 1, at: VTOFFSET.unit.p) }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:902:95: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
900 | }
901 |
902 | public var unit: org_apache_arrow_flatbuf_TimeUnit { let o = _accessor.offset(VTOFFSET.unit.v); return o == 0 ? .millisecond : org_apache_arrow_flatbuf_TimeUnit(rawValue: _accessor.readBuffer(of: Int16.self, at: o)) ?? .millisecond }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
903 | public var bitWidth: Int32 { let o = _accessor.offset(VTOFFSET.bitWidth.v); return o == 0 ? 32 : _accessor.readBuffer(of: Int32.self, at: o) }
904 | public static func startTime(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 2) }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:903:75: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
901 |
902 | public var unit: org_apache_arrow_flatbuf_TimeUnit { let o = _accessor.offset(VTOFFSET.unit.v); return o == 0 ? .millisecond : org_apache_arrow_flatbuf_TimeUnit(rawValue: _accessor.readBuffer(of: Int16.self, at: o)) ?? .millisecond }
903 | public var bitWidth: Int32 { let o = _accessor.offset(VTOFFSET.bitWidth.v); return o == 0 ? 32 : _accessor.readBuffer(of: Int32.self, at: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
904 | public static func startTime(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 2) }
905 | public static func add(unit: org_apache_arrow_flatbuf_TimeUnit, _ fbb: inout FlatBufferBuilder) { fbb.add(element: unit.rawValue, def: 1, at: VTOFFSET.unit.p) }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1050:95: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1048 | }
1049 |
1050 | public var unit: org_apache_arrow_flatbuf_TimeUnit { let o = _accessor.offset(VTOFFSET.unit.v); return o == 0 ? .second : org_apache_arrow_flatbuf_TimeUnit(rawValue: _accessor.readBuffer(of: Int16.self, at: o)) ?? .second }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1051 | /// The timezone is an optional string indicating the name of a timezone,
1052 | /// one of:
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1061:77: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1059 | /// Whether a timezone string is present indicates different semantics about
1060 | /// the data (see above).
1061 | public var timezone: String? { let o = _accessor.offset(VTOFFSET.timezone.v); return o == 0 ? nil : _accessor.string(at: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1062 | public var timezoneSegmentArray: [UInt8]? { return _accessor.getVector(at: VTOFFSET.timezone.v) }
1063 | public static func startTimestamp(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 2) }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1062:96: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1060 | /// the data (see above).
1061 | public var timezone: String? { let o = _accessor.offset(VTOFFSET.timezone.v); return o == 0 ? nil : _accessor.string(at: o) }
1062 | public var timezoneSegmentArray: [UInt8]? { return _accessor.getVector(at: VTOFFSET.timezone.v) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1063 | public static func startTimestamp(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 2) }
1064 | public static func add(unit: org_apache_arrow_flatbuf_TimeUnit, _ fbb: inout FlatBufferBuilder) { fbb.add(element: unit.rawValue, def: 0, at: VTOFFSET.unit.p) }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1103:99: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1101 | }
1102 |
1103 | public var unit: org_apache_arrow_flatbuf_IntervalUnit { let o = _accessor.offset(VTOFFSET.unit.v); return o == 0 ? .yearMonth : org_apache_arrow_flatbuf_IntervalUnit(rawValue: _accessor.readBuffer(of: Int16.self, at: o)) ?? .yearMonth }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1104 | public static func startInterval(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 1) }
1105 | public static func add(unit: org_apache_arrow_flatbuf_IntervalUnit, _ fbb: inout FlatBufferBuilder) { fbb.add(element: unit.rawValue, def: 0, at: VTOFFSET.unit.p) }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1140:95: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1138 | }
1139 |
1140 | public var unit: org_apache_arrow_flatbuf_TimeUnit { let o = _accessor.offset(VTOFFSET.unit.v); return o == 0 ? .millisecond : org_apache_arrow_flatbuf_TimeUnit(rawValue: _accessor.readBuffer(of: Int16.self, at: o)) ?? .millisecond }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1141 | public static func startDuration(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 1) }
1142 | public static func add(unit: org_apache_arrow_flatbuf_TimeUnit, _ fbb: inout FlatBufferBuilder) { fbb.add(element: unit.rawValue, def: 1, at: VTOFFSET.unit.p) }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1181:67: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1179 | }
1180 |
1181 | public var key: String? { let o = _accessor.offset(VTOFFSET.key.v); return o == 0 ? nil : _accessor.string(at: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1182 | public var keySegmentArray: [UInt8]? { return _accessor.getVector(at: VTOFFSET.key.v) }
1183 | public var value: String? { let o = _accessor.offset(VTOFFSET.value.v); return o == 0 ? nil : _accessor.string(at: o) }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1182:86: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1180 |
1181 | public var key: String? { let o = _accessor.offset(VTOFFSET.key.v); return o == 0 ? nil : _accessor.string(at: o) }
1182 | public var keySegmentArray: [UInt8]? { return _accessor.getVector(at: VTOFFSET.key.v) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1183 | public var value: String? { let o = _accessor.offset(VTOFFSET.value.v); return o == 0 ? nil : _accessor.string(at: o) }
1184 | public var valueSegmentArray: [UInt8]? { return _accessor.getVector(at: VTOFFSET.value.v) }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1183:71: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1181 | public var key: String? { let o = _accessor.offset(VTOFFSET.key.v); return o == 0 ? nil : _accessor.string(at: o) }
1182 | public var keySegmentArray: [UInt8]? { return _accessor.getVector(at: VTOFFSET.key.v) }
1183 | public var value: String? { let o = _accessor.offset(VTOFFSET.value.v); return o == 0 ? nil : _accessor.string(at: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1184 | public var valueSegmentArray: [UInt8]? { return _accessor.getVector(at: VTOFFSET.value.v) }
1185 | public static func startKeyValue(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 2) }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1184:90: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1182 | public var keySegmentArray: [UInt8]? { return _accessor.getVector(at: VTOFFSET.key.v) }
1183 | public var value: String? { let o = _accessor.offset(VTOFFSET.value.v); return o == 0 ? nil : _accessor.string(at: o) }
1184 | public var valueSegmentArray: [UInt8]? { return _accessor.getVector(at: VTOFFSET.value.v) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1185 | public static func startKeyValue(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 2) }
1186 | public static func add(key: Offset, _ fbb: inout FlatBufferBuilder) { fbb.add(offset: key, at: VTOFFSET.key.p) }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1231:63: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1229 | /// the file or streaming formats, the dictionary ids are found in the
1230 | /// DictionaryBatch messages
1231 | public var id: Int64 { let o = _accessor.offset(VTOFFSET.id.v); return o == 0 ? 0 : _accessor.readBuffer(of: Int64.self, at: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1232 | /// The dictionary indices are constrained to be non-negative integers. If
1233 | /// this field is null, the indices must be signed int32. To maximize
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1237:101: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1235 | /// recommended to prefer signed integer types over unsigned integer types
1236 | /// and to avoid uint64 indices unless they are required by an application.
1237 | public var indexType: org_apache_arrow_flatbuf_Int? { let o = _accessor.offset(VTOFFSET.indexType.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Int(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1238 | /// By default, dictionaries are not ordered, or the order does not have
1239 | /// semantic meaning. In some statistical, applications, dictionary-encoding
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1237:194: error: cannot convert value of type 'String' to expected argument type 'Int32'
1235 | /// recommended to prefer signed integer types over unsigned integer types
1236 | /// and to avoid uint64 indices unless they are required by an application.
1237 | public var indexType: org_apache_arrow_flatbuf_Int? { let o = _accessor.offset(VTOFFSET.indexType.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Int(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: cannot convert value of type 'String' to expected argument type 'Int32'
1238 | /// By default, dictionaries are not ordered, or the order does not have
1239 | /// semantic meaning. In some statistical, applications, dictionary-encoding
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1237:206: error: value of type 'Table' has no member 'postion'
1235 | /// recommended to prefer signed integer types over unsigned integer types
1236 | /// and to avoid uint64 indices unless they are required by an application.
1237 | public var indexType: org_apache_arrow_flatbuf_Int? { let o = _accessor.offset(VTOFFSET.indexType.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Int(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: value of type 'Table' has no member 'postion'
1238 | /// By default, dictionaries are not ordered, or the order does not have
1239 | /// semantic meaning. In some statistical, applications, dictionary-encoding
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1242:76: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1240 | /// is used to represent ordered categorical data, and we provide a way to
1241 | /// preserve that metadata here
1242 | public var isOrdered: Bool { let o = _accessor.offset(VTOFFSET.isOrdered.v); return o == 0 ? false : 0 != _accessor.readBuffer(of: Byte.self, at: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1243 | public var dictionaryKind: org_apache_arrow_flatbuf_DictionaryKind { let o = _accessor.offset(VTOFFSET.dictionaryKind.v); return o == 0 ? .densearray : org_apache_arrow_flatbuf_DictionaryKind(rawValue: _accessor.readBuffer(of: Int16.self, at: o)) ?? .densearray }
1244 | public static func startDictionaryEncoding(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 4) }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1243:121: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1241 | /// preserve that metadata here
1242 | public var isOrdered: Bool { let o = _accessor.offset(VTOFFSET.isOrdered.v); return o == 0 ? false : 0 != _accessor.readBuffer(of: Byte.self, at: o) }
1243 | public var dictionaryKind: org_apache_arrow_flatbuf_DictionaryKind { let o = _accessor.offset(VTOFFSET.dictionaryKind.v); return o == 0 ? .densearray : org_apache_arrow_flatbuf_DictionaryKind(rawValue: _accessor.readBuffer(of: Int16.self, at: o)) ?? .densearray }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1244 | public static func startDictionaryEncoding(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 4) }
1245 | public static func add(id: Int64, _ fbb: inout FlatBufferBuilder) { fbb.add(element: id, def: 0, at: VTOFFSET.id.p) }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1303:69: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1301 |
1302 | /// Name is not required, in i.e. a List
1303 | public var name: String? { let o = _accessor.offset(VTOFFSET.name.v); return o == 0 ? nil : _accessor.string(at: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1304 | public var nameSegmentArray: [UInt8]? { return _accessor.getVector(at: VTOFFSET.name.v) }
1305 | /// Whether or not this field can contain nulls. Should be true in general.
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1304:88: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1302 | /// Name is not required, in i.e. a List
1303 | public var name: String? { let o = _accessor.offset(VTOFFSET.name.v); return o == 0 ? nil : _accessor.string(at: o) }
1304 | public var nameSegmentArray: [UInt8]? { return _accessor.getVector(at: VTOFFSET.name.v) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1305 | /// Whether or not this field can contain nulls. Should be true in general.
1306 | public var nullable: Bool { let o = _accessor.offset(VTOFFSET.nullable.v); return o == 0 ? false : 0 != _accessor.readBuffer(of: Byte.self, at: o) }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1306:74: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1304 | public var nameSegmentArray: [UInt8]? { return _accessor.getVector(at: VTOFFSET.name.v) }
1305 | /// Whether or not this field can contain nulls. Should be true in general.
1306 | public var nullable: Bool { let o = _accessor.offset(VTOFFSET.nullable.v); return o == 0 ? false : 0 != _accessor.readBuffer(of: Byte.self, at: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1307 | public var typeType: org_apache_arrow_flatbuf_Type_ { let o = _accessor.offset(VTOFFSET.typeType.v); return o == 0 ? .none_ : org_apache_arrow_flatbuf_Type_(rawValue: _accessor.readBuffer(of: UInt8.self, at: o)) ?? .none_ }
1308 | /// This is the type of the decoded value if the field is dictionary encoded.
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1307:100: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1305 | /// Whether or not this field can contain nulls. Should be true in general.
1306 | public var nullable: Bool { let o = _accessor.offset(VTOFFSET.nullable.v); return o == 0 ? false : 0 != _accessor.readBuffer(of: Byte.self, at: o) }
1307 | public var typeType: org_apache_arrow_flatbuf_Type_ { let o = _accessor.offset(VTOFFSET.typeType.v); return o == 0 ? .none_ : org_apache_arrow_flatbuf_Type_(rawValue: _accessor.readBuffer(of: UInt8.self, at: o)) ?? .none_ }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1308 | /// This is the type of the decoded value if the field is dictionary encoded.
1309 | public func type<T: FlatbuffersInitializable>(type: T.Type) -> T? { let o = _accessor.offset(VTOFFSET.type.v); return o == 0 ? nil : _accessor.union(o) }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1309:110: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1307 | public var typeType: org_apache_arrow_flatbuf_Type_ { let o = _accessor.offset(VTOFFSET.typeType.v); return o == 0 ? .none_ : org_apache_arrow_flatbuf_Type_(rawValue: _accessor.readBuffer(of: UInt8.self, at: o)) ?? .none_ }
1308 | /// This is the type of the decoded value if the field is dictionary encoded.
1309 | public func type<T: FlatbuffersInitializable>(type: T.Type) -> T? { let o = _accessor.offset(VTOFFSET.type.v); return o == 0 ? nil : _accessor.union(o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1310 | /// Present only if the field is dictionary encoded.
1311 | public var dictionary: org_apache_arrow_flatbuf_DictionaryEncoding? { let o = _accessor.offset(VTOFFSET.dictionary.v); return o == 0 ? nil : org_apache_arrow_flatbuf_DictionaryEncoding(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1311:118: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1309 | public func type<T: FlatbuffersInitializable>(type: T.Type) -> T? { let o = _accessor.offset(VTOFFSET.type.v); return o == 0 ? nil : _accessor.union(o) }
1310 | /// Present only if the field is dictionary encoded.
1311 | public var dictionary: org_apache_arrow_flatbuf_DictionaryEncoding? { let o = _accessor.offset(VTOFFSET.dictionary.v); return o == 0 ? nil : org_apache_arrow_flatbuf_DictionaryEncoding(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1312 | /// children apply only to nested data types like Struct, List and Union. For
1313 | /// primitive types children will have length 0.
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1311:226: error: cannot convert value of type 'String' to expected argument type 'Int32'
1309 | public func type<T: FlatbuffersInitializable>(type: T.Type) -> T? { let o = _accessor.offset(VTOFFSET.type.v); return o == 0 ? nil : _accessor.union(o) }
1310 | /// Present only if the field is dictionary encoded.
1311 | public var dictionary: org_apache_arrow_flatbuf_DictionaryEncoding? { let o = _accessor.offset(VTOFFSET.dictionary.v); return o == 0 ? nil : org_apache_arrow_flatbuf_DictionaryEncoding(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: cannot convert value of type 'String' to expected argument type 'Int32'
1312 | /// children apply only to nested data types like Struct, List and Union. For
1313 | /// primitive types children will have length 0.
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1311:238: error: value of type 'Table' has no member 'postion'
1309 | public func type<T: FlatbuffersInitializable>(type: T.Type) -> T? { let o = _accessor.offset(VTOFFSET.type.v); return o == 0 ? nil : _accessor.union(o) }
1310 | /// Present only if the field is dictionary encoded.
1311 | public var dictionary: org_apache_arrow_flatbuf_DictionaryEncoding? { let o = _accessor.offset(VTOFFSET.dictionary.v); return o == 0 ? nil : org_apache_arrow_flatbuf_DictionaryEncoding(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: value of type 'Table' has no member 'postion'
1312 | /// children apply only to nested data types like Struct, List and Union. For
1313 | /// primitive types children will have length 0.
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1314:77: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1312 | /// children apply only to nested data types like Struct, List and Union. For
1313 | /// primitive types children will have length 0.
1314 | public var hasChildren: Bool { let o = _accessor.offset(VTOFFSET.children.v); return o == 0 ? false : true }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1315 | public var childrenCount: Int32 { let o = _accessor.offset(VTOFFSET.children.v); return o == 0 ? 0 : _accessor.vector(count: o) }
1316 | public func children(at index: Int32) -> org_apache_arrow_flatbuf_Field? { let o = _accessor.offset(VTOFFSET.children.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Field(_accessor.bb, o: _accessor.indirect(_accessor.vector(at: o) + index * 4)) }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1315:80: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1313 | /// primitive types children will have length 0.
1314 | public var hasChildren: Bool { let o = _accessor.offset(VTOFFSET.children.v); return o == 0 ? false : true }
1315 | public var childrenCount: Int32 { let o = _accessor.offset(VTOFFSET.children.v); return o == 0 ? 0 : _accessor.vector(count: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1316 | public func children(at index: Int32) -> org_apache_arrow_flatbuf_Field? { let o = _accessor.offset(VTOFFSET.children.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Field(_accessor.bb, o: _accessor.indirect(_accessor.vector(at: o) + index * 4)) }
1317 | /// User-defined metadata
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1316:121: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1314 | public var hasChildren: Bool { let o = _accessor.offset(VTOFFSET.children.v); return o == 0 ? false : true }
1315 | public var childrenCount: Int32 { let o = _accessor.offset(VTOFFSET.children.v); return o == 0 ? 0 : _accessor.vector(count: o) }
1316 | public func children(at index: Int32) -> org_apache_arrow_flatbuf_Field? { let o = _accessor.offset(VTOFFSET.children.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Field(_accessor.bb, o: _accessor.indirect(_accessor.vector(at: o) + index * 4)) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1317 | /// User-defined metadata
1318 | public var hasCustomMetadata: Bool { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? false : true }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1318:89: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1316 | public func children(at index: Int32) -> org_apache_arrow_flatbuf_Field? { let o = _accessor.offset(VTOFFSET.children.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Field(_accessor.bb, o: _accessor.indirect(_accessor.vector(at: o) + index * 4)) }
1317 | /// User-defined metadata
1318 | public var hasCustomMetadata: Bool { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? false : true }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1319 | public var customMetadataCount: Int32 { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? 0 : _accessor.vector(count: o) }
1320 | public func customMetadata(at index: Int32) -> org_apache_arrow_flatbuf_KeyValue? { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? nil : org_apache_arrow_flatbuf_KeyValue(_accessor.bb, o: _accessor.indirect(_accessor.vector(at: o) + index * 4)) }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1319:92: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1317 | /// User-defined metadata
1318 | public var hasCustomMetadata: Bool { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? false : true }
1319 | public var customMetadataCount: Int32 { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? 0 : _accessor.vector(count: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1320 | public func customMetadata(at index: Int32) -> org_apache_arrow_flatbuf_KeyValue? { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? nil : org_apache_arrow_flatbuf_KeyValue(_accessor.bb, o: _accessor.indirect(_accessor.vector(at: o) + index * 4)) }
1321 | public static func startField(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 7) }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1320:136: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1318 | public var hasCustomMetadata: Bool { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? false : true }
1319 | public var customMetadataCount: Int32 { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? 0 : _accessor.vector(count: o) }
1320 | public func customMetadata(at index: Int32) -> org_apache_arrow_flatbuf_KeyValue? { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? nil : org_apache_arrow_flatbuf_KeyValue(_accessor.bb, o: _accessor.indirect(_accessor.vector(at: o) + index * 4)) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1321 | public static func startField(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 7) }
1322 | public static func add(name: Offset, _ fbb: inout FlatBufferBuilder) { fbb.add(offset: name, at: VTOFFSET.name.p) }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1438:109: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1436 | /// it is Little Endian by default
1437 | /// if endianness doesn't match the underlying system then the vectors need to be converted
1438 | public var endianness: org_apache_arrow_flatbuf_Endianness { let o = _accessor.offset(VTOFFSET.endianness.v); return o == 0 ? .little : org_apache_arrow_flatbuf_Endianness(rawValue: _accessor.readBuffer(of: Int16.self, at: o)) ?? .little }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1439 | public var hasFields: Bool { let o = _accessor.offset(VTOFFSET.fields.v); return o == 0 ? false : true }
1440 | public var fieldsCount: Int32 { let o = _accessor.offset(VTOFFSET.fields.v); return o == 0 ? 0 : _accessor.vector(count: o) }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1439:73: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1437 | /// if endianness doesn't match the underlying system then the vectors need to be converted
1438 | public var endianness: org_apache_arrow_flatbuf_Endianness { let o = _accessor.offset(VTOFFSET.endianness.v); return o == 0 ? .little : org_apache_arrow_flatbuf_Endianness(rawValue: _accessor.readBuffer(of: Int16.self, at: o)) ?? .little }
1439 | public var hasFields: Bool { let o = _accessor.offset(VTOFFSET.fields.v); return o == 0 ? false : true }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1440 | public var fieldsCount: Int32 { let o = _accessor.offset(VTOFFSET.fields.v); return o == 0 ? 0 : _accessor.vector(count: o) }
1441 | public func fields(at index: Int32) -> org_apache_arrow_flatbuf_Field? { let o = _accessor.offset(VTOFFSET.fields.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Field(_accessor.bb, o: _accessor.indirect(_accessor.vector(at: o) + index * 4)) }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1440:76: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1438 | public var endianness: org_apache_arrow_flatbuf_Endianness { let o = _accessor.offset(VTOFFSET.endianness.v); return o == 0 ? .little : org_apache_arrow_flatbuf_Endianness(rawValue: _accessor.readBuffer(of: Int16.self, at: o)) ?? .little }
1439 | public var hasFields: Bool { let o = _accessor.offset(VTOFFSET.fields.v); return o == 0 ? false : true }
1440 | public var fieldsCount: Int32 { let o = _accessor.offset(VTOFFSET.fields.v); return o == 0 ? 0 : _accessor.vector(count: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1441 | public func fields(at index: Int32) -> org_apache_arrow_flatbuf_Field? { let o = _accessor.offset(VTOFFSET.fields.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Field(_accessor.bb, o: _accessor.indirect(_accessor.vector(at: o) + index * 4)) }
1442 | public var hasCustomMetadata: Bool { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? false : true }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1441:117: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1439 | public var hasFields: Bool { let o = _accessor.offset(VTOFFSET.fields.v); return o == 0 ? false : true }
1440 | public var fieldsCount: Int32 { let o = _accessor.offset(VTOFFSET.fields.v); return o == 0 ? 0 : _accessor.vector(count: o) }
1441 | public func fields(at index: Int32) -> org_apache_arrow_flatbuf_Field? { let o = _accessor.offset(VTOFFSET.fields.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Field(_accessor.bb, o: _accessor.indirect(_accessor.vector(at: o) + index * 4)) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1442 | public var hasCustomMetadata: Bool { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? false : true }
1443 | public var customMetadataCount: Int32 { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? 0 : _accessor.vector(count: o) }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1442:89: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1440 | public var fieldsCount: Int32 { let o = _accessor.offset(VTOFFSET.fields.v); return o == 0 ? 0 : _accessor.vector(count: o) }
1441 | public func fields(at index: Int32) -> org_apache_arrow_flatbuf_Field? { let o = _accessor.offset(VTOFFSET.fields.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Field(_accessor.bb, o: _accessor.indirect(_accessor.vector(at: o) + index * 4)) }
1442 | public var hasCustomMetadata: Bool { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? false : true }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1443 | public var customMetadataCount: Int32 { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? 0 : _accessor.vector(count: o) }
1444 | public func customMetadata(at index: Int32) -> org_apache_arrow_flatbuf_KeyValue? { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? nil : org_apache_arrow_flatbuf_KeyValue(_accessor.bb, o: _accessor.indirect(_accessor.vector(at: o) + index * 4)) }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1443:92: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1441 | public func fields(at index: Int32) -> org_apache_arrow_flatbuf_Field? { let o = _accessor.offset(VTOFFSET.fields.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Field(_accessor.bb, o: _accessor.indirect(_accessor.vector(at: o) + index * 4)) }
1442 | public var hasCustomMetadata: Bool { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? false : true }
1443 | public var customMetadataCount: Int32 { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? 0 : _accessor.vector(count: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1444 | public func customMetadata(at index: Int32) -> org_apache_arrow_flatbuf_KeyValue? { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? nil : org_apache_arrow_flatbuf_KeyValue(_accessor.bb, o: _accessor.indirect(_accessor.vector(at: o) + index * 4)) }
1445 | /// Features used in the stream/file.
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1444:136: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1442 | public var hasCustomMetadata: Bool { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? false : true }
1443 | public var customMetadataCount: Int32 { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? 0 : _accessor.vector(count: o) }
1444 | public func customMetadata(at index: Int32) -> org_apache_arrow_flatbuf_KeyValue? { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? nil : org_apache_arrow_flatbuf_KeyValue(_accessor.bb, o: _accessor.indirect(_accessor.vector(at: o) + index * 4)) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1445 | /// Features used in the stream/file.
1446 | public var hasFeatures: Bool { let o = _accessor.offset(VTOFFSET.features.v); return o == 0 ? false : true }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1446:77: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1444 | public func customMetadata(at index: Int32) -> org_apache_arrow_flatbuf_KeyValue? { let o = _accessor.offset(VTOFFSET.customMetadata.v); return o == 0 ? nil : org_apache_arrow_flatbuf_KeyValue(_accessor.bb, o: _accessor.indirect(_accessor.vector(at: o) + index * 4)) }
1445 | /// Features used in the stream/file.
1446 | public var hasFeatures: Bool { let o = _accessor.offset(VTOFFSET.features.v); return o == 0 ? false : true }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1447 | public var featuresCount: Int32 { let o = _accessor.offset(VTOFFSET.features.v); return o == 0 ? 0 : _accessor.vector(count: o) }
1448 | public func features(at index: Int32) -> org_apache_arrow_flatbuf_Feature? { let o = _accessor.offset(VTOFFSET.features.v); return o == 0 ? org_apache_arrow_flatbuf_Feature.unused : org_apache_arrow_flatbuf_Feature(rawValue: _accessor.directRead(of: Int64.self, offset: _accessor.vector(at: o) + index * 8)) }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1447:80: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1445 | /// Features used in the stream/file.
1446 | public var hasFeatures: Bool { let o = _accessor.offset(VTOFFSET.features.v); return o == 0 ? false : true }
1447 | public var featuresCount: Int32 { let o = _accessor.offset(VTOFFSET.features.v); return o == 0 ? 0 : _accessor.vector(count: o) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1448 | public func features(at index: Int32) -> org_apache_arrow_flatbuf_Feature? { let o = _accessor.offset(VTOFFSET.features.v); return o == 0 ? org_apache_arrow_flatbuf_Feature.unused : org_apache_arrow_flatbuf_Feature(rawValue: _accessor.directRead(of: Int64.self, offset: _accessor.vector(at: o) + index * 8)) }
1449 | public static func startSchema(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 4) }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1448:123: error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1446 | public var hasFeatures: Bool { let o = _accessor.offset(VTOFFSET.features.v); return o == 0 ? false : true }
1447 | public var featuresCount: Int32 { let o = _accessor.offset(VTOFFSET.features.v); return o == 0 ? 0 : _accessor.vector(count: o) }
1448 | public func features(at index: Int32) -> org_apache_arrow_flatbuf_Feature? { let o = _accessor.offset(VTOFFSET.features.v); return o == 0 ? org_apache_arrow_flatbuf_Feature.unused : org_apache_arrow_flatbuf_Feature(rawValue: _accessor.directRead(of: Int64.self, offset: _accessor.vector(at: o) + index * 8)) }
| `- error: cannot convert value of type 'Int32' to expected argument type 'VOffset' (aka 'UInt16')
1449 | public static func startSchema(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 4) }
1450 | public static func add(endianness: org_apache_arrow_flatbuf_Endianness, _ fbb: inout FlatBufferBuilder) { fbb.add(element: endianness.rawValue, def: 0, at: VTOFFSET.endianness.p) }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1448:238: error: value of type 'Table' has no member 'directRead'
1446 | public var hasFeatures: Bool { let o = _accessor.offset(VTOFFSET.features.v); return o == 0 ? false : true }
1447 | public var featuresCount: Int32 { let o = _accessor.offset(VTOFFSET.features.v); return o == 0 ? 0 : _accessor.vector(count: o) }
1448 | public func features(at index: Int32) -> org_apache_arrow_flatbuf_Feature? { let o = _accessor.offset(VTOFFSET.features.v); return o == 0 ? org_apache_arrow_flatbuf_Feature.unused : org_apache_arrow_flatbuf_Feature(rawValue: _accessor.directRead(of: Int64.self, offset: _accessor.vector(at: o) + index * 8)) }
| `- error: value of type 'Table' has no member 'directRead'
1449 | public static func startSchema(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 4) }
1450 | public static func add(endianness: org_apache_arrow_flatbuf_Endianness, _ fbb: inout FlatBufferBuilder) { fbb.add(element: endianness.rawValue, def: 0, at: VTOFFSET.endianness.p) }
/host/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 }
/host/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 |
/host/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() }
/host/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() }
/host/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() }
/host/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() }
/host/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).
/host/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).
/host/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).
/host/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) }
/host/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) ?? [] }
/host/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
/host/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
/host/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) }
/host/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
/host/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.
/host/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.
/host/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.
/host/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) }
/host/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)) }
/host/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.
/host/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.
/host/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.
/host/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
/host/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)) }
/host/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)) }
/host/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)) }
/host/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.
/host/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.
/host/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.
/host/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) }
/host/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) }
/host/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) }
/host/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) }
/host/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
/host/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
/host/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
/host/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) }
/host/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) }
/host/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
/host/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
/host/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)) }
/host/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.
/host/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.
/host/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.
/host/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) }
/host/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) }
/host/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
/host/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
/host/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.
/host/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) }
/host/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) ?? [] }
/host/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) }
/host/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) }
/host/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) }
/host/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,
/host/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 }
/host/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)) }
/host/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.
/host/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) }
/host/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
/host/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) }
/host/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) }
/host/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) }
/host/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) }
/host/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) }
/host/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) }
/host/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() }
/host/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() }
/host/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) }
/host/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) }
/host/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) }
/host/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
/host/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 }
/host/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)) }
/host/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
/host/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).
/host/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) }
/host/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) ?? [] }
/host/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
/host/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
/host/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) }
/host/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) }
/host/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) }
/host/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) }
/host/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) }
[236/242] Compiling Arrow ArrowType.swift
[237/242] Compiling Arrow ArrowWriter.swift
[238/242] Compiling Arrow ArrowWriterHelper.swift
[239/242] Compiling Arrow ArrowArray.swift
[240/242] Compiling Arrow ArrowArrayBuilder.swift
[241/242] Compiling Arrow ArrowBuffer.swift
[242/242] Compiling Arrow ArrowBufferBuilder.swift
BUILD FAILURE 6.3 android