Build Information
Failed to build Arrow, reference main (37372d), with Swift 6.1 for macOS (SPM) on 16 Dec 2025 04:35:30 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64Build Log
/Users/admin/builder/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 }
/Users/admin/builder/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 }
/Users/admin/builder/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 }
/Users/admin/builder/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 }
/Users/admin/builder/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 }
/Users/admin/builder/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 }
/Users/admin/builder/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 }
/Users/admin/builder/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 |
/Users/admin/builder/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 }
/Users/admin/builder/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 }
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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 }
/Users/admin/builder/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 }
/Users/admin/builder/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 }
/Users/admin/builder/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 }
/Users/admin/builder/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 }
/Users/admin/builder/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 }
/Users/admin/builder/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 }
/Users/admin/builder/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 |
/Users/admin/builder/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 }
/Users/admin/builder/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 }
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
[654/737] Compiling NIOCore AddressedEnvelope.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[655/737] Compiling NIOCore AsyncAwaitSupport.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[656/737] Compiling NIOCore AsyncChannel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[657/737] Compiling NIOCore AsyncChannelHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[658/737] Compiling NIOCore AsyncChannelInboundStream.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[659/737] Compiling NIOCore AsyncChannelOutboundWriter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[660/737] Compiling NIOCore NIOAsyncSequenceProducer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[661/737] Emitting module Arrow
/Users/admin/builder/spi-builder-workspace/Sources/Arrow/ArrowCExporter.swift:78:24: warning: static property 'exportedData' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
76 | }
77 |
78 | private static var exportedData = [Int: ExportData]()
| |- warning: static property 'exportedData' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'exportedData' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'exportedData' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
79 | public init() {}
80 |
/Users/admin/builder/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 }
/Users/admin/builder/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 }
/Users/admin/builder/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 |
/Users/admin/builder/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 }
/Users/admin/builder/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 }
/Users/admin/builder/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 }
/Users/admin/builder/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 }
/Users/admin/builder/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 }
/Users/admin/builder/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 }
/Users/admin/builder/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 }
/Users/admin/builder/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 |
/Users/admin/builder/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 }
/Users/admin/builder/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 }
/Users/admin/builder/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 }
/Users/admin/builder/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 |
[662/737] Compiling Arrow SparseTensor_generated.swift
/Users/admin/builder/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 }
/Users/admin/builder/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 |
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
[663/737] Compiling Arrow Tensor_generated.swift
/Users/admin/builder/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 }
/Users/admin/builder/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 |
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
[667/737] Compiling NIOCore ByteBuffer-int.swift
[668/737] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[669/737] Compiling NIOCore ByteBuffer-multi-int.swift
[671/737] Compiling NIOCore ByteBuffer-core.swift
[672/737] Compiling NIOCore ByteBuffer-hex.swift
[673/737] Compiling NIOCore Channel.swift
/Users/admin/builder/spi-builder-workspace/Sources/Arrow/ArrowCExporter.swift:78:24: warning: static property 'exportedData' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
76 | }
77 |
78 | private static var exportedData = [Int: ExportData]()
| |- warning: static property 'exportedData' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'exportedData' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'exportedData' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
79 | public init() {}
80 |
[674/737] Compiling NIOCore ChannelHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/Arrow/ArrowCExporter.swift:78:24: warning: static property 'exportedData' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
76 | }
77 |
78 | private static var exportedData = [Int: ExportData]()
| |- warning: static property 'exportedData' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'exportedData' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'exportedData' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
79 | public init() {}
80 |
[675/737] Compiling NIOCore ChannelHandlers.swift
/Users/admin/builder/spi-builder-workspace/Sources/Arrow/ArrowCExporter.swift:78:24: warning: static property 'exportedData' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
76 | }
77 |
78 | private static var exportedData = [Int: ExportData]()
| |- warning: static property 'exportedData' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'exportedData' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'exportedData' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
79 | public init() {}
80 |
[676/737] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[677/737] Compiling NIOCore ByteBuffer-views.swift
/Users/admin/builder/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)
/Users/admin/builder/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!)
/Users/admin/builder/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 {
/Users/admin/builder/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 {
/Users/admin/builder/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)
/Users/admin/builder/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!)
/Users/admin/builder/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 {
/Users/admin/builder/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 {
/Users/admin/builder/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)
/Users/admin/builder/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!)
/Users/admin/builder/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 {
/Users/admin/builder/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 {
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Fetching https://github.com/grpc/grpc-swift.git
Fetching https://github.com/google/flatbuffers.git
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-protobuf.git from cache
[1/51389] Fetching grpc-swift
[10793/144347] Fetching grpc-swift, flatbuffers
Fetched https://github.com/apple/swift-protobuf.git from cache (2.92s)
Fetched https://github.com/grpc/grpc-swift.git from cache (4.70s)
Fetched https://github.com/google/flatbuffers.git from cache (4.70s)
Fetched https://github.com/apple/swift-atomics.git from cache (4.70s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (5.22s)
Computing version for https://github.com/google/flatbuffers.git
Computed https://github.com/google/flatbuffers.git at 25.9.23 (0.53s)
Computing version for https://github.com/grpc/grpc-swift.git
Computed https://github.com/grpc/grpc-swift.git at 1.27.1 (3.31s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/apple/swift-nio-http2.git from cache
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Fetching https://github.com/apple/swift-log.git from cache
Fetching https://github.com/apple/swift-nio-extras.git from cache
Fetching https://github.com/apple/swift-nio-transport-services.git from cache
Fetched https://github.com/apple/swift-nio-http2.git from cache (0.91s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.05s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.06s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.06s)
Fetched https://github.com/apple/swift-log.git from cache (1.06s)
Fetched https://github.com/apple/swift-collections.git from cache (2.34s)
Fetched https://github.com/apple/swift-nio.git from cache (2.38s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.39.0 (2.93s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (0.49s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.33.3 (0.52s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.63s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.31.2 (0.52s)
Fetching https://github.com/apple/swift-asn1.git from cache
Fetching https://github.com/apple/swift-http-structured-headers.git from cache
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-http-types.git from cache
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/2568] Fetching swift-service-lifecycle
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.72s)
[207/9638] Fetching swift-service-lifecycle, swift-certificates
[355/15481] Fetching swift-service-lifecycle, swift-certificates, swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.21s)
Fetched https://github.com/apple/swift-asn1.git from cache (1.24s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.25s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.25s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.26s)
Fetched https://github.com/apple/swift-http-types.git from cache (1.28s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (3.77s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.97s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.9.1 (1.53s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.1 (0.56s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (0.52s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.8.0 (0.50s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (0.61s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (0.47s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.54s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.6.0 (0.49s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.17.0 (0.64s)
Fetching https://github.com/apple/swift-crypto.git from cache
Fetched https://github.com/apple/swift-crypto.git from cache (1.57s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.91.0 (2.28s)
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-system.git from cache (1.04s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (1.57s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.2.0 (1.10s)
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.6.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/grpc/grpc-swift.git
Working copy of https://github.com/grpc/grpc-swift.git resolved at 1.27.1
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.39.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.17.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.36.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.8.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.33.3
Creating working copy for https://github.com/google/flatbuffers.git
Working copy of https://github.com/google/flatbuffers.git resolved at 25.9.23
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.31.2
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.9.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.2.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.91.0
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/Sources/Arrow/README.md
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
[1/1] Compiling plugin SwiftProtobufPlugin
/Users/admin/builder/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(
/Users/admin/builder/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 |
/Users/admin/builder/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 |
/Users/admin/builder/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 |
/Users/admin/builder/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 |
/Users/admin/builder/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 | }
/Users/admin/builder/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 | }
/Users/admin/builder/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,
/Users/admin/builder/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/3] Write swift-version-2F0A5646E1D333AE.txt
[4/147] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[5/148] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[6/148] Compiling SwiftProtobuf Message+FieldMask.swift
[7/148] Compiling Logging MetadataProvider.swift
[8/148] Compiling SwiftProtobuf PathVisitor.swift
[9/148] Compiling SwiftProtobuf ProtoNameProviding.swift
[12/148] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[13/148] Compiling SwiftProtobuf ProtobufMap.swift
[14/149] Compiling Common padding.swift
[17/149] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[18/149] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[19/149] Emitting module _NIOBase64
[20/149] Compiling _NIOBase64 Base64.swift
[21/149] Compiling Common Scalar.swift
[22/149] Compiling SwiftProtobuf SelectiveVisitor.swift
[23/149] Compiling SwiftProtobuf SimpleExtensionMap.swift
[24/149] Compiling SwiftProtobuf StringUtils.swift
[25/149] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[26/149] Compiling NIOConcurrencyHelpers NIOLock.swift
[27/149] Compiling SwiftProtobuf JSONEncodingError.swift
[28/149] Compiling SwiftProtobuf JSONEncodingOptions.swift
[29/149] Compiling Common Int+extension.swift
[30/149] Emitting module Common
[31/149] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[32/149] Compiling _NIODataStructures PriorityQueue.swift
[33/149] Compiling _NIODataStructures _TinyArray.swift
[34/149] Compiling _NIODataStructures Heap.swift
[35/149] Compiling NIOConcurrencyHelpers lock.swift
[36/149] Compiling Atomics Unmanaged extensions.swift
[37/149] Emitting module _NIODataStructures
[38/149] Compiling SwiftProtobuf JSONScanner.swift
[39/149] Compiling SwiftProtobuf MathUtils.swift
[40/149] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[41/149] Compiling NIOConcurrencyHelpers atomics.swift
[42/149] Emitting module NIOConcurrencyHelpers
[45/149] Compiling SwiftProtobuf Message+AnyAdditions.swift
[46/149] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[47/168] Emitting module InternalCollectionsUtilities
[48/168] Compiling FlatBuffers Enum.swift
[49/168] Compiling FlatBuffers FlatBufferBuilder.swift
[50/168] Compiling FlatBuffers Mutable.swift
[51/168] Compiling FlatBuffers NativeObject.swift
[52/184] Compiling DequeModule Deque+CustomReflectable.swift
[53/184] Compiling DequeModule Deque+Descriptions.swift
[54/184] Compiling Logging Locks.swift
[55/184] Emitting module Logging
[56/184] Compiling Logging LogHandler.swift
[57/184] Compiling Logging Logging.swift
[58/184] Compiling DequeModule _DequeBufferHeader.swift
[59/184] Compiling DequeModule _DequeSlot.swift
[60/185] Compiling FlatBuffers VeriferOptions.swift
[61/185] Compiling FlatBuffers Verifiable.swift
[62/187] Compiling DequeModule _UnsafeWrappedBuffer.swift
[63/187] Compiling DequeModule Deque+Extras.swift
[64/187] Compiling DequeModule Deque+Hashable.swift
[65/187] Compiling DequeModule Deque+Codable.swift
[66/187] Compiling DequeModule Deque+Collection.swift
[67/187] Compiling DequeModule _DequeBuffer.swift
[68/187] Compiling DequeModule Deque+Testing.swift
[69/187] Compiling DequeModule Deque._Storage.swift
[72/187] Compiling DequeModule Deque+Equatable.swift
[73/187] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[74/187] Compiling DequeModule Deque._UnsafeHandle.swift
[75/187] Compiling DequeModule Deque.swift
[78/187] Emitting module DequeModule
[83/187] Compiling FlatBuffers Offset.swift
[84/187] Compiling FlatBuffers Root.swift
[93/187] Emitting module FlatBuffers
[94/187] Compiling FlatBuffers Table.swift
[95/187] Compiling FlatBuffers TableVerifier.swift
[98/187] Compiling FlatBuffers Verifier.swift
[99/187] Compiling FlatBuffers _InternalByteBuffer.swift
[100/187] Emitting module Atomics
[101/212] Compiling Arrow Schema_generated.swift
[102/212] Compiling Arrow ArrowBufferBuilder.swift
[103/212] Compiling Arrow ArrowCExporter.swift
[104/212] Compiling Arrow ArrowCImporter.swift
[105/212] Compiling SwiftProtobuf CustomJSONCodable.swift
[106/212] Compiling SwiftProtobuf Decoder.swift
[107/212] Compiling SwiftProtobuf DoubleParser.swift
[108/212] Compiling SwiftProtobuf Enum.swift
[109/212] Compiling SwiftProtobuf ExtensibleMessage.swift
[110/212] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[111/284] Compiling NIOCore AddressedEnvelope.swift
[112/284] Compiling NIOCore AsyncAwaitSupport.swift
[113/284] Compiling NIOCore AsyncChannel.swift
[114/284] Compiling NIOCore AsyncChannelHandler.swift
[115/284] Compiling NIOCore AsyncChannelInboundStream.swift
[116/284] Compiling NIOCore AsyncChannelOutboundWriter.swift
[117/284] Compiling NIOCore NIOAsyncSequenceProducer.swift
[118/284] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[119/284] Compiling NIOCore NIOAsyncWriter.swift
[120/284] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[121/284] Compiling NIOCore BSDSocketAPI.swift
[122/284] Compiling NIOCore ByteBuffer-aux.swift
[123/284] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[124/284] Compiling NIOCore ByteBuffer-conversions.swift
[125/284] Compiling NIOCore ByteBuffer-core.swift
[126/284] Compiling NIOCore ByteBuffer-hex.swift
[127/284] Compiling NIOCore ByteBuffer-int.swift
[128/284] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[129/284] Compiling NIOCore ByteBuffer-multi-int.swift
[130/284] Emitting module SwiftProtobuf
[131/284] Compiling NIOCore Linux.swift
[132/284] Compiling NIOCore MarkedCircularBuffer.swift
[133/284] Compiling NIOCore MulticastChannel.swift
[134/284] Compiling NIOCore NIOAny.swift
[135/284] Compiling NIOCore NIOCloseOnErrorHandler.swift
[136/284] Compiling NIOCore NIOCoreSendableMetatype.swift
[137/284] Compiling NIOCore NIODecodedAsyncSequence.swift
[138/291] Compiling SwiftProtobuf AnyMessageStorage.swift
[139/291] Compiling SwiftProtobuf AnyUnpackError.swift
[140/291] Compiling SwiftProtobuf AsyncMessageSequence.swift
[141/291] Compiling SwiftProtobuf BinaryDecoder.swift
[142/291] Compiling SwiftProtobuf BinaryDecodingError.swift
[143/291] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[144/291] Compiling SwiftProtobuf BinaryDelimited.swift
[145/291] Compiling SwiftProtobuf BinaryEncoder.swift
[146/291] Compiling SwiftProtobuf BinaryEncodingError.swift
[147/291] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[148/291] Compiling NIOCore TypeAssistedChannelHandler.swift
[149/291] Compiling NIOCore UniversalBootstrapSupport.swift
[150/291] Compiling NIOCore Utilities.swift
[151/291] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[152/291] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[153/291] Compiling SwiftProtobuf Message.swift
[154/291] Compiling SwiftProtobuf MessageExtension.swift
[155/291] Compiling SwiftProtobuf NameMap.swift
[156/291] Compiling SwiftProtobuf PathDecoder.swift
[157/291] Compiling NIOCore NIOLoopBound.swift
[158/291] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[159/291] Compiling NIOCore NIOScheduledCallback.swift
[160/291] Compiling NIOCore NIOSendable.swift
[161/291] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[162/291] Compiling NIOCore RecvByteBufferAllocator.swift
[163/291] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[164/291] Compiling NIOCore GlobalSingletons.swift
[165/291] Compiling NIOCore IO.swift
[166/291] Compiling NIOCore IOData.swift
[167/291] Compiling NIOCore IPProtocol.swift
[168/291] Compiling NIOCore IntegerBitPacking.swift
[169/291] Compiling NIOCore IntegerTypes.swift
[170/291] Compiling NIOCore Interfaces.swift
[171/291] Compiling NIOCore ByteBuffer-views.swift
[172/291] Compiling NIOCore Channel.swift
[173/291] Compiling NIOCore ChannelHandler.swift
/Users/admin/builder/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)
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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)
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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 }
/Users/admin/builder/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 }
/Users/admin/builder/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 }
/Users/admin/builder/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 }
/Users/admin/builder/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 }
/Users/admin/builder/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 }
/Users/admin/builder/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 }
/Users/admin/builder/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 |
/Users/admin/builder/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 }
/Users/admin/builder/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 }
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
[177/291] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
/Users/admin/builder/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 }
/Users/admin/builder/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 }
/Users/admin/builder/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 }
/Users/admin/builder/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 }
/Users/admin/builder/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 }
/Users/admin/builder/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 }
/Users/admin/builder/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 }
/Users/admin/builder/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 |
/Users/admin/builder/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 }
/Users/admin/builder/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 }
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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 }
/Users/admin/builder/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 }
/Users/admin/builder/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 |
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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 }
/Users/admin/builder/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 }
/Users/admin/builder/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 |
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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)
/Users/admin/builder/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!)
/Users/admin/builder/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 {
/Users/admin/builder/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 {
/Users/admin/builder/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)
/Users/admin/builder/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!)
/Users/admin/builder/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 {
/Users/admin/builder/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 {
/Users/admin/builder/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)
/Users/admin/builder/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!)
/Users/admin/builder/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 {
/Users/admin/builder/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 {
[191/293] Emitting module Arrow
/Users/admin/builder/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 }
/Users/admin/builder/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 }
/Users/admin/builder/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 |
/Users/admin/builder/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 }
/Users/admin/builder/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 }
/Users/admin/builder/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 }
/Users/admin/builder/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 }
/Users/admin/builder/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 }
/Users/admin/builder/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 }
/Users/admin/builder/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 }
/Users/admin/builder/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 |
/Users/admin/builder/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 }
/Users/admin/builder/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 }
/Users/admin/builder/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 }
/Users/admin/builder/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 |
[192/293] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[193/293] Compiling NIOCore EventLoopFuture+Deprecated.swift
[194/293] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[195/293] Compiling NIOCore EventLoopFuture.swift
[196/293] Compiling NIOCore FileDescriptor.swift
[197/293] Compiling NIOCore FileHandle.swift
[198/293] Compiling NIOCore FileRegion.swift
[199/293] Compiling NIOCore Codec.swift
[200/293] Compiling NIOCore ConvenienceOptionSupport.swift
[201/293] Compiling NIOCore DeadChannel.swift
[202/293] Compiling NIOCore DispatchQueue+WithFuture.swift
[203/293] Compiling NIOCore EventLoop+Deprecated.swift
[204/293] Compiling NIOCore EventLoop+SerialExecutor.swift
[205/293] Compiling NIOCore EventLoop.swift
[209/293] Compiling Arrow SparseTensor_generated.swift
/Users/admin/builder/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 }
/Users/admin/builder/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 |
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
[210/293] Compiling Arrow Tensor_generated.swift
/Users/admin/builder/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 }
/Users/admin/builder/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 |
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
[216/293] Compiling NIOCore SocketAddresses.swift
[217/293] Compiling NIOCore SocketOptionProvider.swift
[218/293] Compiling NIOCore SystemCallHelpers.swift
[219/293] Compiling NIOCore TimeAmount+Duration.swift
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/Sources/Arrow/README.md
BUILD FAILURE 6.1 macosSpm