Build Information
Failed to build swiftqe, reference main (c7e9ea), with Swift 6.1 for Android on 29 May 2025 14:38:21 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
| |- warning: static property 'ArrowUInt64' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowUInt64' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
143 | public static let ArrowFloat = Info.primitiveInfo(ArrowTypeId.float)
144 | public static let ArrowDouble = Info.primitiveInfo(ArrowTypeId.double)
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowType.swift:143:23: warning: static property 'ArrowFloat' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
141 | public static let ArrowUInt32 = Info.primitiveInfo(ArrowTypeId.uint32)
142 | public static let ArrowUInt64 = Info.primitiveInfo(ArrowTypeId.uint64)
143 | public static let ArrowFloat = Info.primitiveInfo(ArrowTypeId.float)
| |- warning: static property 'ArrowFloat' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowFloat' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
144 | public static let ArrowDouble = Info.primitiveInfo(ArrowTypeId.double)
145 | public static let ArrowUnknown = Info.primitiveInfo(ArrowTypeId.unknown)
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowType.swift:144:23: warning: static property 'ArrowDouble' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
142 | public static let ArrowUInt64 = Info.primitiveInfo(ArrowTypeId.uint64)
143 | public static let ArrowFloat = Info.primitiveInfo(ArrowTypeId.float)
144 | public static let ArrowDouble = Info.primitiveInfo(ArrowTypeId.double)
| |- warning: static property 'ArrowDouble' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowDouble' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
145 | public static let ArrowUnknown = Info.primitiveInfo(ArrowTypeId.unknown)
146 | public static let ArrowString = Info.variableInfo(ArrowTypeId.string)
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowType.swift:145:23: warning: static property 'ArrowUnknown' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
143 | public static let ArrowFloat = Info.primitiveInfo(ArrowTypeId.float)
144 | public static let ArrowDouble = Info.primitiveInfo(ArrowTypeId.double)
145 | public static let ArrowUnknown = Info.primitiveInfo(ArrowTypeId.unknown)
| |- warning: static property 'ArrowUnknown' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowUnknown' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
146 | public static let ArrowString = Info.variableInfo(ArrowTypeId.string)
147 | public static let ArrowBool = Info.primitiveInfo(ArrowTypeId.boolean)
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowType.swift:146:23: warning: static property 'ArrowString' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
144 | public static let ArrowDouble = Info.primitiveInfo(ArrowTypeId.double)
145 | public static let ArrowUnknown = Info.primitiveInfo(ArrowTypeId.unknown)
146 | public static let ArrowString = Info.variableInfo(ArrowTypeId.string)
| |- warning: static property 'ArrowString' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowString' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
147 | public static let ArrowBool = Info.primitiveInfo(ArrowTypeId.boolean)
148 | public static let ArrowDate32 = Info.primitiveInfo(ArrowTypeId.date32)
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowType.swift:147:23: warning: static property 'ArrowBool' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
145 | public static let ArrowUnknown = Info.primitiveInfo(ArrowTypeId.unknown)
146 | public static let ArrowString = Info.variableInfo(ArrowTypeId.string)
147 | public static let ArrowBool = Info.primitiveInfo(ArrowTypeId.boolean)
| |- warning: static property 'ArrowBool' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowBool' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
148 | public static let ArrowDate32 = Info.primitiveInfo(ArrowTypeId.date32)
149 | public static let ArrowDate64 = Info.primitiveInfo(ArrowTypeId.date64)
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowType.swift:148:23: warning: static property 'ArrowDate32' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
146 | public static let ArrowString = Info.variableInfo(ArrowTypeId.string)
147 | public static let ArrowBool = Info.primitiveInfo(ArrowTypeId.boolean)
148 | public static let ArrowDate32 = Info.primitiveInfo(ArrowTypeId.date32)
| |- warning: static property 'ArrowDate32' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowDate32' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
149 | public static let ArrowDate64 = Info.primitiveInfo(ArrowTypeId.date64)
150 | public static let ArrowBinary = Info.variableInfo(ArrowTypeId.binary)
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowType.swift:149:23: warning: static property 'ArrowDate64' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
147 | public static let ArrowBool = Info.primitiveInfo(ArrowTypeId.boolean)
148 | public static let ArrowDate32 = Info.primitiveInfo(ArrowTypeId.date32)
149 | public static let ArrowDate64 = Info.primitiveInfo(ArrowTypeId.date64)
| |- warning: static property 'ArrowDate64' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowDate64' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
150 | public static let ArrowBinary = Info.variableInfo(ArrowTypeId.binary)
151 | public static let ArrowTime32 = Info.timeInfo(ArrowTypeId.time32)
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowType.swift:150:23: warning: static property 'ArrowBinary' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
148 | public static let ArrowDate32 = Info.primitiveInfo(ArrowTypeId.date32)
149 | public static let ArrowDate64 = Info.primitiveInfo(ArrowTypeId.date64)
150 | public static let ArrowBinary = Info.variableInfo(ArrowTypeId.binary)
| |- warning: static property 'ArrowBinary' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowBinary' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
151 | public static let ArrowTime32 = Info.timeInfo(ArrowTypeId.time32)
152 | public static let ArrowTime64 = Info.timeInfo(ArrowTypeId.time64)
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowType.swift:151:23: warning: static property 'ArrowTime32' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
149 | public static let ArrowDate64 = Info.primitiveInfo(ArrowTypeId.date64)
150 | public static let ArrowBinary = Info.variableInfo(ArrowTypeId.binary)
151 | public static let ArrowTime32 = Info.timeInfo(ArrowTypeId.time32)
| |- warning: static property 'ArrowTime32' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowTime32' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
152 | public static let ArrowTime64 = Info.timeInfo(ArrowTypeId.time64)
153 | public static let ArrowStruct = Info.complexInfo(ArrowTypeId.strct)
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowType.swift:152:23: warning: static property 'ArrowTime64' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
150 | public static let ArrowBinary = Info.variableInfo(ArrowTypeId.binary)
151 | public static let ArrowTime32 = Info.timeInfo(ArrowTypeId.time32)
152 | public static let ArrowTime64 = Info.timeInfo(ArrowTypeId.time64)
| |- warning: static property 'ArrowTime64' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowTime64' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
153 | public static let ArrowStruct = Info.complexInfo(ArrowTypeId.strct)
154 |
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowType.swift:153:23: warning: static property 'ArrowStruct' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
151 | public static let ArrowTime32 = Info.timeInfo(ArrowTypeId.time32)
152 | public static let ArrowTime64 = Info.timeInfo(ArrowTypeId.time64)
153 | public static let ArrowStruct = Info.complexInfo(ArrowTypeId.strct)
| |- warning: static property 'ArrowStruct' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowStruct' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
154 |
155 | public init(_ info: ArrowType.Info) {
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
[223/235] Compiling Arrow ArrowWriter.swift
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowType.swift:135:23: warning: static property 'ArrowInt8' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
133 | public class ArrowType {
134 | public private(set) var info: ArrowType.Info
135 | public static let ArrowInt8 = Info.primitiveInfo(ArrowTypeId.int8)
| |- warning: static property 'ArrowInt8' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowInt8' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
136 | public static let ArrowInt16 = Info.primitiveInfo(ArrowTypeId.int16)
137 | public static let ArrowInt32 = Info.primitiveInfo(ArrowTypeId.int32)
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowType.swift:136:23: warning: static property 'ArrowInt16' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
134 | public private(set) var info: ArrowType.Info
135 | public static let ArrowInt8 = Info.primitiveInfo(ArrowTypeId.int8)
136 | public static let ArrowInt16 = Info.primitiveInfo(ArrowTypeId.int16)
| |- warning: static property 'ArrowInt16' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowInt16' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
137 | public static let ArrowInt32 = Info.primitiveInfo(ArrowTypeId.int32)
138 | public static let ArrowInt64 = Info.primitiveInfo(ArrowTypeId.int64)
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowType.swift:137:23: warning: static property 'ArrowInt32' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
135 | public static let ArrowInt8 = Info.primitiveInfo(ArrowTypeId.int8)
136 | public static let ArrowInt16 = Info.primitiveInfo(ArrowTypeId.int16)
137 | public static let ArrowInt32 = Info.primitiveInfo(ArrowTypeId.int32)
| |- warning: static property 'ArrowInt32' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowInt32' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
138 | public static let ArrowInt64 = Info.primitiveInfo(ArrowTypeId.int64)
139 | public static let ArrowUInt8 = Info.primitiveInfo(ArrowTypeId.uint8)
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowType.swift:138:23: warning: static property 'ArrowInt64' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
136 | public static let ArrowInt16 = Info.primitiveInfo(ArrowTypeId.int16)
137 | public static let ArrowInt32 = Info.primitiveInfo(ArrowTypeId.int32)
138 | public static let ArrowInt64 = Info.primitiveInfo(ArrowTypeId.int64)
| |- warning: static property 'ArrowInt64' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowInt64' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
139 | public static let ArrowUInt8 = Info.primitiveInfo(ArrowTypeId.uint8)
140 | public static let ArrowUInt16 = Info.primitiveInfo(ArrowTypeId.uint16)
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowType.swift:139:23: warning: static property 'ArrowUInt8' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
137 | public static let ArrowInt32 = Info.primitiveInfo(ArrowTypeId.int32)
138 | public static let ArrowInt64 = Info.primitiveInfo(ArrowTypeId.int64)
139 | public static let ArrowUInt8 = Info.primitiveInfo(ArrowTypeId.uint8)
| |- warning: static property 'ArrowUInt8' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowUInt8' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
140 | public static let ArrowUInt16 = Info.primitiveInfo(ArrowTypeId.uint16)
141 | public static let ArrowUInt32 = Info.primitiveInfo(ArrowTypeId.uint32)
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowType.swift:140:23: warning: static property 'ArrowUInt16' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
138 | public static let ArrowInt64 = Info.primitiveInfo(ArrowTypeId.int64)
139 | public static let ArrowUInt8 = Info.primitiveInfo(ArrowTypeId.uint8)
140 | public static let ArrowUInt16 = Info.primitiveInfo(ArrowTypeId.uint16)
| |- warning: static property 'ArrowUInt16' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowUInt16' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
141 | public static let ArrowUInt32 = Info.primitiveInfo(ArrowTypeId.uint32)
142 | public static let ArrowUInt64 = Info.primitiveInfo(ArrowTypeId.uint64)
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowType.swift:141:23: warning: static property 'ArrowUInt32' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
139 | public static let ArrowUInt8 = Info.primitiveInfo(ArrowTypeId.uint8)
140 | public static let ArrowUInt16 = Info.primitiveInfo(ArrowTypeId.uint16)
141 | public static let ArrowUInt32 = Info.primitiveInfo(ArrowTypeId.uint32)
| |- warning: static property 'ArrowUInt32' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowUInt32' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
142 | public static let ArrowUInt64 = Info.primitiveInfo(ArrowTypeId.uint64)
143 | public static let ArrowFloat = Info.primitiveInfo(ArrowTypeId.float)
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowType.swift:142:23: warning: static property 'ArrowUInt64' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
140 | public static let ArrowUInt16 = Info.primitiveInfo(ArrowTypeId.uint16)
141 | public static let ArrowUInt32 = Info.primitiveInfo(ArrowTypeId.uint32)
142 | public static let ArrowUInt64 = Info.primitiveInfo(ArrowTypeId.uint64)
| |- warning: static property 'ArrowUInt64' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowUInt64' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
143 | public static let ArrowFloat = Info.primitiveInfo(ArrowTypeId.float)
144 | public static let ArrowDouble = Info.primitiveInfo(ArrowTypeId.double)
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowType.swift:143:23: warning: static property 'ArrowFloat' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
141 | public static let ArrowUInt32 = Info.primitiveInfo(ArrowTypeId.uint32)
142 | public static let ArrowUInt64 = Info.primitiveInfo(ArrowTypeId.uint64)
143 | public static let ArrowFloat = Info.primitiveInfo(ArrowTypeId.float)
| |- warning: static property 'ArrowFloat' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowFloat' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
144 | public static let ArrowDouble = Info.primitiveInfo(ArrowTypeId.double)
145 | public static let ArrowUnknown = Info.primitiveInfo(ArrowTypeId.unknown)
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowType.swift:144:23: warning: static property 'ArrowDouble' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
142 | public static let ArrowUInt64 = Info.primitiveInfo(ArrowTypeId.uint64)
143 | public static let ArrowFloat = Info.primitiveInfo(ArrowTypeId.float)
144 | public static let ArrowDouble = Info.primitiveInfo(ArrowTypeId.double)
| |- warning: static property 'ArrowDouble' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowDouble' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
145 | public static let ArrowUnknown = Info.primitiveInfo(ArrowTypeId.unknown)
146 | public static let ArrowString = Info.variableInfo(ArrowTypeId.string)
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowType.swift:145:23: warning: static property 'ArrowUnknown' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
143 | public static let ArrowFloat = Info.primitiveInfo(ArrowTypeId.float)
144 | public static let ArrowDouble = Info.primitiveInfo(ArrowTypeId.double)
145 | public static let ArrowUnknown = Info.primitiveInfo(ArrowTypeId.unknown)
| |- warning: static property 'ArrowUnknown' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowUnknown' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
146 | public static let ArrowString = Info.variableInfo(ArrowTypeId.string)
147 | public static let ArrowBool = Info.primitiveInfo(ArrowTypeId.boolean)
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowType.swift:146:23: warning: static property 'ArrowString' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
144 | public static let ArrowDouble = Info.primitiveInfo(ArrowTypeId.double)
145 | public static let ArrowUnknown = Info.primitiveInfo(ArrowTypeId.unknown)
146 | public static let ArrowString = Info.variableInfo(ArrowTypeId.string)
| |- warning: static property 'ArrowString' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowString' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
147 | public static let ArrowBool = Info.primitiveInfo(ArrowTypeId.boolean)
148 | public static let ArrowDate32 = Info.primitiveInfo(ArrowTypeId.date32)
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowType.swift:147:23: warning: static property 'ArrowBool' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
145 | public static let ArrowUnknown = Info.primitiveInfo(ArrowTypeId.unknown)
146 | public static let ArrowString = Info.variableInfo(ArrowTypeId.string)
147 | public static let ArrowBool = Info.primitiveInfo(ArrowTypeId.boolean)
| |- warning: static property 'ArrowBool' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowBool' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
148 | public static let ArrowDate32 = Info.primitiveInfo(ArrowTypeId.date32)
149 | public static let ArrowDate64 = Info.primitiveInfo(ArrowTypeId.date64)
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowType.swift:148:23: warning: static property 'ArrowDate32' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
146 | public static let ArrowString = Info.variableInfo(ArrowTypeId.string)
147 | public static let ArrowBool = Info.primitiveInfo(ArrowTypeId.boolean)
148 | public static let ArrowDate32 = Info.primitiveInfo(ArrowTypeId.date32)
| |- warning: static property 'ArrowDate32' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowDate32' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
149 | public static let ArrowDate64 = Info.primitiveInfo(ArrowTypeId.date64)
150 | public static let ArrowBinary = Info.variableInfo(ArrowTypeId.binary)
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowType.swift:149:23: warning: static property 'ArrowDate64' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
147 | public static let ArrowBool = Info.primitiveInfo(ArrowTypeId.boolean)
148 | public static let ArrowDate32 = Info.primitiveInfo(ArrowTypeId.date32)
149 | public static let ArrowDate64 = Info.primitiveInfo(ArrowTypeId.date64)
| |- warning: static property 'ArrowDate64' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowDate64' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
150 | public static let ArrowBinary = Info.variableInfo(ArrowTypeId.binary)
151 | public static let ArrowTime32 = Info.timeInfo(ArrowTypeId.time32)
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowType.swift:150:23: warning: static property 'ArrowBinary' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
148 | public static let ArrowDate32 = Info.primitiveInfo(ArrowTypeId.date32)
149 | public static let ArrowDate64 = Info.primitiveInfo(ArrowTypeId.date64)
150 | public static let ArrowBinary = Info.variableInfo(ArrowTypeId.binary)
| |- warning: static property 'ArrowBinary' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowBinary' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
151 | public static let ArrowTime32 = Info.timeInfo(ArrowTypeId.time32)
152 | public static let ArrowTime64 = Info.timeInfo(ArrowTypeId.time64)
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowType.swift:151:23: warning: static property 'ArrowTime32' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
149 | public static let ArrowDate64 = Info.primitiveInfo(ArrowTypeId.date64)
150 | public static let ArrowBinary = Info.variableInfo(ArrowTypeId.binary)
151 | public static let ArrowTime32 = Info.timeInfo(ArrowTypeId.time32)
| |- warning: static property 'ArrowTime32' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowTime32' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
152 | public static let ArrowTime64 = Info.timeInfo(ArrowTypeId.time64)
153 | public static let ArrowStruct = Info.complexInfo(ArrowTypeId.strct)
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowType.swift:152:23: warning: static property 'ArrowTime64' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
150 | public static let ArrowBinary = Info.variableInfo(ArrowTypeId.binary)
151 | public static let ArrowTime32 = Info.timeInfo(ArrowTypeId.time32)
152 | public static let ArrowTime64 = Info.timeInfo(ArrowTypeId.time64)
| |- warning: static property 'ArrowTime64' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowTime64' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
153 | public static let ArrowStruct = Info.complexInfo(ArrowTypeId.strct)
154 |
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowType.swift:153:23: warning: static property 'ArrowStruct' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
151 | public static let ArrowTime32 = Info.timeInfo(ArrowTypeId.time32)
152 | public static let ArrowTime64 = Info.timeInfo(ArrowTypeId.time64)
153 | public static let ArrowStruct = Info.complexInfo(ArrowTypeId.strct)
| |- warning: static property 'ArrowStruct' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowStruct' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
154 |
155 | public init(_ info: ArrowType.Info) {
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
[224/235] Compiling Arrow ArrowWriterHelper.swift
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowType.swift:135:23: warning: static property 'ArrowInt8' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
133 | public class ArrowType {
134 | public private(set) var info: ArrowType.Info
135 | public static let ArrowInt8 = Info.primitiveInfo(ArrowTypeId.int8)
| |- warning: static property 'ArrowInt8' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowInt8' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
136 | public static let ArrowInt16 = Info.primitiveInfo(ArrowTypeId.int16)
137 | public static let ArrowInt32 = Info.primitiveInfo(ArrowTypeId.int32)
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowType.swift:136:23: warning: static property 'ArrowInt16' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
134 | public private(set) var info: ArrowType.Info
135 | public static let ArrowInt8 = Info.primitiveInfo(ArrowTypeId.int8)
136 | public static let ArrowInt16 = Info.primitiveInfo(ArrowTypeId.int16)
| |- warning: static property 'ArrowInt16' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowInt16' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
137 | public static let ArrowInt32 = Info.primitiveInfo(ArrowTypeId.int32)
138 | public static let ArrowInt64 = Info.primitiveInfo(ArrowTypeId.int64)
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowType.swift:137:23: warning: static property 'ArrowInt32' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
135 | public static let ArrowInt8 = Info.primitiveInfo(ArrowTypeId.int8)
136 | public static let ArrowInt16 = Info.primitiveInfo(ArrowTypeId.int16)
137 | public static let ArrowInt32 = Info.primitiveInfo(ArrowTypeId.int32)
| |- warning: static property 'ArrowInt32' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowInt32' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
138 | public static let ArrowInt64 = Info.primitiveInfo(ArrowTypeId.int64)
139 | public static let ArrowUInt8 = Info.primitiveInfo(ArrowTypeId.uint8)
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowType.swift:138:23: warning: static property 'ArrowInt64' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
136 | public static let ArrowInt16 = Info.primitiveInfo(ArrowTypeId.int16)
137 | public static let ArrowInt32 = Info.primitiveInfo(ArrowTypeId.int32)
138 | public static let ArrowInt64 = Info.primitiveInfo(ArrowTypeId.int64)
| |- warning: static property 'ArrowInt64' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowInt64' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
139 | public static let ArrowUInt8 = Info.primitiveInfo(ArrowTypeId.uint8)
140 | public static let ArrowUInt16 = Info.primitiveInfo(ArrowTypeId.uint16)
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowType.swift:139:23: warning: static property 'ArrowUInt8' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
137 | public static let ArrowInt32 = Info.primitiveInfo(ArrowTypeId.int32)
138 | public static let ArrowInt64 = Info.primitiveInfo(ArrowTypeId.int64)
139 | public static let ArrowUInt8 = Info.primitiveInfo(ArrowTypeId.uint8)
| |- warning: static property 'ArrowUInt8' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowUInt8' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
140 | public static let ArrowUInt16 = Info.primitiveInfo(ArrowTypeId.uint16)
141 | public static let ArrowUInt32 = Info.primitiveInfo(ArrowTypeId.uint32)
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowType.swift:140:23: warning: static property 'ArrowUInt16' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
138 | public static let ArrowInt64 = Info.primitiveInfo(ArrowTypeId.int64)
139 | public static let ArrowUInt8 = Info.primitiveInfo(ArrowTypeId.uint8)
140 | public static let ArrowUInt16 = Info.primitiveInfo(ArrowTypeId.uint16)
| |- warning: static property 'ArrowUInt16' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowUInt16' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
141 | public static let ArrowUInt32 = Info.primitiveInfo(ArrowTypeId.uint32)
142 | public static let ArrowUInt64 = Info.primitiveInfo(ArrowTypeId.uint64)
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowType.swift:141:23: warning: static property 'ArrowUInt32' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
139 | public static let ArrowUInt8 = Info.primitiveInfo(ArrowTypeId.uint8)
140 | public static let ArrowUInt16 = Info.primitiveInfo(ArrowTypeId.uint16)
141 | public static let ArrowUInt32 = Info.primitiveInfo(ArrowTypeId.uint32)
| |- warning: static property 'ArrowUInt32' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowUInt32' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
142 | public static let ArrowUInt64 = Info.primitiveInfo(ArrowTypeId.uint64)
143 | public static let ArrowFloat = Info.primitiveInfo(ArrowTypeId.float)
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowType.swift:142:23: warning: static property 'ArrowUInt64' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
140 | public static let ArrowUInt16 = Info.primitiveInfo(ArrowTypeId.uint16)
141 | public static let ArrowUInt32 = Info.primitiveInfo(ArrowTypeId.uint32)
142 | public static let ArrowUInt64 = Info.primitiveInfo(ArrowTypeId.uint64)
| |- warning: static property 'ArrowUInt64' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowUInt64' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
143 | public static let ArrowFloat = Info.primitiveInfo(ArrowTypeId.float)
144 | public static let ArrowDouble = Info.primitiveInfo(ArrowTypeId.double)
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowType.swift:143:23: warning: static property 'ArrowFloat' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
141 | public static let ArrowUInt32 = Info.primitiveInfo(ArrowTypeId.uint32)
142 | public static let ArrowUInt64 = Info.primitiveInfo(ArrowTypeId.uint64)
143 | public static let ArrowFloat = Info.primitiveInfo(ArrowTypeId.float)
| |- warning: static property 'ArrowFloat' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowFloat' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
144 | public static let ArrowDouble = Info.primitiveInfo(ArrowTypeId.double)
145 | public static let ArrowUnknown = Info.primitiveInfo(ArrowTypeId.unknown)
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowType.swift:144:23: warning: static property 'ArrowDouble' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
142 | public static let ArrowUInt64 = Info.primitiveInfo(ArrowTypeId.uint64)
143 | public static let ArrowFloat = Info.primitiveInfo(ArrowTypeId.float)
144 | public static let ArrowDouble = Info.primitiveInfo(ArrowTypeId.double)
| |- warning: static property 'ArrowDouble' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowDouble' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
145 | public static let ArrowUnknown = Info.primitiveInfo(ArrowTypeId.unknown)
146 | public static let ArrowString = Info.variableInfo(ArrowTypeId.string)
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowType.swift:145:23: warning: static property 'ArrowUnknown' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
143 | public static let ArrowFloat = Info.primitiveInfo(ArrowTypeId.float)
144 | public static let ArrowDouble = Info.primitiveInfo(ArrowTypeId.double)
145 | public static let ArrowUnknown = Info.primitiveInfo(ArrowTypeId.unknown)
| |- warning: static property 'ArrowUnknown' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowUnknown' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
146 | public static let ArrowString = Info.variableInfo(ArrowTypeId.string)
147 | public static let ArrowBool = Info.primitiveInfo(ArrowTypeId.boolean)
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowType.swift:146:23: warning: static property 'ArrowString' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
144 | public static let ArrowDouble = Info.primitiveInfo(ArrowTypeId.double)
145 | public static let ArrowUnknown = Info.primitiveInfo(ArrowTypeId.unknown)
146 | public static let ArrowString = Info.variableInfo(ArrowTypeId.string)
| |- warning: static property 'ArrowString' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowString' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
147 | public static let ArrowBool = Info.primitiveInfo(ArrowTypeId.boolean)
148 | public static let ArrowDate32 = Info.primitiveInfo(ArrowTypeId.date32)
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowType.swift:147:23: warning: static property 'ArrowBool' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
145 | public static let ArrowUnknown = Info.primitiveInfo(ArrowTypeId.unknown)
146 | public static let ArrowString = Info.variableInfo(ArrowTypeId.string)
147 | public static let ArrowBool = Info.primitiveInfo(ArrowTypeId.boolean)
| |- warning: static property 'ArrowBool' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowBool' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
148 | public static let ArrowDate32 = Info.primitiveInfo(ArrowTypeId.date32)
149 | public static let ArrowDate64 = Info.primitiveInfo(ArrowTypeId.date64)
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowType.swift:148:23: warning: static property 'ArrowDate32' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
146 | public static let ArrowString = Info.variableInfo(ArrowTypeId.string)
147 | public static let ArrowBool = Info.primitiveInfo(ArrowTypeId.boolean)
148 | public static let ArrowDate32 = Info.primitiveInfo(ArrowTypeId.date32)
| |- warning: static property 'ArrowDate32' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowDate32' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
149 | public static let ArrowDate64 = Info.primitiveInfo(ArrowTypeId.date64)
150 | public static let ArrowBinary = Info.variableInfo(ArrowTypeId.binary)
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowType.swift:149:23: warning: static property 'ArrowDate64' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
147 | public static let ArrowBool = Info.primitiveInfo(ArrowTypeId.boolean)
148 | public static let ArrowDate32 = Info.primitiveInfo(ArrowTypeId.date32)
149 | public static let ArrowDate64 = Info.primitiveInfo(ArrowTypeId.date64)
| |- warning: static property 'ArrowDate64' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowDate64' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
150 | public static let ArrowBinary = Info.variableInfo(ArrowTypeId.binary)
151 | public static let ArrowTime32 = Info.timeInfo(ArrowTypeId.time32)
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowType.swift:150:23: warning: static property 'ArrowBinary' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
148 | public static let ArrowDate32 = Info.primitiveInfo(ArrowTypeId.date32)
149 | public static let ArrowDate64 = Info.primitiveInfo(ArrowTypeId.date64)
150 | public static let ArrowBinary = Info.variableInfo(ArrowTypeId.binary)
| |- warning: static property 'ArrowBinary' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowBinary' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
151 | public static let ArrowTime32 = Info.timeInfo(ArrowTypeId.time32)
152 | public static let ArrowTime64 = Info.timeInfo(ArrowTypeId.time64)
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowType.swift:151:23: warning: static property 'ArrowTime32' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
149 | public static let ArrowDate64 = Info.primitiveInfo(ArrowTypeId.date64)
150 | public static let ArrowBinary = Info.variableInfo(ArrowTypeId.binary)
151 | public static let ArrowTime32 = Info.timeInfo(ArrowTypeId.time32)
| |- warning: static property 'ArrowTime32' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowTime32' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
152 | public static let ArrowTime64 = Info.timeInfo(ArrowTypeId.time64)
153 | public static let ArrowStruct = Info.complexInfo(ArrowTypeId.strct)
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowType.swift:152:23: warning: static property 'ArrowTime64' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
150 | public static let ArrowBinary = Info.variableInfo(ArrowTypeId.binary)
151 | public static let ArrowTime32 = Info.timeInfo(ArrowTypeId.time32)
152 | public static let ArrowTime64 = Info.timeInfo(ArrowTypeId.time64)
| |- warning: static property 'ArrowTime64' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowTime64' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
153 | public static let ArrowStruct = Info.complexInfo(ArrowTypeId.strct)
154 |
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowType.swift:153:23: warning: static property 'ArrowStruct' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
151 | public static let ArrowTime32 = Info.timeInfo(ArrowTypeId.time32)
152 | public static let ArrowTime64 = Info.timeInfo(ArrowTypeId.time64)
153 | public static let ArrowStruct = Info.complexInfo(ArrowTypeId.strct)
| |- warning: static property 'ArrowStruct' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowStruct' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
154 |
155 | public init(_ info: ArrowType.Info) {
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
[225/235] Compiling Arrow ArrowDecoder.swift
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowReader.swift:151:43: error: extra argument 'allowReadingUnalignedBuffers' in call
149 | let footerBuffer = ByteBuffer(
150 | data: footerData,
151 | allowReadingUnalignedBuffers: useUnalignedBuffers)
| `- error: extra argument 'allowReadingUnalignedBuffers' in call
152 | let footer = org_apache_arrow_flatbuf_Footer.getRootAsFooter(bb: footerBuffer)
153 | let schemaResult = loadSchema(footer.schema!)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowReader.swift:182:47: error: extra argument 'allowReadingUnalignedBuffers' in call
180 | let mbb = ByteBuffer(
181 | data: recordBatchData,
182 | allowReadingUnalignedBuffers: useUnalignedBuffers)
| `- error: extra argument 'allowReadingUnalignedBuffers' in call
183 | let message = org_apache_arrow_flatbuf_Message.getRootAsMessage(bb: mbb)
184 | switch message.headerType {
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowReader.swift:236:43: error: extra argument 'allowReadingUnalignedBuffers' in call
234 | let mbb = ByteBuffer(
235 | data: dataHeader,
236 | allowReadingUnalignedBuffers: useUnalignedBuffers)
| `- error: extra argument 'allowReadingUnalignedBuffers' in call
237 | let message = org_apache_arrow_flatbuf_Message.getRootAsMessage(bb: mbb)
238 | switch message.headerType {
[226/235] Compiling Arrow ArrowEncoder.swift
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowReader.swift:151:43: error: extra argument 'allowReadingUnalignedBuffers' in call
149 | let footerBuffer = ByteBuffer(
150 | data: footerData,
151 | allowReadingUnalignedBuffers: useUnalignedBuffers)
| `- error: extra argument 'allowReadingUnalignedBuffers' in call
152 | let footer = org_apache_arrow_flatbuf_Footer.getRootAsFooter(bb: footerBuffer)
153 | let schemaResult = loadSchema(footer.schema!)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowReader.swift:182:47: error: extra argument 'allowReadingUnalignedBuffers' in call
180 | let mbb = ByteBuffer(
181 | data: recordBatchData,
182 | allowReadingUnalignedBuffers: useUnalignedBuffers)
| `- error: extra argument 'allowReadingUnalignedBuffers' in call
183 | let message = org_apache_arrow_flatbuf_Message.getRootAsMessage(bb: mbb)
184 | switch message.headerType {
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowReader.swift:236:43: error: extra argument 'allowReadingUnalignedBuffers' in call
234 | let mbb = ByteBuffer(
235 | data: dataHeader,
236 | allowReadingUnalignedBuffers: useUnalignedBuffers)
| `- error: extra argument 'allowReadingUnalignedBuffers' in call
237 | let message = org_apache_arrow_flatbuf_Message.getRootAsMessage(bb: mbb)
238 | switch message.headerType {
[227/235] Compiling Arrow ArrowReader.swift
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowReader.swift:151:43: error: extra argument 'allowReadingUnalignedBuffers' in call
149 | let footerBuffer = ByteBuffer(
150 | data: footerData,
151 | allowReadingUnalignedBuffers: useUnalignedBuffers)
| `- error: extra argument 'allowReadingUnalignedBuffers' in call
152 | let footer = org_apache_arrow_flatbuf_Footer.getRootAsFooter(bb: footerBuffer)
153 | let schemaResult = loadSchema(footer.schema!)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowReader.swift:182:47: error: extra argument 'allowReadingUnalignedBuffers' in call
180 | let mbb = ByteBuffer(
181 | data: recordBatchData,
182 | allowReadingUnalignedBuffers: useUnalignedBuffers)
| `- error: extra argument 'allowReadingUnalignedBuffers' in call
183 | let message = org_apache_arrow_flatbuf_Message.getRootAsMessage(bb: mbb)
184 | switch message.headerType {
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowReader.swift:236:43: error: extra argument 'allowReadingUnalignedBuffers' in call
234 | let mbb = ByteBuffer(
235 | data: dataHeader,
236 | allowReadingUnalignedBuffers: useUnalignedBuffers)
| `- error: extra argument 'allowReadingUnalignedBuffers' in call
237 | let message = org_apache_arrow_flatbuf_Message.getRootAsMessage(bb: mbb)
238 | switch message.headerType {
[228/235] Compiling Arrow Schema_generated.swift
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1237:206: error: value of type 'Table' has no member 'postion'
1235 | /// recommended to prefer signed integer types over unsigned integer types
1236 | /// and to avoid uint64 indices unless they are required by an application.
1237 | public var indexType: org_apache_arrow_flatbuf_Int? { let o = _accessor.offset(VTOFFSET.indexType.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Int(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: value of type 'Table' has no member 'postion'
1238 | /// By default, dictionaries are not ordered, or the order does not have
1239 | /// semantic meaning. In some statistical, applications, dictionary-encoding
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1311:238: error: value of type 'Table' has no member 'postion'
1309 | public func type<T: FlatbuffersInitializable>(type: T.Type) -> T? { let o = _accessor.offset(VTOFFSET.type.v); return o == 0 ? nil : _accessor.union(o) }
1310 | /// Present only if the field is dictionary encoded.
1311 | public var dictionary: org_apache_arrow_flatbuf_DictionaryEncoding? { let o = _accessor.offset(VTOFFSET.dictionary.v); return o == 0 ? nil : org_apache_arrow_flatbuf_DictionaryEncoding(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: value of type 'Table' has no member 'postion'
1312 | /// children apply only to nested data types like Struct, List and Union. For
1313 | /// primitive types children will have length 0.
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:108:195: error: value of type 'Table' has no member 'postion'
106 |
107 | /// The type of values in indicesBuffer
108 | public var indicesType: org_apache_arrow_flatbuf_Int! { let o = _accessor.offset(VTOFFSET.indicesType.v); return org_apache_arrow_flatbuf_Int(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: value of type 'Table' has no member 'postion'
109 | /// Non-negative byte offsets to advance one value cell along each dimension
110 | /// If omitted, default to row-major order (C-like).
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:117:209: error: value of type 'Table' has no member 'postion'
115 | /// The location and size of the indices matrix's data
116 | public var indicesBuffer: org_apache_arrow_flatbuf_Buffer! { let o = _accessor.offset(VTOFFSET.indicesBuffer.v); return _accessor.readBuffer(of: org_apache_arrow_flatbuf_Buffer.self, at: o) }
117 | public var mutableIndicesBuffer: org_apache_arrow_flatbuf_Buffer_Mutable! { let o = _accessor.offset(VTOFFSET.indicesBuffer.v); return org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: o + _accessor.postion) }
| `- error: value of type 'Table' has no member 'postion'
118 | /// This flag is true if and only if the indices matrix is sorted in
119 | /// row-major order, and does not have duplicated entries.
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:181:193: error: value of type 'Table' has no member 'postion'
179 | public var compressedAxis: org_apache_arrow_flatbuf_SparseMatrixCompressedAxis { let o = _accessor.offset(VTOFFSET.compressedAxis.v); return o == 0 ? .row : org_apache_arrow_flatbuf_SparseMatrixCompressedAxis(rawValue: _accessor.readBuffer(of: Int16.self, at: o)) ?? .row }
180 | /// The type of values in indptrBuffer
181 | public var indptrType: org_apache_arrow_flatbuf_Int! { let o = _accessor.offset(VTOFFSET.indptrType.v); return org_apache_arrow_flatbuf_Int(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: value of type 'Table' has no member 'postion'
182 | /// indptrBuffer stores the location and size of indptr array that
183 | /// represents the range of the rows.
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:206:207: error: value of type 'Table' has no member 'postion'
204 | /// ```
205 | public var indptrBuffer: org_apache_arrow_flatbuf_Buffer! { let o = _accessor.offset(VTOFFSET.indptrBuffer.v); return _accessor.readBuffer(of: org_apache_arrow_flatbuf_Buffer.self, at: o) }
206 | public var mutableIndptrBuffer: org_apache_arrow_flatbuf_Buffer_Mutable! { let o = _accessor.offset(VTOFFSET.indptrBuffer.v); return org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: o + _accessor.postion) }
| `- error: value of type 'Table' has no member 'postion'
207 | /// The type of values in indicesBuffer
208 | public var indicesType: org_apache_arrow_flatbuf_Int! { let o = _accessor.offset(VTOFFSET.indicesType.v); return org_apache_arrow_flatbuf_Int(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:208:195: error: value of type 'Table' has no member 'postion'
206 | public var mutableIndptrBuffer: org_apache_arrow_flatbuf_Buffer_Mutable! { let o = _accessor.offset(VTOFFSET.indptrBuffer.v); return org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: o + _accessor.postion) }
207 | /// The type of values in indicesBuffer
208 | public var indicesType: org_apache_arrow_flatbuf_Int! { let o = _accessor.offset(VTOFFSET.indicesType.v); return org_apache_arrow_flatbuf_Int(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: value of type 'Table' has no member 'postion'
209 | /// indicesBuffer stores the location and size of the array that
210 | /// contains the column indices of the corresponding non-zero values.
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:219:209: error: value of type 'Table' has no member 'postion'
217 | /// Note that the indices are sorted in lexicographical order for each row.
218 | public var indicesBuffer: org_apache_arrow_flatbuf_Buffer! { let o = _accessor.offset(VTOFFSET.indicesBuffer.v); return _accessor.readBuffer(of: org_apache_arrow_flatbuf_Buffer.self, at: o) }
219 | public var mutableIndicesBuffer: org_apache_arrow_flatbuf_Buffer_Mutable! { let o = _accessor.offset(VTOFFSET.indicesBuffer.v); return org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: o + _accessor.postion) }
| `- error: value of type 'Table' has no member 'postion'
220 | public static func startSparseMatrixIndexCSX(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 5) }
221 | public static func add(compressedAxis: org_apache_arrow_flatbuf_SparseMatrixCompressedAxis, _ fbb: inout FlatBufferBuilder) { fbb.add(element: compressedAxis.rawValue, def: 0, at: VTOFFSET.compressedAxis.p) }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:308:193: error: value of type 'Table' has no member 'postion'
306 | /// ```
307 | /// The type of values in indptrBuffers
308 | public var indptrType: org_apache_arrow_flatbuf_Int! { let o = _accessor.offset(VTOFFSET.indptrType.v); return org_apache_arrow_flatbuf_Int(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: value of type 'Table' has no member 'postion'
309 | /// indptrBuffers stores the sparsity structure.
310 | /// Each two consecutive dimensions in a tensor correspond to a buffer in
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:328:195: error: value of type 'Table' has no member 'postion'
326 | public func mutableIndptrBuffers(at index: Int32) -> org_apache_arrow_flatbuf_Buffer_Mutable? { let o = _accessor.offset(VTOFFSET.indptrBuffers.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: _accessor.vector(at: o) + index * 16) }
327 | /// The type of values in indicesBuffers
328 | public var indicesType: org_apache_arrow_flatbuf_Int! { let o = _accessor.offset(VTOFFSET.indicesType.v); return org_apache_arrow_flatbuf_Int(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: value of type 'Table' has no member 'postion'
329 | /// indicesBuffers stores values of nodes.
330 | /// Each tensor dimension corresponds to a buffer in indicesBuffers.
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:434:191: error: value of type 'Table' has no member 'postion'
432 | /// The location and size of the tensor's data
433 | public var data: org_apache_arrow_flatbuf_Buffer! { let o = _accessor.offset(VTOFFSET.data.v); return _accessor.readBuffer(of: org_apache_arrow_flatbuf_Buffer.self, at: o) }
434 | public var mutableData: org_apache_arrow_flatbuf_Buffer_Mutable! { let o = _accessor.offset(VTOFFSET.data.v); return org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: o + _accessor.postion) }
| `- error: value of type 'Table' has no member 'postion'
435 | public static func startSparseTensor(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 7) }
436 | public static func add(typeType: org_apache_arrow_flatbuf_Type_, _ fbb: inout FlatBufferBuilder) { fbb.add(element: typeType.rawValue, def: 0, at: VTOFFSET.typeType.p) }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Tensor_generated.swift:110:191: error: value of type 'Table' has no member 'postion'
108 | /// The location and size of the tensor's data
109 | public var data: org_apache_arrow_flatbuf_Buffer! { let o = _accessor.offset(VTOFFSET.data.v); return _accessor.readBuffer(of: org_apache_arrow_flatbuf_Buffer.self, at: o) }
110 | public var mutableData: org_apache_arrow_flatbuf_Buffer_Mutable! { let o = _accessor.offset(VTOFFSET.data.v); return org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: o + _accessor.postion) }
| `- error: value of type 'Table' has no member 'postion'
111 | public static func startTensor(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 5) }
112 | public static func add(typeType: org_apache_arrow_flatbuf_Type_, _ fbb: inout FlatBufferBuilder) { fbb.add(element: typeType.rawValue, def: 0, at: VTOFFSET.typeType.p) }
[229/235] Compiling Arrow SparseTensor_generated.swift
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1237:206: error: value of type 'Table' has no member 'postion'
1235 | /// recommended to prefer signed integer types over unsigned integer types
1236 | /// and to avoid uint64 indices unless they are required by an application.
1237 | public var indexType: org_apache_arrow_flatbuf_Int? { let o = _accessor.offset(VTOFFSET.indexType.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Int(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: value of type 'Table' has no member 'postion'
1238 | /// By default, dictionaries are not ordered, or the order does not have
1239 | /// semantic meaning. In some statistical, applications, dictionary-encoding
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1311:238: error: value of type 'Table' has no member 'postion'
1309 | public func type<T: FlatbuffersInitializable>(type: T.Type) -> T? { let o = _accessor.offset(VTOFFSET.type.v); return o == 0 ? nil : _accessor.union(o) }
1310 | /// Present only if the field is dictionary encoded.
1311 | public var dictionary: org_apache_arrow_flatbuf_DictionaryEncoding? { let o = _accessor.offset(VTOFFSET.dictionary.v); return o == 0 ? nil : org_apache_arrow_flatbuf_DictionaryEncoding(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: value of type 'Table' has no member 'postion'
1312 | /// children apply only to nested data types like Struct, List and Union. For
1313 | /// primitive types children will have length 0.
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:108:195: error: value of type 'Table' has no member 'postion'
106 |
107 | /// The type of values in indicesBuffer
108 | public var indicesType: org_apache_arrow_flatbuf_Int! { let o = _accessor.offset(VTOFFSET.indicesType.v); return org_apache_arrow_flatbuf_Int(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: value of type 'Table' has no member 'postion'
109 | /// Non-negative byte offsets to advance one value cell along each dimension
110 | /// If omitted, default to row-major order (C-like).
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:117:209: error: value of type 'Table' has no member 'postion'
115 | /// The location and size of the indices matrix's data
116 | public var indicesBuffer: org_apache_arrow_flatbuf_Buffer! { let o = _accessor.offset(VTOFFSET.indicesBuffer.v); return _accessor.readBuffer(of: org_apache_arrow_flatbuf_Buffer.self, at: o) }
117 | public var mutableIndicesBuffer: org_apache_arrow_flatbuf_Buffer_Mutable! { let o = _accessor.offset(VTOFFSET.indicesBuffer.v); return org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: o + _accessor.postion) }
| `- error: value of type 'Table' has no member 'postion'
118 | /// This flag is true if and only if the indices matrix is sorted in
119 | /// row-major order, and does not have duplicated entries.
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:181:193: error: value of type 'Table' has no member 'postion'
179 | public var compressedAxis: org_apache_arrow_flatbuf_SparseMatrixCompressedAxis { let o = _accessor.offset(VTOFFSET.compressedAxis.v); return o == 0 ? .row : org_apache_arrow_flatbuf_SparseMatrixCompressedAxis(rawValue: _accessor.readBuffer(of: Int16.self, at: o)) ?? .row }
180 | /// The type of values in indptrBuffer
181 | public var indptrType: org_apache_arrow_flatbuf_Int! { let o = _accessor.offset(VTOFFSET.indptrType.v); return org_apache_arrow_flatbuf_Int(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: value of type 'Table' has no member 'postion'
182 | /// indptrBuffer stores the location and size of indptr array that
183 | /// represents the range of the rows.
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:206:207: error: value of type 'Table' has no member 'postion'
204 | /// ```
205 | public var indptrBuffer: org_apache_arrow_flatbuf_Buffer! { let o = _accessor.offset(VTOFFSET.indptrBuffer.v); return _accessor.readBuffer(of: org_apache_arrow_flatbuf_Buffer.self, at: o) }
206 | public var mutableIndptrBuffer: org_apache_arrow_flatbuf_Buffer_Mutable! { let o = _accessor.offset(VTOFFSET.indptrBuffer.v); return org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: o + _accessor.postion) }
| `- error: value of type 'Table' has no member 'postion'
207 | /// The type of values in indicesBuffer
208 | public var indicesType: org_apache_arrow_flatbuf_Int! { let o = _accessor.offset(VTOFFSET.indicesType.v); return org_apache_arrow_flatbuf_Int(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:208:195: error: value of type 'Table' has no member 'postion'
206 | public var mutableIndptrBuffer: org_apache_arrow_flatbuf_Buffer_Mutable! { let o = _accessor.offset(VTOFFSET.indptrBuffer.v); return org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: o + _accessor.postion) }
207 | /// The type of values in indicesBuffer
208 | public var indicesType: org_apache_arrow_flatbuf_Int! { let o = _accessor.offset(VTOFFSET.indicesType.v); return org_apache_arrow_flatbuf_Int(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: value of type 'Table' has no member 'postion'
209 | /// indicesBuffer stores the location and size of the array that
210 | /// contains the column indices of the corresponding non-zero values.
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:219:209: error: value of type 'Table' has no member 'postion'
217 | /// Note that the indices are sorted in lexicographical order for each row.
218 | public var indicesBuffer: org_apache_arrow_flatbuf_Buffer! { let o = _accessor.offset(VTOFFSET.indicesBuffer.v); return _accessor.readBuffer(of: org_apache_arrow_flatbuf_Buffer.self, at: o) }
219 | public var mutableIndicesBuffer: org_apache_arrow_flatbuf_Buffer_Mutable! { let o = _accessor.offset(VTOFFSET.indicesBuffer.v); return org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: o + _accessor.postion) }
| `- error: value of type 'Table' has no member 'postion'
220 | public static func startSparseMatrixIndexCSX(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 5) }
221 | public static func add(compressedAxis: org_apache_arrow_flatbuf_SparseMatrixCompressedAxis, _ fbb: inout FlatBufferBuilder) { fbb.add(element: compressedAxis.rawValue, def: 0, at: VTOFFSET.compressedAxis.p) }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:308:193: error: value of type 'Table' has no member 'postion'
306 | /// ```
307 | /// The type of values in indptrBuffers
308 | public var indptrType: org_apache_arrow_flatbuf_Int! { let o = _accessor.offset(VTOFFSET.indptrType.v); return org_apache_arrow_flatbuf_Int(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: value of type 'Table' has no member 'postion'
309 | /// indptrBuffers stores the sparsity structure.
310 | /// Each two consecutive dimensions in a tensor correspond to a buffer in
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:328:195: error: value of type 'Table' has no member 'postion'
326 | public func mutableIndptrBuffers(at index: Int32) -> org_apache_arrow_flatbuf_Buffer_Mutable? { let o = _accessor.offset(VTOFFSET.indptrBuffers.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: _accessor.vector(at: o) + index * 16) }
327 | /// The type of values in indicesBuffers
328 | public var indicesType: org_apache_arrow_flatbuf_Int! { let o = _accessor.offset(VTOFFSET.indicesType.v); return org_apache_arrow_flatbuf_Int(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: value of type 'Table' has no member 'postion'
329 | /// indicesBuffers stores values of nodes.
330 | /// Each tensor dimension corresponds to a buffer in indicesBuffers.
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:434:191: error: value of type 'Table' has no member 'postion'
432 | /// The location and size of the tensor's data
433 | public var data: org_apache_arrow_flatbuf_Buffer! { let o = _accessor.offset(VTOFFSET.data.v); return _accessor.readBuffer(of: org_apache_arrow_flatbuf_Buffer.self, at: o) }
434 | public var mutableData: org_apache_arrow_flatbuf_Buffer_Mutable! { let o = _accessor.offset(VTOFFSET.data.v); return org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: o + _accessor.postion) }
| `- error: value of type 'Table' has no member 'postion'
435 | public static func startSparseTensor(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 7) }
436 | public static func add(typeType: org_apache_arrow_flatbuf_Type_, _ fbb: inout FlatBufferBuilder) { fbb.add(element: typeType.rawValue, def: 0, at: VTOFFSET.typeType.p) }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Tensor_generated.swift:110:191: error: value of type 'Table' has no member 'postion'
108 | /// The location and size of the tensor's data
109 | public var data: org_apache_arrow_flatbuf_Buffer! { let o = _accessor.offset(VTOFFSET.data.v); return _accessor.readBuffer(of: org_apache_arrow_flatbuf_Buffer.self, at: o) }
110 | public var mutableData: org_apache_arrow_flatbuf_Buffer_Mutable! { let o = _accessor.offset(VTOFFSET.data.v); return org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: o + _accessor.postion) }
| `- error: value of type 'Table' has no member 'postion'
111 | public static func startTensor(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 5) }
112 | public static func add(typeType: org_apache_arrow_flatbuf_Type_, _ fbb: inout FlatBufferBuilder) { fbb.add(element: typeType.rawValue, def: 0, at: VTOFFSET.typeType.p) }
[230/235] Compiling Arrow Tensor_generated.swift
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1237:206: error: value of type 'Table' has no member 'postion'
1235 | /// recommended to prefer signed integer types over unsigned integer types
1236 | /// and to avoid uint64 indices unless they are required by an application.
1237 | public var indexType: org_apache_arrow_flatbuf_Int? { let o = _accessor.offset(VTOFFSET.indexType.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Int(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: value of type 'Table' has no member 'postion'
1238 | /// By default, dictionaries are not ordered, or the order does not have
1239 | /// semantic meaning. In some statistical, applications, dictionary-encoding
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1311:238: error: value of type 'Table' has no member 'postion'
1309 | public func type<T: FlatbuffersInitializable>(type: T.Type) -> T? { let o = _accessor.offset(VTOFFSET.type.v); return o == 0 ? nil : _accessor.union(o) }
1310 | /// Present only if the field is dictionary encoded.
1311 | public var dictionary: org_apache_arrow_flatbuf_DictionaryEncoding? { let o = _accessor.offset(VTOFFSET.dictionary.v); return o == 0 ? nil : org_apache_arrow_flatbuf_DictionaryEncoding(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: value of type 'Table' has no member 'postion'
1312 | /// children apply only to nested data types like Struct, List and Union. For
1313 | /// primitive types children will have length 0.
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:108:195: error: value of type 'Table' has no member 'postion'
106 |
107 | /// The type of values in indicesBuffer
108 | public var indicesType: org_apache_arrow_flatbuf_Int! { let o = _accessor.offset(VTOFFSET.indicesType.v); return org_apache_arrow_flatbuf_Int(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: value of type 'Table' has no member 'postion'
109 | /// Non-negative byte offsets to advance one value cell along each dimension
110 | /// If omitted, default to row-major order (C-like).
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:117:209: error: value of type 'Table' has no member 'postion'
115 | /// The location and size of the indices matrix's data
116 | public var indicesBuffer: org_apache_arrow_flatbuf_Buffer! { let o = _accessor.offset(VTOFFSET.indicesBuffer.v); return _accessor.readBuffer(of: org_apache_arrow_flatbuf_Buffer.self, at: o) }
117 | public var mutableIndicesBuffer: org_apache_arrow_flatbuf_Buffer_Mutable! { let o = _accessor.offset(VTOFFSET.indicesBuffer.v); return org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: o + _accessor.postion) }
| `- error: value of type 'Table' has no member 'postion'
118 | /// This flag is true if and only if the indices matrix is sorted in
119 | /// row-major order, and does not have duplicated entries.
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:181:193: error: value of type 'Table' has no member 'postion'
179 | public var compressedAxis: org_apache_arrow_flatbuf_SparseMatrixCompressedAxis { let o = _accessor.offset(VTOFFSET.compressedAxis.v); return o == 0 ? .row : org_apache_arrow_flatbuf_SparseMatrixCompressedAxis(rawValue: _accessor.readBuffer(of: Int16.self, at: o)) ?? .row }
180 | /// The type of values in indptrBuffer
181 | public var indptrType: org_apache_arrow_flatbuf_Int! { let o = _accessor.offset(VTOFFSET.indptrType.v); return org_apache_arrow_flatbuf_Int(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: value of type 'Table' has no member 'postion'
182 | /// indptrBuffer stores the location and size of indptr array that
183 | /// represents the range of the rows.
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:206:207: error: value of type 'Table' has no member 'postion'
204 | /// ```
205 | public var indptrBuffer: org_apache_arrow_flatbuf_Buffer! { let o = _accessor.offset(VTOFFSET.indptrBuffer.v); return _accessor.readBuffer(of: org_apache_arrow_flatbuf_Buffer.self, at: o) }
206 | public var mutableIndptrBuffer: org_apache_arrow_flatbuf_Buffer_Mutable! { let o = _accessor.offset(VTOFFSET.indptrBuffer.v); return org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: o + _accessor.postion) }
| `- error: value of type 'Table' has no member 'postion'
207 | /// The type of values in indicesBuffer
208 | public var indicesType: org_apache_arrow_flatbuf_Int! { let o = _accessor.offset(VTOFFSET.indicesType.v); return org_apache_arrow_flatbuf_Int(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:208:195: error: value of type 'Table' has no member 'postion'
206 | public var mutableIndptrBuffer: org_apache_arrow_flatbuf_Buffer_Mutable! { let o = _accessor.offset(VTOFFSET.indptrBuffer.v); return org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: o + _accessor.postion) }
207 | /// The type of values in indicesBuffer
208 | public var indicesType: org_apache_arrow_flatbuf_Int! { let o = _accessor.offset(VTOFFSET.indicesType.v); return org_apache_arrow_flatbuf_Int(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: value of type 'Table' has no member 'postion'
209 | /// indicesBuffer stores the location and size of the array that
210 | /// contains the column indices of the corresponding non-zero values.
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:219:209: error: value of type 'Table' has no member 'postion'
217 | /// Note that the indices are sorted in lexicographical order for each row.
218 | public var indicesBuffer: org_apache_arrow_flatbuf_Buffer! { let o = _accessor.offset(VTOFFSET.indicesBuffer.v); return _accessor.readBuffer(of: org_apache_arrow_flatbuf_Buffer.self, at: o) }
219 | public var mutableIndicesBuffer: org_apache_arrow_flatbuf_Buffer_Mutable! { let o = _accessor.offset(VTOFFSET.indicesBuffer.v); return org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: o + _accessor.postion) }
| `- error: value of type 'Table' has no member 'postion'
220 | public static func startSparseMatrixIndexCSX(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 5) }
221 | public static func add(compressedAxis: org_apache_arrow_flatbuf_SparseMatrixCompressedAxis, _ fbb: inout FlatBufferBuilder) { fbb.add(element: compressedAxis.rawValue, def: 0, at: VTOFFSET.compressedAxis.p) }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:308:193: error: value of type 'Table' has no member 'postion'
306 | /// ```
307 | /// The type of values in indptrBuffers
308 | public var indptrType: org_apache_arrow_flatbuf_Int! { let o = _accessor.offset(VTOFFSET.indptrType.v); return org_apache_arrow_flatbuf_Int(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: value of type 'Table' has no member 'postion'
309 | /// indptrBuffers stores the sparsity structure.
310 | /// Each two consecutive dimensions in a tensor correspond to a buffer in
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:328:195: error: value of type 'Table' has no member 'postion'
326 | public func mutableIndptrBuffers(at index: Int32) -> org_apache_arrow_flatbuf_Buffer_Mutable? { let o = _accessor.offset(VTOFFSET.indptrBuffers.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: _accessor.vector(at: o) + index * 16) }
327 | /// The type of values in indicesBuffers
328 | public var indicesType: org_apache_arrow_flatbuf_Int! { let o = _accessor.offset(VTOFFSET.indicesType.v); return org_apache_arrow_flatbuf_Int(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: value of type 'Table' has no member 'postion'
329 | /// indicesBuffers stores values of nodes.
330 | /// Each tensor dimension corresponds to a buffer in indicesBuffers.
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:434:191: error: value of type 'Table' has no member 'postion'
432 | /// The location and size of the tensor's data
433 | public var data: org_apache_arrow_flatbuf_Buffer! { let o = _accessor.offset(VTOFFSET.data.v); return _accessor.readBuffer(of: org_apache_arrow_flatbuf_Buffer.self, at: o) }
434 | public var mutableData: org_apache_arrow_flatbuf_Buffer_Mutable! { let o = _accessor.offset(VTOFFSET.data.v); return org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: o + _accessor.postion) }
| `- error: value of type 'Table' has no member 'postion'
435 | public static func startSparseTensor(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 7) }
436 | public static func add(typeType: org_apache_arrow_flatbuf_Type_, _ fbb: inout FlatBufferBuilder) { fbb.add(element: typeType.rawValue, def: 0, at: VTOFFSET.typeType.p) }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Tensor_generated.swift:110:191: error: value of type 'Table' has no member 'postion'
108 | /// The location and size of the tensor's data
109 | public var data: org_apache_arrow_flatbuf_Buffer! { let o = _accessor.offset(VTOFFSET.data.v); return _accessor.readBuffer(of: org_apache_arrow_flatbuf_Buffer.self, at: o) }
110 | public var mutableData: org_apache_arrow_flatbuf_Buffer_Mutable! { let o = _accessor.offset(VTOFFSET.data.v); return org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: o + _accessor.postion) }
| `- error: value of type 'Table' has no member 'postion'
111 | public static func startTensor(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 5) }
112 | public static func add(typeType: org_apache_arrow_flatbuf_Type_, _ fbb: inout FlatBufferBuilder) { fbb.add(element: typeType.rawValue, def: 0, at: VTOFFSET.typeType.p) }
[231/235] Emitting module Arrow
/host/spi-builder-workspace/vendor/Arrow/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 |
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowType.swift:135:23: warning: static property 'ArrowInt8' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
133 | public class ArrowType {
134 | public private(set) var info: ArrowType.Info
135 | public static let ArrowInt8 = Info.primitiveInfo(ArrowTypeId.int8)
| |- warning: static property 'ArrowInt8' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowInt8' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
136 | public static let ArrowInt16 = Info.primitiveInfo(ArrowTypeId.int16)
137 | public static let ArrowInt32 = Info.primitiveInfo(ArrowTypeId.int32)
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowType.swift:136:23: warning: static property 'ArrowInt16' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
134 | public private(set) var info: ArrowType.Info
135 | public static let ArrowInt8 = Info.primitiveInfo(ArrowTypeId.int8)
136 | public static let ArrowInt16 = Info.primitiveInfo(ArrowTypeId.int16)
| |- warning: static property 'ArrowInt16' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowInt16' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
137 | public static let ArrowInt32 = Info.primitiveInfo(ArrowTypeId.int32)
138 | public static let ArrowInt64 = Info.primitiveInfo(ArrowTypeId.int64)
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowType.swift:137:23: warning: static property 'ArrowInt32' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
135 | public static let ArrowInt8 = Info.primitiveInfo(ArrowTypeId.int8)
136 | public static let ArrowInt16 = Info.primitiveInfo(ArrowTypeId.int16)
137 | public static let ArrowInt32 = Info.primitiveInfo(ArrowTypeId.int32)
| |- warning: static property 'ArrowInt32' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowInt32' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
138 | public static let ArrowInt64 = Info.primitiveInfo(ArrowTypeId.int64)
139 | public static let ArrowUInt8 = Info.primitiveInfo(ArrowTypeId.uint8)
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowType.swift:138:23: warning: static property 'ArrowInt64' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
136 | public static let ArrowInt16 = Info.primitiveInfo(ArrowTypeId.int16)
137 | public static let ArrowInt32 = Info.primitiveInfo(ArrowTypeId.int32)
138 | public static let ArrowInt64 = Info.primitiveInfo(ArrowTypeId.int64)
| |- warning: static property 'ArrowInt64' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowInt64' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
139 | public static let ArrowUInt8 = Info.primitiveInfo(ArrowTypeId.uint8)
140 | public static let ArrowUInt16 = Info.primitiveInfo(ArrowTypeId.uint16)
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowType.swift:139:23: warning: static property 'ArrowUInt8' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
137 | public static let ArrowInt32 = Info.primitiveInfo(ArrowTypeId.int32)
138 | public static let ArrowInt64 = Info.primitiveInfo(ArrowTypeId.int64)
139 | public static let ArrowUInt8 = Info.primitiveInfo(ArrowTypeId.uint8)
| |- warning: static property 'ArrowUInt8' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowUInt8' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
140 | public static let ArrowUInt16 = Info.primitiveInfo(ArrowTypeId.uint16)
141 | public static let ArrowUInt32 = Info.primitiveInfo(ArrowTypeId.uint32)
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowType.swift:140:23: warning: static property 'ArrowUInt16' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
138 | public static let ArrowInt64 = Info.primitiveInfo(ArrowTypeId.int64)
139 | public static let ArrowUInt8 = Info.primitiveInfo(ArrowTypeId.uint8)
140 | public static let ArrowUInt16 = Info.primitiveInfo(ArrowTypeId.uint16)
| |- warning: static property 'ArrowUInt16' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowUInt16' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
141 | public static let ArrowUInt32 = Info.primitiveInfo(ArrowTypeId.uint32)
142 | public static let ArrowUInt64 = Info.primitiveInfo(ArrowTypeId.uint64)
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowType.swift:141:23: warning: static property 'ArrowUInt32' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
139 | public static let ArrowUInt8 = Info.primitiveInfo(ArrowTypeId.uint8)
140 | public static let ArrowUInt16 = Info.primitiveInfo(ArrowTypeId.uint16)
141 | public static let ArrowUInt32 = Info.primitiveInfo(ArrowTypeId.uint32)
| |- warning: static property 'ArrowUInt32' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowUInt32' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
142 | public static let ArrowUInt64 = Info.primitiveInfo(ArrowTypeId.uint64)
143 | public static let ArrowFloat = Info.primitiveInfo(ArrowTypeId.float)
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowType.swift:142:23: warning: static property 'ArrowUInt64' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
140 | public static let ArrowUInt16 = Info.primitiveInfo(ArrowTypeId.uint16)
141 | public static let ArrowUInt32 = Info.primitiveInfo(ArrowTypeId.uint32)
142 | public static let ArrowUInt64 = Info.primitiveInfo(ArrowTypeId.uint64)
| |- warning: static property 'ArrowUInt64' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowUInt64' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
143 | public static let ArrowFloat = Info.primitiveInfo(ArrowTypeId.float)
144 | public static let ArrowDouble = Info.primitiveInfo(ArrowTypeId.double)
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowType.swift:143:23: warning: static property 'ArrowFloat' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
141 | public static let ArrowUInt32 = Info.primitiveInfo(ArrowTypeId.uint32)
142 | public static let ArrowUInt64 = Info.primitiveInfo(ArrowTypeId.uint64)
143 | public static let ArrowFloat = Info.primitiveInfo(ArrowTypeId.float)
| |- warning: static property 'ArrowFloat' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowFloat' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
144 | public static let ArrowDouble = Info.primitiveInfo(ArrowTypeId.double)
145 | public static let ArrowUnknown = Info.primitiveInfo(ArrowTypeId.unknown)
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowType.swift:144:23: warning: static property 'ArrowDouble' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
142 | public static let ArrowUInt64 = Info.primitiveInfo(ArrowTypeId.uint64)
143 | public static let ArrowFloat = Info.primitiveInfo(ArrowTypeId.float)
144 | public static let ArrowDouble = Info.primitiveInfo(ArrowTypeId.double)
| |- warning: static property 'ArrowDouble' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowDouble' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
145 | public static let ArrowUnknown = Info.primitiveInfo(ArrowTypeId.unknown)
146 | public static let ArrowString = Info.variableInfo(ArrowTypeId.string)
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowType.swift:145:23: warning: static property 'ArrowUnknown' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
143 | public static let ArrowFloat = Info.primitiveInfo(ArrowTypeId.float)
144 | public static let ArrowDouble = Info.primitiveInfo(ArrowTypeId.double)
145 | public static let ArrowUnknown = Info.primitiveInfo(ArrowTypeId.unknown)
| |- warning: static property 'ArrowUnknown' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowUnknown' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
146 | public static let ArrowString = Info.variableInfo(ArrowTypeId.string)
147 | public static let ArrowBool = Info.primitiveInfo(ArrowTypeId.boolean)
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowType.swift:146:23: warning: static property 'ArrowString' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
144 | public static let ArrowDouble = Info.primitiveInfo(ArrowTypeId.double)
145 | public static let ArrowUnknown = Info.primitiveInfo(ArrowTypeId.unknown)
146 | public static let ArrowString = Info.variableInfo(ArrowTypeId.string)
| |- warning: static property 'ArrowString' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowString' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
147 | public static let ArrowBool = Info.primitiveInfo(ArrowTypeId.boolean)
148 | public static let ArrowDate32 = Info.primitiveInfo(ArrowTypeId.date32)
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowType.swift:147:23: warning: static property 'ArrowBool' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
145 | public static let ArrowUnknown = Info.primitiveInfo(ArrowTypeId.unknown)
146 | public static let ArrowString = Info.variableInfo(ArrowTypeId.string)
147 | public static let ArrowBool = Info.primitiveInfo(ArrowTypeId.boolean)
| |- warning: static property 'ArrowBool' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowBool' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
148 | public static let ArrowDate32 = Info.primitiveInfo(ArrowTypeId.date32)
149 | public static let ArrowDate64 = Info.primitiveInfo(ArrowTypeId.date64)
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowType.swift:148:23: warning: static property 'ArrowDate32' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
146 | public static let ArrowString = Info.variableInfo(ArrowTypeId.string)
147 | public static let ArrowBool = Info.primitiveInfo(ArrowTypeId.boolean)
148 | public static let ArrowDate32 = Info.primitiveInfo(ArrowTypeId.date32)
| |- warning: static property 'ArrowDate32' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowDate32' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
149 | public static let ArrowDate64 = Info.primitiveInfo(ArrowTypeId.date64)
150 | public static let ArrowBinary = Info.variableInfo(ArrowTypeId.binary)
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowType.swift:149:23: warning: static property 'ArrowDate64' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
147 | public static let ArrowBool = Info.primitiveInfo(ArrowTypeId.boolean)
148 | public static let ArrowDate32 = Info.primitiveInfo(ArrowTypeId.date32)
149 | public static let ArrowDate64 = Info.primitiveInfo(ArrowTypeId.date64)
| |- warning: static property 'ArrowDate64' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowDate64' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
150 | public static let ArrowBinary = Info.variableInfo(ArrowTypeId.binary)
151 | public static let ArrowTime32 = Info.timeInfo(ArrowTypeId.time32)
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowType.swift:150:23: warning: static property 'ArrowBinary' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
148 | public static let ArrowDate32 = Info.primitiveInfo(ArrowTypeId.date32)
149 | public static let ArrowDate64 = Info.primitiveInfo(ArrowTypeId.date64)
150 | public static let ArrowBinary = Info.variableInfo(ArrowTypeId.binary)
| |- warning: static property 'ArrowBinary' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowBinary' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
151 | public static let ArrowTime32 = Info.timeInfo(ArrowTypeId.time32)
152 | public static let ArrowTime64 = Info.timeInfo(ArrowTypeId.time64)
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowType.swift:151:23: warning: static property 'ArrowTime32' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
149 | public static let ArrowDate64 = Info.primitiveInfo(ArrowTypeId.date64)
150 | public static let ArrowBinary = Info.variableInfo(ArrowTypeId.binary)
151 | public static let ArrowTime32 = Info.timeInfo(ArrowTypeId.time32)
| |- warning: static property 'ArrowTime32' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowTime32' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
152 | public static let ArrowTime64 = Info.timeInfo(ArrowTypeId.time64)
153 | public static let ArrowStruct = Info.complexInfo(ArrowTypeId.strct)
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowType.swift:152:23: warning: static property 'ArrowTime64' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
150 | public static let ArrowBinary = Info.variableInfo(ArrowTypeId.binary)
151 | public static let ArrowTime32 = Info.timeInfo(ArrowTypeId.time32)
152 | public static let ArrowTime64 = Info.timeInfo(ArrowTypeId.time64)
| |- warning: static property 'ArrowTime64' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowTime64' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
153 | public static let ArrowStruct = Info.complexInfo(ArrowTypeId.strct)
154 |
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowType.swift:153:23: warning: static property 'ArrowStruct' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
151 | public static let ArrowTime32 = Info.timeInfo(ArrowTypeId.time32)
152 | public static let ArrowTime64 = Info.timeInfo(ArrowTypeId.time64)
153 | public static let ArrowStruct = Info.complexInfo(ArrowTypeId.strct)
| |- warning: static property 'ArrowStruct' is not concurrency-safe because non-'Sendable' type 'ArrowType.Info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ArrowStruct' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
154 |
155 | public init(_ info: ArrowType.Info) {
:
170 | }
171 |
172 | public enum Info {
| `- note: consider making enum 'Info' conform to the 'Sendable' protocol
173 | case primitiveInfo(ArrowTypeId)
174 | case variableInfo(ArrowTypeId)
[232/235] Compiling Arrow ArrowArray.swift
[233/235] Compiling Arrow ArrowArrayBuilder.swift
[234/235] Compiling Arrow ArrowBuffer.swift
[235/235] Compiling Arrow ArrowBufferBuilder.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: 'flatbuffers': /host/spi-builder-workspace/.build/checkouts/flatbuffers/Package.swift:23:11: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
21 | name: "FlatBuffers",
22 | platforms: [
23 | .iOS(.v11),
| `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
24 | .macOS(.v10_14),
25 | ],
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/176] Compiling Antlr4 ActionTransition.swift
[3/176] Compiling Antlr4 AmbiguityInfo.swift
[4/176] Compiling Antlr4 ArrayPredictionContext.swift
[5/176] Compiling Antlr4 AtomTransition.swift
[6/178] Compiling Antlr4 BlockStartState.swift
[7/178] Compiling Antlr4 ContextSensitivityInfo.swift
[8/178] Emitting module FlatBuffers
[12/180] Compiling Atomics IntegerOperations.swift
[13/180] Compiling FlatBuffers Verifier.swift
[14/180] Compiling Antlr4 BasicState.swift
[15/180] Compiling Antlr4 BlockEndState.swift
[16/180] Compiling Antlr4 ATNState.swift
[17/180] Compiling Antlr4 ATNType.swift
[18/180] Compiling Antlr4 AbstractPredicateTransition.swift
[19/180] Compiling Antlr4 BasicBlockStartState.swift
[26/180] Compiling FlatBuffers _InternalByteBuffer.swift
[27/180] Compiling Antlr4 ATN.swift
[28/180] Compiling Antlr4 ATNConfig.swift
[29/180] Compiling Antlr4 ATNConfigSet.swift
[30/180] Compiling Antlr4 ATNDeserializationOptions.swift
[31/180] Compiling Antlr4 ATNDeserializer.swift
[32/180] Compiling Antlr4 ATNSimulator.swift
[33/180] Emitting module Antlr4
[37/200] Compiling Antlr4 InterpreterDataReader.swift
[38/200] Compiling Antlr4 Interval.swift
[39/200] Compiling Antlr4 IntervalSet.swift
[40/200] Compiling Antlr4 MultiMap.swift
[41/200] Compiling Antlr4 MurmurHash.swift
[42/200] Compiling Antlr4 Utils.swift
[43/200] Compiling Antlr4 ANTLRError.swift
[44/200] Compiling Antlr4 ANTLRException.swift
[45/200] Compiling Antlr4 ArrayExtension.swift
[46/200] Compiling Antlr4 CharacterExtension.swift
[47/200] Compiling Antlr4 IntStreamExtension.swift
[48/200] Compiling Antlr4 StringExtension.swift
[49/200] Compiling Antlr4 TokenExtension.swift
[50/200] Compiling Antlr4 UUIDExtension.swift
[51/200] Compiling Antlr4 CommonUtil.swift
[52/200] Compiling Antlr4 Mutex.swift
[53/200] Compiling Antlr4 Stack.swift
[54/200] Compiling Antlr4 AbstractParseTreeVisitor.swift
[55/200] Compiling Antlr4 ErrorNode.swift
[56/200] Emitting module Atomics
[57/200] Compiling Antlr4 ParseTree.swift
[58/200] Compiling Antlr4 ParseTreeListener.swift
[59/200] Compiling Antlr4 ParseTreeProperty.swift
[60/200] Compiling Antlr4 ParseTreeVisitor.swift
[61/200] Compiling Antlr4 ParseTreeWalker.swift
[62/200] Compiling Antlr4 RuleNode.swift
[63/200] Compiling Antlr4 SyntaxTree.swift
[64/200] Compiling Antlr4 TerminalNode.swift
[65/200] Compiling Antlr4 TerminalNodeImpl.swift
[66/200] Compiling Antlr4 Tree.swift
[67/200] Compiling Antlr4 Trees.swift
[68/200] Compiling Antlr4 Chunk.swift
[69/200] Compiling Antlr4 ParseTreeMatch.swift
[70/200] Compiling Antlr4 ParseTreePattern.swift
[71/200] Compiling Antlr4 ParseTreePatternMatcher.swift
[72/200] Compiling Antlr4 RuleTagToken.swift
[73/200] Compiling Antlr4 TagChunk.swift
[74/200] Compiling Antlr4 TextChunk.swift
[75/200] Compiling Antlr4 TokenTagToken.swift
[86/201] Compiling Antlr4 RuleStartState.swift
[87/201] Compiling Antlr4 RuleStopState.swift
[88/201] Compiling Antlr4 RuleTransition.swift
[89/201] Compiling Antlr4 SemanticContext.swift
[90/201] Compiling Antlr4 SetTransition.swift
[91/201] Compiling Antlr4 SingletonPredictionContext.swift
[92/201] Compiling Antlr4 StarBlockStartState.swift
[93/201] Compiling Antlr4 StarLoopEntryState.swift
[94/201] Compiling Antlr4 StarLoopbackState.swift
[95/201] Compiling Antlr4 TokensStartState.swift
[96/201] Compiling Antlr4 Transition.swift
[97/201] Compiling Antlr4 WildcardTransition.swift
[98/201] Compiling Antlr4 DFA.swift
[99/201] Compiling Antlr4 DFASerializer.swift
[100/201] Compiling Antlr4 DFAState.swift
[101/201] Compiling Antlr4 LexerDFASerializer.swift
[102/201] Compiling Antlr4 BitSet.swift
[103/201] Compiling Antlr4 DoubleKeyMap.swift
[104/201] Compiling Antlr4 IntSet.swift
[107/201] Compiling Antlr4 LookaheadEventInfo.swift
[108/201] Compiling Antlr4 LookupATNConfig.swift
[109/201] Compiling Antlr4 LookupDictionary.swift
[110/201] Compiling Antlr4 LoopEndState.swift
[111/201] Compiling Antlr4 NotSetTransition.swift
[112/201] Compiling Antlr4 ParseInfo.swift
[113/201] Compiling Antlr4 ParserATNSimulator.swift
[114/201] Compiling Antlr4 PlusBlockStartState.swift
[115/201] Compiling Antlr4 PlusLoopbackState.swift
[116/201] Compiling Antlr4 PrecedencePredicateTransition.swift
[117/201] Compiling Antlr4 PredicateEvalInfo.swift
[118/201] Compiling Antlr4 PredicateTransition.swift
[119/201] Compiling Antlr4 PredictionContext.swift
[120/201] Compiling Antlr4 PredictionContextCache.swift
[121/201] Compiling Antlr4 PredictionMode.swift
[122/201] Compiling Antlr4 ProfilingATNSimulator.swift
[123/201] Compiling Antlr4 RangeTransition.swift
[124/201] Compiling Antlr4 ANTLRErrorListener.swift
[125/201] Compiling Antlr4 ANTLRErrorStrategy.swift
[126/201] Compiling Antlr4 ANTLRFileStream.swift
[127/201] Compiling Antlr4 ANTLRInputStream.swift
[128/201] Compiling Antlr4 BailErrorStrategy.swift
[129/201] Compiling Antlr4 BaseErrorListener.swift
[130/201] Compiling Antlr4 BufferedTokenStream.swift
[131/201] Compiling Antlr4 CharStream.swift
[132/201] Compiling Antlr4 CommonToken.swift
[133/201] Compiling Antlr4 CommonTokenFactory.swift
[134/201] Compiling Antlr4 CommonTokenStream.swift
[135/201] Compiling Antlr4 ConsoleErrorListener.swift
[136/201] Compiling Antlr4 DefaultErrorStrategy.swift
[137/201] Compiling Antlr4 DiagnosticErrorListener.swift
[138/201] Compiling Antlr4 FailedPredicateException.swift
[139/201] Compiling Antlr4 InputMismatchException.swift
[140/201] Compiling Antlr4 IntStream.swift
[141/201] Compiling Antlr4 InterpreterRuleContext.swift
[142/201] Compiling Antlr4 Lexer.swift
[143/201] Compiling Antlr4 LexerInterpreter.swift
[144/201] Compiling Antlr4 DecisionInfo.swift
[145/201] Compiling Antlr4 DecisionState.swift
[146/201] Compiling Antlr4 DefaultATNConfig.swift
[147/201] Compiling Antlr4 EmptyPredictionContext.swift
[148/201] Compiling Antlr4 EpsilonTransition.swift
[149/201] Compiling Antlr4 ErrorInfo.swift
[150/201] Compiling Antlr4 LL1Analyzer.swift
[151/201] Compiling Antlr4 LexerATNConfig.swift
[152/201] Compiling Antlr4 LexerATNSimulator.swift
[153/201] Compiling Antlr4 LexerAction.swift
[154/201] Compiling Antlr4 LexerActionExecutor.swift
[155/201] Compiling Antlr4 LexerActionType.swift
[156/201] Compiling Antlr4 LexerChannelAction.swift
[157/201] Compiling Antlr4 LexerCustomAction.swift
[158/201] Compiling Antlr4 LexerIndexedCustomAction.swift
[159/201] Compiling Antlr4 LexerModeAction.swift
[160/201] Compiling Antlr4 LexerMoreAction.swift
[161/201] Compiling Antlr4 LexerPopModeAction.swift
[162/201] Compiling Antlr4 LexerPushModeAction.swift
[163/201] Compiling Antlr4 LexerNoViableAltException.swift
[164/201] Compiling Antlr4 ListTokenSource.swift
[165/201] Compiling Antlr4 NoViableAltException.swift
[166/201] Compiling Antlr4 Parser.swift
[167/201] Compiling Antlr4 ParserInterpreter.swift
[168/201] Compiling Antlr4 ParserRuleContext.swift
[169/201] Compiling Antlr4 ProxyErrorListener.swift
[170/201] Compiling Antlr4 RecognitionException.swift
[171/201] Compiling Antlr4 Recognizer.swift
[172/201] Compiling Antlr4 RuleContext.swift
[173/201] Compiling Antlr4 RuntimeMetaData.swift
[174/201] Compiling Antlr4 Token.swift
[175/201] Compiling Antlr4 TokenFactory.swift
[176/201] Compiling Antlr4 TokenSource.swift
[177/201] Compiling Antlr4 TokenStream.swift
[178/201] Compiling Antlr4 TokenStreamRewriter.swift
[179/201] Compiling Antlr4 UnbufferedCharStream.swift
[180/201] Compiling Antlr4 UnbufferedTokenStream.swift
[181/201] Compiling Antlr4 VocabularySingle.swift
[182/201] Compiling Antlr4 WritableToken.swift
[203/225] Compiling Arrow MemoryAllocator.swift
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:248:234: error: value of type 'Table' has no member 'postion'
246 | public func mutableBuffers(at index: Int32) -> org_apache_arrow_flatbuf_Buffer_Mutable? { let o = _accessor.offset(VTOFFSET.buffers.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: _accessor.vector(at: o) + index * 16) }
247 | /// Optional compression of the message body
248 | public var compression: org_apache_arrow_flatbuf_BodyCompression? { let o = _accessor.offset(VTOFFSET.compression.v); return o == 0 ? nil : org_apache_arrow_flatbuf_BodyCompression(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: value of type 'Table' has no member 'postion'
249 | public static func startRecordBatch(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 4) }
250 | public static func add(length: Int64, _ fbb: inout FlatBufferBuilder) { fbb.add(element: length, def: 0, at: VTOFFSET.length.p) }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:312:212: error: value of type 'Table' has no member 'postion'
310 |
311 | public var id: Int64 { let o = _accessor.offset(VTOFFSET.id.v); return o == 0 ? 0 : _accessor.readBuffer(of: Int64.self, at: o) }
312 | public var data: org_apache_arrow_flatbuf_RecordBatch? { let o = _accessor.offset(VTOFFSET.data.v); return o == 0 ? nil : org_apache_arrow_flatbuf_RecordBatch(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: value of type 'Table' has no member 'postion'
313 | /// If isDelta is true the values in the dictionary are to be appended to a
314 | /// dictionary with the indicated id. If isDelta is false this dictionary
[204/225] Compiling Arrow Message_generated.swift
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:248:234: error: value of type 'Table' has no member 'postion'
246 | public func mutableBuffers(at index: Int32) -> org_apache_arrow_flatbuf_Buffer_Mutable? { let o = _accessor.offset(VTOFFSET.buffers.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: _accessor.vector(at: o) + index * 16) }
247 | /// Optional compression of the message body
248 | public var compression: org_apache_arrow_flatbuf_BodyCompression? { let o = _accessor.offset(VTOFFSET.compression.v); return o == 0 ? nil : org_apache_arrow_flatbuf_BodyCompression(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: value of type 'Table' has no member 'postion'
249 | public static func startRecordBatch(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 4) }
250 | public static func add(length: Int64, _ fbb: inout FlatBufferBuilder) { fbb.add(element: length, def: 0, at: VTOFFSET.length.p) }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:312:212: error: value of type 'Table' has no member 'postion'
310 |
311 | public var id: Int64 { let o = _accessor.offset(VTOFFSET.id.v); return o == 0 ? 0 : _accessor.readBuffer(of: Int64.self, at: o) }
312 | public var data: org_apache_arrow_flatbuf_RecordBatch? { let o = _accessor.offset(VTOFFSET.data.v); return o == 0 ? nil : org_apache_arrow_flatbuf_RecordBatch(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: value of type 'Table' has no member 'postion'
313 | /// If isDelta is true the values in the dictionary are to be appended to a
314 | /// dictionary with the indicated id. If isDelta is false this dictionary
[205/225] Compiling Arrow ProtoUtil.swift
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:248:234: error: value of type 'Table' has no member 'postion'
246 | public func mutableBuffers(at index: Int32) -> org_apache_arrow_flatbuf_Buffer_Mutable? { let o = _accessor.offset(VTOFFSET.buffers.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: _accessor.vector(at: o) + index * 16) }
247 | /// Optional compression of the message body
248 | public var compression: org_apache_arrow_flatbuf_BodyCompression? { let o = _accessor.offset(VTOFFSET.compression.v); return o == 0 ? nil : org_apache_arrow_flatbuf_BodyCompression(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: value of type 'Table' has no member 'postion'
249 | public static func startRecordBatch(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 4) }
250 | public static func add(length: Int64, _ fbb: inout FlatBufferBuilder) { fbb.add(element: length, def: 0, at: VTOFFSET.length.p) }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Message_generated.swift:312:212: error: value of type 'Table' has no member 'postion'
310 |
311 | public var id: Int64 { let o = _accessor.offset(VTOFFSET.id.v); return o == 0 ? 0 : _accessor.readBuffer(of: Int64.self, at: o) }
312 | public var data: org_apache_arrow_flatbuf_RecordBatch? { let o = _accessor.offset(VTOFFSET.data.v); return o == 0 ? nil : org_apache_arrow_flatbuf_RecordBatch(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: value of type 'Table' has no member 'postion'
313 | /// If isDelta is true the values in the dictionary are to be appended to a
314 | /// dictionary with the indicated id. If isDelta is false this dictionary
[206/225] Compiling Arrow BitUtility.swift
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/File_generated.swift:107:206: error: value of type 'Table' has no member 'postion'
105 |
106 | public var version: org_apache_arrow_flatbuf_MetadataVersion { let o = _accessor.offset(VTOFFSET.version.v); return o == 0 ? .v1 : org_apache_arrow_flatbuf_MetadataVersion(rawValue: _accessor.readBuffer(of: Int16.self, at: o)) ?? .v1 }
107 | public var schema: org_apache_arrow_flatbuf_Schema? { let o = _accessor.offset(VTOFFSET.schema.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Schema(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: value of type 'Table' has no member 'postion'
108 | public var hasDictionaries: Bool { let o = _accessor.offset(VTOFFSET.dictionaries.v); return o == 0 ? false : true }
109 | public var dictionariesCount: Int32 { let o = _accessor.offset(VTOFFSET.dictionaries.v); return o == 0 ? 0 : _accessor.vector(count: o) }
[207/225] Compiling Arrow ChunkedArray.swift
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/File_generated.swift:107:206: error: value of type 'Table' has no member 'postion'
105 |
106 | public var version: org_apache_arrow_flatbuf_MetadataVersion { let o = _accessor.offset(VTOFFSET.version.v); return o == 0 ? .v1 : org_apache_arrow_flatbuf_MetadataVersion(rawValue: _accessor.readBuffer(of: Int16.self, at: o)) ?? .v1 }
107 | public var schema: org_apache_arrow_flatbuf_Schema? { let o = _accessor.offset(VTOFFSET.schema.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Schema(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: value of type 'Table' has no member 'postion'
108 | public var hasDictionaries: Bool { let o = _accessor.offset(VTOFFSET.dictionaries.v); return o == 0 ? false : true }
109 | public var dictionariesCount: Int32 { let o = _accessor.offset(VTOFFSET.dictionaries.v); return o == 0 ? 0 : _accessor.vector(count: o) }
[208/225] Compiling Arrow File_generated.swift
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/File_generated.swift:107:206: error: value of type 'Table' has no member 'postion'
105 |
106 | public var version: org_apache_arrow_flatbuf_MetadataVersion { let o = _accessor.offset(VTOFFSET.version.v); return o == 0 ? .v1 : org_apache_arrow_flatbuf_MetadataVersion(rawValue: _accessor.readBuffer(of: Int16.self, at: o)) ?? .v1 }
107 | public var schema: org_apache_arrow_flatbuf_Schema? { let o = _accessor.offset(VTOFFSET.schema.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Schema(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: value of type 'Table' has no member 'postion'
108 | public var hasDictionaries: Bool { let o = _accessor.offset(VTOFFSET.dictionaries.v); return o == 0 ? false : true }
109 | public var dictionariesCount: Int32 { let o = _accessor.offset(VTOFFSET.dictionaries.v); return o == 0 ? 0 : _accessor.vector(count: o) }
[209/225] Compiling Arrow ArrowReaderHelper.swift
[210/225] Compiling Arrow ArrowSchema.swift
[211/225] Compiling Arrow ArrowTable.swift
[212/228] Compiling Arrow ArrowType.swift
[213/228] Compiling Arrow ArrowWriter.swift
[214/228] Compiling Arrow ArrowWriterHelper.swift
[215/228] Compiling Arrow ArrowCExporter.swift
[216/228] Compiling Arrow ArrowCImporter.swift
[217/228] Compiling Arrow ArrowData.swift
[218/228] Compiling Arrow ArrowDecoder.swift
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowReader.swift:151:43: error: extra argument 'allowReadingUnalignedBuffers' in call
149 | let footerBuffer = ByteBuffer(
150 | data: footerData,
151 | allowReadingUnalignedBuffers: useUnalignedBuffers)
| `- error: extra argument 'allowReadingUnalignedBuffers' in call
152 | let footer = org_apache_arrow_flatbuf_Footer.getRootAsFooter(bb: footerBuffer)
153 | let schemaResult = loadSchema(footer.schema!)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowReader.swift:182:47: error: extra argument 'allowReadingUnalignedBuffers' in call
180 | let mbb = ByteBuffer(
181 | data: recordBatchData,
182 | allowReadingUnalignedBuffers: useUnalignedBuffers)
| `- error: extra argument 'allowReadingUnalignedBuffers' in call
183 | let message = org_apache_arrow_flatbuf_Message.getRootAsMessage(bb: mbb)
184 | switch message.headerType {
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowReader.swift:236:43: error: extra argument 'allowReadingUnalignedBuffers' in call
234 | let mbb = ByteBuffer(
235 | data: dataHeader,
236 | allowReadingUnalignedBuffers: useUnalignedBuffers)
| `- error: extra argument 'allowReadingUnalignedBuffers' in call
237 | let message = org_apache_arrow_flatbuf_Message.getRootAsMessage(bb: mbb)
238 | switch message.headerType {
[219/228] Compiling Arrow ArrowEncoder.swift
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowReader.swift:151:43: error: extra argument 'allowReadingUnalignedBuffers' in call
149 | let footerBuffer = ByteBuffer(
150 | data: footerData,
151 | allowReadingUnalignedBuffers: useUnalignedBuffers)
| `- error: extra argument 'allowReadingUnalignedBuffers' in call
152 | let footer = org_apache_arrow_flatbuf_Footer.getRootAsFooter(bb: footerBuffer)
153 | let schemaResult = loadSchema(footer.schema!)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowReader.swift:182:47: error: extra argument 'allowReadingUnalignedBuffers' in call
180 | let mbb = ByteBuffer(
181 | data: recordBatchData,
182 | allowReadingUnalignedBuffers: useUnalignedBuffers)
| `- error: extra argument 'allowReadingUnalignedBuffers' in call
183 | let message = org_apache_arrow_flatbuf_Message.getRootAsMessage(bb: mbb)
184 | switch message.headerType {
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowReader.swift:236:43: error: extra argument 'allowReadingUnalignedBuffers' in call
234 | let mbb = ByteBuffer(
235 | data: dataHeader,
236 | allowReadingUnalignedBuffers: useUnalignedBuffers)
| `- error: extra argument 'allowReadingUnalignedBuffers' in call
237 | let message = org_apache_arrow_flatbuf_Message.getRootAsMessage(bb: mbb)
238 | switch message.headerType {
[220/228] Compiling Arrow ArrowReader.swift
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowReader.swift:151:43: error: extra argument 'allowReadingUnalignedBuffers' in call
149 | let footerBuffer = ByteBuffer(
150 | data: footerData,
151 | allowReadingUnalignedBuffers: useUnalignedBuffers)
| `- error: extra argument 'allowReadingUnalignedBuffers' in call
152 | let footer = org_apache_arrow_flatbuf_Footer.getRootAsFooter(bb: footerBuffer)
153 | let schemaResult = loadSchema(footer.schema!)
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowReader.swift:182:47: error: extra argument 'allowReadingUnalignedBuffers' in call
180 | let mbb = ByteBuffer(
181 | data: recordBatchData,
182 | allowReadingUnalignedBuffers: useUnalignedBuffers)
| `- error: extra argument 'allowReadingUnalignedBuffers' in call
183 | let message = org_apache_arrow_flatbuf_Message.getRootAsMessage(bb: mbb)
184 | switch message.headerType {
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/ArrowReader.swift:236:43: error: extra argument 'allowReadingUnalignedBuffers' in call
234 | let mbb = ByteBuffer(
235 | data: dataHeader,
236 | allowReadingUnalignedBuffers: useUnalignedBuffers)
| `- error: extra argument 'allowReadingUnalignedBuffers' in call
237 | let message = org_apache_arrow_flatbuf_Message.getRootAsMessage(bb: mbb)
238 | switch message.headerType {
[221/228] Emitting module Arrow
[222/228] Compiling Arrow ArrowArray.swift
[223/228] Compiling Arrow ArrowArrayBuilder.swift
[224/228] Compiling Arrow ArrowBuffer.swift
[225/228] Compiling Arrow ArrowBufferBuilder.swift
[226/228] Compiling Arrow Schema_generated.swift
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1237:206: error: value of type 'Table' has no member 'postion'
1235 | /// recommended to prefer signed integer types over unsigned integer types
1236 | /// and to avoid uint64 indices unless they are required by an application.
1237 | public var indexType: org_apache_arrow_flatbuf_Int? { let o = _accessor.offset(VTOFFSET.indexType.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Int(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: value of type 'Table' has no member 'postion'
1238 | /// By default, dictionaries are not ordered, or the order does not have
1239 | /// semantic meaning. In some statistical, applications, dictionary-encoding
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1311:238: error: value of type 'Table' has no member 'postion'
1309 | public func type<T: FlatbuffersInitializable>(type: T.Type) -> T? { let o = _accessor.offset(VTOFFSET.type.v); return o == 0 ? nil : _accessor.union(o) }
1310 | /// Present only if the field is dictionary encoded.
1311 | public var dictionary: org_apache_arrow_flatbuf_DictionaryEncoding? { let o = _accessor.offset(VTOFFSET.dictionary.v); return o == 0 ? nil : org_apache_arrow_flatbuf_DictionaryEncoding(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: value of type 'Table' has no member 'postion'
1312 | /// children apply only to nested data types like Struct, List and Union. For
1313 | /// primitive types children will have length 0.
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:108:195: error: value of type 'Table' has no member 'postion'
106 |
107 | /// The type of values in indicesBuffer
108 | public var indicesType: org_apache_arrow_flatbuf_Int! { let o = _accessor.offset(VTOFFSET.indicesType.v); return org_apache_arrow_flatbuf_Int(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: value of type 'Table' has no member 'postion'
109 | /// Non-negative byte offsets to advance one value cell along each dimension
110 | /// If omitted, default to row-major order (C-like).
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:117:209: error: value of type 'Table' has no member 'postion'
115 | /// The location and size of the indices matrix's data
116 | public var indicesBuffer: org_apache_arrow_flatbuf_Buffer! { let o = _accessor.offset(VTOFFSET.indicesBuffer.v); return _accessor.readBuffer(of: org_apache_arrow_flatbuf_Buffer.self, at: o) }
117 | public var mutableIndicesBuffer: org_apache_arrow_flatbuf_Buffer_Mutable! { let o = _accessor.offset(VTOFFSET.indicesBuffer.v); return org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: o + _accessor.postion) }
| `- error: value of type 'Table' has no member 'postion'
118 | /// This flag is true if and only if the indices matrix is sorted in
119 | /// row-major order, and does not have duplicated entries.
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:181:193: error: value of type 'Table' has no member 'postion'
179 | public var compressedAxis: org_apache_arrow_flatbuf_SparseMatrixCompressedAxis { let o = _accessor.offset(VTOFFSET.compressedAxis.v); return o == 0 ? .row : org_apache_arrow_flatbuf_SparseMatrixCompressedAxis(rawValue: _accessor.readBuffer(of: Int16.self, at: o)) ?? .row }
180 | /// The type of values in indptrBuffer
181 | public var indptrType: org_apache_arrow_flatbuf_Int! { let o = _accessor.offset(VTOFFSET.indptrType.v); return org_apache_arrow_flatbuf_Int(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: value of type 'Table' has no member 'postion'
182 | /// indptrBuffer stores the location and size of indptr array that
183 | /// represents the range of the rows.
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:206:207: error: value of type 'Table' has no member 'postion'
204 | /// ```
205 | public var indptrBuffer: org_apache_arrow_flatbuf_Buffer! { let o = _accessor.offset(VTOFFSET.indptrBuffer.v); return _accessor.readBuffer(of: org_apache_arrow_flatbuf_Buffer.self, at: o) }
206 | public var mutableIndptrBuffer: org_apache_arrow_flatbuf_Buffer_Mutable! { let o = _accessor.offset(VTOFFSET.indptrBuffer.v); return org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: o + _accessor.postion) }
| `- error: value of type 'Table' has no member 'postion'
207 | /// The type of values in indicesBuffer
208 | public var indicesType: org_apache_arrow_flatbuf_Int! { let o = _accessor.offset(VTOFFSET.indicesType.v); return org_apache_arrow_flatbuf_Int(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:208:195: error: value of type 'Table' has no member 'postion'
206 | public var mutableIndptrBuffer: org_apache_arrow_flatbuf_Buffer_Mutable! { let o = _accessor.offset(VTOFFSET.indptrBuffer.v); return org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: o + _accessor.postion) }
207 | /// The type of values in indicesBuffer
208 | public var indicesType: org_apache_arrow_flatbuf_Int! { let o = _accessor.offset(VTOFFSET.indicesType.v); return org_apache_arrow_flatbuf_Int(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: value of type 'Table' has no member 'postion'
209 | /// indicesBuffer stores the location and size of the array that
210 | /// contains the column indices of the corresponding non-zero values.
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:219:209: error: value of type 'Table' has no member 'postion'
217 | /// Note that the indices are sorted in lexicographical order for each row.
218 | public var indicesBuffer: org_apache_arrow_flatbuf_Buffer! { let o = _accessor.offset(VTOFFSET.indicesBuffer.v); return _accessor.readBuffer(of: org_apache_arrow_flatbuf_Buffer.self, at: o) }
219 | public var mutableIndicesBuffer: org_apache_arrow_flatbuf_Buffer_Mutable! { let o = _accessor.offset(VTOFFSET.indicesBuffer.v); return org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: o + _accessor.postion) }
| `- error: value of type 'Table' has no member 'postion'
220 | public static func startSparseMatrixIndexCSX(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 5) }
221 | public static func add(compressedAxis: org_apache_arrow_flatbuf_SparseMatrixCompressedAxis, _ fbb: inout FlatBufferBuilder) { fbb.add(element: compressedAxis.rawValue, def: 0, at: VTOFFSET.compressedAxis.p) }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:308:193: error: value of type 'Table' has no member 'postion'
306 | /// ```
307 | /// The type of values in indptrBuffers
308 | public var indptrType: org_apache_arrow_flatbuf_Int! { let o = _accessor.offset(VTOFFSET.indptrType.v); return org_apache_arrow_flatbuf_Int(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: value of type 'Table' has no member 'postion'
309 | /// indptrBuffers stores the sparsity structure.
310 | /// Each two consecutive dimensions in a tensor correspond to a buffer in
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:328:195: error: value of type 'Table' has no member 'postion'
326 | public func mutableIndptrBuffers(at index: Int32) -> org_apache_arrow_flatbuf_Buffer_Mutable? { let o = _accessor.offset(VTOFFSET.indptrBuffers.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: _accessor.vector(at: o) + index * 16) }
327 | /// The type of values in indicesBuffers
328 | public var indicesType: org_apache_arrow_flatbuf_Int! { let o = _accessor.offset(VTOFFSET.indicesType.v); return org_apache_arrow_flatbuf_Int(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: value of type 'Table' has no member 'postion'
329 | /// indicesBuffers stores values of nodes.
330 | /// Each tensor dimension corresponds to a buffer in indicesBuffers.
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:434:191: error: value of type 'Table' has no member 'postion'
432 | /// The location and size of the tensor's data
433 | public var data: org_apache_arrow_flatbuf_Buffer! { let o = _accessor.offset(VTOFFSET.data.v); return _accessor.readBuffer(of: org_apache_arrow_flatbuf_Buffer.self, at: o) }
434 | public var mutableData: org_apache_arrow_flatbuf_Buffer_Mutable! { let o = _accessor.offset(VTOFFSET.data.v); return org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: o + _accessor.postion) }
| `- error: value of type 'Table' has no member 'postion'
435 | public static func startSparseTensor(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 7) }
436 | public static func add(typeType: org_apache_arrow_flatbuf_Type_, _ fbb: inout FlatBufferBuilder) { fbb.add(element: typeType.rawValue, def: 0, at: VTOFFSET.typeType.p) }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Tensor_generated.swift:110:191: error: value of type 'Table' has no member 'postion'
108 | /// The location and size of the tensor's data
109 | public var data: org_apache_arrow_flatbuf_Buffer! { let o = _accessor.offset(VTOFFSET.data.v); return _accessor.readBuffer(of: org_apache_arrow_flatbuf_Buffer.self, at: o) }
110 | public var mutableData: org_apache_arrow_flatbuf_Buffer_Mutable! { let o = _accessor.offset(VTOFFSET.data.v); return org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: o + _accessor.postion) }
| `- error: value of type 'Table' has no member 'postion'
111 | public static func startTensor(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 5) }
112 | public static func add(typeType: org_apache_arrow_flatbuf_Type_, _ fbb: inout FlatBufferBuilder) { fbb.add(element: typeType.rawValue, def: 0, at: VTOFFSET.typeType.p) }
[227/228] Compiling Arrow SparseTensor_generated.swift
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1237:206: error: value of type 'Table' has no member 'postion'
1235 | /// recommended to prefer signed integer types over unsigned integer types
1236 | /// and to avoid uint64 indices unless they are required by an application.
1237 | public var indexType: org_apache_arrow_flatbuf_Int? { let o = _accessor.offset(VTOFFSET.indexType.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Int(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: value of type 'Table' has no member 'postion'
1238 | /// By default, dictionaries are not ordered, or the order does not have
1239 | /// semantic meaning. In some statistical, applications, dictionary-encoding
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1311:238: error: value of type 'Table' has no member 'postion'
1309 | public func type<T: FlatbuffersInitializable>(type: T.Type) -> T? { let o = _accessor.offset(VTOFFSET.type.v); return o == 0 ? nil : _accessor.union(o) }
1310 | /// Present only if the field is dictionary encoded.
1311 | public var dictionary: org_apache_arrow_flatbuf_DictionaryEncoding? { let o = _accessor.offset(VTOFFSET.dictionary.v); return o == 0 ? nil : org_apache_arrow_flatbuf_DictionaryEncoding(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: value of type 'Table' has no member 'postion'
1312 | /// children apply only to nested data types like Struct, List and Union. For
1313 | /// primitive types children will have length 0.
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:108:195: error: value of type 'Table' has no member 'postion'
106 |
107 | /// The type of values in indicesBuffer
108 | public var indicesType: org_apache_arrow_flatbuf_Int! { let o = _accessor.offset(VTOFFSET.indicesType.v); return org_apache_arrow_flatbuf_Int(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: value of type 'Table' has no member 'postion'
109 | /// Non-negative byte offsets to advance one value cell along each dimension
110 | /// If omitted, default to row-major order (C-like).
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:117:209: error: value of type 'Table' has no member 'postion'
115 | /// The location and size of the indices matrix's data
116 | public var indicesBuffer: org_apache_arrow_flatbuf_Buffer! { let o = _accessor.offset(VTOFFSET.indicesBuffer.v); return _accessor.readBuffer(of: org_apache_arrow_flatbuf_Buffer.self, at: o) }
117 | public var mutableIndicesBuffer: org_apache_arrow_flatbuf_Buffer_Mutable! { let o = _accessor.offset(VTOFFSET.indicesBuffer.v); return org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: o + _accessor.postion) }
| `- error: value of type 'Table' has no member 'postion'
118 | /// This flag is true if and only if the indices matrix is sorted in
119 | /// row-major order, and does not have duplicated entries.
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:181:193: error: value of type 'Table' has no member 'postion'
179 | public var compressedAxis: org_apache_arrow_flatbuf_SparseMatrixCompressedAxis { let o = _accessor.offset(VTOFFSET.compressedAxis.v); return o == 0 ? .row : org_apache_arrow_flatbuf_SparseMatrixCompressedAxis(rawValue: _accessor.readBuffer(of: Int16.self, at: o)) ?? .row }
180 | /// The type of values in indptrBuffer
181 | public var indptrType: org_apache_arrow_flatbuf_Int! { let o = _accessor.offset(VTOFFSET.indptrType.v); return org_apache_arrow_flatbuf_Int(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: value of type 'Table' has no member 'postion'
182 | /// indptrBuffer stores the location and size of indptr array that
183 | /// represents the range of the rows.
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:206:207: error: value of type 'Table' has no member 'postion'
204 | /// ```
205 | public var indptrBuffer: org_apache_arrow_flatbuf_Buffer! { let o = _accessor.offset(VTOFFSET.indptrBuffer.v); return _accessor.readBuffer(of: org_apache_arrow_flatbuf_Buffer.self, at: o) }
206 | public var mutableIndptrBuffer: org_apache_arrow_flatbuf_Buffer_Mutable! { let o = _accessor.offset(VTOFFSET.indptrBuffer.v); return org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: o + _accessor.postion) }
| `- error: value of type 'Table' has no member 'postion'
207 | /// The type of values in indicesBuffer
208 | public var indicesType: org_apache_arrow_flatbuf_Int! { let o = _accessor.offset(VTOFFSET.indicesType.v); return org_apache_arrow_flatbuf_Int(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:208:195: error: value of type 'Table' has no member 'postion'
206 | public var mutableIndptrBuffer: org_apache_arrow_flatbuf_Buffer_Mutable! { let o = _accessor.offset(VTOFFSET.indptrBuffer.v); return org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: o + _accessor.postion) }
207 | /// The type of values in indicesBuffer
208 | public var indicesType: org_apache_arrow_flatbuf_Int! { let o = _accessor.offset(VTOFFSET.indicesType.v); return org_apache_arrow_flatbuf_Int(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: value of type 'Table' has no member 'postion'
209 | /// indicesBuffer stores the location and size of the array that
210 | /// contains the column indices of the corresponding non-zero values.
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:219:209: error: value of type 'Table' has no member 'postion'
217 | /// Note that the indices are sorted in lexicographical order for each row.
218 | public var indicesBuffer: org_apache_arrow_flatbuf_Buffer! { let o = _accessor.offset(VTOFFSET.indicesBuffer.v); return _accessor.readBuffer(of: org_apache_arrow_flatbuf_Buffer.self, at: o) }
219 | public var mutableIndicesBuffer: org_apache_arrow_flatbuf_Buffer_Mutable! { let o = _accessor.offset(VTOFFSET.indicesBuffer.v); return org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: o + _accessor.postion) }
| `- error: value of type 'Table' has no member 'postion'
220 | public static func startSparseMatrixIndexCSX(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 5) }
221 | public static func add(compressedAxis: org_apache_arrow_flatbuf_SparseMatrixCompressedAxis, _ fbb: inout FlatBufferBuilder) { fbb.add(element: compressedAxis.rawValue, def: 0, at: VTOFFSET.compressedAxis.p) }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:308:193: error: value of type 'Table' has no member 'postion'
306 | /// ```
307 | /// The type of values in indptrBuffers
308 | public var indptrType: org_apache_arrow_flatbuf_Int! { let o = _accessor.offset(VTOFFSET.indptrType.v); return org_apache_arrow_flatbuf_Int(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: value of type 'Table' has no member 'postion'
309 | /// indptrBuffers stores the sparsity structure.
310 | /// Each two consecutive dimensions in a tensor correspond to a buffer in
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:328:195: error: value of type 'Table' has no member 'postion'
326 | public func mutableIndptrBuffers(at index: Int32) -> org_apache_arrow_flatbuf_Buffer_Mutable? { let o = _accessor.offset(VTOFFSET.indptrBuffers.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: _accessor.vector(at: o) + index * 16) }
327 | /// The type of values in indicesBuffers
328 | public var indicesType: org_apache_arrow_flatbuf_Int! { let o = _accessor.offset(VTOFFSET.indicesType.v); return org_apache_arrow_flatbuf_Int(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: value of type 'Table' has no member 'postion'
329 | /// indicesBuffers stores values of nodes.
330 | /// Each tensor dimension corresponds to a buffer in indicesBuffers.
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:434:191: error: value of type 'Table' has no member 'postion'
432 | /// The location and size of the tensor's data
433 | public var data: org_apache_arrow_flatbuf_Buffer! { let o = _accessor.offset(VTOFFSET.data.v); return _accessor.readBuffer(of: org_apache_arrow_flatbuf_Buffer.self, at: o) }
434 | public var mutableData: org_apache_arrow_flatbuf_Buffer_Mutable! { let o = _accessor.offset(VTOFFSET.data.v); return org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: o + _accessor.postion) }
| `- error: value of type 'Table' has no member 'postion'
435 | public static func startSparseTensor(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 7) }
436 | public static func add(typeType: org_apache_arrow_flatbuf_Type_, _ fbb: inout FlatBufferBuilder) { fbb.add(element: typeType.rawValue, def: 0, at: VTOFFSET.typeType.p) }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Tensor_generated.swift:110:191: error: value of type 'Table' has no member 'postion'
108 | /// The location and size of the tensor's data
109 | public var data: org_apache_arrow_flatbuf_Buffer! { let o = _accessor.offset(VTOFFSET.data.v); return _accessor.readBuffer(of: org_apache_arrow_flatbuf_Buffer.self, at: o) }
110 | public var mutableData: org_apache_arrow_flatbuf_Buffer_Mutable! { let o = _accessor.offset(VTOFFSET.data.v); return org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: o + _accessor.postion) }
| `- error: value of type 'Table' has no member 'postion'
111 | public static func startTensor(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 5) }
112 | public static func add(typeType: org_apache_arrow_flatbuf_Type_, _ fbb: inout FlatBufferBuilder) { fbb.add(element: typeType.rawValue, def: 0, at: VTOFFSET.typeType.p) }
[228/228] Compiling Arrow Tensor_generated.swift
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1237:206: error: value of type 'Table' has no member 'postion'
1235 | /// recommended to prefer signed integer types over unsigned integer types
1236 | /// and to avoid uint64 indices unless they are required by an application.
1237 | public var indexType: org_apache_arrow_flatbuf_Int? { let o = _accessor.offset(VTOFFSET.indexType.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Int(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: value of type 'Table' has no member 'postion'
1238 | /// By default, dictionaries are not ordered, or the order does not have
1239 | /// semantic meaning. In some statistical, applications, dictionary-encoding
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Schema_generated.swift:1311:238: error: value of type 'Table' has no member 'postion'
1309 | public func type<T: FlatbuffersInitializable>(type: T.Type) -> T? { let o = _accessor.offset(VTOFFSET.type.v); return o == 0 ? nil : _accessor.union(o) }
1310 | /// Present only if the field is dictionary encoded.
1311 | public var dictionary: org_apache_arrow_flatbuf_DictionaryEncoding? { let o = _accessor.offset(VTOFFSET.dictionary.v); return o == 0 ? nil : org_apache_arrow_flatbuf_DictionaryEncoding(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: value of type 'Table' has no member 'postion'
1312 | /// children apply only to nested data types like Struct, List and Union. For
1313 | /// primitive types children will have length 0.
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:108:195: error: value of type 'Table' has no member 'postion'
106 |
107 | /// The type of values in indicesBuffer
108 | public var indicesType: org_apache_arrow_flatbuf_Int! { let o = _accessor.offset(VTOFFSET.indicesType.v); return org_apache_arrow_flatbuf_Int(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: value of type 'Table' has no member 'postion'
109 | /// Non-negative byte offsets to advance one value cell along each dimension
110 | /// If omitted, default to row-major order (C-like).
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:117:209: error: value of type 'Table' has no member 'postion'
115 | /// The location and size of the indices matrix's data
116 | public var indicesBuffer: org_apache_arrow_flatbuf_Buffer! { let o = _accessor.offset(VTOFFSET.indicesBuffer.v); return _accessor.readBuffer(of: org_apache_arrow_flatbuf_Buffer.self, at: o) }
117 | public var mutableIndicesBuffer: org_apache_arrow_flatbuf_Buffer_Mutable! { let o = _accessor.offset(VTOFFSET.indicesBuffer.v); return org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: o + _accessor.postion) }
| `- error: value of type 'Table' has no member 'postion'
118 | /// This flag is true if and only if the indices matrix is sorted in
119 | /// row-major order, and does not have duplicated entries.
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:181:193: error: value of type 'Table' has no member 'postion'
179 | public var compressedAxis: org_apache_arrow_flatbuf_SparseMatrixCompressedAxis { let o = _accessor.offset(VTOFFSET.compressedAxis.v); return o == 0 ? .row : org_apache_arrow_flatbuf_SparseMatrixCompressedAxis(rawValue: _accessor.readBuffer(of: Int16.self, at: o)) ?? .row }
180 | /// The type of values in indptrBuffer
181 | public var indptrType: org_apache_arrow_flatbuf_Int! { let o = _accessor.offset(VTOFFSET.indptrType.v); return org_apache_arrow_flatbuf_Int(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: value of type 'Table' has no member 'postion'
182 | /// indptrBuffer stores the location and size of indptr array that
183 | /// represents the range of the rows.
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:206:207: error: value of type 'Table' has no member 'postion'
204 | /// ```
205 | public var indptrBuffer: org_apache_arrow_flatbuf_Buffer! { let o = _accessor.offset(VTOFFSET.indptrBuffer.v); return _accessor.readBuffer(of: org_apache_arrow_flatbuf_Buffer.self, at: o) }
206 | public var mutableIndptrBuffer: org_apache_arrow_flatbuf_Buffer_Mutable! { let o = _accessor.offset(VTOFFSET.indptrBuffer.v); return org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: o + _accessor.postion) }
| `- error: value of type 'Table' has no member 'postion'
207 | /// The type of values in indicesBuffer
208 | public var indicesType: org_apache_arrow_flatbuf_Int! { let o = _accessor.offset(VTOFFSET.indicesType.v); return org_apache_arrow_flatbuf_Int(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:208:195: error: value of type 'Table' has no member 'postion'
206 | public var mutableIndptrBuffer: org_apache_arrow_flatbuf_Buffer_Mutable! { let o = _accessor.offset(VTOFFSET.indptrBuffer.v); return org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: o + _accessor.postion) }
207 | /// The type of values in indicesBuffer
208 | public var indicesType: org_apache_arrow_flatbuf_Int! { let o = _accessor.offset(VTOFFSET.indicesType.v); return org_apache_arrow_flatbuf_Int(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: value of type 'Table' has no member 'postion'
209 | /// indicesBuffer stores the location and size of the array that
210 | /// contains the column indices of the corresponding non-zero values.
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:219:209: error: value of type 'Table' has no member 'postion'
217 | /// Note that the indices are sorted in lexicographical order for each row.
218 | public var indicesBuffer: org_apache_arrow_flatbuf_Buffer! { let o = _accessor.offset(VTOFFSET.indicesBuffer.v); return _accessor.readBuffer(of: org_apache_arrow_flatbuf_Buffer.self, at: o) }
219 | public var mutableIndicesBuffer: org_apache_arrow_flatbuf_Buffer_Mutable! { let o = _accessor.offset(VTOFFSET.indicesBuffer.v); return org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: o + _accessor.postion) }
| `- error: value of type 'Table' has no member 'postion'
220 | public static func startSparseMatrixIndexCSX(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 5) }
221 | public static func add(compressedAxis: org_apache_arrow_flatbuf_SparseMatrixCompressedAxis, _ fbb: inout FlatBufferBuilder) { fbb.add(element: compressedAxis.rawValue, def: 0, at: VTOFFSET.compressedAxis.p) }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:308:193: error: value of type 'Table' has no member 'postion'
306 | /// ```
307 | /// The type of values in indptrBuffers
308 | public var indptrType: org_apache_arrow_flatbuf_Int! { let o = _accessor.offset(VTOFFSET.indptrType.v); return org_apache_arrow_flatbuf_Int(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: value of type 'Table' has no member 'postion'
309 | /// indptrBuffers stores the sparsity structure.
310 | /// Each two consecutive dimensions in a tensor correspond to a buffer in
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:328:195: error: value of type 'Table' has no member 'postion'
326 | public func mutableIndptrBuffers(at index: Int32) -> org_apache_arrow_flatbuf_Buffer_Mutable? { let o = _accessor.offset(VTOFFSET.indptrBuffers.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: _accessor.vector(at: o) + index * 16) }
327 | /// The type of values in indicesBuffers
328 | public var indicesType: org_apache_arrow_flatbuf_Int! { let o = _accessor.offset(VTOFFSET.indicesType.v); return org_apache_arrow_flatbuf_Int(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
| `- error: value of type 'Table' has no member 'postion'
329 | /// indicesBuffers stores values of nodes.
330 | /// Each tensor dimension corresponds to a buffer in indicesBuffers.
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/SparseTensor_generated.swift:434:191: error: value of type 'Table' has no member 'postion'
432 | /// The location and size of the tensor's data
433 | public var data: org_apache_arrow_flatbuf_Buffer! { let o = _accessor.offset(VTOFFSET.data.v); return _accessor.readBuffer(of: org_apache_arrow_flatbuf_Buffer.self, at: o) }
434 | public var mutableData: org_apache_arrow_flatbuf_Buffer_Mutable! { let o = _accessor.offset(VTOFFSET.data.v); return org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: o + _accessor.postion) }
| `- error: value of type 'Table' has no member 'postion'
435 | public static func startSparseTensor(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 7) }
436 | public static func add(typeType: org_apache_arrow_flatbuf_Type_, _ fbb: inout FlatBufferBuilder) { fbb.add(element: typeType.rawValue, def: 0, at: VTOFFSET.typeType.p) }
/host/spi-builder-workspace/vendor/Arrow/Sources/Arrow/Tensor_generated.swift:110:191: error: value of type 'Table' has no member 'postion'
108 | /// The location and size of the tensor's data
109 | public var data: org_apache_arrow_flatbuf_Buffer! { let o = _accessor.offset(VTOFFSET.data.v); return _accessor.readBuffer(of: org_apache_arrow_flatbuf_Buffer.self, at: o) }
110 | public var mutableData: org_apache_arrow_flatbuf_Buffer_Mutable! { let o = _accessor.offset(VTOFFSET.data.v); return org_apache_arrow_flatbuf_Buffer_Mutable(_accessor.bb, o: o + _accessor.postion) }
| `- error: value of type 'Table' has no member 'postion'
111 | public static func startTensor(_ fbb: inout FlatBufferBuilder) -> UOffset { fbb.startTable(with: 5) }
112 | public static func add(typeType: org_apache_arrow_flatbuf_Type_, _ fbb: inout FlatBufferBuilder) { fbb.add(element: typeType.rawValue, def: 0, at: VTOFFSET.typeType.p) }
BUILD FAILURE 6.1 android