The Swift Package Index logo.Swift Package Index

Build Information

Successful build of LuaSwift, reference v1.7.0 (cde1fd), with Swift 6.1 for visionOS using Xcode 16.3 on 6 Apr 2026 22:12:32 UTC.

Swift 6 data race errors: 172

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme LuaSwift -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/TypesModule.swift (in target 'LuaSwift' from project 'LuaSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/UTF8XModule.swift (in target 'LuaSwift' from project 'LuaSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/YAMLModule.swift (in target 'LuaSwift' from project 'LuaSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling LinAlg.swift, MathExpr.swift (in target 'NumericSwift' from project 'NumericSwift')
SwiftCompile normal arm64 Compiling\ ClusterModule.swift,\ ComplexHelper.swift,\ ComplexModule.swift,\ DebugModule.swift /Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ClusterModule.swift /Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexHelper.swift /Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift /Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/DebugModule.swift (in target 'LuaSwift' from project 'LuaSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ClusterModule.swift (in target 'LuaSwift' from project 'LuaSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexHelper.swift (in target 'LuaSwift' from project 'LuaSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift (in target 'LuaSwift' from project 'LuaSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:104:24: warning: static property 'createCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let createCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:104:24: note: add '@MainActor' to make static property 'createCallback' part of global actor 'MainActor'
    private static let createCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:104:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let createCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:110:24: warning: static property 'fromPolarCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let fromPolarCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:110:24: note: add '@MainActor' to make static property 'fromPolarCallback' part of global actor 'MainActor'
    private static let fromPolarCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:110:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let fromPolarCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:121:24: warning: static property 'addCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let addCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:121:24: note: add '@MainActor' to make static property 'addCallback' part of global actor 'MainActor'
    private static let addCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:121:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let addCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:129:24: warning: static property 'subCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let subCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:129:24: note: add '@MainActor' to make static property 'subCallback' part of global actor 'MainActor'
    private static let subCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:129:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let subCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:137:24: warning: static property 'mulCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let mulCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:137:24: note: add '@MainActor' to make static property 'mulCallback' part of global actor 'MainActor'
    private static let mulCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:137:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let mulCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:145:24: warning: static property 'divCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let divCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:145:24: note: add '@MainActor' to make static property 'divCallback' part of global actor 'MainActor'
    private static let divCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:145:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let divCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:155:24: warning: static property 'negCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let negCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:155:24: note: add '@MainActor' to make static property 'negCallback' part of global actor 'MainActor'
    private static let negCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:155:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let negCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:163:24: warning: static property 'absCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let absCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:163:24: note: add '@MainActor' to make static property 'absCallback' part of global actor 'MainActor'
    private static let absCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:163:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let absCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:168:24: warning: static property 'argCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let argCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:168:24: note: add '@MainActor' to make static property 'argCallback' part of global actor 'MainActor'
    private static let argCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:168:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let argCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:173:24: warning: static property 'conjCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let conjCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:173:24: note: add '@MainActor' to make static property 'conjCallback' part of global actor 'MainActor'
    private static let conjCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:173:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let conjCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:179:24: warning: static property 'polarCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let polarCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:179:24: note: add '@MainActor' to make static property 'polarCallback' part of global actor 'MainActor'
    private static let polarCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:179:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let polarCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:187:24: warning: static property 'powCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let powCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:187:24: note: add '@MainActor' to make static property 'powCallback' part of global actor 'MainActor'
    private static let powCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:187:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let powCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:195:24: warning: static property 'sqrtCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let sqrtCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:195:24: note: add '@MainActor' to make static property 'sqrtCallback' part of global actor 'MainActor'
    private static let sqrtCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:195:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let sqrtCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:203:24: warning: static property 'expCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let expCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:203:24: note: add '@MainActor' to make static property 'expCallback' part of global actor 'MainActor'
    private static let expCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:203:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let expCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:209:24: warning: static property 'logCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let logCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:209:24: note: add '@MainActor' to make static property 'logCallback' part of global actor 'MainActor'
    private static let logCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:209:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let logCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:219:24: warning: static property 'sinCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let sinCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:219:24: note: add '@MainActor' to make static property 'sinCallback' part of global actor 'MainActor'
    private static let sinCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:219:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let sinCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:225:24: warning: static property 'cosCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let cosCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:225:24: note: add '@MainActor' to make static property 'cosCallback' part of global actor 'MainActor'
    private static let cosCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:225:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let cosCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:231:24: warning: static property 'tanCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let tanCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:231:24: note: add '@MainActor' to make static property 'tanCallback' part of global actor 'MainActor'
    private static let tanCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:231:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let tanCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:241:24: warning: static property 'asinCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let asinCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:241:24: note: add '@MainActor' to make static property 'asinCallback' part of global actor 'MainActor'
    private static let asinCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:241:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let asinCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:249:24: warning: static property 'acosCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let acosCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:249:24: note: add '@MainActor' to make static property 'acosCallback' part of global actor 'MainActor'
    private static let acosCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:249:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let acosCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:256:24: warning: static property 'atanCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let atanCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:256:24: note: add '@MainActor' to make static property 'atanCallback' part of global actor 'MainActor'
    private static let atanCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:256:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let atanCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:265:24: warning: static property 'sinhCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let sinhCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:265:24: note: add '@MainActor' to make static property 'sinhCallback' part of global actor 'MainActor'
    private static let sinhCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:265:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let sinhCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:271:24: warning: static property 'coshCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let coshCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:271:24: note: add '@MainActor' to make static property 'coshCallback' part of global actor 'MainActor'
    private static let coshCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:271:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let coshCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:277:24: warning: static property 'tanhCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let tanhCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:277:24: note: add '@MainActor' to make static property 'tanhCallback' part of global actor 'MainActor'
    private static let tanhCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/ComplexModule.swift:277:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let tanhCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/DebugModule.swift (in target 'LuaSwift' from project 'LuaSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/DebugModule.swift:50:24: warning: static property 'logLevel' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var logLevel: LogLevel = .debug
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/DebugModule.swift:50:24: note: convert 'logLevel' to a 'let' constant to make 'Sendable' shared state immutable
    private static var logLevel: LogLevel = .debug
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/DebugModule.swift:50:24: note: add '@MainActor' to make static property 'logLevel' part of global actor 'MainActor'
    private static var logLevel: LogLevel = .debug
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/DebugModule.swift:50:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var logLevel: LogLevel = .debug
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/DebugModule.swift:53:24: warning: static property 'timers' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var timers: [String: Date] = [:]
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/DebugModule.swift:53:24: note: convert 'timers' to a 'let' constant to make 'Sendable' shared state immutable
    private static var timers: [String: Date] = [:]
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/DebugModule.swift:53:24: note: add '@MainActor' to make static property 'timers' part of global actor 'MainActor'
    private static var timers: [String: Date] = [:]
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/DebugModule.swift:53:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var timers: [String: Date] = [:]
                       ^
    nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling NDArrayArithmetic.swift (in target 'ArraySwift' from project 'ArraySwift')
SwiftCompile normal arm64 Compiling\ StringXModule.swift,\ TOMLModule.swift,\ TableXModule.swift /Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/StringXModule.swift /Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/TOMLModule.swift /Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/TableXModule.swift (in target 'LuaSwift' from project 'LuaSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/StringXModule.swift (in target 'LuaSwift' from project 'LuaSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/TOMLModule.swift (in target 'LuaSwift' from project 'LuaSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/TableXModule.swift (in target 'LuaSwift' from project 'LuaSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling TypesModule.swift, UTF8XModule.swift, YAMLModule.swift (in target 'LuaSwift' from project 'LuaSwift')
SwiftCompile normal arm64 Compiling\ DistributionsModule.swift,\ GeometryModule.swift,\ HTTPModule.swift,\ IOModule.swift /Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/DistributionsModule.swift /Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift /Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/HTTPModule.swift /Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/IOModule.swift (in target 'LuaSwift' from project 'LuaSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/DistributionsModule.swift (in target 'LuaSwift' from project 'LuaSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift (in target 'LuaSwift' from project 'LuaSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:222:24: warning: static property 'vec2CreateCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let vec2CreateCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:222:24: note: add '@MainActor' to make static property 'vec2CreateCallback' part of global actor 'MainActor'
    private static let vec2CreateCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:222:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let vec2CreateCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:231:24: warning: static property 'vec2LengthCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let vec2LengthCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:231:24: note: add '@MainActor' to make static property 'vec2LengthCallback' part of global actor 'MainActor'
    private static let vec2LengthCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:231:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let vec2LengthCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:236:24: warning: static property 'vec2LengthSquaredCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let vec2LengthSquaredCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:236:24: note: add '@MainActor' to make static property 'vec2LengthSquaredCallback' part of global actor 'MainActor'
    private static let vec2LengthSquaredCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:236:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let vec2LengthSquaredCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:241:24: warning: static property 'vec2NormalizeCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let vec2NormalizeCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:241:24: note: add '@MainActor' to make static property 'vec2NormalizeCallback' part of global actor 'MainActor'
    private static let vec2NormalizeCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:241:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let vec2NormalizeCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:248:24: warning: static property 'vec2DotCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let vec2DotCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:248:24: note: add '@MainActor' to make static property 'vec2DotCallback' part of global actor 'MainActor'
    private static let vec2DotCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:248:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let vec2DotCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:255:24: warning: static property 'vec2CrossCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let vec2CrossCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:255:24: note: add '@MainActor' to make static property 'vec2CrossCallback' part of global actor 'MainActor'
    private static let vec2CrossCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:255:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let vec2CrossCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:263:24: warning: static property 'vec2AngleCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let vec2AngleCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:263:24: note: add '@MainActor' to make static property 'vec2AngleCallback' part of global actor 'MainActor'
    private static let vec2AngleCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:263:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let vec2AngleCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:268:24: warning: static property 'vec2RotateCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let vec2RotateCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:268:24: note: add '@MainActor' to make static property 'vec2RotateCallback' part of global actor 'MainActor'
    private static let vec2RotateCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:268:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let vec2RotateCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:277:24: warning: static property 'vec2LerpCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let vec2LerpCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:277:24: note: add '@MainActor' to make static property 'vec2LerpCallback' part of global actor 'MainActor'
    private static let vec2LerpCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:277:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let vec2LerpCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:285:24: warning: static property 'vec2AddCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let vec2AddCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:285:24: note: add '@MainActor' to make static property 'vec2AddCallback' part of global actor 'MainActor'
    private static let vec2AddCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:285:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let vec2AddCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:292:24: warning: static property 'vec2SubCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let vec2SubCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:292:24: note: add '@MainActor' to make static property 'vec2SubCallback' part of global actor 'MainActor'
    private static let vec2SubCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:292:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let vec2SubCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:299:24: warning: static property 'vec2MulCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let vec2MulCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:299:24: note: add '@MainActor' to make static property 'vec2MulCallback' part of global actor 'MainActor'
    private static let vec2MulCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:299:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let vec2MulCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:306:24: warning: static property 'vec2DivCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let vec2DivCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:306:24: note: add '@MainActor' to make static property 'vec2DivCallback' part of global actor 'MainActor'
    private static let vec2DivCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:306:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let vec2DivCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:313:24: warning: static property 'vec2NegCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let vec2NegCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:313:24: note: add '@MainActor' to make static property 'vec2NegCallback' part of global actor 'MainActor'
    private static let vec2NegCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:313:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let vec2NegCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:318:24: warning: static property 'vec2ProjectCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let vec2ProjectCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:318:24: note: add '@MainActor' to make static property 'vec2ProjectCallback' part of global actor 'MainActor'
    private static let vec2ProjectCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:318:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let vec2ProjectCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:327:24: warning: static property 'vec2ReflectCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let vec2ReflectCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:327:24: note: add '@MainActor' to make static property 'vec2ReflectCallback' part of global actor 'MainActor'
    private static let vec2ReflectCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:327:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let vec2ReflectCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:334:24: warning: static property 'vec2PerpendicularCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let vec2PerpendicularCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:334:24: note: add '@MainActor' to make static property 'vec2PerpendicularCallback' part of global actor 'MainActor'
    private static let vec2PerpendicularCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:334:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let vec2PerpendicularCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:341:24: warning: static property 'vec3CreateCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let vec3CreateCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:341:24: note: add '@MainActor' to make static property 'vec3CreateCallback' part of global actor 'MainActor'
    private static let vec3CreateCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:341:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let vec3CreateCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:351:24: warning: static property 'vec3LengthCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let vec3LengthCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:351:24: note: add '@MainActor' to make static property 'vec3LengthCallback' part of global actor 'MainActor'
    private static let vec3LengthCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:351:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let vec3LengthCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:356:24: warning: static property 'vec3LengthSquaredCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let vec3LengthSquaredCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:356:24: note: add '@MainActor' to make static property 'vec3LengthSquaredCallback' part of global actor 'MainActor'
    private static let vec3LengthSquaredCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:356:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let vec3LengthSquaredCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:361:24: warning: static property 'vec3NormalizeCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let vec3NormalizeCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:361:24: note: add '@MainActor' to make static property 'vec3NormalizeCallback' part of global actor 'MainActor'
    private static let vec3NormalizeCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:361:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let vec3NormalizeCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:368:24: warning: static property 'vec3DotCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let vec3DotCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:368:24: note: add '@MainActor' to make static property 'vec3DotCallback' part of global actor 'MainActor'
    private static let vec3DotCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:368:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let vec3DotCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:375:24: warning: static property 'vec3CrossCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let vec3CrossCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:375:24: note: add '@MainActor' to make static property 'vec3CrossCallback' part of global actor 'MainActor'
    private static let vec3CrossCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:375:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let vec3CrossCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:382:24: warning: static property 'vec3RotateCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let vec3RotateCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:382:24: note: add '@MainActor' to make static property 'vec3RotateCallback' part of global actor 'MainActor'
    private static let vec3RotateCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:382:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let vec3RotateCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:391:24: warning: static property 'vec3LerpCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let vec3LerpCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:391:24: note: add '@MainActor' to make static property 'vec3LerpCallback' part of global actor 'MainActor'
    private static let vec3LerpCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:391:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let vec3LerpCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:399:24: warning: static property 'vec3AddCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let vec3AddCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:399:24: note: add '@MainActor' to make static property 'vec3AddCallback' part of global actor 'MainActor'
    private static let vec3AddCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:399:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let vec3AddCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:406:24: warning: static property 'vec3SubCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let vec3SubCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:406:24: note: add '@MainActor' to make static property 'vec3SubCallback' part of global actor 'MainActor'
    private static let vec3SubCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:406:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let vec3SubCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:413:24: warning: static property 'vec3MulCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let vec3MulCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:413:24: note: add '@MainActor' to make static property 'vec3MulCallback' part of global actor 'MainActor'
    private static let vec3MulCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:413:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let vec3MulCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:420:24: warning: static property 'vec3DivCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let vec3DivCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:420:24: note: add '@MainActor' to make static property 'vec3DivCallback' part of global actor 'MainActor'
    private static let vec3DivCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:420:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let vec3DivCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:427:24: warning: static property 'vec3NegCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let vec3NegCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:427:24: note: add '@MainActor' to make static property 'vec3NegCallback' part of global actor 'MainActor'
    private static let vec3NegCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:427:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let vec3NegCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:432:24: warning: static property 'vec3ProjectCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let vec3ProjectCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:432:24: note: add '@MainActor' to make static property 'vec3ProjectCallback' part of global actor 'MainActor'
    private static let vec3ProjectCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:432:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let vec3ProjectCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:441:24: warning: static property 'vec3ReflectCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let vec3ReflectCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:441:24: note: add '@MainActor' to make static property 'vec3ReflectCallback' part of global actor 'MainActor'
    private static let vec3ReflectCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:441:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let vec3ReflectCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:450:24: warning: static property 'quatCreateCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let quatCreateCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:450:24: note: add '@MainActor' to make static property 'quatCreateCallback' part of global actor 'MainActor'
    private static let quatCreateCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:450:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let quatCreateCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:461:24: warning: static property 'quatIdentityCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let quatIdentityCallback: ([LuaValue]) -> LuaValue = { _ in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:461:24: note: add '@MainActor' to make static property 'quatIdentityCallback' part of global actor 'MainActor'
    private static let quatIdentityCallback: ([LuaValue]) -> LuaValue = { _ in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:461:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let quatIdentityCallback: ([LuaValue]) -> LuaValue = { _ in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:465:24: warning: static property 'quatFromEulerCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let quatFromEulerCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:465:24: note: add '@MainActor' to make static property 'quatFromEulerCallback' part of global actor 'MainActor'
    private static let quatFromEulerCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:465:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let quatFromEulerCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:487:24: warning: static property 'quatFromAxisAngleCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let quatFromAxisAngleCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:487:24: note: add '@MainActor' to make static property 'quatFromAxisAngleCallback' part of global actor 'MainActor'
    private static let quatFromAxisAngleCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:487:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let quatFromAxisAngleCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:494:24: warning: static property 'quatNormalizeCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let quatNormalizeCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:494:24: note: add '@MainActor' to make static property 'quatNormalizeCallback' part of global actor 'MainActor'
    private static let quatNormalizeCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:494:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let quatNormalizeCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:499:24: warning: static property 'quatConjugateCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let quatConjugateCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:499:24: note: add '@MainActor' to make static property 'quatConjugateCallback' part of global actor 'MainActor'
    private static let quatConjugateCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:499:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let quatConjugateCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:504:24: warning: static property 'quatInverseCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let quatInverseCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:504:24: note: add '@MainActor' to make static property 'quatInverseCallback' part of global actor 'MainActor'
    private static let quatInverseCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:504:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let quatInverseCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:509:24: warning: static property 'quatMulCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let quatMulCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:509:24: note: add '@MainActor' to make static property 'quatMulCallback' part of global actor 'MainActor'
    private static let quatMulCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:509:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let quatMulCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:516:24: warning: static property 'quatRotateCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let quatRotateCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:516:24: note: add '@MainActor' to make static property 'quatRotateCallback' part of global actor 'MainActor'
    private static let quatRotateCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:516:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let quatRotateCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:523:24: warning: static property 'quatSlerpCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let quatSlerpCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:523:24: note: add '@MainActor' to make static property 'quatSlerpCallback' part of global actor 'MainActor'
    private static let quatSlerpCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:523:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let quatSlerpCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:531:24: warning: static property 'quatToEulerCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let quatToEulerCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:531:24: note: add '@MainActor' to make static property 'quatToEulerCallback' part of global actor 'MainActor'
    private static let quatToEulerCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:531:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let quatToEulerCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:554:24: warning: static property 'quatToAxisAngleCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let quatToAxisAngleCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:554:24: note: add '@MainActor' to make static property 'quatToAxisAngleCallback' part of global actor 'MainActor'
    private static let quatToAxisAngleCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:554:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let quatToAxisAngleCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:567:24: warning: static property 'quatToMatrixCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let quatToMatrixCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:567:24: note: add '@MainActor' to make static property 'quatToMatrixCallback' part of global actor 'MainActor'
    private static let quatToMatrixCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:567:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let quatToMatrixCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:584:24: warning: static property 'quatDotCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let quatDotCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:584:24: note: add '@MainActor' to make static property 'quatDotCallback' part of global actor 'MainActor'
    private static let quatDotCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:584:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let quatDotCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:591:24: warning: static property 'quatLengthCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let quatLengthCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:591:24: note: add '@MainActor' to make static property 'quatLengthCallback' part of global actor 'MainActor'
    private static let quatLengthCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:591:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let quatLengthCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:598:24: warning: static property 'mat4IdentityCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let mat4IdentityCallback: ([LuaValue]) -> LuaValue = { _ in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:598:24: note: add '@MainActor' to make static property 'mat4IdentityCallback' part of global actor 'MainActor'
    private static let mat4IdentityCallback: ([LuaValue]) -> LuaValue = { _ in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:598:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let mat4IdentityCallback: ([LuaValue]) -> LuaValue = { _ in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:602:24: warning: static property 'mat4TranslateCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let mat4TranslateCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:602:24: note: add '@MainActor' to make static property 'mat4TranslateCallback' part of global actor 'MainActor'
    private static let mat4TranslateCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:602:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let mat4TranslateCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:614:24: warning: static property 'mat4RotateXCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let mat4RotateXCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:614:24: note: add '@MainActor' to make static property 'mat4RotateXCallback' part of global actor 'MainActor'
    private static let mat4RotateXCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:614:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let mat4RotateXCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:626:24: warning: static property 'mat4RotateYCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let mat4RotateYCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:626:24: note: add '@MainActor' to make static property 'mat4RotateYCallback' part of global actor 'MainActor'
    private static let mat4RotateYCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:626:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let mat4RotateYCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:638:24: warning: static property 'mat4RotateZCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let mat4RotateZCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:638:24: note: add '@MainActor' to make static property 'mat4RotateZCallback' part of global actor 'MainActor'
    private static let mat4RotateZCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:638:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let mat4RotateZCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:650:24: warning: static property 'mat4RotateAxisCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let mat4RotateAxisCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:650:24: note: add '@MainActor' to make static property 'mat4RotateAxisCallback' part of global actor 'MainActor'
    private static let mat4RotateAxisCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:650:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let mat4RotateAxisCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:673:24: warning: static property 'mat4ScaleCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let mat4ScaleCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:673:24: note: add '@MainActor' to make static property 'mat4ScaleCallback' part of global actor 'MainActor'
    private static let mat4ScaleCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:673:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let mat4ScaleCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:686:24: warning: static property 'mat4MultiplyCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let mat4MultiplyCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:686:24: note: add '@MainActor' to make static property 'mat4MultiplyCallback' part of global actor 'MainActor'
    private static let mat4MultiplyCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:686:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let mat4MultiplyCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:693:24: warning: static property 'mat4ApplyCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let mat4ApplyCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:693:24: note: add '@MainActor' to make static property 'mat4ApplyCallback' part of global actor 'MainActor'
    private static let mat4ApplyCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:693:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let mat4ApplyCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:705:24: warning: static property 'distanceCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let distanceCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:705:24: note: add '@MainActor' to make static property 'distanceCallback' part of global actor 'MainActor'
    private static let distanceCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:705:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let distanceCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:725:24: warning: static property 'angleBetweenCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let angleBetweenCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:725:24: note: add '@MainActor' to make static property 'angleBetweenCallback' part of global actor 'MainActor'
    private static let angleBetweenCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:725:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let angleBetweenCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:750:24: warning: static property 'convexHullCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let convexHullCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:750:24: note: add '@MainActor' to make static property 'convexHullCallback' part of global actor 'MainActor'
    private static let convexHullCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:750:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let convexHullCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:771:24: warning: static property 'inPolygonCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let inPolygonCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:771:24: note: add '@MainActor' to make static property 'inPolygonCallback' part of global actor 'MainActor'
    private static let inPolygonCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:771:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let inPolygonCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:788:24: warning: static property 'lineIntersectionCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let lineIntersectionCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:788:24: note: add '@MainActor' to make static property 'lineIntersectionCallback' part of global actor 'MainActor'
    private static let lineIntersectionCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:788:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let lineIntersectionCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:802:24: warning: static property 'areaTriangleCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let areaTriangleCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:802:24: note: add '@MainActor' to make static property 'areaTriangleCallback' part of global actor 'MainActor'
    private static let areaTriangleCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:802:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let areaTriangleCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:812:24: warning: static property 'centroidCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let centroidCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:812:24: note: add '@MainActor' to make static property 'centroidCallback' part of global actor 'MainActor'
    private static let centroidCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:812:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let centroidCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:843:24: warning: static property 'circleFrom3PointsCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let circleFrom3PointsCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:843:24: note: add '@MainActor' to make static property 'circleFrom3PointsCallback' part of global actor 'MainActor'
    private static let circleFrom3PointsCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:843:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let circleFrom3PointsCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:859:24: warning: static property 'planeFrom3PointsCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let planeFrom3PointsCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:859:24: note: add '@MainActor' to make static property 'planeFrom3PointsCallback' part of global actor 'MainActor'
    private static let planeFrom3PointsCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:859:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let planeFrom3PointsCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:876:24: warning: static property 'pointPlaneDistanceCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let pointPlaneDistanceCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:876:24: note: add '@MainActor' to make static property 'pointPlaneDistanceCallback' part of global actor 'MainActor'
    private static let pointPlaneDistanceCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:876:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let pointPlaneDistanceCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:886:24: warning: static property 'linePlaneIntersectionCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let linePlaneIntersectionCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:886:24: note: add '@MainActor' to make static property 'linePlaneIntersectionCallback' part of global actor 'MainActor'
    private static let linePlaneIntersectionCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:886:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let linePlaneIntersectionCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:903:24: warning: static property 'planePlaneIntersectionCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let planePlaneIntersectionCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:903:24: note: add '@MainActor' to make static property 'planePlaneIntersectionCallback' part of global actor 'MainActor'
    private static let planePlaneIntersectionCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:903:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let planePlaneIntersectionCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:929:24: warning: static property 'intersectionCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let intersectionCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:929:24: note: add '@MainActor' to make static property 'intersectionCallback' part of global actor 'MainActor'
    private static let intersectionCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:929:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let intersectionCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:957:24: warning: static property 'sphereFrom4PointsCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let sphereFrom4PointsCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:957:24: note: add '@MainActor' to make static property 'sphereFrom4PointsCallback' part of global actor 'MainActor'
    private static let sphereFrom4PointsCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:957:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let sphereFrom4PointsCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:979:24: warning: static property 'cubicSplineCoeffsCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) throws -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let cubicSplineCoeffsCallback: ([LuaValue]) throws -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:979:24: note: add '@MainActor' to make static property 'cubicSplineCoeffsCallback' part of global actor 'MainActor'
    private static let cubicSplineCoeffsCallback: ([LuaValue]) throws -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:979:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let cubicSplineCoeffsCallback: ([LuaValue]) throws -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:1027:24: warning: static property 'bsplineEvaluateCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) throws -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let bsplineEvaluateCallback: ([LuaValue]) throws -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:1027:24: note: add '@MainActor' to make static property 'bsplineEvaluateCallback' part of global actor 'MainActor'
    private static let bsplineEvaluateCallback: ([LuaValue]) throws -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:1027:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let bsplineEvaluateCallback: ([LuaValue]) throws -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:1070:24: warning: static property 'bsplineBasisCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) throws -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let bsplineBasisCallback: ([LuaValue]) throws -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:1070:24: note: add '@MainActor' to make static property 'bsplineBasisCallback' part of global actor 'MainActor'
    private static let bsplineBasisCallback: ([LuaValue]) throws -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:1070:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let bsplineBasisCallback: ([LuaValue]) throws -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:1088:24: warning: static property 'bsplineUniformKnotsCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) throws -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let bsplineUniformKnotsCallback: ([LuaValue]) throws -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:1088:24: note: add '@MainActor' to make static property 'bsplineUniformKnotsCallback' part of global actor 'MainActor'
    private static let bsplineUniformKnotsCallback: ([LuaValue]) throws -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:1088:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let bsplineUniformKnotsCallback: ([LuaValue]) throws -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:1100:24: warning: static property 'bsplineDerivativeCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) throws -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let bsplineDerivativeCallback: ([LuaValue]) throws -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:1100:24: note: add '@MainActor' to make static property 'bsplineDerivativeCallback' part of global actor 'MainActor'
    private static let bsplineDerivativeCallback: ([LuaValue]) throws -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:1100:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let bsplineDerivativeCallback: ([LuaValue]) throws -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:1149:24: warning: static property 'circleFitAlgebraicCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) throws -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let circleFitAlgebraicCallback: ([LuaValue]) throws -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:1149:24: note: add '@MainActor' to make static property 'circleFitAlgebraicCallback' part of global actor 'MainActor'
    private static let circleFitAlgebraicCallback: ([LuaValue]) throws -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:1149:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let circleFitAlgebraicCallback: ([LuaValue]) throws -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:1188:24: warning: static property 'circleFitTaubinCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) throws -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let circleFitTaubinCallback: ([LuaValue]) throws -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:1188:24: note: add '@MainActor' to make static property 'circleFitTaubinCallback' part of global actor 'MainActor'
    private static let circleFitTaubinCallback: ([LuaValue]) throws -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:1188:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let circleFitTaubinCallback: ([LuaValue]) throws -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:1228:24: warning: static property 'vec2ToPolarCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let vec2ToPolarCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:1228:24: note: add '@MainActor' to make static property 'vec2ToPolarCallback' part of global actor 'MainActor'
    private static let vec2ToPolarCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:1228:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let vec2ToPolarCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:1236:24: warning: static property 'vec2FromPolarCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let vec2FromPolarCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:1236:24: note: add '@MainActor' to make static property 'vec2FromPolarCallback' part of global actor 'MainActor'
    private static let vec2FromPolarCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:1236:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let vec2FromPolarCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:1248:24: warning: static property 'vec3ToSphericalCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let vec3ToSphericalCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:1248:24: note: add '@MainActor' to make static property 'vec3ToSphericalCallback' part of global actor 'MainActor'
    private static let vec3ToSphericalCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:1248:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let vec3ToSphericalCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:1257:24: warning: static property 'vec3FromSphericalCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let vec3FromSphericalCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:1257:24: note: add '@MainActor' to make static property 'vec3FromSphericalCallback' part of global actor 'MainActor'
    private static let vec3FromSphericalCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:1257:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let vec3FromSphericalCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:1271:24: warning: static property 'vec3ToCylindricalCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let vec3ToCylindricalCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:1271:24: note: add '@MainActor' to make static property 'vec3ToCylindricalCallback' part of global actor 'MainActor'
    private static let vec3ToCylindricalCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:1271:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let vec3ToCylindricalCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:1279:24: warning: static property 'vec3FromCylindricalCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let vec3FromCylindricalCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:1279:24: note: add '@MainActor' to make static property 'vec3FromCylindricalCallback' part of global actor 'MainActor'
    private static let vec3FromCylindricalCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:1279:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let vec3FromCylindricalCallback: ([LuaValue]) -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:1292:24: warning: static property 'ellipseFitDirectCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) throws -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let ellipseFitDirectCallback: ([LuaValue]) throws -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:1292:24: note: add '@MainActor' to make static property 'ellipseFitDirectCallback' part of global actor 'MainActor'
    private static let ellipseFitDirectCallback: ([LuaValue]) throws -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:1292:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let ellipseFitDirectCallback: ([LuaValue]) throws -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:1330:24: warning: static property 'sphereFitAlgebraicCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) throws -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let sphereFitAlgebraicCallback: ([LuaValue]) throws -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:1330:24: note: add '@MainActor' to make static property 'sphereFitAlgebraicCallback' part of global actor 'MainActor'
    private static let sphereFitAlgebraicCallback: ([LuaValue]) throws -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:1330:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let sphereFitAlgebraicCallback: ([LuaValue]) throws -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:1373:24: warning: static property 'bsplineFitCallback' is not concurrency-safe because non-'Sendable' type '([LuaValue]) throws -> LuaValue' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let bsplineFitCallback: ([LuaValue]) throws -> LuaValue = { args in
                       ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:1373:24: note: add '@MainActor' to make static property 'bsplineFitCallback' part of global actor 'MainActor'
    private static let bsplineFitCallback: ([LuaValue]) throws -> LuaValue = { args in
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/GeometryModule.swift:1373:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let bsplineFitCallback: ([LuaValue]) throws -> LuaValue = { args in
                       ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/HTTPModule.swift (in target 'LuaSwift' from project 'LuaSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/HTTPModule.swift:160:24: warning: static property 'sessionManager' is not concurrency-safe because non-'Sendable' type 'HTTPModule.SessionManager' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let sessionManager = SessionManager()
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/HTTPModule.swift:73:25: note: class 'SessionManager' does not conform to the 'Sendable' protocol
    private final class SessionManager {
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/HTTPModule.swift:160:24: note: add '@MainActor' to make static property 'sessionManager' part of global actor 'MainActor'
    private static let sessionManager = SessionManager()
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/HTTPModule.swift:160:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let sessionManager = SessionManager()
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/HTTPModule.swift:165:19: warning: non-final class 'RedirectDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
    private class RedirectDelegate: NSObject, URLSessionTaskDelegate {
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/HTTPModule.swift:320:13: warning: mutation of captured var 'responseData' in concurrently-executing code
            responseData = data
            ^
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/HTTPModule.swift:321:13: warning: mutation of captured var 'httpResponse' in concurrently-executing code
            httpResponse = response as? HTTPURLResponse
            ^
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/HTTPModule.swift:322:13: warning: mutation of captured var 'requestError' in concurrently-executing code
            requestError = error
            ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/IOModule.swift (in target 'LuaSwift' from project 'LuaSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/IOModule.swift:557:16: warning: static property 'allowedDirectories' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var allowedDirectories: UInt8 = 0
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/IOModule.swift:557:16: note: convert 'allowedDirectories' to a 'let' constant to make 'Sendable' shared state immutable
    static var allowedDirectories: UInt8 = 0
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/IOModule.swift:557:16: note: add '@MainActor' to make static property 'allowedDirectories' part of global actor 'MainActor'
    static var allowedDirectories: UInt8 = 0
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LuaSwift/Modules/Swift/IOModule.swift:557:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var allowedDirectories: UInt8 = 0
               ^
    nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling Distributions.swift, Geometry.swift (in target 'NumericSwift' from project 'NumericSwift')
SwiftDriver\ Compilation NumericSwift normal arm64 com.apple.xcode.tools.swift.compiler (in target 'NumericSwift' from project 'NumericSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name NumericSwift -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NumericSwift.build/Debug-xros/NumericSwift.build/Objects-normal/arm64/NumericSwift.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NumericSwift.build/Debug-xros/NumericSwift.build/Objects-normal/arm64/NumericSwift-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NumericSwift.build/Debug-xros/NumericSwift.build/Objects-normal/arm64/NumericSwift.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name numericswift -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NumericSwift.build/Debug-xros/NumericSwift.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NumericSwift.build/Debug-xros/NumericSwift.build/Objects-normal/arm64/NumericSwift_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NumericSwift.build/Debug-xros/NumericSwift.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NumericSwift.build/Debug-xros/NumericSwift.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NumericSwift.build/Debug-xros/NumericSwift.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NumericSwift.build/Debug-xros/NumericSwift.build/Objects-normal/arm64/NumericSwift-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling SVGModule.swift, SeriesModule.swift, SpatialModule.swift, SpecialModule.swift (in target 'LuaSwift' from project 'LuaSwift')
SwiftDriver\ Compilation ArraySwift normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ArraySwift' from project 'ArraySwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ArraySwift -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ArraySwift.build/Debug-xros/ArraySwift.build/Objects-normal/arm64/ArraySwift.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ArraySwift.build/Debug-xros/ArraySwift.build/Objects-normal/arm64/ArraySwift-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ArraySwift.build/Debug-xros/ArraySwift.build/Objects-normal/arm64/ArraySwift.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name arrayswift -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ArraySwift.build/Debug-xros/ArraySwift.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ArraySwift.build/Debug-xros/ArraySwift.build/Objects-normal/arm64/ArraySwift_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ArraySwift.build/Debug-xros/ArraySwift.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ArraySwift.build/Debug-xros/ArraySwift.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ArraySwift.build/Debug-xros/ArraySwift.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ArraySwift.build/Debug-xros/ArraySwift.build/Objects-normal/arm64/ArraySwift-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/NumericSwift.o normal (in target 'NumericSwift' from project 'NumericSwift')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/NumericSwift
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NumericSwift.build/Debug-xros/NumericSwift.build/Objects-normal/arm64/NumericSwift.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NumericSwift.build/Debug-xros/NumericSwift.build/Objects-normal/arm64/NumericSwift_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NumericSwift.build/Debug-xros/NumericSwift.build/Objects-normal/arm64/NumericSwift_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NumericSwift.build/Debug-xros/NumericSwift.build/Objects-normal/arm64/NumericSwift.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/NumericSwift.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ArraySwift.o normal (in target 'ArraySwift' from project 'ArraySwift')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ArraySwift
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ArraySwift.build/Debug-xros/ArraySwift.build/Objects-normal/arm64/ArraySwift.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ArraySwift.build/Debug-xros/ArraySwift.build/Objects-normal/arm64/ArraySwift_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ArraySwift.build/Debug-xros/ArraySwift.build/Objects-normal/arm64/ArraySwift_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ArraySwift.build/Debug-xros/ArraySwift.build/Objects-normal/arm64/ArraySwift.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ArraySwift.o
SwiftDriverJobDiscovery normal arm64 Compiling MathExprModule.swift, MathSciModule.swift, MathXModule.swift, NumberTheoryModule.swift (in target 'LuaSwift' from project 'LuaSwift')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CYaml.o (in target 'CYaml' from project 'Yams')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Yams
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CYaml.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CTOML.o (in target 'CTOML' from project 'TOMLKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TOMLKit
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CTOML.o
ExtractAppIntentsMetadata (in target 'NumericSwift' from project 'NumericSwift')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/NumericSwift
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name NumericSwift --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier numericswift.NumericSwift --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/NumericSwift.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/NumericSwift.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NumericSwift.build/Debug-xros/NumericSwift.build/Objects-normal/arm64/NumericSwift_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NumericSwift.build/Debug-xros/NumericSwift.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NumericSwift.build/Debug-xros/NumericSwift.build/Objects-normal/arm64/NumericSwift.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NumericSwift.build/Debug-xros/NumericSwift.build/NumericSwift.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NumericSwift.build/Debug-xros/NumericSwift.build/NumericSwift.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NumericSwift.build/Debug-xros/NumericSwift.build/Objects-normal/arm64/NumericSwift.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-06 15:12:29.363 appintentsmetadataprocessor[1521:7962] Starting appintentsmetadataprocessor export
2026-04-06 15:12:29.399 appintentsmetadataprocessor[1521:7962] Extracted no relevant App Intents symbols, skipping writing output
ExtractAppIntentsMetadata (in target 'ArraySwift' from project 'ArraySwift')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ArraySwift
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name ArraySwift --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier arrayswift.ArraySwift --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ArraySwift.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ArraySwift.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ArraySwift.build/Debug-xros/ArraySwift.build/Objects-normal/arm64/ArraySwift_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ArraySwift.build/Debug-xros/ArraySwift.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ArraySwift.build/Debug-xros/ArraySwift.build/Objects-normal/arm64/ArraySwift.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ArraySwift.build/Debug-xros/ArraySwift.build/ArraySwift.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ArraySwift.build/Debug-xros/ArraySwift.build/ArraySwift.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ArraySwift.build/Debug-xros/ArraySwift.build/Objects-normal/arm64/ArraySwift.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-06 15:12:29.379 appintentsmetadataprocessor[1522:7975] Starting appintentsmetadataprocessor export
2026-04-06 15:12:29.420 appintentsmetadataprocessor[1522:7975] Extracted no relevant App Intents symbols, skipping writing output
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Yams.o normal (in target 'Yams' from project 'Yams')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Yams
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-xros/Yams.build/Objects-normal/arm64/Yams.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-xros/Yams.build/Objects-normal/arm64/Yams_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-xros/Yams.build/Objects-normal/arm64/Yams_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-xros/Yams.build/Objects-normal/arm64/Yams.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Yams.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/TOMLKit.o normal (in target 'TOMLKit' from project 'TOMLKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TOMLKit
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TOMLKit.build/Debug-xros/TOMLKit.build/Objects-normal/arm64/TOMLKit.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TOMLKit.build/Debug-xros/TOMLKit.build/Objects-normal/arm64/TOMLKit_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TOMLKit.build/Debug-xros/TOMLKit.build/Objects-normal/arm64/TOMLKit_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TOMLKit.build/Debug-xros/TOMLKit.build/Objects-normal/arm64/TOMLKit.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/TOMLKit.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CLua.o (in target 'CLua' from project 'LuaSwift')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CLua.o
SwiftDriverJobDiscovery normal arm64 Compiling CoroutineHandle.swift, LuaEngine.swift, LuaError.swift, LuaHelpers.swift (in target 'LuaSwift' from project 'LuaSwift')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PlotSwift.o (in target 'PlotSwift' from project 'PlotSwift')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PlotSwift
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PlotSwift.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/NumericSwift.o (in target 'NumericSwift' from project 'NumericSwift')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/NumericSwift
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/NumericSwift.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ArraySwift.o (in target 'ArraySwift' from project 'ArraySwift')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ArraySwift
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ArraySwift.o
ExtractAppIntentsMetadata (in target 'Yams' from project 'Yams')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Yams
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Yams --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier yams.Yams --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Yams.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Yams.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-xros/Yams.build/Objects-normal/arm64/Yams_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-xros/Yams.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-xros/Yams.build/Objects-normal/arm64/Yams.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-xros/Yams.build/Yams.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-xros/Yams.build/Yams.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-xros/Yams.build/Objects-normal/arm64/Yams.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-06 15:12:29.474 appintentsmetadataprocessor[1527:7996] Starting appintentsmetadataprocessor export
2026-04-06 15:12:29.515 appintentsmetadataprocessor[1527:7996] Extracted no relevant App Intents symbols, skipping writing output
ExtractAppIntentsMetadata (in target 'TOMLKit' from project 'TOMLKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TOMLKit
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name TOMLKit --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier tomlkit.TOMLKit --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/TOMLKit.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/TOMLKit.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TOMLKit.build/Debug-xros/TOMLKit.build/Objects-normal/arm64/TOMLKit_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TOMLKit.build/Debug-xros/TOMLKit.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TOMLKit.build/Debug-xros/TOMLKit.build/Objects-normal/arm64/TOMLKit.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TOMLKit.build/Debug-xros/TOMLKit.build/TOMLKit.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TOMLKit.build/Debug-xros/TOMLKit.build/TOMLKit.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TOMLKit.build/Debug-xros/TOMLKit.build/Objects-normal/arm64/TOMLKit.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-06 15:12:29.487 appintentsmetadataprocessor[1528:8007] Starting appintentsmetadataprocessor export
2026-04-06 15:12:29.521 appintentsmetadataprocessor[1528:8007] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling OptimizeModule.swift, PlotModule.swift, RegexModule.swift, RegressModule.swift (in target 'LuaSwift' from project 'LuaSwift')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Yams.o (in target 'Yams' from project 'Yams')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Yams
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Yams.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/TOMLKit.o (in target 'TOMLKit' from project 'TOMLKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TOMLKit
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/TOMLKit.o
SwiftDriverJobDiscovery normal arm64 Emitting module for LuaSwift (in target 'LuaSwift' from project 'LuaSwift')
SwiftDriver\ Compilation\ Requirements LuaSwift normal arm64 com.apple.xcode.tools.swift.compiler (in target 'LuaSwift' from project 'LuaSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name LuaSwift -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LuaSwift.build/Debug-xros/LuaSwift.build/Objects-normal/arm64/LuaSwift.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DLUA_VERSION_54 -DLUASWIFT_PLOTSWIFT -DLUASWIFT_ARRAYSWIFT -DLUASWIFT_NUMERICSWIFT -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/CTOML.modulemap -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LuaSwift.build/Debug-xros/LuaSwift.build/Objects-normal/arm64/LuaSwift-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LuaSwift.build/Debug-xros/LuaSwift.build/Objects-normal/arm64/LuaSwift.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LuaSwift.build/Debug-xros/LuaSwift.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LuaSwift.build/Debug-xros/LuaSwift.build/Objects-normal/arm64/LuaSwift_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Yams/Sources/CYaml/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TOMLKit/Sources/CTOML/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/CLua/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LuaSwift.build/Debug-xros/LuaSwift.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LuaSwift.build/Debug-xros/LuaSwift.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LuaSwift.build/Debug-xros/LuaSwift.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LuaSwift.build/Debug-xros/LuaSwift.build/Objects-normal/arm64/LuaSwift-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling ClusterModule.swift, ComplexHelper.swift, ComplexModule.swift, DebugModule.swift (in target 'LuaSwift' from project 'LuaSwift')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/LuaSwift-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LuaSwift.build/Debug-xros/LuaSwift.build/Objects-normal/arm64/LuaSwift-Swift.h (in target 'LuaSwift' from project 'LuaSwift')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LuaSwift.build/Debug-xros/LuaSwift.build/Objects-normal/arm64/LuaSwift-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/LuaSwift-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/LuaSwift.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LuaSwift.build/Debug-xros/LuaSwift.build/Objects-normal/arm64/LuaSwift.swiftmodule (in target 'LuaSwift' from project 'LuaSwift')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LuaSwift.build/Debug-xros/LuaSwift.build/Objects-normal/arm64/LuaSwift.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/LuaSwift.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/LuaSwift.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LuaSwift.build/Debug-xros/LuaSwift.build/Objects-normal/arm64/LuaSwift.swiftdoc (in target 'LuaSwift' from project 'LuaSwift')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LuaSwift.build/Debug-xros/LuaSwift.build/Objects-normal/arm64/LuaSwift.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/LuaSwift.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/LuaSwift.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LuaSwift.build/Debug-xros/LuaSwift.build/Objects-normal/arm64/LuaSwift.abi.json (in target 'LuaSwift' from project 'LuaSwift')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LuaSwift.build/Debug-xros/LuaSwift.build/Objects-normal/arm64/LuaSwift.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/LuaSwift.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/LuaSwift.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LuaSwift.build/Debug-xros/LuaSwift.build/Objects-normal/arm64/LuaSwift.swiftsourceinfo (in target 'LuaSwift' from project 'LuaSwift')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LuaSwift.build/Debug-xros/LuaSwift.build/Objects-normal/arm64/LuaSwift.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/LuaSwift.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling IntegrateModule.swift, InterpolateModule.swift, JSONModule.swift, LinAlgModule.swift (in target 'LuaSwift' from project 'LuaSwift')
SwiftDriverJobDiscovery normal arm64 Compiling StringXModule.swift, TOMLModule.swift, TableXModule.swift (in target 'LuaSwift' from project 'LuaSwift')
SwiftDriverJobDiscovery normal arm64 Compiling DistributionsModule.swift, GeometryModule.swift, HTTPModule.swift, IOModule.swift (in target 'LuaSwift' from project 'LuaSwift')
SwiftDriverJobDiscovery normal arm64 Compiling LuaValue.swift, LuaValueServer.swift, ModuleRegistry.swift, ArrayModule.swift (in target 'LuaSwift' from project 'LuaSwift')
SwiftDriver\ Compilation LuaSwift normal arm64 com.apple.xcode.tools.swift.compiler (in target 'LuaSwift' from project 'LuaSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name LuaSwift -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LuaSwift.build/Debug-xros/LuaSwift.build/Objects-normal/arm64/LuaSwift.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DLUA_VERSION_54 -DLUASWIFT_PLOTSWIFT -DLUASWIFT_ARRAYSWIFT -DLUASWIFT_NUMERICSWIFT -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/CTOML.modulemap -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LuaSwift.build/Debug-xros/LuaSwift.build/Objects-normal/arm64/LuaSwift-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LuaSwift.build/Debug-xros/LuaSwift.build/Objects-normal/arm64/LuaSwift.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LuaSwift.build/Debug-xros/LuaSwift.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LuaSwift.build/Debug-xros/LuaSwift.build/Objects-normal/arm64/LuaSwift_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Yams/Sources/CYaml/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TOMLKit/Sources/CTOML/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/CLua/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LuaSwift.build/Debug-xros/LuaSwift.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LuaSwift.build/Debug-xros/LuaSwift.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LuaSwift.build/Debug-xros/LuaSwift.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LuaSwift.build/Debug-xros/LuaSwift.build/Objects-normal/arm64/LuaSwift-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/LuaSwift.o normal (in target 'LuaSwift' from project 'LuaSwift')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LuaSwift.build/Debug-xros/LuaSwift.build/Objects-normal/arm64/LuaSwift.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LuaSwift.build/Debug-xros/LuaSwift.build/Objects-normal/arm64/LuaSwift_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LuaSwift.build/Debug-xros/LuaSwift.build/Objects-normal/arm64/LuaSwift_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LuaSwift.build/Debug-xros/LuaSwift.build/Objects-normal/arm64/LuaSwift.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/LuaSwift.o
ExtractAppIntentsMetadata (in target 'LuaSwift' from project 'LuaSwift')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name LuaSwift --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier spi-builder-workspace.LuaSwift --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/LuaSwift.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/LuaSwift.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LuaSwift.build/Debug-xros/LuaSwift.build/Objects-normal/arm64/LuaSwift_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LuaSwift.build/Debug-xros/LuaSwift.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LuaSwift.build/Debug-xros/LuaSwift.build/Objects-normal/arm64/LuaSwift.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LuaSwift.build/Debug-xros/LuaSwift.build/LuaSwift.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LuaSwift.build/Debug-xros/LuaSwift.build/LuaSwift.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LuaSwift.build/Debug-xros/LuaSwift.build/Objects-normal/arm64/LuaSwift.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-06 15:12:31.491 appintentsmetadataprocessor[1531:8041] Starting appintentsmetadataprocessor export
2026-04-06 15:12:31.521 appintentsmetadataprocessor[1531:8041] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/LuaSwift.o (in target 'LuaSwift' from project 'LuaSwift')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/LuaSwift.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams.git"
    },
    {
      "identity" : "tomlkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/LebJe/TOMLKit.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "plotswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ChrisGVE/PlotSwift.git"
    },
    {
      "identity" : "arrayswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ChrisGVE/ArraySwift.git"
    },
    {
      "identity" : "numericswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.4",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ChrisGVE/NumericSwift.git"
    }
  ],
  "manifest_display_name" : "LuaSwift",
  "name" : "LuaSwift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "LuaSwift",
      "targets" : [
        "LuaSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LuaSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "LuaSwiftTests",
      "path" : "Tests/LuaSwiftTests",
      "sources" : [
        "ArrayModuleTests.swift",
        "BenchmarkTests.swift",
        "ClusterModuleTests.swift",
        "ComplexArrayTests.swift",
        "ComplexHelperTests.swift",
        "ComplexModuleTests.swift",
        "DebugModuleTests.swift",
        "DistributionsModuleTests.swift",
        "GeometryModuleTests.swift",
        "HTTPModuleTests.swift",
        "IOModuleTests.swift",
        "IntegrateModuleTests.swift",
        "InterpolateModuleTests.swift",
        "JSONModuleTests.swift",
        "LinAlgExtrasTests.swift",
        "LinAlgModuleTests.swift",
        "LuaCallbackTests.swift",
        "LuaCoroutineTests.swift",
        "LuaEngineTests.swift",
        "LuaModuleTests.swift",
        "LuaTestRunnerTests.swift",
        "LuaValueTests.swift",
        "LuaVersionTests.swift",
        "MathExprModuleTests.swift",
        "MathSciModuleTests.swift",
        "MathXModuleTests.swift",
        "MemoryLimitTests.swift",
        "NumberTheoryModuleTests.swift",
        "OptimizeModuleTests.swift",
        "OptionalDependencyTests.swift",
        "PlotModuleTests.swift",
        "RegexModuleTests.swift",
        "RegressModuleTests.swift",
        "SVGModuleTests.swift",
        "SandboxTests.swift",
        "SerializeModuleTests.swift",
        "SeriesModuleTests.swift",
        "SpatialModuleTests.swift",
        "SpecialModuleTests.swift",
        "StringXModuleTests.swift",
        "TOMLModuleTests.swift",
        "TableXModuleTests.swift",
        "TypesModuleTests.swift",
        "UTF8XModuleTests.swift",
        "YAMLModuleTests.swift"
      ],
      "target_dependencies" : [
        "LuaSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LuaSwift",
      "module_type" : "SwiftTarget",
      "name" : "LuaSwift",
      "path" : "Sources/LuaSwift",
      "product_dependencies" : [
        "Yams",
        "TOMLKit",
        "PlotSwift",
        "ArraySwift",
        "NumericSwift"
      ],
      "product_memberships" : [
        "LuaSwift"
      ],
      "sources" : [
        "CoroutineHandle.swift",
        "LuaEngine.swift",
        "LuaError.swift",
        "LuaHelpers.swift",
        "LuaValue.swift",
        "LuaValueServer.swift",
        "Modules/ModuleRegistry.swift",
        "Modules/Swift/ArrayModule.swift",
        "Modules/Swift/ClusterModule.swift",
        "Modules/Swift/ComplexHelper.swift",
        "Modules/Swift/ComplexModule.swift",
        "Modules/Swift/DebugModule.swift",
        "Modules/Swift/DistributionsModule.swift",
        "Modules/Swift/GeometryModule.swift",
        "Modules/Swift/HTTPModule.swift",
        "Modules/Swift/IOModule.swift",
        "Modules/Swift/IntegrateModule.swift",
        "Modules/Swift/InterpolateModule.swift",
        "Modules/Swift/JSONModule.swift",
        "Modules/Swift/LinAlgModule.swift",
        "Modules/Swift/MathExprModule.swift",
        "Modules/Swift/MathSciModule.swift",
        "Modules/Swift/MathXModule.swift",
        "Modules/Swift/NumberTheoryModule.swift",
        "Modules/Swift/OptimizeModule.swift",
        "Modules/Swift/PlotModule.swift",
        "Modules/Swift/RegexModule.swift",
        "Modules/Swift/RegressModule.swift",
        "Modules/Swift/SVGModule.swift",
        "Modules/Swift/SeriesModule.swift",
        "Modules/Swift/SpatialModule.swift",
        "Modules/Swift/SpecialModule.swift",
        "Modules/Swift/StringXModule.swift",
        "Modules/Swift/TOMLModule.swift",
        "Modules/Swift/TableXModule.swift",
        "Modules/Swift/TypesModule.swift",
        "Modules/Swift/UTF8XModule.swift",
        "Modules/Swift/YAMLModule.swift"
      ],
      "target_dependencies" : [
        "CLua"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CLua",
      "module_type" : "ClangTarget",
      "name" : "CLua",
      "path" : "Sources/CLua",
      "product_memberships" : [
        "LuaSwift"
      ],
      "sources" : [
        "lapi.c",
        "lauxlib.c",
        "lbaselib.c",
        "lcode.c",
        "lcorolib.c",
        "lctype.c",
        "ldblib.c",
        "ldebug.c",
        "ldo.c",
        "ldump.c",
        "lfunc.c",
        "lgc.c",
        "linit.c",
        "liolib.c",
        "llex.c",
        "lmathlib.c",
        "lmem.c",
        "loadlib.c",
        "lobject.c",
        "lopcodes.c",
        "loslib.c",
        "lparser.c",
        "lstate.c",
        "lstring.c",
        "lstrlib.c",
        "ltable.c",
        "ltablib.c",
        "ltm.c",
        "lundump.c",
        "lutf8lib.c",
        "lvm.c",
        "lzio.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.