Build Information
Successful build of Vuckt, reference 3.8.3 (fc7f43
), with Swift 6.0 for macOS (SPM) on 2 Dec 2024 14:57:43 UTC.
Swift 6 data race errors: 92
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Build Log
19 | {
20 | public var x:Float, y:Float
/Users/admin/builder/spi-builder-workspace/Sources/Float4/Float4.swift:161:20: warning: static property 'unitYNegative' is not concurrency-safe because non-'Sendable' type 'Float4' may have shared mutable state; this is an error in the Swift 6 language mode
159 |
160 | public static let unitXNegative = Float4(x: -1)
161 | public static let unitYNegative = Float4(y: -1)
| |- warning: static property 'unitYNegative' is not concurrency-safe because non-'Sendable' type 'Float4' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'unitYNegative' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
162 | public static let unitZNegative = Float4(z: -1)
163 | public static let unitWNegative = Float4(w: -1)
/Users/admin/builder/spi-builder-workspace/Sources/Float4/Float4_NoObjCBridge.swift:18:15: note: consider making struct 'Float4' conform to the 'Sendable' protocol
16 | // MARK: Struct Definition
17 |
18 | public struct Float4
| `- note: consider making struct 'Float4' conform to the 'Sendable' protocol
19 | {
20 | public var x:Float, y:Float
/Users/admin/builder/spi-builder-workspace/Sources/Float4/Float4.swift:162:20: warning: static property 'unitZNegative' is not concurrency-safe because non-'Sendable' type 'Float4' may have shared mutable state; this is an error in the Swift 6 language mode
160 | public static let unitXNegative = Float4(x: -1)
161 | public static let unitYNegative = Float4(y: -1)
162 | public static let unitZNegative = Float4(z: -1)
| |- warning: static property 'unitZNegative' is not concurrency-safe because non-'Sendable' type 'Float4' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'unitZNegative' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
163 | public static let unitWNegative = Float4(w: -1)
164 |
/Users/admin/builder/spi-builder-workspace/Sources/Float4/Float4_NoObjCBridge.swift:18:15: note: consider making struct 'Float4' conform to the 'Sendable' protocol
16 | // MARK: Struct Definition
17 |
18 | public struct Float4
| `- note: consider making struct 'Float4' conform to the 'Sendable' protocol
19 | {
20 | public var x:Float, y:Float
/Users/admin/builder/spi-builder-workspace/Sources/Float4/Float4.swift:163:20: warning: static property 'unitWNegative' is not concurrency-safe because non-'Sendable' type 'Float4' may have shared mutable state; this is an error in the Swift 6 language mode
161 | public static let unitYNegative = Float4(y: -1)
162 | public static let unitZNegative = Float4(z: -1)
163 | public static let unitWNegative = Float4(w: -1)
| |- warning: static property 'unitWNegative' is not concurrency-safe because non-'Sendable' type 'Float4' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'unitWNegative' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
164 |
165 |
/Users/admin/builder/spi-builder-workspace/Sources/Float4/Float4_NoObjCBridge.swift:18:15: note: consider making struct 'Float4' conform to the 'Sendable' protocol
16 | // MARK: Struct Definition
17 |
18 | public struct Float4
| `- note: consider making struct 'Float4' conform to the 'Sendable' protocol
19 | {
20 | public var x:Float, y:Float
[11/22] Compiling Vuckt Float4_NoObjCBridge.swift
/Users/admin/builder/spi-builder-workspace/Sources/Float4/Float4.swift:8:25: warning: unknown operating system for build configuration 'os'
6 | import simd
7 | import SceneKit.SceneKitTypes
8 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
9 | import GLKit.GLKVector4
10 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/Float4/Float4.swift:530:25: warning: unknown operating system for build configuration 'os'
528 | }
529 |
530 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
531 | extension Float4 // GLKit Conversion
532 | {
/Users/admin/builder/spi-builder-workspace/Sources/Float4/Float4_NoObjCBridge.swift:7:25: warning: unknown operating system for build configuration 'os'
5 | import simd.vector_types
6 | import SceneKit.SceneKitTypes
7 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
8 | import GLKit.GLKVector4
9 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/Float4/Float4_NoObjCBridge.swift:121:25: warning: unknown operating system for build configuration 'os'
119 |
120 |
121 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
122 | // MARK: GLKit Conversion
123 |
/Users/admin/builder/spi-builder-workspace/Sources/Float4/Float4.swift:145:20: warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'Float4' may have shared mutable state; this is an error in the Swift 6 language mode
143 | // MARK: commonly-used “presets”
144 |
145 | public static let zero = Float4(scalar: 0)
| |- warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'Float4' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'zero' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
146 |
147 | public static let one = Self.positiveOne
/Users/admin/builder/spi-builder-workspace/Sources/Float4/Float4_NoObjCBridge.swift:18:15: note: consider making struct 'Float4' conform to the 'Sendable' protocol
16 | // MARK: Struct Definition
17 |
18 | public struct Float4
| `- note: consider making struct 'Float4' conform to the 'Sendable' protocol
19 | {
20 | public var x:Float, y:Float
/Users/admin/builder/spi-builder-workspace/Sources/Float4/Float4.swift:147:20: warning: static property 'one' is not concurrency-safe because non-'Sendable' type 'Float4' may have shared mutable state; this is an error in the Swift 6 language mode
145 | public static let zero = Float4(scalar: 0)
146 |
147 | public static let one = Self.positiveOne
| |- warning: static property 'one' is not concurrency-safe because non-'Sendable' type 'Float4' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'one' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
148 | public static let positiveOne = Float4(scalar: 1)
149 | public static let negativeOne = Float4(scalar: -1)
/Users/admin/builder/spi-builder-workspace/Sources/Float4/Float4_NoObjCBridge.swift:18:15: note: consider making struct 'Float4' conform to the 'Sendable' protocol
16 | // MARK: Struct Definition
17 |
18 | public struct Float4
| `- note: consider making struct 'Float4' conform to the 'Sendable' protocol
19 | {
20 | public var x:Float, y:Float
/Users/admin/builder/spi-builder-workspace/Sources/Float4/Float4.swift:148:20: warning: static property 'positiveOne' is not concurrency-safe because non-'Sendable' type 'Float4' may have shared mutable state; this is an error in the Swift 6 language mode
146 |
147 | public static let one = Self.positiveOne
148 | public static let positiveOne = Float4(scalar: 1)
| |- warning: static property 'positiveOne' is not concurrency-safe because non-'Sendable' type 'Float4' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'positiveOne' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
149 | public static let negativeOne = Float4(scalar: -1)
150 |
/Users/admin/builder/spi-builder-workspace/Sources/Float4/Float4_NoObjCBridge.swift:18:15: note: consider making struct 'Float4' conform to the 'Sendable' protocol
16 | // MARK: Struct Definition
17 |
18 | public struct Float4
| `- note: consider making struct 'Float4' conform to the 'Sendable' protocol
19 | {
20 | public var x:Float, y:Float
/Users/admin/builder/spi-builder-workspace/Sources/Float4/Float4.swift:149:20: warning: static property 'negativeOne' is not concurrency-safe because non-'Sendable' type 'Float4' may have shared mutable state; this is an error in the Swift 6 language mode
147 | public static let one = Self.positiveOne
148 | public static let positiveOne = Float4(scalar: 1)
149 | public static let negativeOne = Float4(scalar: -1)
| |- warning: static property 'negativeOne' is not concurrency-safe because non-'Sendable' type 'Float4' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'negativeOne' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
150 |
151 | public static let unitX = Self.unitXPositive
/Users/admin/builder/spi-builder-workspace/Sources/Float4/Float4_NoObjCBridge.swift:18:15: note: consider making struct 'Float4' conform to the 'Sendable' protocol
16 | // MARK: Struct Definition
17 |
18 | public struct Float4
| `- note: consider making struct 'Float4' conform to the 'Sendable' protocol
19 | {
20 | public var x:Float, y:Float
/Users/admin/builder/spi-builder-workspace/Sources/Float4/Float4.swift:151:20: warning: static property 'unitX' is not concurrency-safe because non-'Sendable' type 'Float4' may have shared mutable state; this is an error in the Swift 6 language mode
149 | public static let negativeOne = Float4(scalar: -1)
150 |
151 | public static let unitX = Self.unitXPositive
| |- warning: static property 'unitX' is not concurrency-safe because non-'Sendable' type 'Float4' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'unitX' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
152 | public static let unitXPositive = Float4(x: 1)
153 | public static let unitY = Self.unitYPositive
/Users/admin/builder/spi-builder-workspace/Sources/Float4/Float4_NoObjCBridge.swift:18:15: note: consider making struct 'Float4' conform to the 'Sendable' protocol
16 | // MARK: Struct Definition
17 |
18 | public struct Float4
| `- note: consider making struct 'Float4' conform to the 'Sendable' protocol
19 | {
20 | public var x:Float, y:Float
/Users/admin/builder/spi-builder-workspace/Sources/Float4/Float4.swift:152:20: warning: static property 'unitXPositive' is not concurrency-safe because non-'Sendable' type 'Float4' may have shared mutable state; this is an error in the Swift 6 language mode
150 |
151 | public static let unitX = Self.unitXPositive
152 | public static let unitXPositive = Float4(x: 1)
| |- warning: static property 'unitXPositive' is not concurrency-safe because non-'Sendable' type 'Float4' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'unitXPositive' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
153 | public static let unitY = Self.unitYPositive
154 | public static let unitYPositive = Float4(y: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Float4/Float4_NoObjCBridge.swift:18:15: note: consider making struct 'Float4' conform to the 'Sendable' protocol
16 | // MARK: Struct Definition
17 |
18 | public struct Float4
| `- note: consider making struct 'Float4' conform to the 'Sendable' protocol
19 | {
20 | public var x:Float, y:Float
/Users/admin/builder/spi-builder-workspace/Sources/Float4/Float4.swift:153:20: warning: static property 'unitY' is not concurrency-safe because non-'Sendable' type 'Float4' may have shared mutable state; this is an error in the Swift 6 language mode
151 | public static let unitX = Self.unitXPositive
152 | public static let unitXPositive = Float4(x: 1)
153 | public static let unitY = Self.unitYPositive
| |- warning: static property 'unitY' is not concurrency-safe because non-'Sendable' type 'Float4' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'unitY' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
154 | public static let unitYPositive = Float4(y: 1)
155 | public static let unitZ = Self.unitZPositive
/Users/admin/builder/spi-builder-workspace/Sources/Float4/Float4_NoObjCBridge.swift:18:15: note: consider making struct 'Float4' conform to the 'Sendable' protocol
16 | // MARK: Struct Definition
17 |
18 | public struct Float4
| `- note: consider making struct 'Float4' conform to the 'Sendable' protocol
19 | {
20 | public var x:Float, y:Float
/Users/admin/builder/spi-builder-workspace/Sources/Float4/Float4.swift:154:20: warning: static property 'unitYPositive' is not concurrency-safe because non-'Sendable' type 'Float4' may have shared mutable state; this is an error in the Swift 6 language mode
152 | public static let unitXPositive = Float4(x: 1)
153 | public static let unitY = Self.unitYPositive
154 | public static let unitYPositive = Float4(y: 1)
| |- warning: static property 'unitYPositive' is not concurrency-safe because non-'Sendable' type 'Float4' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'unitYPositive' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
155 | public static let unitZ = Self.unitZPositive
156 | public static let unitZPositive = Float4(z: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Float4/Float4_NoObjCBridge.swift:18:15: note: consider making struct 'Float4' conform to the 'Sendable' protocol
16 | // MARK: Struct Definition
17 |
18 | public struct Float4
| `- note: consider making struct 'Float4' conform to the 'Sendable' protocol
19 | {
20 | public var x:Float, y:Float
/Users/admin/builder/spi-builder-workspace/Sources/Float4/Float4.swift:155:20: warning: static property 'unitZ' is not concurrency-safe because non-'Sendable' type 'Float4' may have shared mutable state; this is an error in the Swift 6 language mode
153 | public static let unitY = Self.unitYPositive
154 | public static let unitYPositive = Float4(y: 1)
155 | public static let unitZ = Self.unitZPositive
| |- warning: static property 'unitZ' is not concurrency-safe because non-'Sendable' type 'Float4' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'unitZ' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
156 | public static let unitZPositive = Float4(z: 1)
157 | public static let unitW = Self.unitWPositive
/Users/admin/builder/spi-builder-workspace/Sources/Float4/Float4_NoObjCBridge.swift:18:15: note: consider making struct 'Float4' conform to the 'Sendable' protocol
16 | // MARK: Struct Definition
17 |
18 | public struct Float4
| `- note: consider making struct 'Float4' conform to the 'Sendable' protocol
19 | {
20 | public var x:Float, y:Float
/Users/admin/builder/spi-builder-workspace/Sources/Float4/Float4.swift:156:20: warning: static property 'unitZPositive' is not concurrency-safe because non-'Sendable' type 'Float4' may have shared mutable state; this is an error in the Swift 6 language mode
154 | public static let unitYPositive = Float4(y: 1)
155 | public static let unitZ = Self.unitZPositive
156 | public static let unitZPositive = Float4(z: 1)
| |- warning: static property 'unitZPositive' is not concurrency-safe because non-'Sendable' type 'Float4' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'unitZPositive' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
157 | public static let unitW = Self.unitWPositive
158 | public static let unitWPositive = Float4(w: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Float4/Float4_NoObjCBridge.swift:18:15: note: consider making struct 'Float4' conform to the 'Sendable' protocol
16 | // MARK: Struct Definition
17 |
18 | public struct Float4
| `- note: consider making struct 'Float4' conform to the 'Sendable' protocol
19 | {
20 | public var x:Float, y:Float
/Users/admin/builder/spi-builder-workspace/Sources/Float4/Float4.swift:157:20: warning: static property 'unitW' is not concurrency-safe because non-'Sendable' type 'Float4' may have shared mutable state; this is an error in the Swift 6 language mode
155 | public static let unitZ = Self.unitZPositive
156 | public static let unitZPositive = Float4(z: 1)
157 | public static let unitW = Self.unitWPositive
| |- warning: static property 'unitW' is not concurrency-safe because non-'Sendable' type 'Float4' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'unitW' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
158 | public static let unitWPositive = Float4(w: 1)
159 |
/Users/admin/builder/spi-builder-workspace/Sources/Float4/Float4_NoObjCBridge.swift:18:15: note: consider making struct 'Float4' conform to the 'Sendable' protocol
16 | // MARK: Struct Definition
17 |
18 | public struct Float4
| `- note: consider making struct 'Float4' conform to the 'Sendable' protocol
19 | {
20 | public var x:Float, y:Float
/Users/admin/builder/spi-builder-workspace/Sources/Float4/Float4.swift:158:20: warning: static property 'unitWPositive' is not concurrency-safe because non-'Sendable' type 'Float4' may have shared mutable state; this is an error in the Swift 6 language mode
156 | public static let unitZPositive = Float4(z: 1)
157 | public static let unitW = Self.unitWPositive
158 | public static let unitWPositive = Float4(w: 1)
| |- warning: static property 'unitWPositive' is not concurrency-safe because non-'Sendable' type 'Float4' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'unitWPositive' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
159 |
160 | public static let unitXNegative = Float4(x: -1)
/Users/admin/builder/spi-builder-workspace/Sources/Float4/Float4_NoObjCBridge.swift:18:15: note: consider making struct 'Float4' conform to the 'Sendable' protocol
16 | // MARK: Struct Definition
17 |
18 | public struct Float4
| `- note: consider making struct 'Float4' conform to the 'Sendable' protocol
19 | {
20 | public var x:Float, y:Float
/Users/admin/builder/spi-builder-workspace/Sources/Float4/Float4.swift:160:20: warning: static property 'unitXNegative' is not concurrency-safe because non-'Sendable' type 'Float4' may have shared mutable state; this is an error in the Swift 6 language mode
158 | public static let unitWPositive = Float4(w: 1)
159 |
160 | public static let unitXNegative = Float4(x: -1)
| |- warning: static property 'unitXNegative' is not concurrency-safe because non-'Sendable' type 'Float4' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'unitXNegative' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
161 | public static let unitYNegative = Float4(y: -1)
162 | public static let unitZNegative = Float4(z: -1)
/Users/admin/builder/spi-builder-workspace/Sources/Float4/Float4_NoObjCBridge.swift:18:15: note: consider making struct 'Float4' conform to the 'Sendable' protocol
16 | // MARK: Struct Definition
17 |
18 | public struct Float4
| `- note: consider making struct 'Float4' conform to the 'Sendable' protocol
19 | {
20 | public var x:Float, y:Float
/Users/admin/builder/spi-builder-workspace/Sources/Float4/Float4.swift:161:20: warning: static property 'unitYNegative' is not concurrency-safe because non-'Sendable' type 'Float4' may have shared mutable state; this is an error in the Swift 6 language mode
159 |
160 | public static let unitXNegative = Float4(x: -1)
161 | public static let unitYNegative = Float4(y: -1)
| |- warning: static property 'unitYNegative' is not concurrency-safe because non-'Sendable' type 'Float4' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'unitYNegative' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
162 | public static let unitZNegative = Float4(z: -1)
163 | public static let unitWNegative = Float4(w: -1)
/Users/admin/builder/spi-builder-workspace/Sources/Float4/Float4_NoObjCBridge.swift:18:15: note: consider making struct 'Float4' conform to the 'Sendable' protocol
16 | // MARK: Struct Definition
17 |
18 | public struct Float4
| `- note: consider making struct 'Float4' conform to the 'Sendable' protocol
19 | {
20 | public var x:Float, y:Float
/Users/admin/builder/spi-builder-workspace/Sources/Float4/Float4.swift:162:20: warning: static property 'unitZNegative' is not concurrency-safe because non-'Sendable' type 'Float4' may have shared mutable state; this is an error in the Swift 6 language mode
160 | public static let unitXNegative = Float4(x: -1)
161 | public static let unitYNegative = Float4(y: -1)
162 | public static let unitZNegative = Float4(z: -1)
| |- warning: static property 'unitZNegative' is not concurrency-safe because non-'Sendable' type 'Float4' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'unitZNegative' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
163 | public static let unitWNegative = Float4(w: -1)
164 |
/Users/admin/builder/spi-builder-workspace/Sources/Float4/Float4_NoObjCBridge.swift:18:15: note: consider making struct 'Float4' conform to the 'Sendable' protocol
16 | // MARK: Struct Definition
17 |
18 | public struct Float4
| `- note: consider making struct 'Float4' conform to the 'Sendable' protocol
19 | {
20 | public var x:Float, y:Float
/Users/admin/builder/spi-builder-workspace/Sources/Float4/Float4.swift:163:20: warning: static property 'unitWNegative' is not concurrency-safe because non-'Sendable' type 'Float4' may have shared mutable state; this is an error in the Swift 6 language mode
161 | public static let unitYNegative = Float4(y: -1)
162 | public static let unitZNegative = Float4(z: -1)
163 | public static let unitWNegative = Float4(w: -1)
| |- warning: static property 'unitWNegative' is not concurrency-safe because non-'Sendable' type 'Float4' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'unitWNegative' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
164 |
165 |
/Users/admin/builder/spi-builder-workspace/Sources/Float4/Float4_NoObjCBridge.swift:18:15: note: consider making struct 'Float4' conform to the 'Sendable' protocol
16 | // MARK: Struct Definition
17 |
18 | public struct Float4
| `- note: consider making struct 'Float4' conform to the 'Sendable' protocol
19 | {
20 | public var x:Float, y:Float
[12/22] Compiling Vuckt Float2.swift
/Users/admin/builder/spi-builder-workspace/Sources/Float2/Float2.swift:98:20: warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'Float2' may have shared mutable state; this is an error in the Swift 6 language mode
96 | // MARK: commonly-used “presets”
97 |
98 | public static let zero = Float2(scalar: 0)
| |- warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'Float2' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'zero' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
99 |
100 | public static let one = Self.positiveOne
/Users/admin/builder/spi-builder-workspace/Sources/Float2/Float2_NoObjCBridge.swift:15:15: note: consider making struct 'Float2' conform to the 'Sendable' protocol
13 | // MARK: Struct Definition
14 |
15 | public struct Float2
| `- note: consider making struct 'Float2' conform to the 'Sendable' protocol
16 | {
17 | public var x:Float
/Users/admin/builder/spi-builder-workspace/Sources/Float2/Float2.swift:100:20: warning: static property 'one' is not concurrency-safe because non-'Sendable' type 'Float2' may have shared mutable state; this is an error in the Swift 6 language mode
98 | public static let zero = Float2(scalar: 0)
99 |
100 | public static let one = Self.positiveOne
| |- warning: static property 'one' is not concurrency-safe because non-'Sendable' type 'Float2' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'one' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
101 | public static let positiveOne = Float2(scalar: 1)
102 | public static let negativeOne = Float2(scalar: -1)
/Users/admin/builder/spi-builder-workspace/Sources/Float2/Float2_NoObjCBridge.swift:15:15: note: consider making struct 'Float2' conform to the 'Sendable' protocol
13 | // MARK: Struct Definition
14 |
15 | public struct Float2
| `- note: consider making struct 'Float2' conform to the 'Sendable' protocol
16 | {
17 | public var x:Float
/Users/admin/builder/spi-builder-workspace/Sources/Float2/Float2.swift:101:20: warning: static property 'positiveOne' is not concurrency-safe because non-'Sendable' type 'Float2' may have shared mutable state; this is an error in the Swift 6 language mode
99 |
100 | public static let one = Self.positiveOne
101 | public static let positiveOne = Float2(scalar: 1)
| |- warning: static property 'positiveOne' is not concurrency-safe because non-'Sendable' type 'Float2' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'positiveOne' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
102 | public static let negativeOne = Float2(scalar: -1)
103 |
/Users/admin/builder/spi-builder-workspace/Sources/Float2/Float2_NoObjCBridge.swift:15:15: note: consider making struct 'Float2' conform to the 'Sendable' protocol
13 | // MARK: Struct Definition
14 |
15 | public struct Float2
| `- note: consider making struct 'Float2' conform to the 'Sendable' protocol
16 | {
17 | public var x:Float
/Users/admin/builder/spi-builder-workspace/Sources/Float2/Float2.swift:102:20: warning: static property 'negativeOne' is not concurrency-safe because non-'Sendable' type 'Float2' may have shared mutable state; this is an error in the Swift 6 language mode
100 | public static let one = Self.positiveOne
101 | public static let positiveOne = Float2(scalar: 1)
102 | public static let negativeOne = Float2(scalar: -1)
| |- warning: static property 'negativeOne' is not concurrency-safe because non-'Sendable' type 'Float2' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'negativeOne' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
103 |
104 | public static let unitX = Self.unitXPositive
/Users/admin/builder/spi-builder-workspace/Sources/Float2/Float2_NoObjCBridge.swift:15:15: note: consider making struct 'Float2' conform to the 'Sendable' protocol
13 | // MARK: Struct Definition
14 |
15 | public struct Float2
| `- note: consider making struct 'Float2' conform to the 'Sendable' protocol
16 | {
17 | public var x:Float
/Users/admin/builder/spi-builder-workspace/Sources/Float2/Float2.swift:104:20: warning: static property 'unitX' is not concurrency-safe because non-'Sendable' type 'Float2' may have shared mutable state; this is an error in the Swift 6 language mode
102 | public static let negativeOne = Float2(scalar: -1)
103 |
104 | public static let unitX = Self.unitXPositive
| |- warning: static property 'unitX' is not concurrency-safe because non-'Sendable' type 'Float2' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'unitX' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
105 | public static let unitXPositive = Float2(x: 1)
106 | public static let unitY = Self.unitYPositive
/Users/admin/builder/spi-builder-workspace/Sources/Float2/Float2_NoObjCBridge.swift:15:15: note: consider making struct 'Float2' conform to the 'Sendable' protocol
13 | // MARK: Struct Definition
14 |
15 | public struct Float2
| `- note: consider making struct 'Float2' conform to the 'Sendable' protocol
16 | {
17 | public var x:Float
/Users/admin/builder/spi-builder-workspace/Sources/Float2/Float2.swift:105:20: warning: static property 'unitXPositive' is not concurrency-safe because non-'Sendable' type 'Float2' may have shared mutable state; this is an error in the Swift 6 language mode
103 |
104 | public static let unitX = Self.unitXPositive
105 | public static let unitXPositive = Float2(x: 1)
| |- warning: static property 'unitXPositive' is not concurrency-safe because non-'Sendable' type 'Float2' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'unitXPositive' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
106 | public static let unitY = Self.unitYPositive
107 | public static let unitYPositive = Float2(y: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Float2/Float2_NoObjCBridge.swift:15:15: note: consider making struct 'Float2' conform to the 'Sendable' protocol
13 | // MARK: Struct Definition
14 |
15 | public struct Float2
| `- note: consider making struct 'Float2' conform to the 'Sendable' protocol
16 | {
17 | public var x:Float
/Users/admin/builder/spi-builder-workspace/Sources/Float2/Float2.swift:106:20: warning: static property 'unitY' is not concurrency-safe because non-'Sendable' type 'Float2' may have shared mutable state; this is an error in the Swift 6 language mode
104 | public static let unitX = Self.unitXPositive
105 | public static let unitXPositive = Float2(x: 1)
106 | public static let unitY = Self.unitYPositive
| |- warning: static property 'unitY' is not concurrency-safe because non-'Sendable' type 'Float2' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'unitY' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
107 | public static let unitYPositive = Float2(y: 1)
108 |
/Users/admin/builder/spi-builder-workspace/Sources/Float2/Float2_NoObjCBridge.swift:15:15: note: consider making struct 'Float2' conform to the 'Sendable' protocol
13 | // MARK: Struct Definition
14 |
15 | public struct Float2
| `- note: consider making struct 'Float2' conform to the 'Sendable' protocol
16 | {
17 | public var x:Float
/Users/admin/builder/spi-builder-workspace/Sources/Float2/Float2.swift:107:20: warning: static property 'unitYPositive' is not concurrency-safe because non-'Sendable' type 'Float2' may have shared mutable state; this is an error in the Swift 6 language mode
105 | public static let unitXPositive = Float2(x: 1)
106 | public static let unitY = Self.unitYPositive
107 | public static let unitYPositive = Float2(y: 1)
| |- warning: static property 'unitYPositive' is not concurrency-safe because non-'Sendable' type 'Float2' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'unitYPositive' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
108 |
109 | public static let unitXNegative = Float2(x: -1)
/Users/admin/builder/spi-builder-workspace/Sources/Float2/Float2_NoObjCBridge.swift:15:15: note: consider making struct 'Float2' conform to the 'Sendable' protocol
13 | // MARK: Struct Definition
14 |
15 | public struct Float2
| `- note: consider making struct 'Float2' conform to the 'Sendable' protocol
16 | {
17 | public var x:Float
/Users/admin/builder/spi-builder-workspace/Sources/Float2/Float2.swift:109:20: warning: static property 'unitXNegative' is not concurrency-safe because non-'Sendable' type 'Float2' may have shared mutable state; this is an error in the Swift 6 language mode
107 | public static let unitYPositive = Float2(y: 1)
108 |
109 | public static let unitXNegative = Float2(x: -1)
| |- warning: static property 'unitXNegative' is not concurrency-safe because non-'Sendable' type 'Float2' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'unitXNegative' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
110 | public static let unitYNegative = Float2(y: -1)
111 |
/Users/admin/builder/spi-builder-workspace/Sources/Float2/Float2_NoObjCBridge.swift:15:15: note: consider making struct 'Float2' conform to the 'Sendable' protocol
13 | // MARK: Struct Definition
14 |
15 | public struct Float2
| `- note: consider making struct 'Float2' conform to the 'Sendable' protocol
16 | {
17 | public var x:Float
/Users/admin/builder/spi-builder-workspace/Sources/Float2/Float2.swift:110:20: warning: static property 'unitYNegative' is not concurrency-safe because non-'Sendable' type 'Float2' may have shared mutable state; this is an error in the Swift 6 language mode
108 |
109 | public static let unitXNegative = Float2(x: -1)
110 | public static let unitYNegative = Float2(y: -1)
| |- warning: static property 'unitYNegative' is not concurrency-safe because non-'Sendable' type 'Float2' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'unitYNegative' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
111 |
112 |
/Users/admin/builder/spi-builder-workspace/Sources/Float2/Float2_NoObjCBridge.swift:15:15: note: consider making struct 'Float2' conform to the 'Sendable' protocol
13 | // MARK: Struct Definition
14 |
15 | public struct Float2
| `- note: consider making struct 'Float2' conform to the 'Sendable' protocol
16 | {
17 | public var x:Float
[13/22] Compiling Vuckt Float2_NoObjCBridge.swift
/Users/admin/builder/spi-builder-workspace/Sources/Float2/Float2.swift:98:20: warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'Float2' may have shared mutable state; this is an error in the Swift 6 language mode
96 | // MARK: commonly-used “presets”
97 |
98 | public static let zero = Float2(scalar: 0)
| |- warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'Float2' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'zero' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
99 |
100 | public static let one = Self.positiveOne
/Users/admin/builder/spi-builder-workspace/Sources/Float2/Float2_NoObjCBridge.swift:15:15: note: consider making struct 'Float2' conform to the 'Sendable' protocol
13 | // MARK: Struct Definition
14 |
15 | public struct Float2
| `- note: consider making struct 'Float2' conform to the 'Sendable' protocol
16 | {
17 | public var x:Float
/Users/admin/builder/spi-builder-workspace/Sources/Float2/Float2.swift:100:20: warning: static property 'one' is not concurrency-safe because non-'Sendable' type 'Float2' may have shared mutable state; this is an error in the Swift 6 language mode
98 | public static let zero = Float2(scalar: 0)
99 |
100 | public static let one = Self.positiveOne
| |- warning: static property 'one' is not concurrency-safe because non-'Sendable' type 'Float2' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'one' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
101 | public static let positiveOne = Float2(scalar: 1)
102 | public static let negativeOne = Float2(scalar: -1)
/Users/admin/builder/spi-builder-workspace/Sources/Float2/Float2_NoObjCBridge.swift:15:15: note: consider making struct 'Float2' conform to the 'Sendable' protocol
13 | // MARK: Struct Definition
14 |
15 | public struct Float2
| `- note: consider making struct 'Float2' conform to the 'Sendable' protocol
16 | {
17 | public var x:Float
/Users/admin/builder/spi-builder-workspace/Sources/Float2/Float2.swift:101:20: warning: static property 'positiveOne' is not concurrency-safe because non-'Sendable' type 'Float2' may have shared mutable state; this is an error in the Swift 6 language mode
99 |
100 | public static let one = Self.positiveOne
101 | public static let positiveOne = Float2(scalar: 1)
| |- warning: static property 'positiveOne' is not concurrency-safe because non-'Sendable' type 'Float2' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'positiveOne' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
102 | public static let negativeOne = Float2(scalar: -1)
103 |
/Users/admin/builder/spi-builder-workspace/Sources/Float2/Float2_NoObjCBridge.swift:15:15: note: consider making struct 'Float2' conform to the 'Sendable' protocol
13 | // MARK: Struct Definition
14 |
15 | public struct Float2
| `- note: consider making struct 'Float2' conform to the 'Sendable' protocol
16 | {
17 | public var x:Float
/Users/admin/builder/spi-builder-workspace/Sources/Float2/Float2.swift:102:20: warning: static property 'negativeOne' is not concurrency-safe because non-'Sendable' type 'Float2' may have shared mutable state; this is an error in the Swift 6 language mode
100 | public static let one = Self.positiveOne
101 | public static let positiveOne = Float2(scalar: 1)
102 | public static let negativeOne = Float2(scalar: -1)
| |- warning: static property 'negativeOne' is not concurrency-safe because non-'Sendable' type 'Float2' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'negativeOne' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
103 |
104 | public static let unitX = Self.unitXPositive
/Users/admin/builder/spi-builder-workspace/Sources/Float2/Float2_NoObjCBridge.swift:15:15: note: consider making struct 'Float2' conform to the 'Sendable' protocol
13 | // MARK: Struct Definition
14 |
15 | public struct Float2
| `- note: consider making struct 'Float2' conform to the 'Sendable' protocol
16 | {
17 | public var x:Float
/Users/admin/builder/spi-builder-workspace/Sources/Float2/Float2.swift:104:20: warning: static property 'unitX' is not concurrency-safe because non-'Sendable' type 'Float2' may have shared mutable state; this is an error in the Swift 6 language mode
102 | public static let negativeOne = Float2(scalar: -1)
103 |
104 | public static let unitX = Self.unitXPositive
| |- warning: static property 'unitX' is not concurrency-safe because non-'Sendable' type 'Float2' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'unitX' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
105 | public static let unitXPositive = Float2(x: 1)
106 | public static let unitY = Self.unitYPositive
/Users/admin/builder/spi-builder-workspace/Sources/Float2/Float2_NoObjCBridge.swift:15:15: note: consider making struct 'Float2' conform to the 'Sendable' protocol
13 | // MARK: Struct Definition
14 |
15 | public struct Float2
| `- note: consider making struct 'Float2' conform to the 'Sendable' protocol
16 | {
17 | public var x:Float
/Users/admin/builder/spi-builder-workspace/Sources/Float2/Float2.swift:105:20: warning: static property 'unitXPositive' is not concurrency-safe because non-'Sendable' type 'Float2' may have shared mutable state; this is an error in the Swift 6 language mode
103 |
104 | public static let unitX = Self.unitXPositive
105 | public static let unitXPositive = Float2(x: 1)
| |- warning: static property 'unitXPositive' is not concurrency-safe because non-'Sendable' type 'Float2' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'unitXPositive' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
106 | public static let unitY = Self.unitYPositive
107 | public static let unitYPositive = Float2(y: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Float2/Float2_NoObjCBridge.swift:15:15: note: consider making struct 'Float2' conform to the 'Sendable' protocol
13 | // MARK: Struct Definition
14 |
15 | public struct Float2
| `- note: consider making struct 'Float2' conform to the 'Sendable' protocol
16 | {
17 | public var x:Float
/Users/admin/builder/spi-builder-workspace/Sources/Float2/Float2.swift:106:20: warning: static property 'unitY' is not concurrency-safe because non-'Sendable' type 'Float2' may have shared mutable state; this is an error in the Swift 6 language mode
104 | public static let unitX = Self.unitXPositive
105 | public static let unitXPositive = Float2(x: 1)
106 | public static let unitY = Self.unitYPositive
| |- warning: static property 'unitY' is not concurrency-safe because non-'Sendable' type 'Float2' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'unitY' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
107 | public static let unitYPositive = Float2(y: 1)
108 |
/Users/admin/builder/spi-builder-workspace/Sources/Float2/Float2_NoObjCBridge.swift:15:15: note: consider making struct 'Float2' conform to the 'Sendable' protocol
13 | // MARK: Struct Definition
14 |
15 | public struct Float2
| `- note: consider making struct 'Float2' conform to the 'Sendable' protocol
16 | {
17 | public var x:Float
/Users/admin/builder/spi-builder-workspace/Sources/Float2/Float2.swift:107:20: warning: static property 'unitYPositive' is not concurrency-safe because non-'Sendable' type 'Float2' may have shared mutable state; this is an error in the Swift 6 language mode
105 | public static let unitXPositive = Float2(x: 1)
106 | public static let unitY = Self.unitYPositive
107 | public static let unitYPositive = Float2(y: 1)
| |- warning: static property 'unitYPositive' is not concurrency-safe because non-'Sendable' type 'Float2' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'unitYPositive' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
108 |
109 | public static let unitXNegative = Float2(x: -1)
/Users/admin/builder/spi-builder-workspace/Sources/Float2/Float2_NoObjCBridge.swift:15:15: note: consider making struct 'Float2' conform to the 'Sendable' protocol
13 | // MARK: Struct Definition
14 |
15 | public struct Float2
| `- note: consider making struct 'Float2' conform to the 'Sendable' protocol
16 | {
17 | public var x:Float
/Users/admin/builder/spi-builder-workspace/Sources/Float2/Float2.swift:109:20: warning: static property 'unitXNegative' is not concurrency-safe because non-'Sendable' type 'Float2' may have shared mutable state; this is an error in the Swift 6 language mode
107 | public static let unitYPositive = Float2(y: 1)
108 |
109 | public static let unitXNegative = Float2(x: -1)
| |- warning: static property 'unitXNegative' is not concurrency-safe because non-'Sendable' type 'Float2' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'unitXNegative' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
110 | public static let unitYNegative = Float2(y: -1)
111 |
/Users/admin/builder/spi-builder-workspace/Sources/Float2/Float2_NoObjCBridge.swift:15:15: note: consider making struct 'Float2' conform to the 'Sendable' protocol
13 | // MARK: Struct Definition
14 |
15 | public struct Float2
| `- note: consider making struct 'Float2' conform to the 'Sendable' protocol
16 | {
17 | public var x:Float
/Users/admin/builder/spi-builder-workspace/Sources/Float2/Float2.swift:110:20: warning: static property 'unitYNegative' is not concurrency-safe because non-'Sendable' type 'Float2' may have shared mutable state; this is an error in the Swift 6 language mode
108 |
109 | public static let unitXNegative = Float2(x: -1)
110 | public static let unitYNegative = Float2(y: -1)
| |- warning: static property 'unitYNegative' is not concurrency-safe because non-'Sendable' type 'Float2' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'unitYNegative' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
111 |
112 |
/Users/admin/builder/spi-builder-workspace/Sources/Float2/Float2_NoObjCBridge.swift:15:15: note: consider making struct 'Float2' conform to the 'Sendable' protocol
13 | // MARK: Struct Definition
14 |
15 | public struct Float2
| `- note: consider making struct 'Float2' conform to the 'Sendable' protocol
16 | {
17 | public var x:Float
[14/22] Compiling Vuckt Int4.swift
/Users/admin/builder/spi-builder-workspace/Sources/Int4/Int4.swift:138:20: warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'Int4' may have shared mutable state; this is an error in the Swift 6 language mode
136 | // MARK: commonly-used “presets”
137 |
138 | public static let zero = Int4(scalar: 0)
| |- warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'Int4' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'zero' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
139 |
140 | public static let one = Self.positiveOne
/Users/admin/builder/spi-builder-workspace/Sources/Int4/Int4_NoObjCBridge.swift:11:15: note: consider making struct 'Int4' conform to the 'Sendable' protocol
9 | // MARK: Struct Definition
10 |
11 | public struct Int4
| `- note: consider making struct 'Int4' conform to the 'Sendable' protocol
12 | {
13 | public var x:Int32
/Users/admin/builder/spi-builder-workspace/Sources/Int4/Int4.swift:140:20: warning: static property 'one' is not concurrency-safe because non-'Sendable' type 'Int4' may have shared mutable state; this is an error in the Swift 6 language mode
138 | public static let zero = Int4(scalar: 0)
139 |
140 | public static let one = Self.positiveOne
| |- warning: static property 'one' is not concurrency-safe because non-'Sendable' type 'Int4' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'one' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
141 | public static let positiveOne = Int4(scalar: 1)
142 | public static let negativeOne = Int4(scalar: -1)
/Users/admin/builder/spi-builder-workspace/Sources/Int4/Int4_NoObjCBridge.swift:11:15: note: consider making struct 'Int4' conform to the 'Sendable' protocol
9 | // MARK: Struct Definition
10 |
11 | public struct Int4
| `- note: consider making struct 'Int4' conform to the 'Sendable' protocol
12 | {
13 | public var x:Int32
/Users/admin/builder/spi-builder-workspace/Sources/Int4/Int4.swift:141:20: warning: static property 'positiveOne' is not concurrency-safe because non-'Sendable' type 'Int4' may have shared mutable state; this is an error in the Swift 6 language mode
139 |
140 | public static let one = Self.positiveOne
141 | public static let positiveOne = Int4(scalar: 1)
| |- warning: static property 'positiveOne' is not concurrency-safe because non-'Sendable' type 'Int4' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'positiveOne' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
142 | public static let negativeOne = Int4(scalar: -1)
143 |
/Users/admin/builder/spi-builder-workspace/Sources/Int4/Int4_NoObjCBridge.swift:11:15: note: consider making struct 'Int4' conform to the 'Sendable' protocol
9 | // MARK: Struct Definition
10 |
11 | public struct Int4
| `- note: consider making struct 'Int4' conform to the 'Sendable' protocol
12 | {
13 | public var x:Int32
/Users/admin/builder/spi-builder-workspace/Sources/Int4/Int4.swift:142:20: warning: static property 'negativeOne' is not concurrency-safe because non-'Sendable' type 'Int4' may have shared mutable state; this is an error in the Swift 6 language mode
140 | public static let one = Self.positiveOne
141 | public static let positiveOne = Int4(scalar: 1)
142 | public static let negativeOne = Int4(scalar: -1)
| |- warning: static property 'negativeOne' is not concurrency-safe because non-'Sendable' type 'Int4' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'negativeOne' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
143 |
144 | public static let unitX = Self.unitXPositive
/Users/admin/builder/spi-builder-workspace/Sources/Int4/Int4_NoObjCBridge.swift:11:15: note: consider making struct 'Int4' conform to the 'Sendable' protocol
9 | // MARK: Struct Definition
10 |
11 | public struct Int4
| `- note: consider making struct 'Int4' conform to the 'Sendable' protocol
12 | {
13 | public var x:Int32
/Users/admin/builder/spi-builder-workspace/Sources/Int4/Int4.swift:144:20: warning: static property 'unitX' is not concurrency-safe because non-'Sendable' type 'Int4' may have shared mutable state; this is an error in the Swift 6 language mode
142 | public static let negativeOne = Int4(scalar: -1)
143 |
144 | public static let unitX = Self.unitXPositive
| |- warning: static property 'unitX' is not concurrency-safe because non-'Sendable' type 'Int4' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'unitX' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
145 | public static let unitXPositive = Int4(x: 1)
146 | public static let unitY = Self.unitYPositive
/Users/admin/builder/spi-builder-workspace/Sources/Int4/Int4_NoObjCBridge.swift:11:15: note: consider making struct 'Int4' conform to the 'Sendable' protocol
9 | // MARK: Struct Definition
10 |
11 | public struct Int4
| `- note: consider making struct 'Int4' conform to the 'Sendable' protocol
12 | {
13 | public var x:Int32
/Users/admin/builder/spi-builder-workspace/Sources/Int4/Int4.swift:145:20: warning: static property 'unitXPositive' is not concurrency-safe because non-'Sendable' type 'Int4' may have shared mutable state; this is an error in the Swift 6 language mode
143 |
144 | public static let unitX = Self.unitXPositive
145 | public static let unitXPositive = Int4(x: 1)
| |- warning: static property 'unitXPositive' is not concurrency-safe because non-'Sendable' type 'Int4' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'unitXPositive' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
146 | public static let unitY = Self.unitYPositive
147 | public static let unitYPositive = Int4(y: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Int4/Int4_NoObjCBridge.swift:11:15: note: consider making struct 'Int4' conform to the 'Sendable' protocol
9 | // MARK: Struct Definition
10 |
11 | public struct Int4
| `- note: consider making struct 'Int4' conform to the 'Sendable' protocol
12 | {
13 | public var x:Int32
/Users/admin/builder/spi-builder-workspace/Sources/Int4/Int4.swift:146:20: warning: static property 'unitY' is not concurrency-safe because non-'Sendable' type 'Int4' may have shared mutable state; this is an error in the Swift 6 language mode
144 | public static let unitX = Self.unitXPositive
145 | public static let unitXPositive = Int4(x: 1)
146 | public static let unitY = Self.unitYPositive
| |- warning: static property 'unitY' is not concurrency-safe because non-'Sendable' type 'Int4' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'unitY' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
147 | public static let unitYPositive = Int4(y: 1)
148 | public static let unitZ = Self.unitZPositive
/Users/admin/builder/spi-builder-workspace/Sources/Int4/Int4_NoObjCBridge.swift:11:15: note: consider making struct 'Int4' conform to the 'Sendable' protocol
9 | // MARK: Struct Definition
10 |
11 | public struct Int4
| `- note: consider making struct 'Int4' conform to the 'Sendable' protocol
12 | {
13 | public var x:Int32
/Users/admin/builder/spi-builder-workspace/Sources/Int4/Int4.swift:147:20: warning: static property 'unitYPositive' is not concurrency-safe because non-'Sendable' type 'Int4' may have shared mutable state; this is an error in the Swift 6 language mode
145 | public static let unitXPositive = Int4(x: 1)
146 | public static let unitY = Self.unitYPositive
147 | public static let unitYPositive = Int4(y: 1)
| |- warning: static property 'unitYPositive' is not concurrency-safe because non-'Sendable' type 'Int4' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'unitYPositive' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
148 | public static let unitZ = Self.unitZPositive
149 | public static let unitZPositive = Int4(z: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Int4/Int4_NoObjCBridge.swift:11:15: note: consider making struct 'Int4' conform to the 'Sendable' protocol
9 | // MARK: Struct Definition
10 |
11 | public struct Int4
| `- note: consider making struct 'Int4' conform to the 'Sendable' protocol
12 | {
13 | public var x:Int32
/Users/admin/builder/spi-builder-workspace/Sources/Int4/Int4.swift:148:20: warning: static property 'unitZ' is not concurrency-safe because non-'Sendable' type 'Int4' may have shared mutable state; this is an error in the Swift 6 language mode
146 | public static let unitY = Self.unitYPositive
147 | public static let unitYPositive = Int4(y: 1)
148 | public static let unitZ = Self.unitZPositive
| |- warning: static property 'unitZ' is not concurrency-safe because non-'Sendable' type 'Int4' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'unitZ' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
149 | public static let unitZPositive = Int4(z: 1)
150 | public static let unitW = Self.unitWPositive
/Users/admin/builder/spi-builder-workspace/Sources/Int4/Int4_NoObjCBridge.swift:11:15: note: consider making struct 'Int4' conform to the 'Sendable' protocol
9 | // MARK: Struct Definition
10 |
11 | public struct Int4
| `- note: consider making struct 'Int4' conform to the 'Sendable' protocol
12 | {
13 | public var x:Int32
/Users/admin/builder/spi-builder-workspace/Sources/Int4/Int4.swift:149:20: warning: static property 'unitZPositive' is not concurrency-safe because non-'Sendable' type 'Int4' may have shared mutable state; this is an error in the Swift 6 language mode
147 | public static let unitYPositive = Int4(y: 1)
148 | public static let unitZ = Self.unitZPositive
149 | public static let unitZPositive = Int4(z: 1)
| |- warning: static property 'unitZPositive' is not concurrency-safe because non-'Sendable' type 'Int4' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'unitZPositive' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
150 | public static let unitW = Self.unitWPositive
151 | public static let unitWPositive = Int4(w: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Int4/Int4_NoObjCBridge.swift:11:15: note: consider making struct 'Int4' conform to the 'Sendable' protocol
9 | // MARK: Struct Definition
10 |
11 | public struct Int4
| `- note: consider making struct 'Int4' conform to the 'Sendable' protocol
12 | {
13 | public var x:Int32
/Users/admin/builder/spi-builder-workspace/Sources/Int4/Int4.swift:150:20: warning: static property 'unitW' is not concurrency-safe because non-'Sendable' type 'Int4' may have shared mutable state; this is an error in the Swift 6 language mode
148 | public static let unitZ = Self.unitZPositive
149 | public static let unitZPositive = Int4(z: 1)
150 | public static let unitW = Self.unitWPositive
| |- warning: static property 'unitW' is not concurrency-safe because non-'Sendable' type 'Int4' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'unitW' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
151 | public static let unitWPositive = Int4(w: 1)
152 |
/Users/admin/builder/spi-builder-workspace/Sources/Int4/Int4_NoObjCBridge.swift:11:15: note: consider making struct 'Int4' conform to the 'Sendable' protocol
9 | // MARK: Struct Definition
10 |
11 | public struct Int4
| `- note: consider making struct 'Int4' conform to the 'Sendable' protocol
12 | {
13 | public var x:Int32
/Users/admin/builder/spi-builder-workspace/Sources/Int4/Int4.swift:151:20: warning: static property 'unitWPositive' is not concurrency-safe because non-'Sendable' type 'Int4' may have shared mutable state; this is an error in the Swift 6 language mode
149 | public static let unitZPositive = Int4(z: 1)
150 | public static let unitW = Self.unitWPositive
151 | public static let unitWPositive = Int4(w: 1)
| |- warning: static property 'unitWPositive' is not concurrency-safe because non-'Sendable' type 'Int4' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'unitWPositive' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
152 |
153 | public static let unitXNegative = Int4(x: -1)
/Users/admin/builder/spi-builder-workspace/Sources/Int4/Int4_NoObjCBridge.swift:11:15: note: consider making struct 'Int4' conform to the 'Sendable' protocol
9 | // MARK: Struct Definition
10 |
11 | public struct Int4
| `- note: consider making struct 'Int4' conform to the 'Sendable' protocol
12 | {
13 | public var x:Int32
/Users/admin/builder/spi-builder-workspace/Sources/Int4/Int4.swift:153:20: warning: static property 'unitXNegative' is not concurrency-safe because non-'Sendable' type 'Int4' may have shared mutable state; this is an error in the Swift 6 language mode
151 | public static let unitWPositive = Int4(w: 1)
152 |
153 | public static let unitXNegative = Int4(x: -1)
| |- warning: static property 'unitXNegative' is not concurrency-safe because non-'Sendable' type 'Int4' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'unitXNegative' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
154 | public static let unitYNegative = Int4(y: -1)
155 | public static let unitZNegative = Int4(z: -1)
/Users/admin/builder/spi-builder-workspace/Sources/Int4/Int4_NoObjCBridge.swift:11:15: note: consider making struct 'Int4' conform to the 'Sendable' protocol
9 | // MARK: Struct Definition
10 |
11 | public struct Int4
| `- note: consider making struct 'Int4' conform to the 'Sendable' protocol
12 | {
13 | public var x:Int32
/Users/admin/builder/spi-builder-workspace/Sources/Int4/Int4.swift:154:20: warning: static property 'unitYNegative' is not concurrency-safe because non-'Sendable' type 'Int4' may have shared mutable state; this is an error in the Swift 6 language mode
152 |
153 | public static let unitXNegative = Int4(x: -1)
154 | public static let unitYNegative = Int4(y: -1)
| |- warning: static property 'unitYNegative' is not concurrency-safe because non-'Sendable' type 'Int4' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'unitYNegative' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
155 | public static let unitZNegative = Int4(z: -1)
156 | public static let unitWNegative = Int4(w: -1)
/Users/admin/builder/spi-builder-workspace/Sources/Int4/Int4_NoObjCBridge.swift:11:15: note: consider making struct 'Int4' conform to the 'Sendable' protocol
9 | // MARK: Struct Definition
10 |
11 | public struct Int4
| `- note: consider making struct 'Int4' conform to the 'Sendable' protocol
12 | {
13 | public var x:Int32
/Users/admin/builder/spi-builder-workspace/Sources/Int4/Int4.swift:155:20: warning: static property 'unitZNegative' is not concurrency-safe because non-'Sendable' type 'Int4' may have shared mutable state; this is an error in the Swift 6 language mode
153 | public static let unitXNegative = Int4(x: -1)
154 | public static let unitYNegative = Int4(y: -1)
155 | public static let unitZNegative = Int4(z: -1)
| |- warning: static property 'unitZNegative' is not concurrency-safe because non-'Sendable' type 'Int4' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'unitZNegative' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
156 | public static let unitWNegative = Int4(w: -1)
157 |
/Users/admin/builder/spi-builder-workspace/Sources/Int4/Int4_NoObjCBridge.swift:11:15: note: consider making struct 'Int4' conform to the 'Sendable' protocol
9 | // MARK: Struct Definition
10 |
11 | public struct Int4
| `- note: consider making struct 'Int4' conform to the 'Sendable' protocol
12 | {
13 | public var x:Int32
/Users/admin/builder/spi-builder-workspace/Sources/Int4/Int4.swift:156:20: warning: static property 'unitWNegative' is not concurrency-safe because non-'Sendable' type 'Int4' may have shared mutable state; this is an error in the Swift 6 language mode
154 | public static let unitYNegative = Int4(y: -1)
155 | public static let unitZNegative = Int4(z: -1)
156 | public static let unitWNegative = Int4(w: -1)
| |- warning: static property 'unitWNegative' is not concurrency-safe because non-'Sendable' type 'Int4' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'unitWNegative' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
157 |
158 |
/Users/admin/builder/spi-builder-workspace/Sources/Int4/Int4_NoObjCBridge.swift:11:15: note: consider making struct 'Int4' conform to the 'Sendable' protocol
9 | // MARK: Struct Definition
10 |
11 | public struct Int4
| `- note: consider making struct 'Int4' conform to the 'Sendable' protocol
12 | {
13 | public var x:Int32
[15/22] Compiling Vuckt Int4_NoObjCBridge.swift
/Users/admin/builder/spi-builder-workspace/Sources/Int4/Int4.swift:138:20: warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'Int4' may have shared mutable state; this is an error in the Swift 6 language mode
136 | // MARK: commonly-used “presets”
137 |
138 | public static let zero = Int4(scalar: 0)
| |- warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'Int4' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'zero' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
139 |
140 | public static let one = Self.positiveOne
/Users/admin/builder/spi-builder-workspace/Sources/Int4/Int4_NoObjCBridge.swift:11:15: note: consider making struct 'Int4' conform to the 'Sendable' protocol
9 | // MARK: Struct Definition
10 |
11 | public struct Int4
| `- note: consider making struct 'Int4' conform to the 'Sendable' protocol
12 | {
13 | public var x:Int32
/Users/admin/builder/spi-builder-workspace/Sources/Int4/Int4.swift:140:20: warning: static property 'one' is not concurrency-safe because non-'Sendable' type 'Int4' may have shared mutable state; this is an error in the Swift 6 language mode
138 | public static let zero = Int4(scalar: 0)
139 |
140 | public static let one = Self.positiveOne
| |- warning: static property 'one' is not concurrency-safe because non-'Sendable' type 'Int4' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'one' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
141 | public static let positiveOne = Int4(scalar: 1)
142 | public static let negativeOne = Int4(scalar: -1)
/Users/admin/builder/spi-builder-workspace/Sources/Int4/Int4_NoObjCBridge.swift:11:15: note: consider making struct 'Int4' conform to the 'Sendable' protocol
9 | // MARK: Struct Definition
10 |
11 | public struct Int4
| `- note: consider making struct 'Int4' conform to the 'Sendable' protocol
12 | {
13 | public var x:Int32
/Users/admin/builder/spi-builder-workspace/Sources/Int4/Int4.swift:141:20: warning: static property 'positiveOne' is not concurrency-safe because non-'Sendable' type 'Int4' may have shared mutable state; this is an error in the Swift 6 language mode
139 |
140 | public static let one = Self.positiveOne
141 | public static let positiveOne = Int4(scalar: 1)
| |- warning: static property 'positiveOne' is not concurrency-safe because non-'Sendable' type 'Int4' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'positiveOne' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
142 | public static let negativeOne = Int4(scalar: -1)
143 |
/Users/admin/builder/spi-builder-workspace/Sources/Int4/Int4_NoObjCBridge.swift:11:15: note: consider making struct 'Int4' conform to the 'Sendable' protocol
9 | // MARK: Struct Definition
10 |
11 | public struct Int4
| `- note: consider making struct 'Int4' conform to the 'Sendable' protocol
12 | {
13 | public var x:Int32
/Users/admin/builder/spi-builder-workspace/Sources/Int4/Int4.swift:142:20: warning: static property 'negativeOne' is not concurrency-safe because non-'Sendable' type 'Int4' may have shared mutable state; this is an error in the Swift 6 language mode
140 | public static let one = Self.positiveOne
141 | public static let positiveOne = Int4(scalar: 1)
142 | public static let negativeOne = Int4(scalar: -1)
| |- warning: static property 'negativeOne' is not concurrency-safe because non-'Sendable' type 'Int4' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'negativeOne' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
143 |
144 | public static let unitX = Self.unitXPositive
/Users/admin/builder/spi-builder-workspace/Sources/Int4/Int4_NoObjCBridge.swift:11:15: note: consider making struct 'Int4' conform to the 'Sendable' protocol
9 | // MARK: Struct Definition
10 |
11 | public struct Int4
| `- note: consider making struct 'Int4' conform to the 'Sendable' protocol
12 | {
13 | public var x:Int32
/Users/admin/builder/spi-builder-workspace/Sources/Int4/Int4.swift:144:20: warning: static property 'unitX' is not concurrency-safe because non-'Sendable' type 'Int4' may have shared mutable state; this is an error in the Swift 6 language mode
142 | public static let negativeOne = Int4(scalar: -1)
143 |
144 | public static let unitX = Self.unitXPositive
| |- warning: static property 'unitX' is not concurrency-safe because non-'Sendable' type 'Int4' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'unitX' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
145 | public static let unitXPositive = Int4(x: 1)
146 | public static let unitY = Self.unitYPositive
/Users/admin/builder/spi-builder-workspace/Sources/Int4/Int4_NoObjCBridge.swift:11:15: note: consider making struct 'Int4' conform to the 'Sendable' protocol
9 | // MARK: Struct Definition
10 |
11 | public struct Int4
| `- note: consider making struct 'Int4' conform to the 'Sendable' protocol
12 | {
13 | public var x:Int32
/Users/admin/builder/spi-builder-workspace/Sources/Int4/Int4.swift:145:20: warning: static property 'unitXPositive' is not concurrency-safe because non-'Sendable' type 'Int4' may have shared mutable state; this is an error in the Swift 6 language mode
143 |
144 | public static let unitX = Self.unitXPositive
145 | public static let unitXPositive = Int4(x: 1)
| |- warning: static property 'unitXPositive' is not concurrency-safe because non-'Sendable' type 'Int4' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'unitXPositive' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
146 | public static let unitY = Self.unitYPositive
147 | public static let unitYPositive = Int4(y: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Int4/Int4_NoObjCBridge.swift:11:15: note: consider making struct 'Int4' conform to the 'Sendable' protocol
9 | // MARK: Struct Definition
10 |
11 | public struct Int4
| `- note: consider making struct 'Int4' conform to the 'Sendable' protocol
12 | {
13 | public var x:Int32
/Users/admin/builder/spi-builder-workspace/Sources/Int4/Int4.swift:146:20: warning: static property 'unitY' is not concurrency-safe because non-'Sendable' type 'Int4' may have shared mutable state; this is an error in the Swift 6 language mode
144 | public static let unitX = Self.unitXPositive
145 | public static let unitXPositive = Int4(x: 1)
146 | public static let unitY = Self.unitYPositive
| |- warning: static property 'unitY' is not concurrency-safe because non-'Sendable' type 'Int4' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'unitY' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
147 | public static let unitYPositive = Int4(y: 1)
148 | public static let unitZ = Self.unitZPositive
/Users/admin/builder/spi-builder-workspace/Sources/Int4/Int4_NoObjCBridge.swift:11:15: note: consider making struct 'Int4' conform to the 'Sendable' protocol
9 | // MARK: Struct Definition
10 |
11 | public struct Int4
| `- note: consider making struct 'Int4' conform to the 'Sendable' protocol
12 | {
13 | public var x:Int32
/Users/admin/builder/spi-builder-workspace/Sources/Int4/Int4.swift:147:20: warning: static property 'unitYPositive' is not concurrency-safe because non-'Sendable' type 'Int4' may have shared mutable state; this is an error in the Swift 6 language mode
145 | public static let unitXPositive = Int4(x: 1)
146 | public static let unitY = Self.unitYPositive
147 | public static let unitYPositive = Int4(y: 1)
| |- warning: static property 'unitYPositive' is not concurrency-safe because non-'Sendable' type 'Int4' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'unitYPositive' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
148 | public static let unitZ = Self.unitZPositive
149 | public static let unitZPositive = Int4(z: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Int4/Int4_NoObjCBridge.swift:11:15: note: consider making struct 'Int4' conform to the 'Sendable' protocol
9 | // MARK: Struct Definition
10 |
11 | public struct Int4
| `- note: consider making struct 'Int4' conform to the 'Sendable' protocol
12 | {
13 | public var x:Int32
/Users/admin/builder/spi-builder-workspace/Sources/Int4/Int4.swift:148:20: warning: static property 'unitZ' is not concurrency-safe because non-'Sendable' type 'Int4' may have shared mutable state; this is an error in the Swift 6 language mode
146 | public static let unitY = Self.unitYPositive
147 | public static let unitYPositive = Int4(y: 1)
148 | public static let unitZ = Self.unitZPositive
| |- warning: static property 'unitZ' is not concurrency-safe because non-'Sendable' type 'Int4' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'unitZ' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
149 | public static let unitZPositive = Int4(z: 1)
150 | public static let unitW = Self.unitWPositive
/Users/admin/builder/spi-builder-workspace/Sources/Int4/Int4_NoObjCBridge.swift:11:15: note: consider making struct 'Int4' conform to the 'Sendable' protocol
9 | // MARK: Struct Definition
10 |
11 | public struct Int4
| `- note: consider making struct 'Int4' conform to the 'Sendable' protocol
12 | {
13 | public var x:Int32
/Users/admin/builder/spi-builder-workspace/Sources/Int4/Int4.swift:149:20: warning: static property 'unitZPositive' is not concurrency-safe because non-'Sendable' type 'Int4' may have shared mutable state; this is an error in the Swift 6 language mode
147 | public static let unitYPositive = Int4(y: 1)
148 | public static let unitZ = Self.unitZPositive
149 | public static let unitZPositive = Int4(z: 1)
| |- warning: static property 'unitZPositive' is not concurrency-safe because non-'Sendable' type 'Int4' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'unitZPositive' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
150 | public static let unitW = Self.unitWPositive
151 | public static let unitWPositive = Int4(w: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Int4/Int4_NoObjCBridge.swift:11:15: note: consider making struct 'Int4' conform to the 'Sendable' protocol
9 | // MARK: Struct Definition
10 |
11 | public struct Int4
| `- note: consider making struct 'Int4' conform to the 'Sendable' protocol
12 | {
13 | public var x:Int32
/Users/admin/builder/spi-builder-workspace/Sources/Int4/Int4.swift:150:20: warning: static property 'unitW' is not concurrency-safe because non-'Sendable' type 'Int4' may have shared mutable state; this is an error in the Swift 6 language mode
148 | public static let unitZ = Self.unitZPositive
149 | public static let unitZPositive = Int4(z: 1)
150 | public static let unitW = Self.unitWPositive
| |- warning: static property 'unitW' is not concurrency-safe because non-'Sendable' type 'Int4' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'unitW' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
151 | public static let unitWPositive = Int4(w: 1)
152 |
/Users/admin/builder/spi-builder-workspace/Sources/Int4/Int4_NoObjCBridge.swift:11:15: note: consider making struct 'Int4' conform to the 'Sendable' protocol
9 | // MARK: Struct Definition
10 |
11 | public struct Int4
| `- note: consider making struct 'Int4' conform to the 'Sendable' protocol
12 | {
13 | public var x:Int32
/Users/admin/builder/spi-builder-workspace/Sources/Int4/Int4.swift:151:20: warning: static property 'unitWPositive' is not concurrency-safe because non-'Sendable' type 'Int4' may have shared mutable state; this is an error in the Swift 6 language mode
149 | public static let unitZPositive = Int4(z: 1)
150 | public static let unitW = Self.unitWPositive
151 | public static let unitWPositive = Int4(w: 1)
| |- warning: static property 'unitWPositive' is not concurrency-safe because non-'Sendable' type 'Int4' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'unitWPositive' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
152 |
153 | public static let unitXNegative = Int4(x: -1)
/Users/admin/builder/spi-builder-workspace/Sources/Int4/Int4_NoObjCBridge.swift:11:15: note: consider making struct 'Int4' conform to the 'Sendable' protocol
9 | // MARK: Struct Definition
10 |
11 | public struct Int4
| `- note: consider making struct 'Int4' conform to the 'Sendable' protocol
12 | {
13 | public var x:Int32
/Users/admin/builder/spi-builder-workspace/Sources/Int4/Int4.swift:153:20: warning: static property 'unitXNegative' is not concurrency-safe because non-'Sendable' type 'Int4' may have shared mutable state; this is an error in the Swift 6 language mode
151 | public static let unitWPositive = Int4(w: 1)
152 |
153 | public static let unitXNegative = Int4(x: -1)
| |- warning: static property 'unitXNegative' is not concurrency-safe because non-'Sendable' type 'Int4' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'unitXNegative' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
154 | public static let unitYNegative = Int4(y: -1)
155 | public static let unitZNegative = Int4(z: -1)
/Users/admin/builder/spi-builder-workspace/Sources/Int4/Int4_NoObjCBridge.swift:11:15: note: consider making struct 'Int4' conform to the 'Sendable' protocol
9 | // MARK: Struct Definition
10 |
11 | public struct Int4
| `- note: consider making struct 'Int4' conform to the 'Sendable' protocol
12 | {
13 | public var x:Int32
/Users/admin/builder/spi-builder-workspace/Sources/Int4/Int4.swift:154:20: warning: static property 'unitYNegative' is not concurrency-safe because non-'Sendable' type 'Int4' may have shared mutable state; this is an error in the Swift 6 language mode
152 |
153 | public static let unitXNegative = Int4(x: -1)
154 | public static let unitYNegative = Int4(y: -1)
| |- warning: static property 'unitYNegative' is not concurrency-safe because non-'Sendable' type 'Int4' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'unitYNegative' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
155 | public static let unitZNegative = Int4(z: -1)
156 | public static let unitWNegative = Int4(w: -1)
/Users/admin/builder/spi-builder-workspace/Sources/Int4/Int4_NoObjCBridge.swift:11:15: note: consider making struct 'Int4' conform to the 'Sendable' protocol
9 | // MARK: Struct Definition
10 |
11 | public struct Int4
| `- note: consider making struct 'Int4' conform to the 'Sendable' protocol
12 | {
13 | public var x:Int32
/Users/admin/builder/spi-builder-workspace/Sources/Int4/Int4.swift:155:20: warning: static property 'unitZNegative' is not concurrency-safe because non-'Sendable' type 'Int4' may have shared mutable state; this is an error in the Swift 6 language mode
153 | public static let unitXNegative = Int4(x: -1)
154 | public static let unitYNegative = Int4(y: -1)
155 | public static let unitZNegative = Int4(z: -1)
| |- warning: static property 'unitZNegative' is not concurrency-safe because non-'Sendable' type 'Int4' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'unitZNegative' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
156 | public static let unitWNegative = Int4(w: -1)
157 |
/Users/admin/builder/spi-builder-workspace/Sources/Int4/Int4_NoObjCBridge.swift:11:15: note: consider making struct 'Int4' conform to the 'Sendable' protocol
9 | // MARK: Struct Definition
10 |
11 | public struct Int4
| `- note: consider making struct 'Int4' conform to the 'Sendable' protocol
12 | {
13 | public var x:Int32
/Users/admin/builder/spi-builder-workspace/Sources/Int4/Int4.swift:156:20: warning: static property 'unitWNegative' is not concurrency-safe because non-'Sendable' type 'Int4' may have shared mutable state; this is an error in the Swift 6 language mode
154 | public static let unitYNegative = Int4(y: -1)
155 | public static let unitZNegative = Int4(z: -1)
156 | public static let unitWNegative = Int4(w: -1)
| |- warning: static property 'unitWNegative' is not concurrency-safe because non-'Sendable' type 'Int4' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'unitWNegative' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
157 |
158 |
/Users/admin/builder/spi-builder-workspace/Sources/Int4/Int4_NoObjCBridge.swift:11:15: note: consider making struct 'Int4' conform to the 'Sendable' protocol
9 | // MARK: Struct Definition
10 |
11 | public struct Int4
| `- note: consider making struct 'Int4' conform to the 'Sendable' protocol
12 | {
13 | public var x:Int32
[16/22] Compiling Vuckt Int2.swift
/Users/admin/builder/spi-builder-workspace/Sources/Int2/Int2.swift:94:20: warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'Int2' may have shared mutable state; this is an error in the Swift 6 language mode
92 | // MARK: commonly-used “presets”
93 |
94 | public static let zero = Int2(scalar: 0)
| |- warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'Int2' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'zero' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
95 |
96 | public static let one = Self.positiveOne
/Users/admin/builder/spi-builder-workspace/Sources/Int2/Int2_NoObjCBridge.swift:11:15: note: consider making struct 'Int2' conform to the 'Sendable' protocol
9 | // MARK: Struct Definition
10 |
11 | public struct Int2
| `- note: consider making struct 'Int2' conform to the 'Sendable' protocol
12 | {
13 | public var x:Int32
/Users/admin/builder/spi-builder-workspace/Sources/Int2/Int2.swift:96:20: warning: static property 'one' is not concurrency-safe because non-'Sendable' type 'Int2' may have shared mutable state; this is an error in the Swift 6 language mode
94 | public static let zero = Int2(scalar: 0)
95 |
96 | public static let one = Self.positiveOne
| |- warning: static property 'one' is not concurrency-safe because non-'Sendable' type 'Int2' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'one' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
97 | public static let positiveOne = Int2(scalar: 1)
98 | public static let negativeOne = Int2(scalar: -1)
/Users/admin/builder/spi-builder-workspace/Sources/Int2/Int2_NoObjCBridge.swift:11:15: note: consider making struct 'Int2' conform to the 'Sendable' protocol
9 | // MARK: Struct Definition
10 |
11 | public struct Int2
| `- note: consider making struct 'Int2' conform to the 'Sendable' protocol
12 | {
13 | public var x:Int32
/Users/admin/builder/spi-builder-workspace/Sources/Int2/Int2.swift:97:20: warning: static property 'positiveOne' is not concurrency-safe because non-'Sendable' type 'Int2' may have shared mutable state; this is an error in the Swift 6 language mode
95 |
96 | public static let one = Self.positiveOne
97 | public static let positiveOne = Int2(scalar: 1)
| |- warning: static property 'positiveOne' is not concurrency-safe because non-'Sendable' type 'Int2' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'positiveOne' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
98 | public static let negativeOne = Int2(scalar: -1)
99 |
/Users/admin/builder/spi-builder-workspace/Sources/Int2/Int2_NoObjCBridge.swift:11:15: note: consider making struct 'Int2' conform to the 'Sendable' protocol
9 | // MARK: Struct Definition
10 |
11 | public struct Int2
| `- note: consider making struct 'Int2' conform to the 'Sendable' protocol
12 | {
13 | public var x:Int32
/Users/admin/builder/spi-builder-workspace/Sources/Int2/Int2.swift:98:20: warning: static property 'negativeOne' is not concurrency-safe because non-'Sendable' type 'Int2' may have shared mutable state; this is an error in the Swift 6 language mode
96 | public static let one = Self.positiveOne
97 | public static let positiveOne = Int2(scalar: 1)
98 | public static let negativeOne = Int2(scalar: -1)
| |- warning: static property 'negativeOne' is not concurrency-safe because non-'Sendable' type 'Int2' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'negativeOne' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
99 |
100 | public static let unitX = Self.unitXPositive
/Users/admin/builder/spi-builder-workspace/Sources/Int2/Int2_NoObjCBridge.swift:11:15: note: consider making struct 'Int2' conform to the 'Sendable' protocol
9 | // MARK: Struct Definition
10 |
11 | public struct Int2
| `- note: consider making struct 'Int2' conform to the 'Sendable' protocol
12 | {
13 | public var x:Int32
/Users/admin/builder/spi-builder-workspace/Sources/Int2/Int2.swift:100:20: warning: static property 'unitX' is not concurrency-safe because non-'Sendable' type 'Int2' may have shared mutable state; this is an error in the Swift 6 language mode
98 | public static let negativeOne = Int2(scalar: -1)
99 |
100 | public static let unitX = Self.unitXPositive
| |- warning: static property 'unitX' is not concurrency-safe because non-'Sendable' type 'Int2' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'unitX' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
101 | public static let unitXPositive = Int2(x: 1)
102 | public static let unitY = Self.unitYPositive
/Users/admin/builder/spi-builder-workspace/Sources/Int2/Int2_NoObjCBridge.swift:11:15: note: consider making struct 'Int2' conform to the 'Sendable' protocol
9 | // MARK: Struct Definition
10 |
11 | public struct Int2
| `- note: consider making struct 'Int2' conform to the 'Sendable' protocol
12 | {
13 | public var x:Int32
/Users/admin/builder/spi-builder-workspace/Sources/Int2/Int2.swift:101:20: warning: static property 'unitXPositive' is not concurrency-safe because non-'Sendable' type 'Int2' may have shared mutable state; this is an error in the Swift 6 language mode
99 |
100 | public static let unitX = Self.unitXPositive
101 | public static let unitXPositive = Int2(x: 1)
| |- warning: static property 'unitXPositive' is not concurrency-safe because non-'Sendable' type 'Int2' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'unitXPositive' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
102 | public static let unitY = Self.unitYPositive
103 | public static let unitYPositive = Int2(y: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Int2/Int2_NoObjCBridge.swift:11:15: note: consider making struct 'Int2' conform to the 'Sendable' protocol
9 | // MARK: Struct Definition
10 |
11 | public struct Int2
| `- note: consider making struct 'Int2' conform to the 'Sendable' protocol
12 | {
13 | public var x:Int32
/Users/admin/builder/spi-builder-workspace/Sources/Int2/Int2.swift:102:20: warning: static property 'unitY' is not concurrency-safe because non-'Sendable' type 'Int2' may have shared mutable state; this is an error in the Swift 6 language mode
100 | public static let unitX = Self.unitXPositive
101 | public static let unitXPositive = Int2(x: 1)
102 | public static let unitY = Self.unitYPositive
| |- warning: static property 'unitY' is not concurrency-safe because non-'Sendable' type 'Int2' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'unitY' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
103 | public static let unitYPositive = Int2(y: 1)
104 |
/Users/admin/builder/spi-builder-workspace/Sources/Int2/Int2_NoObjCBridge.swift:11:15: note: consider making struct 'Int2' conform to the 'Sendable' protocol
9 | // MARK: Struct Definition
10 |
11 | public struct Int2
| `- note: consider making struct 'Int2' conform to the 'Sendable' protocol
12 | {
13 | public var x:Int32
/Users/admin/builder/spi-builder-workspace/Sources/Int2/Int2.swift:103:20: warning: static property 'unitYPositive' is not concurrency-safe because non-'Sendable' type 'Int2' may have shared mutable state; this is an error in the Swift 6 language mode
101 | public static let unitXPositive = Int2(x: 1)
102 | public static let unitY = Self.unitYPositive
103 | public static let unitYPositive = Int2(y: 1)
| |- warning: static property 'unitYPositive' is not concurrency-safe because non-'Sendable' type 'Int2' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'unitYPositive' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
104 |
105 | public static let unitXNegative = Int2(x: -1)
/Users/admin/builder/spi-builder-workspace/Sources/Int2/Int2_NoObjCBridge.swift:11:15: note: consider making struct 'Int2' conform to the 'Sendable' protocol
9 | // MARK: Struct Definition
10 |
11 | public struct Int2
| `- note: consider making struct 'Int2' conform to the 'Sendable' protocol
12 | {
13 | public var x:Int32
/Users/admin/builder/spi-builder-workspace/Sources/Int2/Int2.swift:105:20: warning: static property 'unitXNegative' is not concurrency-safe because non-'Sendable' type 'Int2' may have shared mutable state; this is an error in the Swift 6 language mode
103 | public static let unitYPositive = Int2(y: 1)
104 |
105 | public static let unitXNegative = Int2(x: -1)
| |- warning: static property 'unitXNegative' is not concurrency-safe because non-'Sendable' type 'Int2' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'unitXNegative' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
106 | public static let unitYNegative = Int2(y: -1)
107 |
/Users/admin/builder/spi-builder-workspace/Sources/Int2/Int2_NoObjCBridge.swift:11:15: note: consider making struct 'Int2' conform to the 'Sendable' protocol
9 | // MARK: Struct Definition
10 |
11 | public struct Int2
| `- note: consider making struct 'Int2' conform to the 'Sendable' protocol
12 | {
13 | public var x:Int32
/Users/admin/builder/spi-builder-workspace/Sources/Int2/Int2.swift:106:20: warning: static property 'unitYNegative' is not concurrency-safe because non-'Sendable' type 'Int2' may have shared mutable state; this is an error in the Swift 6 language mode
104 |
105 | public static let unitXNegative = Int2(x: -1)
106 | public static let unitYNegative = Int2(y: -1)
| |- warning: static property 'unitYNegative' is not concurrency-safe because non-'Sendable' type 'Int2' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'unitYNegative' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
107 |
108 |
/Users/admin/builder/spi-builder-workspace/Sources/Int2/Int2_NoObjCBridge.swift:11:15: note: consider making struct 'Int2' conform to the 'Sendable' protocol
9 | // MARK: Struct Definition
10 |
11 | public struct Int2
| `- note: consider making struct 'Int2' conform to the 'Sendable' protocol
12 | {
13 | public var x:Int32
[17/22] Compiling Vuckt Int2_NoObjCBridge.swift
/Users/admin/builder/spi-builder-workspace/Sources/Int2/Int2.swift:94:20: warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'Int2' may have shared mutable state; this is an error in the Swift 6 language mode
92 | // MARK: commonly-used “presets”
93 |
94 | public static let zero = Int2(scalar: 0)
| |- warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'Int2' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'zero' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
95 |
96 | public static let one = Self.positiveOne
/Users/admin/builder/spi-builder-workspace/Sources/Int2/Int2_NoObjCBridge.swift:11:15: note: consider making struct 'Int2' conform to the 'Sendable' protocol
9 | // MARK: Struct Definition
10 |
11 | public struct Int2
| `- note: consider making struct 'Int2' conform to the 'Sendable' protocol
12 | {
13 | public var x:Int32
/Users/admin/builder/spi-builder-workspace/Sources/Int2/Int2.swift:96:20: warning: static property 'one' is not concurrency-safe because non-'Sendable' type 'Int2' may have shared mutable state; this is an error in the Swift 6 language mode
94 | public static let zero = Int2(scalar: 0)
95 |
96 | public static let one = Self.positiveOne
| |- warning: static property 'one' is not concurrency-safe because non-'Sendable' type 'Int2' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'one' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
97 | public static let positiveOne = Int2(scalar: 1)
98 | public static let negativeOne = Int2(scalar: -1)
/Users/admin/builder/spi-builder-workspace/Sources/Int2/Int2_NoObjCBridge.swift:11:15: note: consider making struct 'Int2' conform to the 'Sendable' protocol
9 | // MARK: Struct Definition
10 |
11 | public struct Int2
| `- note: consider making struct 'Int2' conform to the 'Sendable' protocol
12 | {
13 | public var x:Int32
/Users/admin/builder/spi-builder-workspace/Sources/Int2/Int2.swift:97:20: warning: static property 'positiveOne' is not concurrency-safe because non-'Sendable' type 'Int2' may have shared mutable state; this is an error in the Swift 6 language mode
95 |
96 | public static let one = Self.positiveOne
97 | public static let positiveOne = Int2(scalar: 1)
| |- warning: static property 'positiveOne' is not concurrency-safe because non-'Sendable' type 'Int2' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'positiveOne' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
98 | public static let negativeOne = Int2(scalar: -1)
99 |
/Users/admin/builder/spi-builder-workspace/Sources/Int2/Int2_NoObjCBridge.swift:11:15: note: consider making struct 'Int2' conform to the 'Sendable' protocol
9 | // MARK: Struct Definition
10 |
11 | public struct Int2
| `- note: consider making struct 'Int2' conform to the 'Sendable' protocol
12 | {
13 | public var x:Int32
/Users/admin/builder/spi-builder-workspace/Sources/Int2/Int2.swift:98:20: warning: static property 'negativeOne' is not concurrency-safe because non-'Sendable' type 'Int2' may have shared mutable state; this is an error in the Swift 6 language mode
96 | public static let one = Self.positiveOne
97 | public static let positiveOne = Int2(scalar: 1)
98 | public static let negativeOne = Int2(scalar: -1)
| |- warning: static property 'negativeOne' is not concurrency-safe because non-'Sendable' type 'Int2' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'negativeOne' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
99 |
100 | public static let unitX = Self.unitXPositive
/Users/admin/builder/spi-builder-workspace/Sources/Int2/Int2_NoObjCBridge.swift:11:15: note: consider making struct 'Int2' conform to the 'Sendable' protocol
9 | // MARK: Struct Definition
10 |
11 | public struct Int2
| `- note: consider making struct 'Int2' conform to the 'Sendable' protocol
12 | {
13 | public var x:Int32
/Users/admin/builder/spi-builder-workspace/Sources/Int2/Int2.swift:100:20: warning: static property 'unitX' is not concurrency-safe because non-'Sendable' type 'Int2' may have shared mutable state; this is an error in the Swift 6 language mode
98 | public static let negativeOne = Int2(scalar: -1)
99 |
100 | public static let unitX = Self.unitXPositive
| |- warning: static property 'unitX' is not concurrency-safe because non-'Sendable' type 'Int2' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'unitX' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
101 | public static let unitXPositive = Int2(x: 1)
102 | public static let unitY = Self.unitYPositive
/Users/admin/builder/spi-builder-workspace/Sources/Int2/Int2_NoObjCBridge.swift:11:15: note: consider making struct 'Int2' conform to the 'Sendable' protocol
9 | // MARK: Struct Definition
10 |
11 | public struct Int2
| `- note: consider making struct 'Int2' conform to the 'Sendable' protocol
12 | {
13 | public var x:Int32
/Users/admin/builder/spi-builder-workspace/Sources/Int2/Int2.swift:101:20: warning: static property 'unitXPositive' is not concurrency-safe because non-'Sendable' type 'Int2' may have shared mutable state; this is an error in the Swift 6 language mode
99 |
100 | public static let unitX = Self.unitXPositive
101 | public static let unitXPositive = Int2(x: 1)
| |- warning: static property 'unitXPositive' is not concurrency-safe because non-'Sendable' type 'Int2' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'unitXPositive' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
102 | public static let unitY = Self.unitYPositive
103 | public static let unitYPositive = Int2(y: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Int2/Int2_NoObjCBridge.swift:11:15: note: consider making struct 'Int2' conform to the 'Sendable' protocol
9 | // MARK: Struct Definition
10 |
11 | public struct Int2
| `- note: consider making struct 'Int2' conform to the 'Sendable' protocol
12 | {
13 | public var x:Int32
/Users/admin/builder/spi-builder-workspace/Sources/Int2/Int2.swift:102:20: warning: static property 'unitY' is not concurrency-safe because non-'Sendable' type 'Int2' may have shared mutable state; this is an error in the Swift 6 language mode
100 | public static let unitX = Self.unitXPositive
101 | public static let unitXPositive = Int2(x: 1)
102 | public static let unitY = Self.unitYPositive
| |- warning: static property 'unitY' is not concurrency-safe because non-'Sendable' type 'Int2' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'unitY' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
103 | public static let unitYPositive = Int2(y: 1)
104 |
/Users/admin/builder/spi-builder-workspace/Sources/Int2/Int2_NoObjCBridge.swift:11:15: note: consider making struct 'Int2' conform to the 'Sendable' protocol
9 | // MARK: Struct Definition
10 |
11 | public struct Int2
| `- note: consider making struct 'Int2' conform to the 'Sendable' protocol
12 | {
13 | public var x:Int32
/Users/admin/builder/spi-builder-workspace/Sources/Int2/Int2.swift:103:20: warning: static property 'unitYPositive' is not concurrency-safe because non-'Sendable' type 'Int2' may have shared mutable state; this is an error in the Swift 6 language mode
101 | public static let unitXPositive = Int2(x: 1)
102 | public static let unitY = Self.unitYPositive
103 | public static let unitYPositive = Int2(y: 1)
| |- warning: static property 'unitYPositive' is not concurrency-safe because non-'Sendable' type 'Int2' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'unitYPositive' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
104 |
105 | public static let unitXNegative = Int2(x: -1)
/Users/admin/builder/spi-builder-workspace/Sources/Int2/Int2_NoObjCBridge.swift:11:15: note: consider making struct 'Int2' conform to the 'Sendable' protocol
9 | // MARK: Struct Definition
10 |
11 | public struct Int2
| `- note: consider making struct 'Int2' conform to the 'Sendable' protocol
12 | {
13 | public var x:Int32
/Users/admin/builder/spi-builder-workspace/Sources/Int2/Int2.swift:105:20: warning: static property 'unitXNegative' is not concurrency-safe because non-'Sendable' type 'Int2' may have shared mutable state; this is an error in the Swift 6 language mode
103 | public static let unitYPositive = Int2(y: 1)
104 |
105 | public static let unitXNegative = Int2(x: -1)
| |- warning: static property 'unitXNegative' is not concurrency-safe because non-'Sendable' type 'Int2' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'unitXNegative' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
106 | public static let unitYNegative = Int2(y: -1)
107 |
/Users/admin/builder/spi-builder-workspace/Sources/Int2/Int2_NoObjCBridge.swift:11:15: note: consider making struct 'Int2' conform to the 'Sendable' protocol
9 | // MARK: Struct Definition
10 |
11 | public struct Int2
| `- note: consider making struct 'Int2' conform to the 'Sendable' protocol
12 | {
13 | public var x:Int32
/Users/admin/builder/spi-builder-workspace/Sources/Int2/Int2.swift:106:20: warning: static property 'unitYNegative' is not concurrency-safe because non-'Sendable' type 'Int2' may have shared mutable state; this is an error in the Swift 6 language mode
104 |
105 | public static let unitXNegative = Int2(x: -1)
106 | public static let unitYNegative = Int2(y: -1)
| |- warning: static property 'unitYNegative' is not concurrency-safe because non-'Sendable' type 'Int2' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'unitYNegative' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
107 |
108 |
/Users/admin/builder/spi-builder-workspace/Sources/Int2/Int2_NoObjCBridge.swift:11:15: note: consider making struct 'Int2' conform to the 'Sendable' protocol
9 | // MARK: Struct Definition
10 |
11 | public struct Int2
| `- note: consider making struct 'Int2' conform to the 'Sendable' protocol
12 | {
13 | public var x:Int32
[18/22] Compiling Vuckt FloatQuaternion.swift
/Users/admin/builder/spi-builder-workspace/Sources/FloatQuaternion/FloatQuaternion.swift:8:25: warning: unknown operating system for build configuration 'os'
6 | import simd
7 | import SceneKit.SceneKitTypes
8 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
9 | import GLKit.GLKQuaternion
10 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/FloatQuaternion/FloatQuaternion.swift:290:25: warning: unknown operating system for build configuration 'os'
288 | }
289 |
290 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
291 | extension FloatQuaternion // GLKit Conversion
292 | {
/Users/admin/builder/spi-builder-workspace/Sources/FloatQuaternion/FloatQuaternion_NoObjCBridge.swift:7:25: warning: unknown operating system for build configuration 'os'
5 | import simd.vector_types
6 | import SceneKit.SceneKitTypes
7 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
8 | import GLKit.GLKQuaternion
9 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/FloatQuaternion/FloatQuaternion_NoObjCBridge.swift:68:25: warning: unknown operating system for build configuration 'os'
66 |
67 |
68 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
69 | // MARK: GLKit Conversion
70 |
/Users/admin/builder/spi-builder-workspace/Sources/FloatQuaternion/FloatQuaternion.swift:61:20: warning: static property 'identity' is not concurrency-safe because non-'Sendable' type 'FloatQuaternion' may have shared mutable state; this is an error in the Swift 6 language mode
59 | // MARK: commonly-used “presets”
60 |
61 | public static let identity = FloatQuaternion(0, 0, 0, 1)
| |- warning: static property 'identity' is not concurrency-safe because non-'Sendable' type 'FloatQuaternion' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'identity' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
62 |
63 | public static let rotation90AroundX = FloatQuaternion(SquareRootOfOneHalf, 0, 0, SquareRootOfOneHalf)
/Users/admin/builder/spi-builder-workspace/Sources/FloatQuaternion/FloatQuaternion_NoObjCBridge.swift:21:15: note: consider making struct 'FloatQuaternion' conform to the 'Sendable' protocol
19 | // MARK: Struct Definition
20 |
21 | public struct FloatQuaternion
| `- note: consider making struct 'FloatQuaternion' conform to the 'Sendable' protocol
22 | {
23 | public var ix:Float, iy:Float, iz:Float, r:Float
/Users/admin/builder/spi-builder-workspace/Sources/FloatQuaternion/FloatQuaternion.swift:63:20: warning: static property 'rotation90AroundX' is not concurrency-safe because non-'Sendable' type 'FloatQuaternion' may have shared mutable state; this is an error in the Swift 6 language mode
61 | public static let identity = FloatQuaternion(0, 0, 0, 1)
62 |
63 | public static let rotation90AroundX = FloatQuaternion(SquareRootOfOneHalf, 0, 0, SquareRootOfOneHalf)
| |- warning: static property 'rotation90AroundX' is not concurrency-safe because non-'Sendable' type 'FloatQuaternion' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'rotation90AroundX' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
64 | public static let rotation90AroundY = FloatQuaternion(0, SquareRootOfOneHalf, 0, SquareRootOfOneHalf)
65 | public static let rotation90AroundZ = FloatQuaternion(0, 0, SquareRootOfOneHalf, SquareRootOfOneHalf)
/Users/admin/builder/spi-builder-workspace/Sources/FloatQuaternion/FloatQuaternion_NoObjCBridge.swift:21:15: note: consider making struct 'FloatQuaternion' conform to the 'Sendable' protocol
19 | // MARK: Struct Definition
20 |
21 | public struct FloatQuaternion
| `- note: consider making struct 'FloatQuaternion' conform to the 'Sendable' protocol
22 | {
23 | public var ix:Float, iy:Float, iz:Float, r:Float
/Users/admin/builder/spi-builder-workspace/Sources/FloatQuaternion/FloatQuaternion.swift:64:20: warning: static property 'rotation90AroundY' is not concurrency-safe because non-'Sendable' type 'FloatQuaternion' may have shared mutable state; this is an error in the Swift 6 language mode
62 |
63 | public static let rotation90AroundX = FloatQuaternion(SquareRootOfOneHalf, 0, 0, SquareRootOfOneHalf)
64 | public static let rotation90AroundY = FloatQuaternion(0, SquareRootOfOneHalf, 0, SquareRootOfOneHalf)
| |- warning: static property 'rotation90AroundY' is not concurrency-safe because non-'Sendable' type 'FloatQuaternion' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'rotation90AroundY' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
65 | public static let rotation90AroundZ = FloatQuaternion(0, 0, SquareRootOfOneHalf, SquareRootOfOneHalf)
66 |
/Users/admin/builder/spi-builder-workspace/Sources/FloatQuaternion/FloatQuaternion_NoObjCBridge.swift:21:15: note: consider making struct 'FloatQuaternion' conform to the 'Sendable' protocol
19 | // MARK: Struct Definition
20 |
21 | public struct FloatQuaternion
| `- note: consider making struct 'FloatQuaternion' conform to the 'Sendable' protocol
22 | {
23 | public var ix:Float, iy:Float, iz:Float, r:Float
/Users/admin/builder/spi-builder-workspace/Sources/FloatQuaternion/FloatQuaternion.swift:65:20: warning: static property 'rotation90AroundZ' is not concurrency-safe because non-'Sendable' type 'FloatQuaternion' may have shared mutable state; this is an error in the Swift 6 language mode
63 | public static let rotation90AroundX = FloatQuaternion(SquareRootOfOneHalf, 0, 0, SquareRootOfOneHalf)
64 | public static let rotation90AroundY = FloatQuaternion(0, SquareRootOfOneHalf, 0, SquareRootOfOneHalf)
65 | public static let rotation90AroundZ = FloatQuaternion(0, 0, SquareRootOfOneHalf, SquareRootOfOneHalf)
| |- warning: static property 'rotation90AroundZ' is not concurrency-safe because non-'Sendable' type 'FloatQuaternion' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'rotation90AroundZ' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
66 |
67 | public static let rotation180AroundX = FloatQuaternion(1, 0, 0, 0)
/Users/admin/builder/spi-builder-workspace/Sources/FloatQuaternion/FloatQuaternion_NoObjCBridge.swift:21:15: note: consider making struct 'FloatQuaternion' conform to the 'Sendable' protocol
19 | // MARK: Struct Definition
20 |
21 | public struct FloatQuaternion
| `- note: consider making struct 'FloatQuaternion' conform to the 'Sendable' protocol
22 | {
23 | public var ix:Float, iy:Float, iz:Float, r:Float
/Users/admin/builder/spi-builder-workspace/Sources/FloatQuaternion/FloatQuaternion.swift:67:20: warning: static property 'rotation180AroundX' is not concurrency-safe because non-'Sendable' type 'FloatQuaternion' may have shared mutable state; this is an error in the Swift 6 language mode
65 | public static let rotation90AroundZ = FloatQuaternion(0, 0, SquareRootOfOneHalf, SquareRootOfOneHalf)
66 |
67 | public static let rotation180AroundX = FloatQuaternion(1, 0, 0, 0)
| |- warning: static property 'rotation180AroundX' is not concurrency-safe because non-'Sendable' type 'FloatQuaternion' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'rotation180AroundX' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
68 | public static let rotation180AroundY = FloatQuaternion(0, 1, 0, 0)
69 | public static let rotation180AroundZ = FloatQuaternion(0, 0, 1, 0)
/Users/admin/builder/spi-builder-workspace/Sources/FloatQuaternion/FloatQuaternion_NoObjCBridge.swift:21:15: note: consider making struct 'FloatQuaternion' conform to the 'Sendable' protocol
19 | // MARK: Struct Definition
20 |
21 | public struct FloatQuaternion
| `- note: consider making struct 'FloatQuaternion' conform to the 'Sendable' protocol
22 | {
23 | public var ix:Float, iy:Float, iz:Float, r:Float
/Users/admin/builder/spi-builder-workspace/Sources/FloatQuaternion/FloatQuaternion.swift:68:20: warning: static property 'rotation180AroundY' is not concurrency-safe because non-'Sendable' type 'FloatQuaternion' may have shared mutable state; this is an error in the Swift 6 language mode
66 |
67 | public static let rotation180AroundX = FloatQuaternion(1, 0, 0, 0)
68 | public static let rotation180AroundY = FloatQuaternion(0, 1, 0, 0)
| |- warning: static property 'rotation180AroundY' is not concurrency-safe because non-'Sendable' type 'FloatQuaternion' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'rotation180AroundY' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
69 | public static let rotation180AroundZ = FloatQuaternion(0, 0, 1, 0)
70 |
/Users/admin/builder/spi-builder-workspace/Sources/FloatQuaternion/FloatQuaternion_NoObjCBridge.swift:21:15: note: consider making struct 'FloatQuaternion' conform to the 'Sendable' protocol
19 | // MARK: Struct Definition
20 |
21 | public struct FloatQuaternion
| `- note: consider making struct 'FloatQuaternion' conform to the 'Sendable' protocol
22 | {
23 | public var ix:Float, iy:Float, iz:Float, r:Float
/Users/admin/builder/spi-builder-workspace/Sources/FloatQuaternion/FloatQuaternion.swift:69:20: warning: static property 'rotation180AroundZ' is not concurrency-safe because non-'Sendable' type 'FloatQuaternion' may have shared mutable state; this is an error in the Swift 6 language mode
67 | public static let rotation180AroundX = FloatQuaternion(1, 0, 0, 0)
68 | public static let rotation180AroundY = FloatQuaternion(0, 1, 0, 0)
69 | public static let rotation180AroundZ = FloatQuaternion(0, 0, 1, 0)
| |- warning: static property 'rotation180AroundZ' is not concurrency-safe because non-'Sendable' type 'FloatQuaternion' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'rotation180AroundZ' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
70 |
71 | public static let rotation270AroundX = FloatQuaternion(-SquareRootOfOneHalf, 0, 0, SquareRootOfOneHalf)
/Users/admin/builder/spi-builder-workspace/Sources/FloatQuaternion/FloatQuaternion_NoObjCBridge.swift:21:15: note: consider making struct 'FloatQuaternion' conform to the 'Sendable' protocol
19 | // MARK: Struct Definition
20 |
21 | public struct FloatQuaternion
| `- note: consider making struct 'FloatQuaternion' conform to the 'Sendable' protocol
22 | {
23 | public var ix:Float, iy:Float, iz:Float, r:Float
/Users/admin/builder/spi-builder-workspace/Sources/FloatQuaternion/FloatQuaternion.swift:71:20: warning: static property 'rotation270AroundX' is not concurrency-safe because non-'Sendable' type 'FloatQuaternion' may have shared mutable state; this is an error in the Swift 6 language mode
69 | public static let rotation180AroundZ = FloatQuaternion(0, 0, 1, 0)
70 |
71 | public static let rotation270AroundX = FloatQuaternion(-SquareRootOfOneHalf, 0, 0, SquareRootOfOneHalf)
| |- warning: static property 'rotation270AroundX' is not concurrency-safe because non-'Sendable' type 'FloatQuaternion' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'rotation270AroundX' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
72 | public static let rotation270AroundY = FloatQuaternion(0, -SquareRootOfOneHalf, 0, SquareRootOfOneHalf)
73 | public static let rotation270AroundZ = FloatQuaternion(0, 0, -SquareRootOfOneHalf, SquareRootOfOneHalf)
/Users/admin/builder/spi-builder-workspace/Sources/FloatQuaternion/FloatQuaternion_NoObjCBridge.swift:21:15: note: consider making struct 'FloatQuaternion' conform to the 'Sendable' protocol
19 | // MARK: Struct Definition
20 |
21 | public struct FloatQuaternion
| `- note: consider making struct 'FloatQuaternion' conform to the 'Sendable' protocol
22 | {
23 | public var ix:Float, iy:Float, iz:Float, r:Float
/Users/admin/builder/spi-builder-workspace/Sources/FloatQuaternion/FloatQuaternion.swift:72:20: warning: static property 'rotation270AroundY' is not concurrency-safe because non-'Sendable' type 'FloatQuaternion' may have shared mutable state; this is an error in the Swift 6 language mode
70 |
71 | public static let rotation270AroundX = FloatQuaternion(-SquareRootOfOneHalf, 0, 0, SquareRootOfOneHalf)
72 | public static let rotation270AroundY = FloatQuaternion(0, -SquareRootOfOneHalf, 0, SquareRootOfOneHalf)
| |- warning: static property 'rotation270AroundY' is not concurrency-safe because non-'Sendable' type 'FloatQuaternion' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'rotation270AroundY' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
73 | public static let rotation270AroundZ = FloatQuaternion(0, 0, -SquareRootOfOneHalf, SquareRootOfOneHalf)
74 |
/Users/admin/builder/spi-builder-workspace/Sources/FloatQuaternion/FloatQuaternion_NoObjCBridge.swift:21:15: note: consider making struct 'FloatQuaternion' conform to the 'Sendable' protocol
19 | // MARK: Struct Definition
20 |
21 | public struct FloatQuaternion
| `- note: consider making struct 'FloatQuaternion' conform to the 'Sendable' protocol
22 | {
23 | public var ix:Float, iy:Float, iz:Float, r:Float
/Users/admin/builder/spi-builder-workspace/Sources/FloatQuaternion/FloatQuaternion.swift:73:20: warning: static property 'rotation270AroundZ' is not concurrency-safe because non-'Sendable' type 'FloatQuaternion' may have shared mutable state; this is an error in the Swift 6 language mode
71 | public static let rotation270AroundX = FloatQuaternion(-SquareRootOfOneHalf, 0, 0, SquareRootOfOneHalf)
72 | public static let rotation270AroundY = FloatQuaternion(0, -SquareRootOfOneHalf, 0, SquareRootOfOneHalf)
73 | public static let rotation270AroundZ = FloatQuaternion(0, 0, -SquareRootOfOneHalf, SquareRootOfOneHalf)
| |- warning: static property 'rotation270AroundZ' is not concurrency-safe because non-'Sendable' type 'FloatQuaternion' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'rotation270AroundZ' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
74 |
75 |
/Users/admin/builder/spi-builder-workspace/Sources/FloatQuaternion/FloatQuaternion_NoObjCBridge.swift:21:15: note: consider making struct 'FloatQuaternion' conform to the 'Sendable' protocol
19 | // MARK: Struct Definition
20 |
21 | public struct FloatQuaternion
| `- note: consider making struct 'FloatQuaternion' conform to the 'Sendable' protocol
22 | {
23 | public var ix:Float, iy:Float, iz:Float, r:Float
[19/22] Compiling Vuckt FloatQuaternion_NoObjCBridge.swift
/Users/admin/builder/spi-builder-workspace/Sources/FloatQuaternion/FloatQuaternion.swift:8:25: warning: unknown operating system for build configuration 'os'
6 | import simd
7 | import SceneKit.SceneKitTypes
8 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
9 | import GLKit.GLKQuaternion
10 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/FloatQuaternion/FloatQuaternion.swift:290:25: warning: unknown operating system for build configuration 'os'
288 | }
289 |
290 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
291 | extension FloatQuaternion // GLKit Conversion
292 | {
/Users/admin/builder/spi-builder-workspace/Sources/FloatQuaternion/FloatQuaternion_NoObjCBridge.swift:7:25: warning: unknown operating system for build configuration 'os'
5 | import simd.vector_types
6 | import SceneKit.SceneKitTypes
7 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
8 | import GLKit.GLKQuaternion
9 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/FloatQuaternion/FloatQuaternion_NoObjCBridge.swift:68:25: warning: unknown operating system for build configuration 'os'
66 |
67 |
68 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
69 | // MARK: GLKit Conversion
70 |
/Users/admin/builder/spi-builder-workspace/Sources/FloatQuaternion/FloatQuaternion.swift:61:20: warning: static property 'identity' is not concurrency-safe because non-'Sendable' type 'FloatQuaternion' may have shared mutable state; this is an error in the Swift 6 language mode
59 | // MARK: commonly-used “presets”
60 |
61 | public static let identity = FloatQuaternion(0, 0, 0, 1)
| |- warning: static property 'identity' is not concurrency-safe because non-'Sendable' type 'FloatQuaternion' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'identity' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
62 |
63 | public static let rotation90AroundX = FloatQuaternion(SquareRootOfOneHalf, 0, 0, SquareRootOfOneHalf)
/Users/admin/builder/spi-builder-workspace/Sources/FloatQuaternion/FloatQuaternion_NoObjCBridge.swift:21:15: note: consider making struct 'FloatQuaternion' conform to the 'Sendable' protocol
19 | // MARK: Struct Definition
20 |
21 | public struct FloatQuaternion
| `- note: consider making struct 'FloatQuaternion' conform to the 'Sendable' protocol
22 | {
23 | public var ix:Float, iy:Float, iz:Float, r:Float
/Users/admin/builder/spi-builder-workspace/Sources/FloatQuaternion/FloatQuaternion.swift:63:20: warning: static property 'rotation90AroundX' is not concurrency-safe because non-'Sendable' type 'FloatQuaternion' may have shared mutable state; this is an error in the Swift 6 language mode
61 | public static let identity = FloatQuaternion(0, 0, 0, 1)
62 |
63 | public static let rotation90AroundX = FloatQuaternion(SquareRootOfOneHalf, 0, 0, SquareRootOfOneHalf)
| |- warning: static property 'rotation90AroundX' is not concurrency-safe because non-'Sendable' type 'FloatQuaternion' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'rotation90AroundX' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
64 | public static let rotation90AroundY = FloatQuaternion(0, SquareRootOfOneHalf, 0, SquareRootOfOneHalf)
65 | public static let rotation90AroundZ = FloatQuaternion(0, 0, SquareRootOfOneHalf, SquareRootOfOneHalf)
/Users/admin/builder/spi-builder-workspace/Sources/FloatQuaternion/FloatQuaternion_NoObjCBridge.swift:21:15: note: consider making struct 'FloatQuaternion' conform to the 'Sendable' protocol
19 | // MARK: Struct Definition
20 |
21 | public struct FloatQuaternion
| `- note: consider making struct 'FloatQuaternion' conform to the 'Sendable' protocol
22 | {
23 | public var ix:Float, iy:Float, iz:Float, r:Float
/Users/admin/builder/spi-builder-workspace/Sources/FloatQuaternion/FloatQuaternion.swift:64:20: warning: static property 'rotation90AroundY' is not concurrency-safe because non-'Sendable' type 'FloatQuaternion' may have shared mutable state; this is an error in the Swift 6 language mode
62 |
63 | public static let rotation90AroundX = FloatQuaternion(SquareRootOfOneHalf, 0, 0, SquareRootOfOneHalf)
64 | public static let rotation90AroundY = FloatQuaternion(0, SquareRootOfOneHalf, 0, SquareRootOfOneHalf)
| |- warning: static property 'rotation90AroundY' is not concurrency-safe because non-'Sendable' type 'FloatQuaternion' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'rotation90AroundY' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
65 | public static let rotation90AroundZ = FloatQuaternion(0, 0, SquareRootOfOneHalf, SquareRootOfOneHalf)
66 |
/Users/admin/builder/spi-builder-workspace/Sources/FloatQuaternion/FloatQuaternion_NoObjCBridge.swift:21:15: note: consider making struct 'FloatQuaternion' conform to the 'Sendable' protocol
19 | // MARK: Struct Definition
20 |
21 | public struct FloatQuaternion
| `- note: consider making struct 'FloatQuaternion' conform to the 'Sendable' protocol
22 | {
23 | public var ix:Float, iy:Float, iz:Float, r:Float
/Users/admin/builder/spi-builder-workspace/Sources/FloatQuaternion/FloatQuaternion.swift:65:20: warning: static property 'rotation90AroundZ' is not concurrency-safe because non-'Sendable' type 'FloatQuaternion' may have shared mutable state; this is an error in the Swift 6 language mode
63 | public static let rotation90AroundX = FloatQuaternion(SquareRootOfOneHalf, 0, 0, SquareRootOfOneHalf)
64 | public static let rotation90AroundY = FloatQuaternion(0, SquareRootOfOneHalf, 0, SquareRootOfOneHalf)
65 | public static let rotation90AroundZ = FloatQuaternion(0, 0, SquareRootOfOneHalf, SquareRootOfOneHalf)
| |- warning: static property 'rotation90AroundZ' is not concurrency-safe because non-'Sendable' type 'FloatQuaternion' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'rotation90AroundZ' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
66 |
67 | public static let rotation180AroundX = FloatQuaternion(1, 0, 0, 0)
/Users/admin/builder/spi-builder-workspace/Sources/FloatQuaternion/FloatQuaternion_NoObjCBridge.swift:21:15: note: consider making struct 'FloatQuaternion' conform to the 'Sendable' protocol
19 | // MARK: Struct Definition
20 |
21 | public struct FloatQuaternion
| `- note: consider making struct 'FloatQuaternion' conform to the 'Sendable' protocol
22 | {
23 | public var ix:Float, iy:Float, iz:Float, r:Float
/Users/admin/builder/spi-builder-workspace/Sources/FloatQuaternion/FloatQuaternion.swift:67:20: warning: static property 'rotation180AroundX' is not concurrency-safe because non-'Sendable' type 'FloatQuaternion' may have shared mutable state; this is an error in the Swift 6 language mode
65 | public static let rotation90AroundZ = FloatQuaternion(0, 0, SquareRootOfOneHalf, SquareRootOfOneHalf)
66 |
67 | public static let rotation180AroundX = FloatQuaternion(1, 0, 0, 0)
| |- warning: static property 'rotation180AroundX' is not concurrency-safe because non-'Sendable' type 'FloatQuaternion' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'rotation180AroundX' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
68 | public static let rotation180AroundY = FloatQuaternion(0, 1, 0, 0)
69 | public static let rotation180AroundZ = FloatQuaternion(0, 0, 1, 0)
/Users/admin/builder/spi-builder-workspace/Sources/FloatQuaternion/FloatQuaternion_NoObjCBridge.swift:21:15: note: consider making struct 'FloatQuaternion' conform to the 'Sendable' protocol
19 | // MARK: Struct Definition
20 |
21 | public struct FloatQuaternion
| `- note: consider making struct 'FloatQuaternion' conform to the 'Sendable' protocol
22 | {
23 | public var ix:Float, iy:Float, iz:Float, r:Float
/Users/admin/builder/spi-builder-workspace/Sources/FloatQuaternion/FloatQuaternion.swift:68:20: warning: static property 'rotation180AroundY' is not concurrency-safe because non-'Sendable' type 'FloatQuaternion' may have shared mutable state; this is an error in the Swift 6 language mode
66 |
67 | public static let rotation180AroundX = FloatQuaternion(1, 0, 0, 0)
68 | public static let rotation180AroundY = FloatQuaternion(0, 1, 0, 0)
| |- warning: static property 'rotation180AroundY' is not concurrency-safe because non-'Sendable' type 'FloatQuaternion' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'rotation180AroundY' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
69 | public static let rotation180AroundZ = FloatQuaternion(0, 0, 1, 0)
70 |
/Users/admin/builder/spi-builder-workspace/Sources/FloatQuaternion/FloatQuaternion_NoObjCBridge.swift:21:15: note: consider making struct 'FloatQuaternion' conform to the 'Sendable' protocol
19 | // MARK: Struct Definition
20 |
21 | public struct FloatQuaternion
| `- note: consider making struct 'FloatQuaternion' conform to the 'Sendable' protocol
22 | {
23 | public var ix:Float, iy:Float, iz:Float, r:Float
/Users/admin/builder/spi-builder-workspace/Sources/FloatQuaternion/FloatQuaternion.swift:69:20: warning: static property 'rotation180AroundZ' is not concurrency-safe because non-'Sendable' type 'FloatQuaternion' may have shared mutable state; this is an error in the Swift 6 language mode
67 | public static let rotation180AroundX = FloatQuaternion(1, 0, 0, 0)
68 | public static let rotation180AroundY = FloatQuaternion(0, 1, 0, 0)
69 | public static let rotation180AroundZ = FloatQuaternion(0, 0, 1, 0)
| |- warning: static property 'rotation180AroundZ' is not concurrency-safe because non-'Sendable' type 'FloatQuaternion' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'rotation180AroundZ' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
70 |
71 | public static let rotation270AroundX = FloatQuaternion(-SquareRootOfOneHalf, 0, 0, SquareRootOfOneHalf)
/Users/admin/builder/spi-builder-workspace/Sources/FloatQuaternion/FloatQuaternion_NoObjCBridge.swift:21:15: note: consider making struct 'FloatQuaternion' conform to the 'Sendable' protocol
19 | // MARK: Struct Definition
20 |
21 | public struct FloatQuaternion
| `- note: consider making struct 'FloatQuaternion' conform to the 'Sendable' protocol
22 | {
23 | public var ix:Float, iy:Float, iz:Float, r:Float
/Users/admin/builder/spi-builder-workspace/Sources/FloatQuaternion/FloatQuaternion.swift:71:20: warning: static property 'rotation270AroundX' is not concurrency-safe because non-'Sendable' type 'FloatQuaternion' may have shared mutable state; this is an error in the Swift 6 language mode
69 | public static let rotation180AroundZ = FloatQuaternion(0, 0, 1, 0)
70 |
71 | public static let rotation270AroundX = FloatQuaternion(-SquareRootOfOneHalf, 0, 0, SquareRootOfOneHalf)
| |- warning: static property 'rotation270AroundX' is not concurrency-safe because non-'Sendable' type 'FloatQuaternion' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'rotation270AroundX' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
72 | public static let rotation270AroundY = FloatQuaternion(0, -SquareRootOfOneHalf, 0, SquareRootOfOneHalf)
73 | public static let rotation270AroundZ = FloatQuaternion(0, 0, -SquareRootOfOneHalf, SquareRootOfOneHalf)
/Users/admin/builder/spi-builder-workspace/Sources/FloatQuaternion/FloatQuaternion_NoObjCBridge.swift:21:15: note: consider making struct 'FloatQuaternion' conform to the 'Sendable' protocol
19 | // MARK: Struct Definition
20 |
21 | public struct FloatQuaternion
| `- note: consider making struct 'FloatQuaternion' conform to the 'Sendable' protocol
22 | {
23 | public var ix:Float, iy:Float, iz:Float, r:Float
/Users/admin/builder/spi-builder-workspace/Sources/FloatQuaternion/FloatQuaternion.swift:72:20: warning: static property 'rotation270AroundY' is not concurrency-safe because non-'Sendable' type 'FloatQuaternion' may have shared mutable state; this is an error in the Swift 6 language mode
70 |
71 | public static let rotation270AroundX = FloatQuaternion(-SquareRootOfOneHalf, 0, 0, SquareRootOfOneHalf)
72 | public static let rotation270AroundY = FloatQuaternion(0, -SquareRootOfOneHalf, 0, SquareRootOfOneHalf)
| |- warning: static property 'rotation270AroundY' is not concurrency-safe because non-'Sendable' type 'FloatQuaternion' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'rotation270AroundY' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
73 | public static let rotation270AroundZ = FloatQuaternion(0, 0, -SquareRootOfOneHalf, SquareRootOfOneHalf)
74 |
/Users/admin/builder/spi-builder-workspace/Sources/FloatQuaternion/FloatQuaternion_NoObjCBridge.swift:21:15: note: consider making struct 'FloatQuaternion' conform to the 'Sendable' protocol
19 | // MARK: Struct Definition
20 |
21 | public struct FloatQuaternion
| `- note: consider making struct 'FloatQuaternion' conform to the 'Sendable' protocol
22 | {
23 | public var ix:Float, iy:Float, iz:Float, r:Float
/Users/admin/builder/spi-builder-workspace/Sources/FloatQuaternion/FloatQuaternion.swift:73:20: warning: static property 'rotation270AroundZ' is not concurrency-safe because non-'Sendable' type 'FloatQuaternion' may have shared mutable state; this is an error in the Swift 6 language mode
71 | public static let rotation270AroundX = FloatQuaternion(-SquareRootOfOneHalf, 0, 0, SquareRootOfOneHalf)
72 | public static let rotation270AroundY = FloatQuaternion(0, -SquareRootOfOneHalf, 0, SquareRootOfOneHalf)
73 | public static let rotation270AroundZ = FloatQuaternion(0, 0, -SquareRootOfOneHalf, SquareRootOfOneHalf)
| |- warning: static property 'rotation270AroundZ' is not concurrency-safe because non-'Sendable' type 'FloatQuaternion' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'rotation270AroundZ' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
74 |
75 |
/Users/admin/builder/spi-builder-workspace/Sources/FloatQuaternion/FloatQuaternion_NoObjCBridge.swift:21:15: note: consider making struct 'FloatQuaternion' conform to the 'Sendable' protocol
19 | // MARK: Struct Definition
20 |
21 | public struct FloatQuaternion
| `- note: consider making struct 'FloatQuaternion' conform to the 'Sendable' protocol
22 | {
23 | public var ix:Float, iy:Float, iz:Float, r:Float
[20/22] Compiling Vuckt Float4x4.swift
/Users/admin/builder/spi-builder-workspace/Sources/Float4x4/Float4x4.swift:8:25: warning: unknown operating system for build configuration 'os'
6 | import simd
7 | import SceneKit.SceneKitTypes
8 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
9 | import GLKit.GLKMatrix4
10 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/Float4x4/Float4x4.swift:377:25: warning: unknown operating system for build configuration 'os'
375 | }
376 |
377 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
378 | extension Float4x4 // GLKit Conversion
379 | {
/Users/admin/builder/spi-builder-workspace/Sources/Float4x4/Float4x4_NoObjCBridge.swift:9:25: warning: unknown operating system for build configuration 'os'
7 | import simd
8 | import SceneKit.SceneKitTypes
9 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
10 | import GLKit.GLKMatrix4
11 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/Float4x4/Float4x4_NoObjCBridge.swift:134:25: warning: unknown operating system for build configuration 'os'
132 |
133 |
134 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
135 | // MARK: GLKit Conversion
136 |
/Users/admin/builder/spi-builder-workspace/Sources/Float4x4/Float4x4.swift:161:20: warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'Float4x4' may have shared mutable state; this is an error in the Swift 6 language mode
159 | // MARK: commonly-used “presets”
160 |
161 | public static let zero = Float4x4()
| |- warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'Float4x4' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'zero' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
162 | public static let identity = Float4x4(matrix_identity_float4x4);
163 |
/Users/admin/builder/spi-builder-workspace/Sources/Float4x4/Float4x4_NoObjCBridge.swift:26:15: note: consider making struct 'Float4x4' conform to the 'Sendable' protocol
24 | // MARK: Struct Definition
25 |
26 | public struct Float4x4
| `- note: consider making struct 'Float4x4' conform to the 'Sendable' protocol
27 | {
28 | public var m00: Float
/Users/admin/builder/spi-builder-workspace/Sources/Float4x4/Float4x4.swift:162:20: warning: static property 'identity' is not concurrency-safe because non-'Sendable' type 'Float4x4' may have shared mutable state; this is an error in the Swift 6 language mode
160 |
161 | public static let zero = Float4x4()
162 | public static let identity = Float4x4(matrix_identity_float4x4);
| |- warning: static property 'identity' is not concurrency-safe because non-'Sendable' type 'Float4x4' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'identity' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
163 |
164 |
/Users/admin/builder/spi-builder-workspace/Sources/Float4x4/Float4x4_NoObjCBridge.swift:26:15: note: consider making struct 'Float4x4' conform to the 'Sendable' protocol
24 | // MARK: Struct Definition
25 |
26 | public struct Float4x4
| `- note: consider making struct 'Float4x4' conform to the 'Sendable' protocol
27 | {
28 | public var m00: Float
[21/22] Compiling Vuckt Float4x4_NoObjCBridge.swift
/Users/admin/builder/spi-builder-workspace/Sources/Float4x4/Float4x4.swift:8:25: warning: unknown operating system for build configuration 'os'
6 | import simd
7 | import SceneKit.SceneKitTypes
8 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
9 | import GLKit.GLKMatrix4
10 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/Float4x4/Float4x4.swift:377:25: warning: unknown operating system for build configuration 'os'
375 | }
376 |
377 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
378 | extension Float4x4 // GLKit Conversion
379 | {
/Users/admin/builder/spi-builder-workspace/Sources/Float4x4/Float4x4_NoObjCBridge.swift:9:25: warning: unknown operating system for build configuration 'os'
7 | import simd
8 | import SceneKit.SceneKitTypes
9 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
10 | import GLKit.GLKMatrix4
11 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/Float4x4/Float4x4_NoObjCBridge.swift:134:25: warning: unknown operating system for build configuration 'os'
132 |
133 |
134 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
135 | // MARK: GLKit Conversion
136 |
/Users/admin/builder/spi-builder-workspace/Sources/Float4x4/Float4x4.swift:161:20: warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'Float4x4' may have shared mutable state; this is an error in the Swift 6 language mode
159 | // MARK: commonly-used “presets”
160 |
161 | public static let zero = Float4x4()
| |- warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'Float4x4' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'zero' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
162 | public static let identity = Float4x4(matrix_identity_float4x4);
163 |
/Users/admin/builder/spi-builder-workspace/Sources/Float4x4/Float4x4_NoObjCBridge.swift:26:15: note: consider making struct 'Float4x4' conform to the 'Sendable' protocol
24 | // MARK: Struct Definition
25 |
26 | public struct Float4x4
| `- note: consider making struct 'Float4x4' conform to the 'Sendable' protocol
27 | {
28 | public var m00: Float
/Users/admin/builder/spi-builder-workspace/Sources/Float4x4/Float4x4.swift:162:20: warning: static property 'identity' is not concurrency-safe because non-'Sendable' type 'Float4x4' may have shared mutable state; this is an error in the Swift 6 language mode
160 |
161 | public static let zero = Float4x4()
162 | public static let identity = Float4x4(matrix_identity_float4x4);
| |- warning: static property 'identity' is not concurrency-safe because non-'Sendable' type 'Float4x4' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'identity' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
163 |
164 |
/Users/admin/builder/spi-builder-workspace/Sources/Float4x4/Float4x4_NoObjCBridge.swift:26:15: note: consider making struct 'Float4x4' conform to the 'Sendable' protocol
24 | // MARK: Struct Definition
25 |
26 | public struct Float4x4
| `- note: consider making struct 'Float4x4' conform to the 'Sendable' protocol
27 | {
28 | public var m00: Float
[22/22] Compiling Vuckt Vuckt.swift
Build complete! (22.04s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Vuckt",
"name" : "Vuckt",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Vuckt",
"targets" : [
"Vuckt"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"4",
"4.2",
"5"
],
"targets" : [
{
"c99name" : "VucktTests",
"module_type" : "SwiftTarget",
"name" : "VucktTests",
"path" : "Tests",
"sources" : [
"VucktPerformanceTests.swift",
"VucktTests.swift"
],
"target_dependencies" : [
"Vuckt"
],
"type" : "test"
},
{
"c99name" : "Vuckt",
"module_type" : "SwiftTarget",
"name" : "Vuckt",
"path" : "Sources",
"product_memberships" : [
"Vuckt"
],
"sources" : [
"Float2/Float2.swift",
"Float2/Float2_NoObjCBridge.swift",
"Float3/Float3.swift",
"Float3/Float3_NoObjCBridge.swift",
"Float3x3/Float3x3.swift",
"Float3x3/Float3x3_NoObjCBridge.swift",
"Float4/Float4.swift",
"Float4/Float4_NoObjCBridge.swift",
"Float4x4/Float4x4.swift",
"Float4x4/Float4x4_NoObjCBridge.swift",
"FloatQuaternion/FloatQuaternion.swift",
"FloatQuaternion/FloatQuaternion_NoObjCBridge.swift",
"Int2/Int2.swift",
"Int2/Int2_NoObjCBridge.swift",
"Int3/Int3.swift",
"Int3/Int3_NoObjCBridge.swift",
"Int4/Int4.swift",
"Int4/Int4_NoObjCBridge.swift",
"Vuckt.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/capnslipp/vuckt/3.8.3
Repository: capnslipp/Vuckt
Swift version used: 6.0
Target: Vuckt
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/swift-docc-render-artifact/.git/
From https://github.com/swiftlang/swift-docc-render-artifact
* branch 88815688627177b9716a01ca41da19397bd30e47 -> FETCH_HEAD
HEAD is now at 8881568 Update the artifact
Extracting symbol information for 'Vuckt'...
Finished extracting symbol information for 'Vuckt'. (8.08s)
Building documentation for 'Vuckt'...
Finished building documentation for 'Vuckt' (0.60s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/capnslipp/vuckt/3.8.3
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2044] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.27s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (0.59s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3188] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.23s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.64s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
Building for debugging...
[0/8] Write sources
[1/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version--7754E27361AE5C74.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling SymbolKit Mixin+Equals.swift
[8/57] Compiling SymbolKit Mixin+Hash.swift
[9/57] Compiling SymbolKit Mixin.swift
[10/57] Compiling SymbolKit LineList.swift
[11/57] Compiling SymbolKit Position.swift
[12/57] Compiling SymbolKit DeclarationFragments.swift
[13/57] Compiling SymbolKit Fragment.swift
[14/57] Compiling SymbolKit FragmentKind.swift
[15/57] Compiling SymbolKit FunctionParameter.swift
[16/57] Compiling SymbolKit FunctionSignature.swift
[17/57] Compiling SymbolKit Identifier.swift
[18/57] Compiling SymbolKit KindIdentifier.swift
[19/57] Compiling SymbolKit Location.swift
[20/57] Compiling SymbolKit Mutability.swift
[21/57] Compiling SymbolKit Names.swift
[22/57] Compiling SymbolKit SPI.swift
[23/57] Compiling SymbolKit Snippet.swift
[24/57] Compiling SymbolKit Extension.swift
[25/57] Compiling SymbolKit GenericConstraint.swift
[26/57] Compiling SymbolKit GenericParameter.swift
[27/57] Compiling SymbolKit Generics.swift
[28/57] Compiling SymbolKit Namespace.swift
[29/57] Compiling SymbolKit SourceRange.swift
[30/57] Compiling SymbolKit Metadata.swift
[31/57] Compiling SymbolKit Module.swift
[32/57] Compiling SymbolKit OperatingSystem.swift
[33/57] Compiling SymbolKit Platform.swift
[34/57] Compiling SymbolKit Relationship.swift
[35/57] Compiling SymbolKit RelationshipKind.swift
[36/57] Compiling SymbolKit SourceOrigin.swift
[37/57] Compiling SymbolKit GenericConstraints.swift
[38/57] Compiling SymbolKit Swift.swift
[39/57] Compiling SymbolKit SemanticVersion.swift
[40/57] Compiling SymbolKit AccessControl.swift
[41/57] Compiling SymbolKit Availability.swift
[42/57] Compiling SymbolKit AvailabilityItem.swift
[43/57] Compiling SymbolKit Domain.swift
[44/57] Compiling SymbolKit Symbol.swift
[45/57] Compiling SymbolKit SymbolKind.swift
[46/57] Compiling SymbolKit SymbolGraph.swift
[47/57] Compiling SymbolKit GraphCollector.swift
[48/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[49/57] Compiling SymbolKit UnifiedSymbol.swift
[50/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[51/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[52/57] Compiling Snippets SnippetParser.swift
[53/57] Emitting module Snippets
[54/57] Compiling Snippets Snippet.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Emitting module snippet_extract
[57/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (3.73s)
Building for debugging...
[0/1] Write swift-version--7754E27361AE5C74.txt
[2/20] Compiling Vuckt Int2.swift
[3/20] Compiling Vuckt Int2_NoObjCBridge.swift
[4/21] Compiling Vuckt Int4.swift
[5/21] Compiling Vuckt Int4_NoObjCBridge.swift
[6/21] Compiling Vuckt Int3.swift
[7/21] Compiling Vuckt Int3_NoObjCBridge.swift
[8/21] Compiling Vuckt FloatQuaternion.swift
/Users/admin/builder/spi-builder-workspace/Sources/FloatQuaternion/FloatQuaternion.swift:8:25: warning: unknown operating system for build configuration 'os'
6 | import simd
7 | import SceneKit.SceneKitTypes
8 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
9 | import GLKit.GLKQuaternion
10 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/FloatQuaternion/FloatQuaternion.swift:290:25: warning: unknown operating system for build configuration 'os'
288 | }
289 |
290 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
291 | extension FloatQuaternion // GLKit Conversion
292 | {
/Users/admin/builder/spi-builder-workspace/Sources/FloatQuaternion/FloatQuaternion_NoObjCBridge.swift:7:25: warning: unknown operating system for build configuration 'os'
5 | import simd.vector_types
6 | import SceneKit.SceneKitTypes
7 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
8 | import GLKit.GLKQuaternion
9 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/FloatQuaternion/FloatQuaternion_NoObjCBridge.swift:68:25: warning: unknown operating system for build configuration 'os'
66 |
67 |
68 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
69 | // MARK: GLKit Conversion
70 |
[9/21] Compiling Vuckt FloatQuaternion_NoObjCBridge.swift
/Users/admin/builder/spi-builder-workspace/Sources/FloatQuaternion/FloatQuaternion.swift:8:25: warning: unknown operating system for build configuration 'os'
6 | import simd
7 | import SceneKit.SceneKitTypes
8 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
9 | import GLKit.GLKQuaternion
10 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/FloatQuaternion/FloatQuaternion.swift:290:25: warning: unknown operating system for build configuration 'os'
288 | }
289 |
290 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
291 | extension FloatQuaternion // GLKit Conversion
292 | {
/Users/admin/builder/spi-builder-workspace/Sources/FloatQuaternion/FloatQuaternion_NoObjCBridge.swift:7:25: warning: unknown operating system for build configuration 'os'
5 | import simd.vector_types
6 | import SceneKit.SceneKitTypes
7 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
8 | import GLKit.GLKQuaternion
9 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/FloatQuaternion/FloatQuaternion_NoObjCBridge.swift:68:25: warning: unknown operating system for build configuration 'os'
66 |
67 |
68 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
69 | // MARK: GLKit Conversion
70 |
[10/21] Compiling Vuckt Float4x4.swift
/Users/admin/builder/spi-builder-workspace/Sources/Float4x4/Float4x4.swift:8:25: warning: unknown operating system for build configuration 'os'
6 | import simd
7 | import SceneKit.SceneKitTypes
8 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
9 | import GLKit.GLKMatrix4
10 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/Float4x4/Float4x4.swift:377:25: warning: unknown operating system for build configuration 'os'
375 | }
376 |
377 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
378 | extension Float4x4 // GLKit Conversion
379 | {
/Users/admin/builder/spi-builder-workspace/Sources/Float4x4/Float4x4_NoObjCBridge.swift:9:25: warning: unknown operating system for build configuration 'os'
7 | import simd
8 | import SceneKit.SceneKitTypes
9 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
10 | import GLKit.GLKMatrix4
11 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/Float4x4/Float4x4_NoObjCBridge.swift:134:25: warning: unknown operating system for build configuration 'os'
132 |
133 |
134 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
135 | // MARK: GLKit Conversion
136 |
[11/21] Compiling Vuckt Float4x4_NoObjCBridge.swift
/Users/admin/builder/spi-builder-workspace/Sources/Float4x4/Float4x4.swift:8:25: warning: unknown operating system for build configuration 'os'
6 | import simd
7 | import SceneKit.SceneKitTypes
8 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
9 | import GLKit.GLKMatrix4
10 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/Float4x4/Float4x4.swift:377:25: warning: unknown operating system for build configuration 'os'
375 | }
376 |
377 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
378 | extension Float4x4 // GLKit Conversion
379 | {
/Users/admin/builder/spi-builder-workspace/Sources/Float4x4/Float4x4_NoObjCBridge.swift:9:25: warning: unknown operating system for build configuration 'os'
7 | import simd
8 | import SceneKit.SceneKitTypes
9 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
10 | import GLKit.GLKMatrix4
11 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/Float4x4/Float4x4_NoObjCBridge.swift:134:25: warning: unknown operating system for build configuration 'os'
132 |
133 |
134 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
135 | // MARK: GLKit Conversion
136 |
[12/21] Compiling Vuckt Float4.swift
/Users/admin/builder/spi-builder-workspace/Sources/Float4/Float4.swift:8:25: warning: unknown operating system for build configuration 'os'
6 | import simd
7 | import SceneKit.SceneKitTypes
8 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
9 | import GLKit.GLKVector4
10 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/Float4/Float4.swift:530:25: warning: unknown operating system for build configuration 'os'
528 | }
529 |
530 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
531 | extension Float4 // GLKit Conversion
532 | {
/Users/admin/builder/spi-builder-workspace/Sources/Float4/Float4_NoObjCBridge.swift:7:25: warning: unknown operating system for build configuration 'os'
5 | import simd.vector_types
6 | import SceneKit.SceneKitTypes
7 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
8 | import GLKit.GLKVector4
9 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/Float4/Float4_NoObjCBridge.swift:121:25: warning: unknown operating system for build configuration 'os'
119 |
120 |
121 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
122 | // MARK: GLKit Conversion
123 |
[13/21] Compiling Vuckt Float4_NoObjCBridge.swift
/Users/admin/builder/spi-builder-workspace/Sources/Float4/Float4.swift:8:25: warning: unknown operating system for build configuration 'os'
6 | import simd
7 | import SceneKit.SceneKitTypes
8 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
9 | import GLKit.GLKVector4
10 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/Float4/Float4.swift:530:25: warning: unknown operating system for build configuration 'os'
528 | }
529 |
530 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
531 | extension Float4 // GLKit Conversion
532 | {
/Users/admin/builder/spi-builder-workspace/Sources/Float4/Float4_NoObjCBridge.swift:7:25: warning: unknown operating system for build configuration 'os'
5 | import simd.vector_types
6 | import SceneKit.SceneKitTypes
7 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
8 | import GLKit.GLKVector4
9 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/Float4/Float4_NoObjCBridge.swift:121:25: warning: unknown operating system for build configuration 'os'
119 |
120 |
121 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
122 | // MARK: GLKit Conversion
123 |
[14/21] Compiling Vuckt Float3x3.swift
/Users/admin/builder/spi-builder-workspace/Sources/Float3x3/Float3x3.swift:8:25: warning: unknown operating system for build configuration 'os'
6 | import simd
7 | import SceneKit.SceneKitTypes
8 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
9 | import GLKit.GLKMatrix3
10 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/Float3x3/Float3x3.swift:355:25: warning: unknown operating system for build configuration 'os'
353 | //}
354 |
355 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
356 | extension Float3x3 // GLKit Conversion
357 | {
/Users/admin/builder/spi-builder-workspace/Sources/Float3x3/Float3x3_NoObjCBridge.swift:9:25: warning: unknown operating system for build configuration 'os'
7 | import simd
8 | import SceneKit.SceneKitTypes
9 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
10 | import GLKit.GLKMatrix3
11 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/Float3x3/Float3x3_NoObjCBridge.swift:109:25: warning: unknown operating system for build configuration 'os'
107 |
108 |
109 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
110 | // MARK: GLKit Conversion
111 |
[15/21] Compiling Vuckt Float3x3_NoObjCBridge.swift
/Users/admin/builder/spi-builder-workspace/Sources/Float3x3/Float3x3.swift:8:25: warning: unknown operating system for build configuration 'os'
6 | import simd
7 | import SceneKit.SceneKitTypes
8 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
9 | import GLKit.GLKMatrix3
10 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/Float3x3/Float3x3.swift:355:25: warning: unknown operating system for build configuration 'os'
353 | //}
354 |
355 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
356 | extension Float3x3 // GLKit Conversion
357 | {
/Users/admin/builder/spi-builder-workspace/Sources/Float3x3/Float3x3_NoObjCBridge.swift:9:25: warning: unknown operating system for build configuration 'os'
7 | import simd
8 | import SceneKit.SceneKitTypes
9 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
10 | import GLKit.GLKMatrix3
11 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/Float3x3/Float3x3_NoObjCBridge.swift:109:25: warning: unknown operating system for build configuration 'os'
107 |
108 |
109 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
110 | // MARK: GLKit Conversion
111 |
[16/21] Compiling Vuckt Float2.swift
[17/21] Compiling Vuckt Float2_NoObjCBridge.swift
[18/21] Compiling Vuckt Float3.swift
/Users/admin/builder/spi-builder-workspace/Sources/Float3/Float3.swift:8:25: warning: unknown operating system for build configuration 'os'
6 | import simd
7 | import SceneKit.SceneKitTypes
8 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
9 | import GLKit.GLKVector3
10 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/Float3/Float3.swift:290:25: warning: unknown operating system for build configuration 'os'
288 | }
289 |
290 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
291 | extension Float3 // GLKit Conversion
292 | {
/Users/admin/builder/spi-builder-workspace/Sources/Float3/Float3_NoObjCBridge.swift:7:25: warning: unknown operating system for build configuration 'os'
5 | import simd.vector_types
6 | import SceneKit.SceneKitTypes
7 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
8 | import GLKit.GLKVector3
9 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/Float3/Float3_NoObjCBridge.swift:124:25: warning: unknown operating system for build configuration 'os'
122 |
123 |
124 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
125 | // MARK: GLKit Conversion
126 |
[19/21] Compiling Vuckt Float3_NoObjCBridge.swift
/Users/admin/builder/spi-builder-workspace/Sources/Float3/Float3.swift:8:25: warning: unknown operating system for build configuration 'os'
6 | import simd
7 | import SceneKit.SceneKitTypes
8 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
9 | import GLKit.GLKVector3
10 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/Float3/Float3.swift:290:25: warning: unknown operating system for build configuration 'os'
288 | }
289 |
290 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
291 | extension Float3 // GLKit Conversion
292 | {
/Users/admin/builder/spi-builder-workspace/Sources/Float3/Float3_NoObjCBridge.swift:7:25: warning: unknown operating system for build configuration 'os'
5 | import simd.vector_types
6 | import SceneKit.SceneKitTypes
7 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
8 | import GLKit.GLKVector3
9 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/Float3/Float3_NoObjCBridge.swift:124:25: warning: unknown operating system for build configuration 'os'
122 |
123 |
124 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
125 | // MARK: GLKit Conversion
126 |
[20/21] Compiling Vuckt Vuckt.swift
[21/21] Emitting module Vuckt
/Users/admin/builder/spi-builder-workspace/Sources/Float3/Float3.swift:8:25: warning: unknown operating system for build configuration 'os'
6 | import simd
7 | import SceneKit.SceneKitTypes
8 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
9 | import GLKit.GLKVector3
10 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/Float3/Float3.swift:290:25: warning: unknown operating system for build configuration 'os'
288 | }
289 |
290 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
291 | extension Float3 // GLKit Conversion
292 | {
/Users/admin/builder/spi-builder-workspace/Sources/Float3/Float3_NoObjCBridge.swift:7:25: warning: unknown operating system for build configuration 'os'
5 | import simd.vector_types
6 | import SceneKit.SceneKitTypes
7 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
8 | import GLKit.GLKVector3
9 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/Float3/Float3_NoObjCBridge.swift:124:25: warning: unknown operating system for build configuration 'os'
122 |
123 |
124 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
125 | // MARK: GLKit Conversion
126 |
/Users/admin/builder/spi-builder-workspace/Sources/Float3x3/Float3x3.swift:8:25: warning: unknown operating system for build configuration 'os'
6 | import simd
7 | import SceneKit.SceneKitTypes
8 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
9 | import GLKit.GLKMatrix3
10 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/Float3x3/Float3x3.swift:355:25: warning: unknown operating system for build configuration 'os'
353 | //}
354 |
355 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
356 | extension Float3x3 // GLKit Conversion
357 | {
/Users/admin/builder/spi-builder-workspace/Sources/Float3x3/Float3x3_NoObjCBridge.swift:9:25: warning: unknown operating system for build configuration 'os'
7 | import simd
8 | import SceneKit.SceneKitTypes
9 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
10 | import GLKit.GLKMatrix3
11 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/Float3x3/Float3x3_NoObjCBridge.swift:109:25: warning: unknown operating system for build configuration 'os'
107 |
108 |
109 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
110 | // MARK: GLKit Conversion
111 |
/Users/admin/builder/spi-builder-workspace/Sources/Float4/Float4.swift:8:25: warning: unknown operating system for build configuration 'os'
6 | import simd
7 | import SceneKit.SceneKitTypes
8 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
9 | import GLKit.GLKVector4
10 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/Float4/Float4.swift:530:25: warning: unknown operating system for build configuration 'os'
528 | }
529 |
530 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
531 | extension Float4 // GLKit Conversion
532 | {
/Users/admin/builder/spi-builder-workspace/Sources/Float4/Float4_NoObjCBridge.swift:7:25: warning: unknown operating system for build configuration 'os'
5 | import simd.vector_types
6 | import SceneKit.SceneKitTypes
7 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
8 | import GLKit.GLKVector4
9 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/Float4/Float4_NoObjCBridge.swift:121:25: warning: unknown operating system for build configuration 'os'
119 |
120 |
121 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
122 | // MARK: GLKit Conversion
123 |
/Users/admin/builder/spi-builder-workspace/Sources/Float4x4/Float4x4.swift:8:25: warning: unknown operating system for build configuration 'os'
6 | import simd
7 | import SceneKit.SceneKitTypes
8 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
9 | import GLKit.GLKMatrix4
10 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/Float4x4/Float4x4.swift:377:25: warning: unknown operating system for build configuration 'os'
375 | }
376 |
377 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
378 | extension Float4x4 // GLKit Conversion
379 | {
/Users/admin/builder/spi-builder-workspace/Sources/Float4x4/Float4x4_NoObjCBridge.swift:9:25: warning: unknown operating system for build configuration 'os'
7 | import simd
8 | import SceneKit.SceneKitTypes
9 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
10 | import GLKit.GLKMatrix4
11 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/Float4x4/Float4x4_NoObjCBridge.swift:134:25: warning: unknown operating system for build configuration 'os'
132 |
133 |
134 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
135 | // MARK: GLKit Conversion
136 |
/Users/admin/builder/spi-builder-workspace/Sources/FloatQuaternion/FloatQuaternion.swift:8:25: warning: unknown operating system for build configuration 'os'
6 | import simd
7 | import SceneKit.SceneKitTypes
8 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
9 | import GLKit.GLKQuaternion
10 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/FloatQuaternion/FloatQuaternion.swift:290:25: warning: unknown operating system for build configuration 'os'
288 | }
289 |
290 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
291 | extension FloatQuaternion // GLKit Conversion
292 | {
/Users/admin/builder/spi-builder-workspace/Sources/FloatQuaternion/FloatQuaternion_NoObjCBridge.swift:7:25: warning: unknown operating system for build configuration 'os'
5 | import simd.vector_types
6 | import SceneKit.SceneKitTypes
7 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
8 | import GLKit.GLKQuaternion
9 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/FloatQuaternion/FloatQuaternion_NoObjCBridge.swift:68:25: warning: unknown operating system for build configuration 'os'
66 |
67 |
68 | #if !os(watchOS) && !os(xrOS)
| |- warning: unknown operating system for build configuration 'os'
| |- note: did you mean 'tvOS'?
| `- note: did you mean 'iOS'?
69 | // MARK: GLKit Conversion
70 |
Build of target: 'Vuckt' complete! (2.90s)
2986
15 /Users/admin/builder/spi-builder-workspace/.docs/capnslipp/vuckt/3.8.3
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/capnslipp/vuckt/3.8.3
File count: 2986
Doc size: 15.0MB
Preparing doc bundle ...
Uploading prod-capnslipp-vuckt-3.8.3-67294dd8.zip to s3://spi-docs-inbox/prod-capnslipp-vuckt-3.8.3-67294dd8.zip
Copying... [12%]
Copying... [21%]
Copying... [31%]
Copying... [40%]
Copying... [50%]
Copying... [62%]
Copying... [71%]
Copying... [81%]
Copying... [91%]
Copying... [100%]
Done.