Build Information
Failed to build Arrow, reference main (37372d), with Swift 6.1 for Android on 16 Dec 2025 04:41:20 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
86 | public typealias T = Int16
87 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:97: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
95 |
96 |
97 | 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')
98 | public typealias T = Int16
99 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:110: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
108 |
109 |
110 | 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')
111 | public typealias T = Int16
112 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:122: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
120 |
121 |
122 | 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')
123 | public typealias T = Int16
124 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:136: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
134 |
135 |
136 | 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')
137 | public typealias T = Int16
138 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:152: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
150 | /// Top-level Type value, enabling extensible type-specific metadata. We can
151 | /// add new logical types to Type without breaking backwards compatibility
152 | 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')
153 | public typealias T = UInt8
154 |
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:199: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
197 | /// Dictionaries might be explicit maps between integers and values
198 | /// allowing for non-contiguous index values
199 | 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')
200 | public typealias T = Int16
201 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:212: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
210 | /// ----------------------------------------------------------------------
211 | /// Endianness of the platform producing the data
212 | 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')
213 | public typealias T = Int16
214 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:228:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
226 | public struct org_apache_arrow_flatbuf_Buffer: NativeStruct, Verifiable, FlatbuffersInitializable {
227 |
228 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
229 |
230 | /// The relative offset into the shared memory page where the bytes for this
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:275:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
273 | public struct org_apache_arrow_flatbuf_Buffer_Mutable: FlatBufferObject {
274 |
275 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
276 | public var __buffer: ByteBuffer! { return _accessor.bb }
277 | private var _accessor: Struct
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:288:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
286 | public struct org_apache_arrow_flatbuf_Null: FlatBufferObject, Verifiable {
287 |
288 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
289 | public var __buffer: ByteBuffer! { return _accessor.bb }
290 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:309:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
307 | public struct org_apache_arrow_flatbuf_Struct_: FlatBufferObject, Verifiable {
308 |
309 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
310 | public var __buffer: ByteBuffer! { return _accessor.bb }
311 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:327:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
325 | public struct org_apache_arrow_flatbuf_List: FlatBufferObject, Verifiable {
326 |
327 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
328 | public var __buffer: ByteBuffer! { return _accessor.bb }
329 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:347:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
345 | public struct org_apache_arrow_flatbuf_LargeList: FlatBufferObject, Verifiable {
346 |
347 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
348 | public var __buffer: ByteBuffer! { return _accessor.bb }
349 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:368:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
366 | public struct org_apache_arrow_flatbuf_ListView: FlatBufferObject, Verifiable {
367 |
368 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
369 | public var __buffer: ByteBuffer! { return _accessor.bb }
370 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:388:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
386 | public struct org_apache_arrow_flatbuf_LargeListView: FlatBufferObject, Verifiable {
387 |
388 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
389 | public var __buffer: ByteBuffer! { return _accessor.bb }
390 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:406:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
404 | public struct org_apache_arrow_flatbuf_FixedSizeList: FlatBufferObject, Verifiable {
405 |
406 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
407 | public var __buffer: ByteBuffer! { return _accessor.bb }
408 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:467:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
465 | public struct org_apache_arrow_flatbuf_Map: FlatBufferObject, Verifiable {
466 |
467 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
468 | public var __buffer: ByteBuffer! { return _accessor.bb }
469 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:508:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
506 | public struct org_apache_arrow_flatbuf_Union: FlatBufferObject, Verifiable {
507 |
508 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
509 | public var __buffer: ByteBuffer! { return _accessor.bb }
510 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:552:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
550 | public struct org_apache_arrow_flatbuf_Int: FlatBufferObject, Verifiable {
551 |
552 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
553 | public var __buffer: ByteBuffer! { return _accessor.bb }
554 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:594:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
592 | public struct org_apache_arrow_flatbuf_FloatingPoint: FlatBufferObject, Verifiable {
593 |
594 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
595 | public var __buffer: ByteBuffer! { return _accessor.bb }
596 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:630:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
628 | public struct org_apache_arrow_flatbuf_Utf8: FlatBufferObject, Verifiable {
629 |
630 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
631 | public var __buffer: ByteBuffer! { return _accessor.bb }
632 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:649:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
647 | public struct org_apache_arrow_flatbuf_Binary: FlatBufferObject, Verifiable {
648 |
649 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
650 | public var __buffer: ByteBuffer! { return _accessor.bb }
651 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:669:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
667 | public struct org_apache_arrow_flatbuf_LargeUtf8: FlatBufferObject, Verifiable {
668 |
669 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
670 | public var __buffer: ByteBuffer! { return _accessor.bb }
671 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:689:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
687 | public struct org_apache_arrow_flatbuf_LargeBinary: FlatBufferObject, Verifiable {
688 |
689 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
690 | public var __buffer: ByteBuffer! { return _accessor.bb }
691 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:714:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
712 | public struct org_apache_arrow_flatbuf_Utf8View: FlatBufferObject, Verifiable {
713 |
714 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
715 | public var __buffer: ByteBuffer! { return _accessor.bb }
716 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:739:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
737 | public struct org_apache_arrow_flatbuf_BinaryView: FlatBufferObject, Verifiable {
738 |
739 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
740 | public var __buffer: ByteBuffer! { return _accessor.bb }
741 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:757:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
755 | public struct org_apache_arrow_flatbuf_FixedSizeBinary: FlatBufferObject, Verifiable {
756 |
757 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
758 | public var __buffer: ByteBuffer! { return _accessor.bb }
759 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:793:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
791 | public struct org_apache_arrow_flatbuf_Bool: FlatBufferObject, Verifiable {
792 |
793 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
794 | public var __buffer: ByteBuffer! { return _accessor.bb }
795 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:816:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
814 | public struct org_apache_arrow_flatbuf_RunEndEncoded: FlatBufferObject, Verifiable {
815 |
816 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
817 | public var __buffer: ByteBuffer! { return _accessor.bb }
818 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:838:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
836 | public struct org_apache_arrow_flatbuf_Decimal: FlatBufferObject, Verifiable {
837 |
838 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
839 | public var __buffer: ByteBuffer! { return _accessor.bb }
840 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:895:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
893 | public struct org_apache_arrow_flatbuf_Date: FlatBufferObject, Verifiable {
894 |
895 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
896 | public var __buffer: ByteBuffer! { return _accessor.bb }
897 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:944:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
942 | public struct org_apache_arrow_flatbuf_Time: FlatBufferObject, Verifiable {
943 |
944 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
945 | public var __buffer: ByteBuffer! { return _accessor.bb }
946 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:1090:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1088 | public struct org_apache_arrow_flatbuf_Timestamp: FlatBufferObject, Verifiable {
1089 |
1090 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1091 | public var __buffer: ByteBuffer! { return _accessor.bb }
1092 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:1142:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1140 | public struct org_apache_arrow_flatbuf_Interval: FlatBufferObject, Verifiable {
1141 |
1142 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1143 | public var __buffer: ByteBuffer! { return _accessor.bb }
1144 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:1177:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1175 | public struct org_apache_arrow_flatbuf_Duration: FlatBufferObject, Verifiable {
1176 |
1177 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1178 | public var __buffer: ByteBuffer! { return _accessor.bb }
1179 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:1215:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1213 | public struct org_apache_arrow_flatbuf_KeyValue: FlatBufferObject, Verifiable {
1214 |
1215 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1216 | public var __buffer: ByteBuffer! { return _accessor.bb }
1217 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:1258:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1256 | public struct org_apache_arrow_flatbuf_DictionaryEncoding: FlatBufferObject, Verifiable {
1257 |
1258 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1259 | public var __buffer: ByteBuffer! { return _accessor.bb }
1260 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:1327:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1325 | public struct org_apache_arrow_flatbuf_Field: FlatBufferObject, Verifiable {
1326 |
1327 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1328 | public var __buffer: ByteBuffer! { return _accessor.bb }
1329 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:1469:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1467 | public struct org_apache_arrow_flatbuf_Schema: FlatBufferObject, Verifiable {
1468 |
1469 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1470 | public var __buffer: ByteBuffer! { return _accessor.bb }
1471 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/SparseTensor_generated.swift:23: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
21 | import FlatBuffers
22 |
23 | 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')
24 | public typealias T = Int16
25 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/host/spi-builder-workspace/Sources/Arrow/SparseTensor_generated.swift:35: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
33 |
34 |
35 | 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')
36 | public typealias T = UInt8
37 |
/host/spi-builder-workspace/Sources/Arrow/SparseTensor_generated.swift:88:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
86 | public struct org_apache_arrow_flatbuf_SparseTensorIndexCOO: FlatBufferObject, Verifiable {
87 |
88 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
89 | public var __buffer: ByteBuffer! { return _accessor.bb }
90 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/SparseTensor_generated.swift:156:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
154 | public struct org_apache_arrow_flatbuf_SparseMatrixIndexCSX: FlatBufferObject, Verifiable {
155 |
156 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
157 | public var __buffer: ByteBuffer! { return _accessor.bb }
158 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/SparseTensor_generated.swift:253:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
251 | public struct org_apache_arrow_flatbuf_SparseTensorIndexCSF: FlatBufferObject, Verifiable {
252 |
253 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
254 | public var __buffer: ByteBuffer! { return _accessor.bb }
255 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/SparseTensor_generated.swift:390:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
388 | public struct org_apache_arrow_flatbuf_SparseTensor: FlatBufferObject, Verifiable {
389 |
390 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
391 | public var __buffer: ByteBuffer! { return _accessor.bb }
392 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Tensor_generated.swift:28:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
26 | public struct org_apache_arrow_flatbuf_TensorDim: FlatBufferObject, Verifiable {
27 |
28 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
29 | public var __buffer: ByteBuffer! { return _accessor.bb }
30 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Tensor_generated.swift:72:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
70 | public struct org_apache_arrow_flatbuf_Tensor: FlatBufferObject, Verifiable {
71 |
72 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
73 | public var __buffer: ByteBuffer! { return _accessor.bb }
74 | private var _accessor: Table
[658/667] Compiling Arrow Tensor_generated.swift
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:23: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
21 | import FlatBuffers
22 |
23 | 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')
24 | public typealias T = Int16
25 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:66: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
64 | /// to facilitate exchanging and comparing bitmaps for supported
65 | /// features.
66 | 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')
67 | public typealias T = Int64
68 | public static var byteSize: Int { return MemoryLayout<Int64>.size }
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:85: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
83 |
84 |
85 | 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')
86 | public typealias T = Int16
87 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:97: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
95 |
96 |
97 | 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')
98 | public typealias T = Int16
99 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:110: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
108 |
109 |
110 | 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')
111 | public typealias T = Int16
112 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:122: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
120 |
121 |
122 | 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')
123 | public typealias T = Int16
124 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:136: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
134 |
135 |
136 | 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')
137 | public typealias T = Int16
138 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:152: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
150 | /// Top-level Type value, enabling extensible type-specific metadata. We can
151 | /// add new logical types to Type without breaking backwards compatibility
152 | 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')
153 | public typealias T = UInt8
154 |
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:199: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
197 | /// Dictionaries might be explicit maps between integers and values
198 | /// allowing for non-contiguous index values
199 | 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')
200 | public typealias T = Int16
201 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:212: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
210 | /// ----------------------------------------------------------------------
211 | /// Endianness of the platform producing the data
212 | 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')
213 | public typealias T = Int16
214 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:228:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
226 | public struct org_apache_arrow_flatbuf_Buffer: NativeStruct, Verifiable, FlatbuffersInitializable {
227 |
228 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
229 |
230 | /// The relative offset into the shared memory page where the bytes for this
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:275:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
273 | public struct org_apache_arrow_flatbuf_Buffer_Mutable: FlatBufferObject {
274 |
275 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
276 | public var __buffer: ByteBuffer! { return _accessor.bb }
277 | private var _accessor: Struct
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:288:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
286 | public struct org_apache_arrow_flatbuf_Null: FlatBufferObject, Verifiable {
287 |
288 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
289 | public var __buffer: ByteBuffer! { return _accessor.bb }
290 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:309:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
307 | public struct org_apache_arrow_flatbuf_Struct_: FlatBufferObject, Verifiable {
308 |
309 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
310 | public var __buffer: ByteBuffer! { return _accessor.bb }
311 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:327:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
325 | public struct org_apache_arrow_flatbuf_List: FlatBufferObject, Verifiable {
326 |
327 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
328 | public var __buffer: ByteBuffer! { return _accessor.bb }
329 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:347:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
345 | public struct org_apache_arrow_flatbuf_LargeList: FlatBufferObject, Verifiable {
346 |
347 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
348 | public var __buffer: ByteBuffer! { return _accessor.bb }
349 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:368:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
366 | public struct org_apache_arrow_flatbuf_ListView: FlatBufferObject, Verifiable {
367 |
368 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
369 | public var __buffer: ByteBuffer! { return _accessor.bb }
370 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:388:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
386 | public struct org_apache_arrow_flatbuf_LargeListView: FlatBufferObject, Verifiable {
387 |
388 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
389 | public var __buffer: ByteBuffer! { return _accessor.bb }
390 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:406:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
404 | public struct org_apache_arrow_flatbuf_FixedSizeList: FlatBufferObject, Verifiable {
405 |
406 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
407 | public var __buffer: ByteBuffer! { return _accessor.bb }
408 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:467:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
465 | public struct org_apache_arrow_flatbuf_Map: FlatBufferObject, Verifiable {
466 |
467 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
468 | public var __buffer: ByteBuffer! { return _accessor.bb }
469 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:508:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
506 | public struct org_apache_arrow_flatbuf_Union: FlatBufferObject, Verifiable {
507 |
508 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
509 | public var __buffer: ByteBuffer! { return _accessor.bb }
510 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:552:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
550 | public struct org_apache_arrow_flatbuf_Int: FlatBufferObject, Verifiable {
551 |
552 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
553 | public var __buffer: ByteBuffer! { return _accessor.bb }
554 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:594:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
592 | public struct org_apache_arrow_flatbuf_FloatingPoint: FlatBufferObject, Verifiable {
593 |
594 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
595 | public var __buffer: ByteBuffer! { return _accessor.bb }
596 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:630:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
628 | public struct org_apache_arrow_flatbuf_Utf8: FlatBufferObject, Verifiable {
629 |
630 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
631 | public var __buffer: ByteBuffer! { return _accessor.bb }
632 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:649:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
647 | public struct org_apache_arrow_flatbuf_Binary: FlatBufferObject, Verifiable {
648 |
649 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
650 | public var __buffer: ByteBuffer! { return _accessor.bb }
651 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:669:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
667 | public struct org_apache_arrow_flatbuf_LargeUtf8: FlatBufferObject, Verifiable {
668 |
669 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
670 | public var __buffer: ByteBuffer! { return _accessor.bb }
671 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:689:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
687 | public struct org_apache_arrow_flatbuf_LargeBinary: FlatBufferObject, Verifiable {
688 |
689 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
690 | public var __buffer: ByteBuffer! { return _accessor.bb }
691 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:714:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
712 | public struct org_apache_arrow_flatbuf_Utf8View: FlatBufferObject, Verifiable {
713 |
714 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
715 | public var __buffer: ByteBuffer! { return _accessor.bb }
716 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:739:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
737 | public struct org_apache_arrow_flatbuf_BinaryView: FlatBufferObject, Verifiable {
738 |
739 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
740 | public var __buffer: ByteBuffer! { return _accessor.bb }
741 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:757:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
755 | public struct org_apache_arrow_flatbuf_FixedSizeBinary: FlatBufferObject, Verifiable {
756 |
757 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
758 | public var __buffer: ByteBuffer! { return _accessor.bb }
759 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:793:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
791 | public struct org_apache_arrow_flatbuf_Bool: FlatBufferObject, Verifiable {
792 |
793 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
794 | public var __buffer: ByteBuffer! { return _accessor.bb }
795 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:816:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
814 | public struct org_apache_arrow_flatbuf_RunEndEncoded: FlatBufferObject, Verifiable {
815 |
816 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
817 | public var __buffer: ByteBuffer! { return _accessor.bb }
818 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:838:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
836 | public struct org_apache_arrow_flatbuf_Decimal: FlatBufferObject, Verifiable {
837 |
838 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
839 | public var __buffer: ByteBuffer! { return _accessor.bb }
840 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:895:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
893 | public struct org_apache_arrow_flatbuf_Date: FlatBufferObject, Verifiable {
894 |
895 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
896 | public var __buffer: ByteBuffer! { return _accessor.bb }
897 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:944:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
942 | public struct org_apache_arrow_flatbuf_Time: FlatBufferObject, Verifiable {
943 |
944 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
945 | public var __buffer: ByteBuffer! { return _accessor.bb }
946 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:1090:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1088 | public struct org_apache_arrow_flatbuf_Timestamp: FlatBufferObject, Verifiable {
1089 |
1090 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1091 | public var __buffer: ByteBuffer! { return _accessor.bb }
1092 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:1142:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1140 | public struct org_apache_arrow_flatbuf_Interval: FlatBufferObject, Verifiable {
1141 |
1142 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1143 | public var __buffer: ByteBuffer! { return _accessor.bb }
1144 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:1177:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1175 | public struct org_apache_arrow_flatbuf_Duration: FlatBufferObject, Verifiable {
1176 |
1177 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1178 | public var __buffer: ByteBuffer! { return _accessor.bb }
1179 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:1215:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1213 | public struct org_apache_arrow_flatbuf_KeyValue: FlatBufferObject, Verifiable {
1214 |
1215 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1216 | public var __buffer: ByteBuffer! { return _accessor.bb }
1217 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:1258:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1256 | public struct org_apache_arrow_flatbuf_DictionaryEncoding: FlatBufferObject, Verifiable {
1257 |
1258 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1259 | public var __buffer: ByteBuffer! { return _accessor.bb }
1260 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:1327:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1325 | public struct org_apache_arrow_flatbuf_Field: FlatBufferObject, Verifiable {
1326 |
1327 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1328 | public var __buffer: ByteBuffer! { return _accessor.bb }
1329 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:1469:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1467 | public struct org_apache_arrow_flatbuf_Schema: FlatBufferObject, Verifiable {
1468 |
1469 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1470 | public var __buffer: ByteBuffer! { return _accessor.bb }
1471 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/SparseTensor_generated.swift:23: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
21 | import FlatBuffers
22 |
23 | 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')
24 | public typealias T = Int16
25 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/host/spi-builder-workspace/Sources/Arrow/SparseTensor_generated.swift:35: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
33 |
34 |
35 | 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')
36 | public typealias T = UInt8
37 |
/host/spi-builder-workspace/Sources/Arrow/SparseTensor_generated.swift:88:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
86 | public struct org_apache_arrow_flatbuf_SparseTensorIndexCOO: FlatBufferObject, Verifiable {
87 |
88 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
89 | public var __buffer: ByteBuffer! { return _accessor.bb }
90 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/SparseTensor_generated.swift:156:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
154 | public struct org_apache_arrow_flatbuf_SparseMatrixIndexCSX: FlatBufferObject, Verifiable {
155 |
156 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
157 | public var __buffer: ByteBuffer! { return _accessor.bb }
158 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/SparseTensor_generated.swift:253:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
251 | public struct org_apache_arrow_flatbuf_SparseTensorIndexCSF: FlatBufferObject, Verifiable {
252 |
253 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
254 | public var __buffer: ByteBuffer! { return _accessor.bb }
255 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/SparseTensor_generated.swift:390:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
388 | public struct org_apache_arrow_flatbuf_SparseTensor: FlatBufferObject, Verifiable {
389 |
390 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
391 | public var __buffer: ByteBuffer! { return _accessor.bb }
392 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Tensor_generated.swift:28:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
26 | public struct org_apache_arrow_flatbuf_TensorDim: FlatBufferObject, Verifiable {
27 |
28 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
29 | public var __buffer: ByteBuffer! { return _accessor.bb }
30 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Tensor_generated.swift:72:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
70 | public struct org_apache_arrow_flatbuf_Tensor: FlatBufferObject, Verifiable {
71 |
72 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
73 | public var __buffer: ByteBuffer! { return _accessor.bb }
74 | private var _accessor: Table
[659/667] Compiling Arrow ArrowArray.swift
[660/667] Compiling Arrow ArrowArrayBuilder.swift
[661/667] Compiling Arrow ArrowBuffer.swift
[662/667] Compiling Arrow ArrowBufferBuilder.swift
[663/667] Compiling Arrow BitUtility.swift
/host/spi-builder-workspace/Sources/Arrow/File_generated.swift:25:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
23 | public struct org_apache_arrow_flatbuf_Block: NativeStruct, Verifiable, FlatbuffersInitializable {
24 |
25 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
26 |
27 | /// Index to the start of the RecordBlock (note this is past the Message header)
/host/spi-builder-workspace/Sources/Arrow/File_generated.swift:70:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
68 | public struct org_apache_arrow_flatbuf_Block_Mutable: FlatBufferObject {
69 |
70 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
71 | public var __buffer: ByteBuffer! { return _accessor.bb }
72 | private var _accessor: Struct
/host/spi-builder-workspace/Sources/Arrow/File_generated.swift:86:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
84 | public struct org_apache_arrow_flatbuf_Footer: FlatBufferObject, Verifiable {
85 |
86 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
87 | public var __buffer: ByteBuffer! { return _accessor.bb }
88 | private var _accessor: Table
[664/667] Compiling Arrow ChunkedArray.swift
/host/spi-builder-workspace/Sources/Arrow/File_generated.swift:25:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
23 | public struct org_apache_arrow_flatbuf_Block: NativeStruct, Verifiable, FlatbuffersInitializable {
24 |
25 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
26 |
27 | /// Index to the start of the RecordBlock (note this is past the Message header)
/host/spi-builder-workspace/Sources/Arrow/File_generated.swift:70:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
68 | public struct org_apache_arrow_flatbuf_Block_Mutable: FlatBufferObject {
69 |
70 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
71 | public var __buffer: ByteBuffer! { return _accessor.bb }
72 | private var _accessor: Struct
/host/spi-builder-workspace/Sources/Arrow/File_generated.swift:86:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
84 | public struct org_apache_arrow_flatbuf_Footer: FlatBufferObject, Verifiable {
85 |
86 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
87 | public var __buffer: ByteBuffer! { return _accessor.bb }
88 | private var _accessor: Table
[665/667] Compiling Arrow File_generated.swift
/host/spi-builder-workspace/Sources/Arrow/File_generated.swift:25:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
23 | public struct org_apache_arrow_flatbuf_Block: NativeStruct, Verifiable, FlatbuffersInitializable {
24 |
25 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
26 |
27 | /// Index to the start of the RecordBlock (note this is past the Message header)
/host/spi-builder-workspace/Sources/Arrow/File_generated.swift:70:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
68 | public struct org_apache_arrow_flatbuf_Block_Mutable: FlatBufferObject {
69 |
70 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
71 | public var __buffer: ByteBuffer! { return _accessor.bb }
72 | private var _accessor: Struct
/host/spi-builder-workspace/Sources/Arrow/File_generated.swift:86:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
84 | public struct org_apache_arrow_flatbuf_Footer: FlatBufferObject, Verifiable {
85 |
86 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
87 | public var __buffer: ByteBuffer! { return _accessor.bb }
88 | private var _accessor: Table
[665/667] Compiling c-nioatomics.c
[665/667] Compiling c-atomics.c
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:df03784badd7f27c5aaf58aceda7a3eace61955b295b55f91184969c309ad8ef
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/Arrow/README.md
[0/1] Planning build
[1/1] Compiling plugin SwiftProtobufPlugin
/host/spi-builder-workspace/.build/checkouts/grpc-swift/Plugins/GRPCSwiftPlugin/plugin.swift:264:42: warning: 'pluginWorkDirectory' is deprecated: renamed to 'pluginWorkDirectoryURL'
262 | }
263 |
264 | let workDirectory = PathLike(context.pluginWorkDirectory)
| |- warning: 'pluginWorkDirectory' is deprecated: renamed to 'pluginWorkDirectoryURL'
| `- note: use 'pluginWorkDirectoryURL' instead
265 |
266 | return try self.createBuildCommands(
/host/spi-builder-workspace/.build/checkouts/grpc-swift/Plugins/GRPCSwiftPlugin/plugin.swift:287:18: warning: 'init(_:)' is deprecated: Use `URL` type instead of `Path`.
285 |
286 | init(_ path: String) {
287 | self.value = Path(path)
| `- warning: 'init(_:)' is deprecated: Use `URL` type instead of `Path`.
288 | }
289 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift/Plugins/GRPCSwiftPlugin/plugin.swift:291:26: warning: 'path' is deprecated: renamed to 'url'
289 |
290 | init(_ element: FileList.Element) {
291 | self.value = element.path
| |- warning: 'path' is deprecated: renamed to 'url'
| `- note: use 'url' instead
292 | }
293 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift/Plugins/GRPCSwiftPlugin/plugin.swift:295:26: warning: 'path' is deprecated: renamed to 'url'
293 |
294 | init(_ element: PluginContext.Tool) {
295 | self.value = element.path
| |- warning: 'path' is deprecated: renamed to 'url'
| `- note: use 'url' instead
296 | }
297 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift/Plugins/GRPCSwiftPlugin/plugin.swift:303:23: warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`.
301 |
302 | var lastComponent: String {
303 | return self.value.lastComponent
| `- warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`.
304 | }
305 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift/Plugins/GRPCSwiftPlugin/plugin.swift:308:29: warning: 'removingLastComponent()' is deprecated: Use `URL` type instead of `Path`.
306 | func removingLastComponent() -> Self {
307 | var copy = self
308 | copy.value = self.value.removingLastComponent()
| `- warning: 'removingLastComponent()' is deprecated: Use `URL` type instead of `Path`.
309 | return copy
310 | }
/host/spi-builder-workspace/.build/checkouts/grpc-swift/Plugins/GRPCSwiftPlugin/plugin.swift:314:29: warning: 'appending' is deprecated: Use `URL` type instead of `Path`.
312 | func appending(_ path: String) -> Self {
313 | var copy = self
314 | copy.value = self.value.appending(path)
| `- warning: 'appending' is deprecated: Use `URL` type instead of `Path`.
315 | return copy
316 | }
/host/spi-builder-workspace/.build/checkouts/grpc-swift/Plugins/GRPCSwiftPlugin/plugin.swift:327:17: warning: 'buildCommand(displayName:executable:arguments:environment:inputFiles:outputFiles:)' is deprecated: Use `URL` type instead of `Path`.
325 | outputFiles: [PathLike]
326 | ) -> PackagePlugin.Command {
327 | return Self.buildCommand(
| `- warning: 'buildCommand(displayName:executable:arguments:environment:inputFiles:outputFiles:)' is deprecated: Use `URL` type instead of `Path`.
328 | displayName: displayName,
329 | executable: executable.value,
/host/spi-builder-workspace/.build/checkouts/grpc-swift/Plugins/GRPCSwiftPlugin/plugin.swift:339:35: warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`.
337 | extension URL {
338 | init(_ pathLike: PathLike) {
339 | self = URL(fileURLWithPath: "\(pathLike.value)")
| `- warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`.
340 | }
341 | }
[2/2] Compiling plugin GRPCSwiftPlugin
Building for debugging...
[2/5] Write swift-version-24593BA9C3E375BF.txt
[4/50] Compiling Atomics UnsafeAtomic.swift
[5/50] Compiling Atomics UnsafeAtomicLazyReference.swift
[6/52] Compiling Atomics ManagedAtomic.swift
[7/52] Compiling Atomics ManagedAtomicLazyReference.swift
[8/52] Compiling Common Scalar.swift
[9/52] Compiling Common padding.swift
[10/52] Compiling Atomics AtomicStorage.swift
[11/52] Compiling Atomics AtomicValue.swift
[12/52] Compiling Atomics AtomicMemoryOrderings.swift
[13/52] Compiling Atomics DoubleWord.swift
[14/137] Compiling SwiftProtobuf FieldTypes.swift
[15/137] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[16/137] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[17/137] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[18/139] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[19/139] Compiling SwiftProtobuf ExtensionFields.swift
[20/139] Compiling SwiftProtobuf ExtensionMap.swift
[21/139] Compiling SwiftProtobuf FieldTag.swift
[22/139] Compiling Logging MetadataProvider.swift
[23/139] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[24/139] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[25/139] Emitting module Logging
[26/139] Compiling Logging Locks.swift
[27/139] Emitting module Common
[28/139] Compiling Common Int+extension.swift
[30/140] Emitting module _NIOBase64
[31/140] Compiling _NIOBase64 Base64.swift
[32/140] Emitting module Atomics
[34/141] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[35/141] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[36/141] Compiling Logging LogHandler.swift
[37/141] Compiling Logging Logging.swift
[37/141] Compiling c-atomics.c
[38/142] Compiling c-nioatomics.c
[40/152] Compiling SwiftProtobuf ExtensibleMessage.swift
[44/152] Compiling SwiftProtobuf Decoder.swift
[45/152] Compiling SwiftProtobuf DoubleParser.swift
[46/152] Compiling SwiftProtobuf Enum.swift
[48/152] Emitting module InternalCollectionsUtilities
[49/152] Compiling SwiftProtobuf BytecodeInterpreter.swift
[50/152] Compiling SwiftProtobuf BytecodeReader.swift
[51/152] Compiling SwiftProtobuf CustomJSONCodable.swift
[53/153] Compiling NIOConcurrencyHelpers NIOLock.swift
[54/172] Compiling NIOConcurrencyHelpers lock.swift
[55/172] Emitting module NIOConcurrencyHelpers
[56/172] Emitting module _NIODataStructures
[57/172] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[58/172] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[59/172] Compiling NIOConcurrencyHelpers atomics.swift
[61/173] Compiling _NIODataStructures Heap.swift
[62/173] Compiling _NIODataStructures PriorityQueue.swift
[63/173] Compiling _NIODataStructures _TinyArray.swift
[65/174] Compiling FlatBuffers NativeObject.swift
[66/174] Compiling FlatBuffers Offset.swift
[67/174] Compiling FlatBuffers Root.swift
[68/176] Compiling FlatBuffers FlatBufferBuilder.swift
[69/176] Compiling FlatBuffers FlatBufferObject.swift
[70/176] Compiling FlatBuffers FlatBuffersUtils.swift
[71/176] Emitting module FlatBuffers
[72/176] Compiling FlatBuffers ByteBuffer.swift
[73/176] Compiling FlatBuffers Constants.swift
[74/176] Compiling FlatBuffers Enum.swift
[75/176] Compiling FlatBuffers Table.swift
[76/176] Compiling FlatBuffers TableVerifier.swift
[77/176] Compiling FlatBuffers String+extension.swift
[78/176] Compiling FlatBuffers Struct.swift
[79/176] Compiling FlatBuffers FlatbuffersErrors.swift
[80/176] Compiling FlatBuffers Message.swift
[81/176] Compiling FlatBuffers Mutable.swift
[82/176] Compiling FlatBuffers VeriferOptions.swift
[83/176] Compiling FlatBuffers Verifiable.swift
[91/192] Compiling DequeModule Deque+CustomReflectable.swift
[92/192] Compiling DequeModule Deque+Descriptions.swift
[93/192] Compiling DequeModule Deque+Equatable.swift
[94/192] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[95/192] Compiling DequeModule _DequeBuffer.swift
[96/192] Compiling DequeModule _DequeBufferHeader.swift
[97/194] Compiling DequeModule Deque+Testing.swift
[98/194] Compiling FlatBuffers Verifier.swift
[99/194] Compiling DequeModule Deque._Storage.swift
[100/194] Compiling DequeModule Deque+Extras.swift
[101/194] Compiling FlatBuffers _InternalByteBuffer.swift
[102/194] Compiling DequeModule Deque+Hashable.swift
[103/195] Compiling DequeModule _DequeSlot.swift
[104/195] Compiling DequeModule _UnsafeWrappedBuffer.swift
[105/195] Compiling DequeModule Deque._UnsafeHandle.swift
[106/195] Compiling DequeModule Deque.swift
[108/195] Compiling DequeModule Deque+Codable.swift
[109/195] Compiling DequeModule Deque+Collection.swift
[110/195] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[111/195] Compiling SwiftProtobuf Message+FieldMask.swift
[112/195] Compiling SwiftProtobuf Message+JSONAdditions.swift
[113/195] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[114/195] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[115/195] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[116/195] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[117/195] Compiling SwiftProtobuf Message.swift
[118/195] Compiling SwiftProtobuf MessageExtension.swift
[119/195] Compiling SwiftProtobuf NameMap.swift
[120/195] Compiling SwiftProtobuf PathDecoder.swift
[121/195] Compiling SwiftProtobuf PathVisitor.swift
[122/229] Compiling SwiftProtobuf ProtoNameProviding.swift
[123/229] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[124/229] Compiling SwiftProtobuf ProtobufMap.swift
[125/229] Compiling SwiftProtobuf SelectiveVisitor.swift
[126/229] Compiling SwiftProtobuf SimpleExtensionMap.swift
[127/229] Compiling SwiftProtobuf StringUtils.swift
[128/229] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[129/229] Compiling SwiftProtobuf SwiftProtobufError.swift
[130/229] Compiling SwiftProtobuf TextFormatDecoder.swift
[131/229] Compiling SwiftProtobuf TextFormatDecodingError.swift
[132/229] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[133/229] Compiling SwiftProtobuf TextFormatEncoder.swift
[134/229] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[135/229] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[136/229] Compiling SwiftProtobuf TextFormatScanner.swift
[137/229] Compiling SwiftProtobuf TimeUtils.swift
[138/229] Compiling SwiftProtobuf UnknownStorage.swift
[139/229] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[140/229] Compiling SwiftProtobuf Varint.swift
[141/229] Compiling SwiftProtobuf Version.swift
[142/229] Compiling SwiftProtobuf Visitor.swift
[143/229] Compiling SwiftProtobuf WireFormat.swift
[144/229] Compiling SwiftProtobuf ZigZag.swift
[145/229] Compiling SwiftProtobuf any.pb.swift
[146/229] Emitting module DequeModule
[148/230] Compiling Arrow MemoryAllocator.swift
/host/spi-builder-workspace/Sources/Arrow/Message_generated.swift:23:13: warning: cannot use conformance of 'Int8' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
21 | import FlatBuffers
22 |
23 | public enum org_apache_arrow_flatbuf_CompressionType: Int8, Enum, Verifiable {
| |- warning: cannot use conformance of 'Int8' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
| |- note: The missing import of module 'Common' will be added implicitly
| `- note: in associated type 'Self.T' (inferred as 'Int8')
24 | public typealias T = Int8
25 | public static var byteSize: Int { return MemoryLayout<Int8>.size }
/host/spi-builder-workspace/Sources/Arrow/Message_generated.swift:38:13: warning: cannot use conformance of 'Int8' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
36 | /// strategies for compressing the IPC message body (like whole-body
37 | /// compression rather than buffer-level) in the future
38 | public enum org_apache_arrow_flatbuf_BodyCompressionMethod: Int8, Enum, Verifiable {
| |- warning: cannot use conformance of 'Int8' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
| |- note: The missing import of module 'Common' will be added implicitly
| `- note: in associated type 'Self.T' (inferred as 'Int8')
39 | public typealias T = Int8
40 | public static var byteSize: Int { return MemoryLayout<Int8>.size }
/host/spi-builder-workspace/Sources/Arrow/Message_generated.swift:64: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
62 | /// which may include experimental metadata types. For maximum compatibility,
63 | /// it is best to send data using RecordBatch
64 | public enum org_apache_arrow_flatbuf_MessageHeader: UInt8, UnionEnum {
| |- warning: cannot use conformance of 'UInt8' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
| |- note: The missing import of module 'Common' will be added implicitly
| `- note: in associated type 'Self.T' (inferred as 'UInt8')
65 | public typealias T = UInt8
66 |
/host/spi-builder-workspace/Sources/Arrow/Message_generated.swift:96:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
94 | public struct org_apache_arrow_flatbuf_FieldNode: NativeStruct, Verifiable, FlatbuffersInitializable {
95 |
96 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
97 |
98 | /// The number of value slots in the Arrow array at this level of a nested
/host/spi-builder-workspace/Sources/Arrow/Message_generated.swift:146:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
144 | public struct org_apache_arrow_flatbuf_FieldNode_Mutable: FlatBufferObject {
145 |
146 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
147 | public var __buffer: ByteBuffer! { return _accessor.bb }
148 | private var _accessor: Struct
/host/spi-builder-workspace/Sources/Arrow/Message_generated.swift:161:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
159 | public struct org_apache_arrow_flatbuf_BodyCompression: FlatBufferObject, Verifiable {
160 |
161 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
162 | public var __buffer: ByteBuffer! { return _accessor.bb }
163 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Message_generated.swift:208:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
206 | public struct org_apache_arrow_flatbuf_RecordBatch: FlatBufferObject, Verifiable {
207 |
208 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
209 | public var __buffer: ByteBuffer! { return _accessor.bb }
210 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Message_generated.swift:312:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
310 | public struct org_apache_arrow_flatbuf_DictionaryBatch: FlatBufferObject, Verifiable {
311 |
312 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
313 | public var __buffer: ByteBuffer! { return _accessor.bb }
314 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Message_generated.swift:363:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
361 | public struct org_apache_arrow_flatbuf_Message: FlatBufferObject, Verifiable {
362 |
363 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
364 | public var __buffer: ByteBuffer! { return _accessor.bb }
365 | private var _accessor: Table
[149/230] Compiling Arrow Message_generated.swift
/host/spi-builder-workspace/Sources/Arrow/Message_generated.swift:23:13: warning: cannot use conformance of 'Int8' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
21 | import FlatBuffers
22 |
23 | public enum org_apache_arrow_flatbuf_CompressionType: Int8, Enum, Verifiable {
| |- warning: cannot use conformance of 'Int8' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
| |- note: The missing import of module 'Common' will be added implicitly
| `- note: in associated type 'Self.T' (inferred as 'Int8')
24 | public typealias T = Int8
25 | public static var byteSize: Int { return MemoryLayout<Int8>.size }
/host/spi-builder-workspace/Sources/Arrow/Message_generated.swift:38:13: warning: cannot use conformance of 'Int8' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
36 | /// strategies for compressing the IPC message body (like whole-body
37 | /// compression rather than buffer-level) in the future
38 | public enum org_apache_arrow_flatbuf_BodyCompressionMethod: Int8, Enum, Verifiable {
| |- warning: cannot use conformance of 'Int8' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
| |- note: The missing import of module 'Common' will be added implicitly
| `- note: in associated type 'Self.T' (inferred as 'Int8')
39 | public typealias T = Int8
40 | public static var byteSize: Int { return MemoryLayout<Int8>.size }
/host/spi-builder-workspace/Sources/Arrow/Message_generated.swift:64: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
62 | /// which may include experimental metadata types. For maximum compatibility,
63 | /// it is best to send data using RecordBatch
64 | public enum org_apache_arrow_flatbuf_MessageHeader: UInt8, UnionEnum {
| |- warning: cannot use conformance of 'UInt8' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
| |- note: The missing import of module 'Common' will be added implicitly
| `- note: in associated type 'Self.T' (inferred as 'UInt8')
65 | public typealias T = UInt8
66 |
/host/spi-builder-workspace/Sources/Arrow/Message_generated.swift:96:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
94 | public struct org_apache_arrow_flatbuf_FieldNode: NativeStruct, Verifiable, FlatbuffersInitializable {
95 |
96 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
97 |
98 | /// The number of value slots in the Arrow array at this level of a nested
/host/spi-builder-workspace/Sources/Arrow/Message_generated.swift:146:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
144 | public struct org_apache_arrow_flatbuf_FieldNode_Mutable: FlatBufferObject {
145 |
146 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
147 | public var __buffer: ByteBuffer! { return _accessor.bb }
148 | private var _accessor: Struct
/host/spi-builder-workspace/Sources/Arrow/Message_generated.swift:161:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
159 | public struct org_apache_arrow_flatbuf_BodyCompression: FlatBufferObject, Verifiable {
160 |
161 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
162 | public var __buffer: ByteBuffer! { return _accessor.bb }
163 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Message_generated.swift:208:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
206 | public struct org_apache_arrow_flatbuf_RecordBatch: FlatBufferObject, Verifiable {
207 |
208 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
209 | public var __buffer: ByteBuffer! { return _accessor.bb }
210 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Message_generated.swift:312:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
310 | public struct org_apache_arrow_flatbuf_DictionaryBatch: FlatBufferObject, Verifiable {
311 |
312 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
313 | public var __buffer: ByteBuffer! { return _accessor.bb }
314 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Message_generated.swift:363:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
361 | public struct org_apache_arrow_flatbuf_Message: FlatBufferObject, Verifiable {
362 |
363 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
364 | public var __buffer: ByteBuffer! { return _accessor.bb }
365 | private var _accessor: Table
[150/230] Compiling Arrow ProtoUtil.swift
/host/spi-builder-workspace/Sources/Arrow/Message_generated.swift:23:13: warning: cannot use conformance of 'Int8' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
21 | import FlatBuffers
22 |
23 | public enum org_apache_arrow_flatbuf_CompressionType: Int8, Enum, Verifiable {
| |- warning: cannot use conformance of 'Int8' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
| |- note: The missing import of module 'Common' will be added implicitly
| `- note: in associated type 'Self.T' (inferred as 'Int8')
24 | public typealias T = Int8
25 | public static var byteSize: Int { return MemoryLayout<Int8>.size }
/host/spi-builder-workspace/Sources/Arrow/Message_generated.swift:38:13: warning: cannot use conformance of 'Int8' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
36 | /// strategies for compressing the IPC message body (like whole-body
37 | /// compression rather than buffer-level) in the future
38 | public enum org_apache_arrow_flatbuf_BodyCompressionMethod: Int8, Enum, Verifiable {
| |- warning: cannot use conformance of 'Int8' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
| |- note: The missing import of module 'Common' will be added implicitly
| `- note: in associated type 'Self.T' (inferred as 'Int8')
39 | public typealias T = Int8
40 | public static var byteSize: Int { return MemoryLayout<Int8>.size }
/host/spi-builder-workspace/Sources/Arrow/Message_generated.swift:64: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
62 | /// which may include experimental metadata types. For maximum compatibility,
63 | /// it is best to send data using RecordBatch
64 | public enum org_apache_arrow_flatbuf_MessageHeader: UInt8, UnionEnum {
| |- warning: cannot use conformance of 'UInt8' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
| |- note: The missing import of module 'Common' will be added implicitly
| `- note: in associated type 'Self.T' (inferred as 'UInt8')
65 | public typealias T = UInt8
66 |
/host/spi-builder-workspace/Sources/Arrow/Message_generated.swift:96:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
94 | public struct org_apache_arrow_flatbuf_FieldNode: NativeStruct, Verifiable, FlatbuffersInitializable {
95 |
96 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
97 |
98 | /// The number of value slots in the Arrow array at this level of a nested
/host/spi-builder-workspace/Sources/Arrow/Message_generated.swift:146:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
144 | public struct org_apache_arrow_flatbuf_FieldNode_Mutable: FlatBufferObject {
145 |
146 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
147 | public var __buffer: ByteBuffer! { return _accessor.bb }
148 | private var _accessor: Struct
/host/spi-builder-workspace/Sources/Arrow/Message_generated.swift:161:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
159 | public struct org_apache_arrow_flatbuf_BodyCompression: FlatBufferObject, Verifiable {
160 |
161 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
162 | public var __buffer: ByteBuffer! { return _accessor.bb }
163 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Message_generated.swift:208:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
206 | public struct org_apache_arrow_flatbuf_RecordBatch: FlatBufferObject, Verifiable {
207 |
208 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
209 | public var __buffer: ByteBuffer! { return _accessor.bb }
210 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Message_generated.swift:312:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
310 | public struct org_apache_arrow_flatbuf_DictionaryBatch: FlatBufferObject, Verifiable {
311 |
312 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
313 | public var __buffer: ByteBuffer! { return _accessor.bb }
314 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Message_generated.swift:363:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
361 | public struct org_apache_arrow_flatbuf_Message: FlatBufferObject, Verifiable {
362 |
363 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
364 | public var __buffer: ByteBuffer! { return _accessor.bb }
365 | private var _accessor: Table
[151/233] Compiling Arrow BitUtility.swift
/host/spi-builder-workspace/Sources/Arrow/File_generated.swift:25:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
23 | public struct org_apache_arrow_flatbuf_Block: NativeStruct, Verifiable, FlatbuffersInitializable {
24 |
25 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
26 |
27 | /// Index to the start of the RecordBlock (note this is past the Message header)
/host/spi-builder-workspace/Sources/Arrow/File_generated.swift:70:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
68 | public struct org_apache_arrow_flatbuf_Block_Mutable: FlatBufferObject {
69 |
70 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
71 | public var __buffer: ByteBuffer! { return _accessor.bb }
72 | private var _accessor: Struct
/host/spi-builder-workspace/Sources/Arrow/File_generated.swift:86:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
84 | public struct org_apache_arrow_flatbuf_Footer: FlatBufferObject, Verifiable {
85 |
86 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
87 | public var __buffer: ByteBuffer! { return _accessor.bb }
88 | private var _accessor: Table
[152/233] Compiling Arrow ChunkedArray.swift
/host/spi-builder-workspace/Sources/Arrow/File_generated.swift:25:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
23 | public struct org_apache_arrow_flatbuf_Block: NativeStruct, Verifiable, FlatbuffersInitializable {
24 |
25 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
26 |
27 | /// Index to the start of the RecordBlock (note this is past the Message header)
/host/spi-builder-workspace/Sources/Arrow/File_generated.swift:70:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
68 | public struct org_apache_arrow_flatbuf_Block_Mutable: FlatBufferObject {
69 |
70 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
71 | public var __buffer: ByteBuffer! { return _accessor.bb }
72 | private var _accessor: Struct
/host/spi-builder-workspace/Sources/Arrow/File_generated.swift:86:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
84 | public struct org_apache_arrow_flatbuf_Footer: FlatBufferObject, Verifiable {
85 |
86 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
87 | public var __buffer: ByteBuffer! { return _accessor.bb }
88 | private var _accessor: Table
[153/233] Compiling Arrow File_generated.swift
/host/spi-builder-workspace/Sources/Arrow/File_generated.swift:25:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
23 | public struct org_apache_arrow_flatbuf_Block: NativeStruct, Verifiable, FlatbuffersInitializable {
24 |
25 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
26 |
27 | /// Index to the start of the RecordBlock (note this is past the Message header)
/host/spi-builder-workspace/Sources/Arrow/File_generated.swift:70:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
68 | public struct org_apache_arrow_flatbuf_Block_Mutable: FlatBufferObject {
69 |
70 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
71 | public var __buffer: ByteBuffer! { return _accessor.bb }
72 | private var _accessor: Struct
/host/spi-builder-workspace/Sources/Arrow/File_generated.swift:86:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
84 | public struct org_apache_arrow_flatbuf_Footer: FlatBufferObject, Verifiable {
85 |
86 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
87 | public var __buffer: ByteBuffer! { return _accessor.bb }
88 | private var _accessor: Table
[154/233] Compiling Arrow ArrowDecoder.swift
/host/spi-builder-workspace/Sources/Arrow/ArrowReader.swift:280:47: error: extra argument 'allowReadingUnalignedBuffers' in call
278 | var dataBuffer = ByteBuffer(
279 | data: streamData,
280 | allowReadingUnalignedBuffers: true
| `- error: extra argument 'allowReadingUnalignedBuffers' in call
281 | )
282 | let message: org_apache_arrow_flatbuf_Message = getRoot(byteBuffer: &dataBuffer)
/host/spi-builder-workspace/Sources/Arrow/ArrowReader.swift:336:43: error: extra argument 'allowReadingUnalignedBuffers' in call
334 | var footerBuffer = ByteBuffer(
335 | data: footerData,
336 | allowReadingUnalignedBuffers: useUnalignedBuffers)
| `- error: extra argument 'allowReadingUnalignedBuffers' in call
337 | let footer: org_apache_arrow_flatbuf_Footer = getRoot(byteBuffer: &footerBuffer)
338 | let schemaResult = loadSchema(footer.schema!)
/host/spi-builder-workspace/Sources/Arrow/ArrowReader.swift:367:47: error: extra argument 'allowReadingUnalignedBuffers' in call
365 | var mbb = ByteBuffer(
366 | data: recordBatchData,
367 | allowReadingUnalignedBuffers: useUnalignedBuffers)
| `- error: extra argument 'allowReadingUnalignedBuffers' in call
368 | let message: org_apache_arrow_flatbuf_Message = getRoot(byteBuffer: &mbb)
369 | switch message.headerType {
/host/spi-builder-workspace/Sources/Arrow/ArrowReader.swift:420:43: error: extra argument 'allowReadingUnalignedBuffers' in call
418 | var mbb = ByteBuffer(
419 | data: dataHeader,
420 | allowReadingUnalignedBuffers: useUnalignedBuffers)
| `- error: extra argument 'allowReadingUnalignedBuffers' in call
421 | let message: org_apache_arrow_flatbuf_Message = getRoot(byteBuffer: &mbb)
422 | switch message.headerType {
[155/233] Compiling Arrow ArrowEncoder.swift
/host/spi-builder-workspace/Sources/Arrow/ArrowReader.swift:280:47: error: extra argument 'allowReadingUnalignedBuffers' in call
278 | var dataBuffer = ByteBuffer(
279 | data: streamData,
280 | allowReadingUnalignedBuffers: true
| `- error: extra argument 'allowReadingUnalignedBuffers' in call
281 | )
282 | let message: org_apache_arrow_flatbuf_Message = getRoot(byteBuffer: &dataBuffer)
/host/spi-builder-workspace/Sources/Arrow/ArrowReader.swift:336:43: error: extra argument 'allowReadingUnalignedBuffers' in call
334 | var footerBuffer = ByteBuffer(
335 | data: footerData,
336 | allowReadingUnalignedBuffers: useUnalignedBuffers)
| `- error: extra argument 'allowReadingUnalignedBuffers' in call
337 | let footer: org_apache_arrow_flatbuf_Footer = getRoot(byteBuffer: &footerBuffer)
338 | let schemaResult = loadSchema(footer.schema!)
/host/spi-builder-workspace/Sources/Arrow/ArrowReader.swift:367:47: error: extra argument 'allowReadingUnalignedBuffers' in call
365 | var mbb = ByteBuffer(
366 | data: recordBatchData,
367 | allowReadingUnalignedBuffers: useUnalignedBuffers)
| `- error: extra argument 'allowReadingUnalignedBuffers' in call
368 | let message: org_apache_arrow_flatbuf_Message = getRoot(byteBuffer: &mbb)
369 | switch message.headerType {
/host/spi-builder-workspace/Sources/Arrow/ArrowReader.swift:420:43: error: extra argument 'allowReadingUnalignedBuffers' in call
418 | var mbb = ByteBuffer(
419 | data: dataHeader,
420 | allowReadingUnalignedBuffers: useUnalignedBuffers)
| `- error: extra argument 'allowReadingUnalignedBuffers' in call
421 | let message: org_apache_arrow_flatbuf_Message = getRoot(byteBuffer: &mbb)
422 | switch message.headerType {
[156/233] Compiling Arrow ArrowReader.swift
/host/spi-builder-workspace/Sources/Arrow/ArrowReader.swift:280:47: error: extra argument 'allowReadingUnalignedBuffers' in call
278 | var dataBuffer = ByteBuffer(
279 | data: streamData,
280 | allowReadingUnalignedBuffers: true
| `- error: extra argument 'allowReadingUnalignedBuffers' in call
281 | )
282 | let message: org_apache_arrow_flatbuf_Message = getRoot(byteBuffer: &dataBuffer)
/host/spi-builder-workspace/Sources/Arrow/ArrowReader.swift:336:43: error: extra argument 'allowReadingUnalignedBuffers' in call
334 | var footerBuffer = ByteBuffer(
335 | data: footerData,
336 | allowReadingUnalignedBuffers: useUnalignedBuffers)
| `- error: extra argument 'allowReadingUnalignedBuffers' in call
337 | let footer: org_apache_arrow_flatbuf_Footer = getRoot(byteBuffer: &footerBuffer)
338 | let schemaResult = loadSchema(footer.schema!)
/host/spi-builder-workspace/Sources/Arrow/ArrowReader.swift:367:47: error: extra argument 'allowReadingUnalignedBuffers' in call
365 | var mbb = ByteBuffer(
366 | data: recordBatchData,
367 | allowReadingUnalignedBuffers: useUnalignedBuffers)
| `- error: extra argument 'allowReadingUnalignedBuffers' in call
368 | let message: org_apache_arrow_flatbuf_Message = getRoot(byteBuffer: &mbb)
369 | switch message.headerType {
/host/spi-builder-workspace/Sources/Arrow/ArrowReader.swift:420:43: error: extra argument 'allowReadingUnalignedBuffers' in call
418 | var mbb = ByteBuffer(
419 | data: dataHeader,
420 | allowReadingUnalignedBuffers: useUnalignedBuffers)
| `- error: extra argument 'allowReadingUnalignedBuffers' in call
421 | let message: org_apache_arrow_flatbuf_Message = getRoot(byteBuffer: &mbb)
422 | switch message.headerType {
[157/233] Compiling Arrow ArrowCExporter.swift
[158/233] Compiling Arrow ArrowCImporter.swift
[159/233] Compiling Arrow ArrowData.swift
[160/233] Compiling Arrow ArrowTable.swift
[161/233] Compiling Arrow ArrowType.swift
[162/233] Compiling Arrow ArrowWriter.swift
[163/233] Compiling Arrow ArrowWriterHelper.swift
[170/233] Compiling Arrow Schema_generated.swift
[171/233] Compiling Arrow SparseTensor_generated.swift
[175/233] Compiling Arrow ArrowArray.swift
[176/233] Compiling Arrow ArrowArrayBuilder.swift
[177/233] Compiling Arrow ArrowBuffer.swift
[178/233] Compiling Arrow ArrowBufferBuilder.swift
[182/233] Compiling Arrow ArrowReaderHelper.swift
[183/233] Compiling Arrow ArrowSchema.swift
[184/233] Compiling SwiftProtobuf JSONDecoder.swift
[185/233] Compiling SwiftProtobuf JSONDecodingError.swift
[186/233] Compiling SwiftProtobuf JSONDecodingOptions.swift
[187/233] Compiling SwiftProtobuf JSONEncoder.swift
[188/233] Compiling SwiftProtobuf JSONEncodingError.swift
[189/233] Compiling SwiftProtobuf JSONEncodingOptions.swift
[190/233] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[191/233] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[192/233] Compiling SwiftProtobuf JSONScanner.swift
[193/233] Compiling SwiftProtobuf MathUtils.swift
[194/233] Compiling SwiftProtobuf Message+AnyAdditions.swift
[195/233] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[196/296] Compiling NIOCore AsyncAwaitSupport.swift
[197/296] Compiling NIOCore AsyncChannel.swift
[198/296] Compiling NIOCore AsyncChannelHandler.swift
[199/296] Compiling NIOCore AsyncChannelInboundStream.swift
[200/296] Compiling NIOCore AsyncChannelOutboundWriter.swift
[201/296] Compiling NIOCore NIOAsyncSequenceProducer.swift
[202/296] Compiling NIOCore DispatchQueue+WithFuture.swift
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:23: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
21 | import FlatBuffers
22 |
23 | 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')
24 | public typealias T = Int16
25 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:66: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
64 | /// to facilitate exchanging and comparing bitmaps for supported
65 | /// features.
66 | 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')
67 | public typealias T = Int64
68 | public static var byteSize: Int { return MemoryLayout<Int64>.size }
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:85: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
83 |
84 |
85 | 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')
86 | public typealias T = Int16
87 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:97: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
95 |
96 |
97 | 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')
98 | public typealias T = Int16
99 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:110: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
108 |
109 |
110 | 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')
111 | public typealias T = Int16
112 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:122: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
120 |
121 |
122 | 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')
123 | public typealias T = Int16
124 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:136: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
134 |
135 |
136 | 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')
137 | public typealias T = Int16
138 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:152: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
150 | /// Top-level Type value, enabling extensible type-specific metadata. We can
151 | /// add new logical types to Type without breaking backwards compatibility
152 | 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')
153 | public typealias T = UInt8
154 |
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:199: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
197 | /// Dictionaries might be explicit maps between integers and values
198 | /// allowing for non-contiguous index values
199 | 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')
200 | public typealias T = Int16
201 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:212: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
210 | /// ----------------------------------------------------------------------
211 | /// Endianness of the platform producing the data
212 | 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')
213 | public typealias T = Int16
214 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:228:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
226 | public struct org_apache_arrow_flatbuf_Buffer: NativeStruct, Verifiable, FlatbuffersInitializable {
227 |
228 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
229 |
230 | /// The relative offset into the shared memory page where the bytes for this
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:275:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
273 | public struct org_apache_arrow_flatbuf_Buffer_Mutable: FlatBufferObject {
274 |
275 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
276 | public var __buffer: ByteBuffer! { return _accessor.bb }
277 | private var _accessor: Struct
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:288:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
286 | public struct org_apache_arrow_flatbuf_Null: FlatBufferObject, Verifiable {
287 |
288 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
289 | public var __buffer: ByteBuffer! { return _accessor.bb }
290 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:309:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
307 | public struct org_apache_arrow_flatbuf_Struct_: FlatBufferObject, Verifiable {
308 |
309 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
310 | public var __buffer: ByteBuffer! { return _accessor.bb }
311 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:327:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
325 | public struct org_apache_arrow_flatbuf_List: FlatBufferObject, Verifiable {
326 |
327 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
328 | public var __buffer: ByteBuffer! { return _accessor.bb }
329 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:347:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
345 | public struct org_apache_arrow_flatbuf_LargeList: FlatBufferObject, Verifiable {
346 |
347 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
348 | public var __buffer: ByteBuffer! { return _accessor.bb }
349 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:368:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
366 | public struct org_apache_arrow_flatbuf_ListView: FlatBufferObject, Verifiable {
367 |
368 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
369 | public var __buffer: ByteBuffer! { return _accessor.bb }
370 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:388:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
386 | public struct org_apache_arrow_flatbuf_LargeListView: FlatBufferObject, Verifiable {
387 |
388 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
389 | public var __buffer: ByteBuffer! { return _accessor.bb }
390 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:406:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
404 | public struct org_apache_arrow_flatbuf_FixedSizeList: FlatBufferObject, Verifiable {
405 |
406 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
407 | public var __buffer: ByteBuffer! { return _accessor.bb }
408 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:467:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
465 | public struct org_apache_arrow_flatbuf_Map: FlatBufferObject, Verifiable {
466 |
467 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
468 | public var __buffer: ByteBuffer! { return _accessor.bb }
469 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:508:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
506 | public struct org_apache_arrow_flatbuf_Union: FlatBufferObject, Verifiable {
507 |
508 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
509 | public var __buffer: ByteBuffer! { return _accessor.bb }
510 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:552:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
550 | public struct org_apache_arrow_flatbuf_Int: FlatBufferObject, Verifiable {
551 |
552 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
553 | public var __buffer: ByteBuffer! { return _accessor.bb }
554 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:594:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
592 | public struct org_apache_arrow_flatbuf_FloatingPoint: FlatBufferObject, Verifiable {
593 |
594 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
595 | public var __buffer: ByteBuffer! { return _accessor.bb }
596 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:630:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
628 | public struct org_apache_arrow_flatbuf_Utf8: FlatBufferObject, Verifiable {
629 |
630 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
631 | public var __buffer: ByteBuffer! { return _accessor.bb }
632 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:649:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
647 | public struct org_apache_arrow_flatbuf_Binary: FlatBufferObject, Verifiable {
648 |
649 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
650 | public var __buffer: ByteBuffer! { return _accessor.bb }
651 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:669:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
667 | public struct org_apache_arrow_flatbuf_LargeUtf8: FlatBufferObject, Verifiable {
668 |
669 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
670 | public var __buffer: ByteBuffer! { return _accessor.bb }
671 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:689:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
687 | public struct org_apache_arrow_flatbuf_LargeBinary: FlatBufferObject, Verifiable {
688 |
689 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
690 | public var __buffer: ByteBuffer! { return _accessor.bb }
691 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:714:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
712 | public struct org_apache_arrow_flatbuf_Utf8View: FlatBufferObject, Verifiable {
713 |
714 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
715 | public var __buffer: ByteBuffer! { return _accessor.bb }
716 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:739:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
737 | public struct org_apache_arrow_flatbuf_BinaryView: FlatBufferObject, Verifiable {
738 |
739 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
740 | public var __buffer: ByteBuffer! { return _accessor.bb }
741 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:757:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
755 | public struct org_apache_arrow_flatbuf_FixedSizeBinary: FlatBufferObject, Verifiable {
756 |
757 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
758 | public var __buffer: ByteBuffer! { return _accessor.bb }
759 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:793:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
791 | public struct org_apache_arrow_flatbuf_Bool: FlatBufferObject, Verifiable {
792 |
793 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
794 | public var __buffer: ByteBuffer! { return _accessor.bb }
795 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:816:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
814 | public struct org_apache_arrow_flatbuf_RunEndEncoded: FlatBufferObject, Verifiable {
815 |
816 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
817 | public var __buffer: ByteBuffer! { return _accessor.bb }
818 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:838:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
836 | public struct org_apache_arrow_flatbuf_Decimal: FlatBufferObject, Verifiable {
837 |
838 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
839 | public var __buffer: ByteBuffer! { return _accessor.bb }
840 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:895:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
893 | public struct org_apache_arrow_flatbuf_Date: FlatBufferObject, Verifiable {
894 |
895 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
896 | public var __buffer: ByteBuffer! { return _accessor.bb }
897 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:944:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
942 | public struct org_apache_arrow_flatbuf_Time: FlatBufferObject, Verifiable {
943 |
944 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
945 | public var __buffer: ByteBuffer! { return _accessor.bb }
946 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:1090:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1088 | public struct org_apache_arrow_flatbuf_Timestamp: FlatBufferObject, Verifiable {
1089 |
1090 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1091 | public var __buffer: ByteBuffer! { return _accessor.bb }
1092 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:1142:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1140 | public struct org_apache_arrow_flatbuf_Interval: FlatBufferObject, Verifiable {
1141 |
1142 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1143 | public var __buffer: ByteBuffer! { return _accessor.bb }
1144 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:1177:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1175 | public struct org_apache_arrow_flatbuf_Duration: FlatBufferObject, Verifiable {
1176 |
1177 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1178 | public var __buffer: ByteBuffer! { return _accessor.bb }
1179 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:1215:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1213 | public struct org_apache_arrow_flatbuf_KeyValue: FlatBufferObject, Verifiable {
1214 |
1215 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1216 | public var __buffer: ByteBuffer! { return _accessor.bb }
1217 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:1258:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1256 | public struct org_apache_arrow_flatbuf_DictionaryEncoding: FlatBufferObject, Verifiable {
1257 |
1258 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1259 | public var __buffer: ByteBuffer! { return _accessor.bb }
1260 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:1327:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1325 | public struct org_apache_arrow_flatbuf_Field: FlatBufferObject, Verifiable {
1326 |
1327 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1328 | public var __buffer: ByteBuffer! { return _accessor.bb }
1329 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:1469:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1467 | public struct org_apache_arrow_flatbuf_Schema: FlatBufferObject, Verifiable {
1468 |
1469 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1470 | public var __buffer: ByteBuffer! { return _accessor.bb }
1471 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/SparseTensor_generated.swift:23: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
21 | import FlatBuffers
22 |
23 | 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')
24 | public typealias T = Int16
25 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/host/spi-builder-workspace/Sources/Arrow/SparseTensor_generated.swift:35: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
33 |
34 |
35 | 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')
36 | public typealias T = UInt8
37 |
/host/spi-builder-workspace/Sources/Arrow/SparseTensor_generated.swift:88:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
86 | public struct org_apache_arrow_flatbuf_SparseTensorIndexCOO: FlatBufferObject, Verifiable {
87 |
88 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
89 | public var __buffer: ByteBuffer! { return _accessor.bb }
90 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/SparseTensor_generated.swift:156:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
154 | public struct org_apache_arrow_flatbuf_SparseMatrixIndexCSX: FlatBufferObject, Verifiable {
155 |
156 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
157 | public var __buffer: ByteBuffer! { return _accessor.bb }
158 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/SparseTensor_generated.swift:253:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
251 | public struct org_apache_arrow_flatbuf_SparseTensorIndexCSF: FlatBufferObject, Verifiable {
252 |
253 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
254 | public var __buffer: ByteBuffer! { return _accessor.bb }
255 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/SparseTensor_generated.swift:390:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
388 | public struct org_apache_arrow_flatbuf_SparseTensor: FlatBufferObject, Verifiable {
389 |
390 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
391 | public var __buffer: ByteBuffer! { return _accessor.bb }
392 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Tensor_generated.swift:28:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
26 | public struct org_apache_arrow_flatbuf_TensorDim: FlatBufferObject, Verifiable {
27 |
28 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
29 | public var __buffer: ByteBuffer! { return _accessor.bb }
30 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Tensor_generated.swift:72:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
70 | public struct org_apache_arrow_flatbuf_Tensor: FlatBufferObject, Verifiable {
71 |
72 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
73 | public var __buffer: ByteBuffer! { return _accessor.bb }
74 | private var _accessor: Table
[203/296] Compiling NIOCore EventLoop+Deprecated.swift
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:23: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
21 | import FlatBuffers
22 |
23 | 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')
24 | public typealias T = Int16
25 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:66: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
64 | /// to facilitate exchanging and comparing bitmaps for supported
65 | /// features.
66 | 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')
67 | public typealias T = Int64
68 | public static var byteSize: Int { return MemoryLayout<Int64>.size }
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:85: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
83 |
84 |
85 | 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')
86 | public typealias T = Int16
87 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:97: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
95 |
96 |
97 | 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')
98 | public typealias T = Int16
99 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:110: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
108 |
109 |
110 | 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')
111 | public typealias T = Int16
112 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:122: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
120 |
121 |
122 | 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')
123 | public typealias T = Int16
124 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:136: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
134 |
135 |
136 | 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')
137 | public typealias T = Int16
138 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:152: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
150 | /// Top-level Type value, enabling extensible type-specific metadata. We can
151 | /// add new logical types to Type without breaking backwards compatibility
152 | 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')
153 | public typealias T = UInt8
154 |
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:199: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
197 | /// Dictionaries might be explicit maps between integers and values
198 | /// allowing for non-contiguous index values
199 | 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')
200 | public typealias T = Int16
201 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:212: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
210 | /// ----------------------------------------------------------------------
211 | /// Endianness of the platform producing the data
212 | 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')
213 | public typealias T = Int16
214 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:228:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
226 | public struct org_apache_arrow_flatbuf_Buffer: NativeStruct, Verifiable, FlatbuffersInitializable {
227 |
228 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
229 |
230 | /// The relative offset into the shared memory page where the bytes for this
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:275:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
273 | public struct org_apache_arrow_flatbuf_Buffer_Mutable: FlatBufferObject {
274 |
275 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
276 | public var __buffer: ByteBuffer! { return _accessor.bb }
277 | private var _accessor: Struct
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:288:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
286 | public struct org_apache_arrow_flatbuf_Null: FlatBufferObject, Verifiable {
287 |
288 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
289 | public var __buffer: ByteBuffer! { return _accessor.bb }
290 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:309:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
307 | public struct org_apache_arrow_flatbuf_Struct_: FlatBufferObject, Verifiable {
308 |
309 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
310 | public var __buffer: ByteBuffer! { return _accessor.bb }
311 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:327:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
325 | public struct org_apache_arrow_flatbuf_List: FlatBufferObject, Verifiable {
326 |
327 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
328 | public var __buffer: ByteBuffer! { return _accessor.bb }
329 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:347:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
345 | public struct org_apache_arrow_flatbuf_LargeList: FlatBufferObject, Verifiable {
346 |
347 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
348 | public var __buffer: ByteBuffer! { return _accessor.bb }
349 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:368:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
366 | public struct org_apache_arrow_flatbuf_ListView: FlatBufferObject, Verifiable {
367 |
368 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
369 | public var __buffer: ByteBuffer! { return _accessor.bb }
370 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:388:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
386 | public struct org_apache_arrow_flatbuf_LargeListView: FlatBufferObject, Verifiable {
387 |
388 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
389 | public var __buffer: ByteBuffer! { return _accessor.bb }
390 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:406:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
404 | public struct org_apache_arrow_flatbuf_FixedSizeList: FlatBufferObject, Verifiable {
405 |
406 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
407 | public var __buffer: ByteBuffer! { return _accessor.bb }
408 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:467:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
465 | public struct org_apache_arrow_flatbuf_Map: FlatBufferObject, Verifiable {
466 |
467 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
468 | public var __buffer: ByteBuffer! { return _accessor.bb }
469 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:508:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
506 | public struct org_apache_arrow_flatbuf_Union: FlatBufferObject, Verifiable {
507 |
508 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
509 | public var __buffer: ByteBuffer! { return _accessor.bb }
510 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:552:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
550 | public struct org_apache_arrow_flatbuf_Int: FlatBufferObject, Verifiable {
551 |
552 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
553 | public var __buffer: ByteBuffer! { return _accessor.bb }
554 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:594:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
592 | public struct org_apache_arrow_flatbuf_FloatingPoint: FlatBufferObject, Verifiable {
593 |
594 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
595 | public var __buffer: ByteBuffer! { return _accessor.bb }
596 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:630:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
628 | public struct org_apache_arrow_flatbuf_Utf8: FlatBufferObject, Verifiable {
629 |
630 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
631 | public var __buffer: ByteBuffer! { return _accessor.bb }
632 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:649:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
647 | public struct org_apache_arrow_flatbuf_Binary: FlatBufferObject, Verifiable {
648 |
649 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
650 | public var __buffer: ByteBuffer! { return _accessor.bb }
651 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:669:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
667 | public struct org_apache_arrow_flatbuf_LargeUtf8: FlatBufferObject, Verifiable {
668 |
669 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
670 | public var __buffer: ByteBuffer! { return _accessor.bb }
671 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:689:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
687 | public struct org_apache_arrow_flatbuf_LargeBinary: FlatBufferObject, Verifiable {
688 |
689 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
690 | public var __buffer: ByteBuffer! { return _accessor.bb }
691 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:714:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
712 | public struct org_apache_arrow_flatbuf_Utf8View: FlatBufferObject, Verifiable {
713 |
714 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
715 | public var __buffer: ByteBuffer! { return _accessor.bb }
716 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:739:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
737 | public struct org_apache_arrow_flatbuf_BinaryView: FlatBufferObject, Verifiable {
738 |
739 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
740 | public var __buffer: ByteBuffer! { return _accessor.bb }
741 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:757:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
755 | public struct org_apache_arrow_flatbuf_FixedSizeBinary: FlatBufferObject, Verifiable {
756 |
757 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
758 | public var __buffer: ByteBuffer! { return _accessor.bb }
759 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:793:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
791 | public struct org_apache_arrow_flatbuf_Bool: FlatBufferObject, Verifiable {
792 |
793 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
794 | public var __buffer: ByteBuffer! { return _accessor.bb }
795 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:816:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
814 | public struct org_apache_arrow_flatbuf_RunEndEncoded: FlatBufferObject, Verifiable {
815 |
816 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
817 | public var __buffer: ByteBuffer! { return _accessor.bb }
818 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:838:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
836 | public struct org_apache_arrow_flatbuf_Decimal: FlatBufferObject, Verifiable {
837 |
838 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
839 | public var __buffer: ByteBuffer! { return _accessor.bb }
840 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:895:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
893 | public struct org_apache_arrow_flatbuf_Date: FlatBufferObject, Verifiable {
894 |
895 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
896 | public var __buffer: ByteBuffer! { return _accessor.bb }
897 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:944:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
942 | public struct org_apache_arrow_flatbuf_Time: FlatBufferObject, Verifiable {
943 |
944 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
945 | public var __buffer: ByteBuffer! { return _accessor.bb }
946 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:1090:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1088 | public struct org_apache_arrow_flatbuf_Timestamp: FlatBufferObject, Verifiable {
1089 |
1090 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1091 | public var __buffer: ByteBuffer! { return _accessor.bb }
1092 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:1142:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1140 | public struct org_apache_arrow_flatbuf_Interval: FlatBufferObject, Verifiable {
1141 |
1142 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1143 | public var __buffer: ByteBuffer! { return _accessor.bb }
1144 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:1177:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1175 | public struct org_apache_arrow_flatbuf_Duration: FlatBufferObject, Verifiable {
1176 |
1177 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1178 | public var __buffer: ByteBuffer! { return _accessor.bb }
1179 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:1215:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1213 | public struct org_apache_arrow_flatbuf_KeyValue: FlatBufferObject, Verifiable {
1214 |
1215 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1216 | public var __buffer: ByteBuffer! { return _accessor.bb }
1217 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:1258:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1256 | public struct org_apache_arrow_flatbuf_DictionaryEncoding: FlatBufferObject, Verifiable {
1257 |
1258 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1259 | public var __buffer: ByteBuffer! { return _accessor.bb }
1260 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:1327:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1325 | public struct org_apache_arrow_flatbuf_Field: FlatBufferObject, Verifiable {
1326 |
1327 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1328 | public var __buffer: ByteBuffer! { return _accessor.bb }
1329 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:1469:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1467 | public struct org_apache_arrow_flatbuf_Schema: FlatBufferObject, Verifiable {
1468 |
1469 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1470 | public var __buffer: ByteBuffer! { return _accessor.bb }
1471 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/SparseTensor_generated.swift:23: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
21 | import FlatBuffers
22 |
23 | 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')
24 | public typealias T = Int16
25 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/host/spi-builder-workspace/Sources/Arrow/SparseTensor_generated.swift:35: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
33 |
34 |
35 | 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')
36 | public typealias T = UInt8
37 |
/host/spi-builder-workspace/Sources/Arrow/SparseTensor_generated.swift:88:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
86 | public struct org_apache_arrow_flatbuf_SparseTensorIndexCOO: FlatBufferObject, Verifiable {
87 |
88 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
89 | public var __buffer: ByteBuffer! { return _accessor.bb }
90 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/SparseTensor_generated.swift:156:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
154 | public struct org_apache_arrow_flatbuf_SparseMatrixIndexCSX: FlatBufferObject, Verifiable {
155 |
156 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
157 | public var __buffer: ByteBuffer! { return _accessor.bb }
158 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/SparseTensor_generated.swift:253:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
251 | public struct org_apache_arrow_flatbuf_SparseTensorIndexCSF: FlatBufferObject, Verifiable {
252 |
253 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
254 | public var __buffer: ByteBuffer! { return _accessor.bb }
255 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/SparseTensor_generated.swift:390:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
388 | public struct org_apache_arrow_flatbuf_SparseTensor: FlatBufferObject, Verifiable {
389 |
390 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
391 | public var __buffer: ByteBuffer! { return _accessor.bb }
392 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Tensor_generated.swift:28:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
26 | public struct org_apache_arrow_flatbuf_TensorDim: FlatBufferObject, Verifiable {
27 |
28 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
29 | public var __buffer: ByteBuffer! { return _accessor.bb }
30 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Tensor_generated.swift:72:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
70 | public struct org_apache_arrow_flatbuf_Tensor: FlatBufferObject, Verifiable {
71 |
72 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
73 | public var __buffer: ByteBuffer! { return _accessor.bb }
74 | private var _accessor: Table
[204/296] Compiling NIOCore EventLoop+SerialExecutor.swift
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:23: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
21 | import FlatBuffers
22 |
23 | 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')
24 | public typealias T = Int16
25 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:66: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
64 | /// to facilitate exchanging and comparing bitmaps for supported
65 | /// features.
66 | 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')
67 | public typealias T = Int64
68 | public static var byteSize: Int { return MemoryLayout<Int64>.size }
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:85: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
83 |
84 |
85 | 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')
86 | public typealias T = Int16
87 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:97: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
95 |
96 |
97 | 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')
98 | public typealias T = Int16
99 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:110: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
108 |
109 |
110 | 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')
111 | public typealias T = Int16
112 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:122: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
120 |
121 |
122 | 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')
123 | public typealias T = Int16
124 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:136: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
134 |
135 |
136 | 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')
137 | public typealias T = Int16
138 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:152: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
150 | /// Top-level Type value, enabling extensible type-specific metadata. We can
151 | /// add new logical types to Type without breaking backwards compatibility
152 | 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')
153 | public typealias T = UInt8
154 |
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:199: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
197 | /// Dictionaries might be explicit maps between integers and values
198 | /// allowing for non-contiguous index values
199 | 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')
200 | public typealias T = Int16
201 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:212: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
210 | /// ----------------------------------------------------------------------
211 | /// Endianness of the platform producing the data
212 | 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')
213 | public typealias T = Int16
214 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:228:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
226 | public struct org_apache_arrow_flatbuf_Buffer: NativeStruct, Verifiable, FlatbuffersInitializable {
227 |
228 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
229 |
230 | /// The relative offset into the shared memory page where the bytes for this
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:275:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
273 | public struct org_apache_arrow_flatbuf_Buffer_Mutable: FlatBufferObject {
274 |
275 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
276 | public var __buffer: ByteBuffer! { return _accessor.bb }
277 | private var _accessor: Struct
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:288:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
286 | public struct org_apache_arrow_flatbuf_Null: FlatBufferObject, Verifiable {
287 |
288 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
289 | public var __buffer: ByteBuffer! { return _accessor.bb }
290 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:309:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
307 | public struct org_apache_arrow_flatbuf_Struct_: FlatBufferObject, Verifiable {
308 |
309 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
310 | public var __buffer: ByteBuffer! { return _accessor.bb }
311 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:327:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
325 | public struct org_apache_arrow_flatbuf_List: FlatBufferObject, Verifiable {
326 |
327 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
328 | public var __buffer: ByteBuffer! { return _accessor.bb }
329 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:347:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
345 | public struct org_apache_arrow_flatbuf_LargeList: FlatBufferObject, Verifiable {
346 |
347 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
348 | public var __buffer: ByteBuffer! { return _accessor.bb }
349 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:368:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
366 | public struct org_apache_arrow_flatbuf_ListView: FlatBufferObject, Verifiable {
367 |
368 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
369 | public var __buffer: ByteBuffer! { return _accessor.bb }
370 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:388:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
386 | public struct org_apache_arrow_flatbuf_LargeListView: FlatBufferObject, Verifiable {
387 |
388 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
389 | public var __buffer: ByteBuffer! { return _accessor.bb }
390 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:406:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
404 | public struct org_apache_arrow_flatbuf_FixedSizeList: FlatBufferObject, Verifiable {
405 |
406 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
407 | public var __buffer: ByteBuffer! { return _accessor.bb }
408 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:467:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
465 | public struct org_apache_arrow_flatbuf_Map: FlatBufferObject, Verifiable {
466 |
467 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
468 | public var __buffer: ByteBuffer! { return _accessor.bb }
469 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:508:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
506 | public struct org_apache_arrow_flatbuf_Union: FlatBufferObject, Verifiable {
507 |
508 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
509 | public var __buffer: ByteBuffer! { return _accessor.bb }
510 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:552:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
550 | public struct org_apache_arrow_flatbuf_Int: FlatBufferObject, Verifiable {
551 |
552 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
553 | public var __buffer: ByteBuffer! { return _accessor.bb }
554 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:594:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
592 | public struct org_apache_arrow_flatbuf_FloatingPoint: FlatBufferObject, Verifiable {
593 |
594 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
595 | public var __buffer: ByteBuffer! { return _accessor.bb }
596 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:630:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
628 | public struct org_apache_arrow_flatbuf_Utf8: FlatBufferObject, Verifiable {
629 |
630 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
631 | public var __buffer: ByteBuffer! { return _accessor.bb }
632 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:649:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
647 | public struct org_apache_arrow_flatbuf_Binary: FlatBufferObject, Verifiable {
648 |
649 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
650 | public var __buffer: ByteBuffer! { return _accessor.bb }
651 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:669:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
667 | public struct org_apache_arrow_flatbuf_LargeUtf8: FlatBufferObject, Verifiable {
668 |
669 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
670 | public var __buffer: ByteBuffer! { return _accessor.bb }
671 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:689:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
687 | public struct org_apache_arrow_flatbuf_LargeBinary: FlatBufferObject, Verifiable {
688 |
689 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
690 | public var __buffer: ByteBuffer! { return _accessor.bb }
691 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:714:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
712 | public struct org_apache_arrow_flatbuf_Utf8View: FlatBufferObject, Verifiable {
713 |
714 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
715 | public var __buffer: ByteBuffer! { return _accessor.bb }
716 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:739:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
737 | public struct org_apache_arrow_flatbuf_BinaryView: FlatBufferObject, Verifiable {
738 |
739 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
740 | public var __buffer: ByteBuffer! { return _accessor.bb }
741 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:757:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
755 | public struct org_apache_arrow_flatbuf_FixedSizeBinary: FlatBufferObject, Verifiable {
756 |
757 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
758 | public var __buffer: ByteBuffer! { return _accessor.bb }
759 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:793:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
791 | public struct org_apache_arrow_flatbuf_Bool: FlatBufferObject, Verifiable {
792 |
793 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
794 | public var __buffer: ByteBuffer! { return _accessor.bb }
795 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:816:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
814 | public struct org_apache_arrow_flatbuf_RunEndEncoded: FlatBufferObject, Verifiable {
815 |
816 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
817 | public var __buffer: ByteBuffer! { return _accessor.bb }
818 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:838:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
836 | public struct org_apache_arrow_flatbuf_Decimal: FlatBufferObject, Verifiable {
837 |
838 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
839 | public var __buffer: ByteBuffer! { return _accessor.bb }
840 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:895:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
893 | public struct org_apache_arrow_flatbuf_Date: FlatBufferObject, Verifiable {
894 |
895 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
896 | public var __buffer: ByteBuffer! { return _accessor.bb }
897 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:944:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
942 | public struct org_apache_arrow_flatbuf_Time: FlatBufferObject, Verifiable {
943 |
944 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
945 | public var __buffer: ByteBuffer! { return _accessor.bb }
946 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:1090:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1088 | public struct org_apache_arrow_flatbuf_Timestamp: FlatBufferObject, Verifiable {
1089 |
1090 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1091 | public var __buffer: ByteBuffer! { return _accessor.bb }
1092 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:1142:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1140 | public struct org_apache_arrow_flatbuf_Interval: FlatBufferObject, Verifiable {
1141 |
1142 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1143 | public var __buffer: ByteBuffer! { return _accessor.bb }
1144 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:1177:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1175 | public struct org_apache_arrow_flatbuf_Duration: FlatBufferObject, Verifiable {
1176 |
1177 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1178 | public var __buffer: ByteBuffer! { return _accessor.bb }
1179 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:1215:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1213 | public struct org_apache_arrow_flatbuf_KeyValue: FlatBufferObject, Verifiable {
1214 |
1215 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1216 | public var __buffer: ByteBuffer! { return _accessor.bb }
1217 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:1258:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1256 | public struct org_apache_arrow_flatbuf_DictionaryEncoding: FlatBufferObject, Verifiable {
1257 |
1258 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1259 | public var __buffer: ByteBuffer! { return _accessor.bb }
1260 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:1327:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1325 | public struct org_apache_arrow_flatbuf_Field: FlatBufferObject, Verifiable {
1326 |
1327 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1328 | public var __buffer: ByteBuffer! { return _accessor.bb }
1329 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:1469:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1467 | public struct org_apache_arrow_flatbuf_Schema: FlatBufferObject, Verifiable {
1468 |
1469 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
1470 | public var __buffer: ByteBuffer! { return _accessor.bb }
1471 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/SparseTensor_generated.swift:23: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
21 | import FlatBuffers
22 |
23 | 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')
24 | public typealias T = Int16
25 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/host/spi-builder-workspace/Sources/Arrow/SparseTensor_generated.swift:35: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
33 |
34 |
35 | 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')
36 | public typealias T = UInt8
37 |
/host/spi-builder-workspace/Sources/Arrow/SparseTensor_generated.swift:88:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
86 | public struct org_apache_arrow_flatbuf_SparseTensorIndexCOO: FlatBufferObject, Verifiable {
87 |
88 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
89 | public var __buffer: ByteBuffer! { return _accessor.bb }
90 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/SparseTensor_generated.swift:156:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
154 | public struct org_apache_arrow_flatbuf_SparseMatrixIndexCSX: FlatBufferObject, Verifiable {
155 |
156 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
157 | public var __buffer: ByteBuffer! { return _accessor.bb }
158 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/SparseTensor_generated.swift:253:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
251 | public struct org_apache_arrow_flatbuf_SparseTensorIndexCSF: FlatBufferObject, Verifiable {
252 |
253 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
254 | public var __buffer: ByteBuffer! { return _accessor.bb }
255 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/SparseTensor_generated.swift:390:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
388 | public struct org_apache_arrow_flatbuf_SparseTensor: FlatBufferObject, Verifiable {
389 |
390 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
391 | public var __buffer: ByteBuffer! { return _accessor.bb }
392 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Tensor_generated.swift:28:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
26 | public struct org_apache_arrow_flatbuf_TensorDim: FlatBufferObject, Verifiable {
27 |
28 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
29 | public var __buffer: ByteBuffer! { return _accessor.bb }
30 | private var _accessor: Table
/host/spi-builder-workspace/Sources/Arrow/Tensor_generated.swift:72:35: error: cannot find 'FlatBuffersVersion_25_2_10' in scope
70 | public struct org_apache_arrow_flatbuf_Tensor: FlatBufferObject, Verifiable {
71 |
72 | static func validateVersion() { FlatBuffersVersion_25_2_10() }
| `- error: cannot find 'FlatBuffersVersion_25_2_10' in scope
73 | public var __buffer: ByteBuffer! { return _accessor.bb }
74 | private var _accessor: Table
[205/296] Emitting module SwiftProtobuf
[207/296] Compiling NIOCore EventLoop.swift
[208/296] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[209/296] Compiling NIOCore NIOCoreSendableMetatype.swift
[210/296] Compiling NIOCore NIODecodedAsyncSequence.swift
[211/296] Compiling NIOCore NIOLoopBound.swift
[212/296] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[213/296] Compiling NIOCore NIOScheduledCallback.swift
[214/296] Compiling NIOCore NIOSendable.swift
[215/296] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[216/296] Compiling NIOCore RecvByteBufferAllocator.swift
[217/296] Compiling NIOCore ByteBuffer-multi-int.swift
[218/296] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[219/296] Compiling NIOCore ByteBuffer-conversions.swift
[220/296] Compiling NIOCore ByteBuffer-core.swift
[221/296] Compiling NIOCore ByteBuffer-hex.swift
[222/296] Emitting module Arrow
/host/spi-builder-workspace/Sources/Arrow/Message_generated.swift:23:13: warning: cannot use conformance of 'Int8' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
21 | import FlatBuffers
22 |
23 | public enum org_apache_arrow_flatbuf_CompressionType: Int8, Enum, Verifiable {
| |- warning: cannot use conformance of 'Int8' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
| |- note: The missing import of module 'Common' will be added implicitly
| `- note: in associated type 'Self.T' (inferred as 'Int8')
24 | public typealias T = Int8
25 | public static var byteSize: Int { return MemoryLayout<Int8>.size }
/host/spi-builder-workspace/Sources/Arrow/Message_generated.swift:38:13: warning: cannot use conformance of 'Int8' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
36 | /// strategies for compressing the IPC message body (like whole-body
37 | /// compression rather than buffer-level) in the future
38 | public enum org_apache_arrow_flatbuf_BodyCompressionMethod: Int8, Enum, Verifiable {
| |- warning: cannot use conformance of 'Int8' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
| |- note: The missing import of module 'Common' will be added implicitly
| `- note: in associated type 'Self.T' (inferred as 'Int8')
39 | public typealias T = Int8
40 | public static var byteSize: Int { return MemoryLayout<Int8>.size }
/host/spi-builder-workspace/Sources/Arrow/Message_generated.swift:64: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
62 | /// which may include experimental metadata types. For maximum compatibility,
63 | /// it is best to send data using RecordBatch
64 | public enum org_apache_arrow_flatbuf_MessageHeader: UInt8, UnionEnum {
| |- warning: cannot use conformance of 'UInt8' to 'Scalar' here; 'Common' was not imported by this file; this is an error in the Swift 6 language mode
| |- note: The missing import of module 'Common' will be added implicitly
| `- note: in associated type 'Self.T' (inferred as 'UInt8')
65 | public typealias T = UInt8
66 |
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:23: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
21 | import FlatBuffers
22 |
23 | 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')
24 | public typealias T = Int16
25 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:66: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
64 | /// to facilitate exchanging and comparing bitmaps for supported
65 | /// features.
66 | 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')
67 | public typealias T = Int64
68 | public static var byteSize: Int { return MemoryLayout<Int64>.size }
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:85: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
83 |
84 |
85 | 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')
86 | public typealias T = Int16
87 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:97: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
95 |
96 |
97 | 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')
98 | public typealias T = Int16
99 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:110: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
108 |
109 |
110 | 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')
111 | public typealias T = Int16
112 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:122: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
120 |
121 |
122 | 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')
123 | public typealias T = Int16
124 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:136: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
134 |
135 |
136 | 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')
137 | public typealias T = Int16
138 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:152: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
150 | /// Top-level Type value, enabling extensible type-specific metadata. We can
151 | /// add new logical types to Type without breaking backwards compatibility
152 | 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')
153 | public typealias T = UInt8
154 |
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:199: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
197 | /// Dictionaries might be explicit maps between integers and values
198 | /// allowing for non-contiguous index values
199 | 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')
200 | public typealias T = Int16
201 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/host/spi-builder-workspace/Sources/Arrow/Schema_generated.swift:212: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
210 | /// ----------------------------------------------------------------------
211 | /// Endianness of the platform producing the data
212 | 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')
213 | public typealias T = Int16
214 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/host/spi-builder-workspace/Sources/Arrow/SparseTensor_generated.swift:23: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
21 | import FlatBuffers
22 |
23 | 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')
24 | public typealias T = Int16
25 | public static var byteSize: Int { return MemoryLayout<Int16>.size }
/host/spi-builder-workspace/Sources/Arrow/SparseTensor_generated.swift:35: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
33 |
34 |
35 | 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')
36 | public typealias T = UInt8
37 |
BUILD FAILURE 6.1 android