The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build GateEngine, reference main (e2445b), with Swift 6.2 (beta) for iOS using Xcode 26.0 on 21 Jun 2025 18:08:43 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme GateEngine-Package -destination generic/platform=iOS

Build Log

/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Scripting/Gravity/GravityValue.swift:10:15: note: consider making struct 'GravityValue' conform to the 'Sendable' protocol
public struct GravityValue: GravityValueEmitting {
              ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Scripting/Gravity/GravityValue.swift:27:23: note: add '@MainActor' to make static property 'undefined' part of global actor 'MainActor'
    public static let undefined = GravityValue(gValue: gravity_value_from_undefined())
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Scripting/Gravity/GravityValue.swift:27:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let undefined = GravityValue(gValue: gravity_value_from_undefined())
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Scripting/Gravity/GravityValue.swift:20:29: warning: reference to var 'gravity_class_null' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
        guard gValue.isa != gravity_class_null else { return nil }
                            ^
/Users/admin/builder/spi-builder-workspace/Dependencies/Gravity/include/../src/compiler/../shared/gravity_value.h:203:25: note: var declared here
extern gravity_class_t *gravity_class_null;
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Scripting/Gravity/Gravity+Files.swift:131:24: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
        try await self.compile(source: sourceCode, addDebug: addDebug)
                  ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Scripting/Gravity/Gravity+Files.swift:131:24: note: sending actor-isolated 'self' to main actor-isolated instance method 'compile(source:addDebug:)' risks causing data races between main actor-isolated and actor-isolated uses
        try await self.compile(source: sourceCode, addDebug: addDebug)
                       ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Scripting/Gravity/GravityValueConvertible.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Scripting/Gravity/Gravity+Files.swift:131:24: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
        try await self.compile(source: sourceCode, addDebug: addDebug)
                  ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Scripting/Gravity/Gravity+Files.swift:131:24: note: sending actor-isolated 'self' to main actor-isolated instance method 'compile(source:addDebug:)' risks causing data races between main actor-isolated and actor-isolated uses
        try await self.compile(source: sourceCode, addDebug: addDebug)
                       ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Music.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Scripting/Gravity/Gravity+Files.swift:131:24: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
        try await self.compile(source: sourceCode, addDebug: addDebug)
                  ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Scripting/Gravity/Gravity+Files.swift:131:24: note: sending actor-isolated 'self' to main actor-isolated instance method 'compile(source:addDebug:)' risks causing data races between main actor-isolated and actor-isolated uses
        try await self.compile(source: sourceCode, addDebug: addDebug)
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Music.swift:37:64: warning: sending 'handle' risks causing data races; this is an error in the Swift 6 language mode
            Game.unsafeShared.system(ofType: AudioSystem.self).queueMusic(music, as: kind, handle: handle)
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Music.swift:37:64: note: 'handle' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
            Game.unsafeShared.system(ofType: AudioSystem.self).queueMusic(music, as: kind, handle: handle)
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Music.swift:39:9: note: access can happen concurrently
        return handle
        ^~~~~~~~~~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/AudioFormats/VorbisFile.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Scripting/Gravity/Gravity+Files.swift:131:24: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
        try await self.compile(source: sourceCode, addDebug: addDebug)
                  ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Scripting/Gravity/Gravity+Files.swift:131:24: note: sending actor-isolated 'self' to main actor-isolated instance method 'compile(source:addDebug:)' risks causing data races between main actor-isolated and actor-isolated uses
        try await self.compile(source: sourceCode, addDebug: addDebug)
                       ^
SwiftCompile normal arm64 Compiling\ OpenALDevice.swift,\ OpenALError.swift,\ OpenALSource.swift,\ WAListenerReference.swift,\ WASourceReference.swift,\ WASpacialMixerReference.swift,\ WAAudioMixerReference.swift,\ WAAudioTrackReference.swift,\ WABufferReference.swift,\ WAContextReference.swift,\ XAListenerReference.swift,\ GamePadManager.swift,\ HID.swift,\ CharacterStream.swift,\ Keyboard.swift,\ KeyboardEvent.swift,\ KeyboardKey.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/_Backend/OpenALDevice.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/_Backend/OpenALError.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/_Backend/OpenALSource.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/WebAudio/3D/WAListenerReference.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/WebAudio/3D/WASourceReference.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/WebAudio/3D/WASpacialMixerReference.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/WebAudio/Soundtrack/WAAudioMixerReference.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/WebAudio/Soundtrack/WAAudioTrackReference.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/WebAudio/WABufferReference.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/WebAudio/WAContextReference.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/XAudio/3D/XAListenerReference.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/HID/GamePad/GamePadManager.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/HID/HID.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/HID/Keyboard/CharacterStream.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/HID/Keyboard/Keyboard.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/HID/Keyboard/KeyboardEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/HID/Keyboard/KeyboardKey.swift (in target 'GateEngine' from project 'GateEngine')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/_Backend/OpenALDevice.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/_Backend/OpenALError.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/_Backend/OpenALSource.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/WebAudio/3D/WAListenerReference.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/WebAudio/3D/WASourceReference.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/WebAudio/3D/WASpacialMixerReference.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/WebAudio/Soundtrack/WAAudioMixerReference.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/WebAudio/Soundtrack/WAAudioTrackReference.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/WebAudio/WABufferReference.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/WebAudio/WAContextReference.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/XAudio/3D/XAListenerReference.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/HID/GamePad/GamePadManager.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/HID/HID.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/HID/Keyboard/CharacterStream.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/HID/Keyboard/Keyboard.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/HID/Keyboard/KeyboardEvent.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/HID/Keyboard/KeyboardKey.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Points.swift,\ RawGeometry.swift,\ RawLines.swift,\ RawPoints.swift,\ Triangle.swift,\ Vertex.swift,\ SkinnedGeometry.swift,\ CollisionTrianglesCoder.swift,\ PNGCoder.swift,\ RawGeometryCoder.swift,\ ApplePlatformImageImporter.swift,\ ApplePlatformModelImporter.swift,\ GLTransmissionFormat.swift,\ PNGImporter.swift,\ RawGeometryImporter.swift,\ TiledTMJImporter.swift,\ TiledTSJImporter.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Geometry/Points.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Geometry/Raw/RawGeometry.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Geometry/Raw/RawLines.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Geometry/Raw/RawPoints.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Geometry/Raw/Triangle.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Geometry/Raw/Vertex.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Geometry/SkinnedGeometry.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Import\ &\ Export/Coding/CollisionTrianglesCoder.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Import\ &\ Export/Coding/PNGCoder.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Import\ &\ Export/Coding/RawGeometryCoder.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Import\ &\ Export/Importers/ApplePlatformImageImporter.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Import\ &\ Export/Importers/ApplePlatformModelImporter.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Import\ &\ Export/Importers/GLTransmissionFormat.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Import\ &\ Export/Importers/PNGImporter.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Import\ &\ Export/Importers/RawGeometryImporter.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Import\ &\ Export/Importers/TiledTMJImporter.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Import\ &\ Export/Importers/TiledTSJImporter.swift (in target 'GateEngine' from project 'GateEngine')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Geometry/Points.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Geometry/Raw/RawGeometry.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Geometry/Raw/RawLines.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Geometry/Raw/RawPoints.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Geometry/Raw/Triangle.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Geometry/Raw/Vertex.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Geometry/SkinnedGeometry.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Import\ &\ Export/Coding/CollisionTrianglesCoder.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Import\ &\ Export/Coding/PNGCoder.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Import\ &\ Export/Coding/RawGeometryCoder.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Import\ &\ Export/Importers/ApplePlatformImageImporter.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Import\ &\ Export/Importers/ApplePlatformModelImporter.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Import\ &\ Export/Importers/GLTransmissionFormat.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Import\ &\ Export/Importers/PNGImporter.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Import\ &\ Export/Importers/RawGeometryImporter.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Import\ &\ Export/Importers/TiledTMJImporter.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Import\ &\ Export/Importers/TiledTSJImporter.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/sources-1 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Geometry/Points.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Geometry/Raw/RawGeometry.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Geometry/Raw/RawLines.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Geometry/Raw/RawPoints.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Geometry/Raw/Triangle.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Geometry/Raw/Vertex.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Geometry/SkinnedGeometry.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Import\ \&\ Export/Coding/CollisionTrianglesCoder.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Import\ \&\ Export/Coding/PNGCoder.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Import\ \&\ Export/Coding/RawGeometryCoder.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Import\ \&\ Export/Importers/ApplePlatformImageImporter.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Import\ \&\ Export/Importers/ApplePlatformModelImporter.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Import\ \&\ Export/Importers/GLTransmissionFormat.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Import\ \&\ Export/Importers/PNGImporter.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Import\ \&\ Export/Importers/RawGeometryImporter.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Import\ \&\ Export/Importers/TiledTMJImporter.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Import\ \&\ Export/Importers/TiledTSJImporter.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/supplementaryOutputs-2 -target arm64-apple-ios17.0 -module-can-import-version AVFoundation 2360.61.4.11 2.0.0 -module-can-import Atomics -module-can-import-version CoreImage 2.2 7.0.0 -module-can-import-version Darwin 346 0 -module-can-import-version GLKit 1.2 129.0.0 -module-can-import-version ImageIO 1.0.0 1.0.0 -module-can-import LibSPNG -module-can-import-version MetalKit 1.3 172.2.0 -module-can-import-version ModelIO 2 268.1.3 -module-can-import OpenGL_GateEngine -module-can-import TrueType -module-can-import-version UIKit 9071.1.106 9071.1.106 -load-resolved-plugin \#/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ECSMacros\#ECSMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins/libPreviewsMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server\#PreviewsMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftUIMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/GateEngine-dependencies-1.json -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -D SIMD -D GATEENGINE_PLATFORM_CREATES_MAINWINDOW -D GATEENGINE_PLATFORM_EVENT_DRIVEN -D GATEENGINE_PLATFORM_HAS_FILESYSTEM -D GATEENGINE_PLATFORM_HAS_AsynchronousFileSystem -D GATEENGINE_PLATFORM_HAS_SynchronousFileSystem -D GATEENGINE_PLATFORM_SUPPORTS_FOUNDATION_FILEMANAGER -D Xcode -serialize-debugging-options -load-plugin-executable /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ECSMacros\#ECSMacros -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/GateEngine_const_extract_protocols.json -enable-upcoming-feature InferIsolatedConformances -enable-upcoming-feature NonisolatedNonsendingByDefault -enable-upcoming-feature MemberImportVisibility -enable-upcoming-feature InternalImportsByDefault -enable-upcoming-feature StrictConcurrency\=complete -enable-upcoming-feature ExistentialAny -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/uFBX.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Gravity.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/LibSPNG.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/miniz.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/TrueType.modulemap -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-iphoneos/GateEngine.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-atomics/Sources/_AtomicsShims/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Dependencies/uFBX/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Dependencies/Gravity/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Dependencies/LibSPNG/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Dependencies/miniz/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Dependencies/TrueType/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-iphoneos/GateEngine.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-iphoneos/GateEngine.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-iphoneos/GateEngine.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -Xcc -DGLES_SILENCE_DEPRECATION -no-auto-bridging-header-chaining -module-name GateEngine -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.0 -target-sdk-name iphoneos26.0 -clang-target arm64-apple-ios26.0 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/Points.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/RawGeometry.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/RawLines.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/RawPoints.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/Triangle.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/Vertex.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/SkinnedGeometry.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/CollisionTrianglesCoder.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/PNGCoder.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/RawGeometryCoder.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/ApplePlatformImageImporter.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/ApplePlatformModelImporter.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/GLTransmissionFormat.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/PNGImporter.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/RawGeometryImporter.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/TiledTMJImporter.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/TiledTSJImporter.o -index-unit-output-path /GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/Points.o -index-unit-output-path /GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/RawGeometry.o -index-unit-output-path /GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/RawLines.o -index-unit-output-path /GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/RawPoints.o -index-unit-output-path /GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/Triangle.o -index-unit-output-path /GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/Vertex.o -index-unit-output-path /GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/SkinnedGeometry.o -index-unit-output-path /GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/CollisionTrianglesCoder.o -index-unit-output-path /GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/PNGCoder.o -index-unit-output-path /GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/RawGeometryCoder.o -index-unit-output-path /GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/ApplePlatformImageImporter.o -index-unit-output-path /GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/ApplePlatformModelImporter.o -index-unit-output-path /GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/GLTransmissionFormat.o -index-unit-output-path /GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/PNGImporter.o -index-unit-output-path /GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/RawGeometryImporter.o -index-unit-output-path /GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/TiledTMJImporter.o -index-unit-output-path /GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/TiledTSJImporter.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
Command SwiftCompile failed with a nonzero exit code
Please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the crash backtrace.
Stack dump:
0.	Program arguments: /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/sources-1 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Geometry/Points.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Geometry/Raw/RawGeometry.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Geometry/Raw/RawLines.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Geometry/Raw/RawPoints.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Geometry/Raw/Triangle.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Geometry/Raw/Vertex.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Geometry/SkinnedGeometry.swift -primary-file "/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Import & Export/Coding/CollisionTrianglesCoder.swift" -primary-file "/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Import & Export/Coding/PNGCoder.swift" -primary-file "/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Import & Export/Coding/RawGeometryCoder.swift" -primary-file "/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Import & Export/Importers/ApplePlatformImageImporter.swift" -primary-file "/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Import & Export/Importers/ApplePlatformModelImporter.swift" -primary-file "/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Import & Export/Importers/GLTransmissionFormat.swift" -primary-file "/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Import & Export/Importers/PNGImporter.swift" -primary-file "/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Import & Export/Importers/RawGeometryImporter.swift" -primary-file "/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Import & Export/Importers/TiledTMJImporter.swift" -primary-file "/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Import & Export/Importers/TiledTSJImporter.swift" -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/supplementaryOutputs-2 -target arm64-apple-ios17.0 -module-can-import-version AVFoundation 2360.61.4.11 2.0.0 -module-can-import Atomics -module-can-import-version CoreImage 2.2 7.0.0 -module-can-import-version Darwin 346 0 -module-can-import-version GLKit 1.2 129.0.0 -module-can-import-version ImageIO 1.0.0 1.0.0 -module-can-import LibSPNG -module-can-import-version MetalKit 1.3 172.2.0 -module-can-import-version ModelIO 2 268.1.3 -module-can-import OpenGL_GateEngine -module-can-import TrueType -module-can-import-version UIKit 9071.1.106 9071.1.106 -load-resolved-plugin #/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ECSMacros#ECSMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins/libPreviewsMacros.dylib#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server#PreviewsMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server#SwiftUIMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/GateEngine-dependencies-1.json -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format=dwarf -dwarf-version=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -D SIMD -D GATEENGINE_PLATFORM_CREATES_MAINWINDOW -D GATEENGINE_PLATFORM_EVENT_DRIVEN -D GATEENGINE_PLATFORM_HAS_FILESYSTEM -D GATEENGINE_PLATFORM_HAS_AsynchronousFileSystem -D GATEENGINE_PLATFORM_HAS_SynchronousFileSystem -D GATEENGINE_PLATFORM_SUPPORTS_FOUNDATION_FILEMANAGER -D Xcode -serialize-debugging-options -load-plugin-executable /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ECSMacros#ECSMacros -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/GateEngine_const_extract_protocols.json -enable-upcoming-feature InferIsolatedConformances -enable-upcoming-feature NonisolatedNonsendingByDefault -enable-upcoming-feature MemberImportVisibility -enable-upcoming-feature InternalImportsByDefault -enable-upcoming-feature StrictConcurrency=complete -enable-upcoming-feature ExistentialAny -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -fmodule-map-file=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/uFBX.modulemap -Xcc -fmodule-map-file=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Gravity.modulemap -Xcc -fmodule-map-file=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/LibSPNG.modulemap -Xcc -fmodule-map-file=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/miniz.modulemap -Xcc -fmodule-map-file=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/TrueType.modulemap -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-iphoneos/GateEngine.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-atomics/Sources/_AtomicsShims/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Dependencies/uFBX/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Dependencies/Gravity/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Dependencies/LibSPNG/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Dependencies/miniz/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Dependencies/TrueType/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-iphoneos/GateEngine.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-iphoneos/GateEngine.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-iphoneos/GateEngine.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG=1 -Xcc -DGLES_SILENCE_DEPRECATION -no-auto-bridging-header-chaining -module-name GateEngine -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.0 -target-sdk-name iphoneos26.0 -clang-target arm64-apple-ios26.0 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/Points.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/RawGeometry.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/RawLines.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/RawPoints.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/Triangle.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/Vertex.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/SkinnedGeometry.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/CollisionTrianglesCoder.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/PNGCoder.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/RawGeometryCoder.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/ApplePlatformImageImporter.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/ApplePlatformModelImporter.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/GLTransmissionFormat.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/PNGImporter.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/RawGeometryImporter.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/TiledTMJImporter.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/TiledTSJImporter.o -index-unit-output-path /GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/Points.o -index-unit-output-path /GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/RawGeometry.o -index-unit-output-path /GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/RawLines.o -index-unit-output-path /GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/RawPoints.o -index-unit-output-path /GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/Triangle.o -index-unit-output-path /GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/Vertex.o -index-unit-output-path /GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/SkinnedGeometry.o -index-unit-output-path /GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/CollisionTrianglesCoder.o -index-unit-output-path /GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/PNGCoder.o -index-unit-output-path /GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/RawGeometryCoder.o -index-unit-output-path /GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/ApplePlatformImageImporter.o -index-unit-output-path /GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/ApplePlatformModelImporter.o -index-unit-output-path /GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/GLTransmissionFormat.o -index-unit-output-path /GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/PNGImporter.o -index-unit-output-path /GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/RawGeometryImporter.o -index-unit-output-path /GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/TiledTMJImporter.o -index-unit-output-path /GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/TiledTSJImporter.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
1.	Apple Swift version 6.2 (swiftlang-6.2.0.9.909 clang-1700.3.9.907)
2.	Compiling with effective version 5.10
3.	Contents of /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/sources-1:
---
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-iphoneos/GateEngine.build/DerivedSources/resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/2D Specific/Physics/Collision2DComponent.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/2D Specific/Physics/Collision2DSystem.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/2D Specific/Physics/Physics2DComponent.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/2D Specific/Physics/Physics2DSystem.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/2D Specific/Physics/QuadtreeComponent.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/2D Specific/Sprite/SpriteComponent.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/2D Specific/Sprite/SpriteSystem.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/2D Specific/TileMap/TileMapComponent.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/2D Specific/TileMap/TileMapSystem.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/2D Specific/Transform2Component.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/3D Specific/Billboard/BillboardComponent.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/3D Specific/Billboard/BillboardSystem.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/3D Specific/CameraComponent.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/3D Specific/MaterialComponent.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/3D Specific/ObjectAnimation/ObjectAnimation3DComponent.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/3D Specific/ObjectAnimation/ObjectAnimation3DSystem.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/3D Specific/Physics/Collision3DComponent.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/3D Specific/Physics/Collision3DSystem.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/3D Specific/Physics/OctreeComponent.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/3D Specific/Physics/Physics3DComponent.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/3D Specific/Physics/Physics3DSystem.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/3D Specific/RenderingGeometryComponent.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/3D Specific/Rig/Rig3DComponent.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/3D Specific/Rig/Rig3DSystem.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/3D Specific/Transform3Component.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/Base/Component.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/Base/ECSContext.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/Base/Entity.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/Base/Performance.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/Base/PlatformSystem.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/Base/RenderingSystem.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/Base/SortOrder.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/Base/System.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/FinalizeSimulation/FinalizeSimulationSystem.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/FinalizeSimulation/MaxQuantityComponent.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/FinalizeSimulation/ParentRelationshipComponent.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/FinalizeSimulation/TimedDeathComponent.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/PerformanceRenderingSystem.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/PlatformSystems/AudioSystem.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/PlatformSystems/CacheSystem.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/PlatformSystems/DeferredDelaySystem.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/PlatformSystems/HIDSystem.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/StandardRenderingSystem.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/StateMachine/StateMachine.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/StateMachine/StateMachineComponent.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/StateMachine/StateMachineSystem.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/TimeScaleComponent.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Game.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/GameDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/GameInfo.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/GateEngine.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Helpers/DeltaTimeHelper.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Helpers/IDGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Helpers/TextureAtlas.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Physics/CollisionTriangle+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Physics/Octree.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Physics/Quadtree.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Physics/RawGeometry+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Physics/SkinCollider.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Animation/ObjectAnimation3D.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Geometry/Geometry.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Geometry/Lines.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Geometry/MutableGeometry.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Geometry/MutableLines.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Geometry/MutablePoints.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Geometry/Points.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Geometry/Raw/RawGeometry.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Geometry/Raw/RawLines.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Geometry/Raw/RawPoints.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Geometry/Raw/Triangle.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Geometry/Raw/Vertex.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Geometry/SkinnedGeometry.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Import & Export/Coding/CollisionTrianglesCoder.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Import & Export/Coding/PNGCoder.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Import & Export/Coding/RawGeometryCoder.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Import & Export/Importers/ApplePlatformImageImporter.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Import & Export/Importers/ApplePlatformModelImporter.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Import & Export/Importers/GLTransmissionFormat.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Import & Export/Importers/PNGImporter.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Import & Export/Importers/RawGeometryImporter.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Import & Export/Importers/TiledTMJImporter.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Import & Export/Importers/TiledTSJImporter.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Import & Export/Importers/WavefrontOBJ.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Lights/Base/Light.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Lights/DirectionalLight.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Lights/PointLight.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Lights/SpotLight.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Paths.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Resource.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/ResourceManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Skinning/SkeletalAnimation.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Skinning/Skeleton.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Skinning/Skin.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Sprites/Sprite.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Sprites/SpriteAnimation.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Sprites/SpriteSheet.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Text/Backends/ImageFont.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Text/Backends/TTFFont.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Text/Font.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Text/Text.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Texture/Texture.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Tiles/TileMap.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Tiles/TileSet.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/SaveState.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Scripting/Gravity/Gravity+Errors.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Scripting/Gravity/Gravity+Files.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Scripting/Gravity/Gravity+Testing.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Scripting/Gravity/Gravity.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Scripting/Gravity/GravityClass.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Scripting/Gravity/GravityClosure.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Scripting/Gravity/GravityInstance.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Scripting/Gravity/GravityProtocols.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Scripting/Gravity/GravityValue.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Scripting/Gravity/GravityValueConvertible.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Music.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/AudioFormats/VorbisFile.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/AudioFormats/WaveFile.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/AudioTypes.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/CoreAudio/3D/CAListenerReference.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/CoreAudio/3D/CASourceReference.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/CoreAudio/3D/CASpacialMixerReference.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/CoreAudio/CABufferReference.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/CoreAudio/CAContextReference.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/CoreAudio/Soundtrack/CAAudioMixerReference.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/CoreAudio/Soundtrack/CAAudioTrackReference.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/3D/OAListenerReference.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/3D/OASourceReference.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/3D/OASpacialMixerReference.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/OABufferReference.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/OAContextReference.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/Soundtrack/OAAudioMixerReference.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/Soundtrack/OAAudioTrackReference.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/_Backend/OpenALContext.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/_Backend/OpenALDevice.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/_Backend/OpenALError.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/_Backend/OpenALSource.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/WebAudio/3D/WAListenerReference.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/WebAudio/3D/WASourceReference.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/WebAudio/3D/WASpacialMixerReference.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/WebAudio/Soundtrack/WAAudioMixerReference.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/WebAudio/Soundtrack/WAAudioTrackReference.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/WebAudio/WABufferReference.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/WebAudio/WAContextReference.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/XAudio/3D/XAListenerReference.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/XAudio/3D/XASourceReference.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/XAudio/3D/XASpacialMixerReference.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/XAudio/Soundtrack/XAAudioMixerReference.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/XAudio/Soundtrack/XAAudioTrackReference.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/XAudio/XABufferReference.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/XAudio/XAContextReference.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/BufferConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Sound.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/System/AudioBuffer.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/System/AudioContext.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/System/Multi-Channel/AudioMixer.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/System/Multi-Channel/AudioTrack.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/System/Spatial/SpatialAudioListener.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/System/Spatial/SpatialAudioMixer.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/System/Spatial/SpatialAudioSource.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/HID/GamePad/GamePad.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/HID/GamePad/GamePadInterpreter/GamePadInterpreter.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/HID/GamePad/GamePadInterpreter/Interpreters/HID/IOKitGamePadInterpreter.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/HID/GamePad/GamePadInterpreter/Interpreters/HID/LinuxHIDGamePadInterpreter.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/HID/GamePad/GamePadInterpreter/Interpreters/HID/Mapping/SDL2/SDL2.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/HID/GamePad/GamePadInterpreter/Interpreters/MFIGamePadInterpreter.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/HID/GamePad/GamePadInterpreter/Interpreters/NullGamePadInterpreter.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/HID/GamePad/GamePadInterpreter/Interpreters/WASIGamePadInterpreter.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/HID/GamePad/GamePadInterpreter/Interpreters/XInputGamePadInterpreter.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/HID/GamePad/GamePadManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/HID/HID.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/HID/Keyboard/CharacterStream.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/HID/Keyboard/Keyboard.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/HID/Keyboard/KeyboardEvent.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/HID/Keyboard/KeyboardKey.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/HID/Keyboard/KeyboardModifierMask.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/HID/Mouse/Mouse.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/HID/Mouse/MouseButton.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/HID/Mouse/MouseScroller.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/HID/Touch/Touch.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/HID/Touch/TouchScreen.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/HID/Touch/TouchSurface.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/FileSystem/AsynchronousFileSystem.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/FileSystem/FileSystemTypes.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/FileSystem/SynchronousFileSystem.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform Implementations/Android/AndroidPlatform.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform Implementations/Apple/AppKit/AppKit/AppKitGLKitView.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform Implementations/Apple/AppKit/AppKit/AppKitMetalView.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform Implementations/Apple/AppKit/AppKit/AppKitViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform Implementations/Apple/AppKit/AppKit/AppKitWindow.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform Implementations/Apple/AppKit/AppKitPlatform.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform Implementations/Apple/AppleFileSystem.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform Implementations/Apple/AsynchronousAppleFileSystem.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform Implementations/Apple/SynchronousAppleFileSystem.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform Implementations/Apple/UIKit/UIKit/UIKitGLKitView.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform Implementations/Apple/UIKit/UIKit/UIKitMetalView.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform Implementations/Apple/UIKit/UIKit/UIKitViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform Implementations/Apple/UIKit/UIKit/UIKitWindow.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform Implementations/Apple/UIKit/UIKitPlatform.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform Implementations/Linux/LinuxFileSystem.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform Implementations/Linux/LinuxPlatform.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform Implementations/Linux/X11/X11Window.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform Implementations/WASI/WASI/WASIWindow.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform Implementations/WASI/WASIFileSystem.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform Implementations/WASI/WASIPlatform.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform Implementations/Win32/AsynchronousWin32FileSystem.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform Implementations/Win32/SynchronousWin32FileSystem.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform Implementations/Win32/Win32/Win32Window.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform Implementations/Win32/Win32/WinSDK+Helpers.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform Implementations/Win32/Win32FileSystem.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform Implementations/Win32/Win32Platform.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/PlatformProtocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/Drawables/Canvas.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/Drawables/DrawCommand.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/Drawables/Drawable.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/Drawables/Scene.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/Platforms/DirectX12/DX12Geometry.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/Platforms/DirectX12/DX12RenderTarget.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/Platforms/DirectX12/DX12Renderer.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/Platforms/DirectX12/DX12SwapChain.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/Platforms/DirectX12/DX12Texture.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/Platforms/GeometryBackend.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/Platforms/Metal/MetalGeometry.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/Platforms/Metal/MetalRenderTarget.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/Platforms/Metal/MetalRenderer.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/Platforms/Metal/MetalTexture.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/Platforms/OpenGL/OpenGLGeometry.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/Platforms/OpenGL/OpenGLRenderTarget.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/Platforms/OpenGL/OpenGLRenderer+Apple.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/Platforms/OpenGL/OpenGLRenderer+Linux.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/Platforms/OpenGL/OpenGLRenderer.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/Platforms/OpenGL/OpenGLTexture.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/Platforms/WebGL2/WebGL2Geometry.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/Platforms/WebGL2/WebGL2RenderTarget.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/Platforms/WebGL2/WebGL2Renderer.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/Platforms/WebGL2/WebGL2Texture.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/RenderTarget.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/Renderer.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/SystemShaders.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/WindowManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Types/Camera.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Types/Material.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Types/Matricies.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/Button.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/Control.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/Drawables/UICanvas.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/GameViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/GestureRecognizers/GestureRecognizer.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/GestureRecognizers/PanGestureRecognizer.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/GestureRecognizers/PinchGestureRecognizer.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/GestureRecognizers/RotateGestureRecognizer.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/GestureRecognizers/TapGestureRecognizer.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/ImageView.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/Label.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/Layout.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/ScrollView.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/SplitViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/StackView.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/TableView.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/TextField.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/TileMapControl.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/TileMapView.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/View.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/ViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/Window.swift
---
4.	While evaluating request ASTLoweringRequest(Lowering AST to SIL for file "/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Import & Export/Importers/PNGImporter.swift")
5.	While silgen emitFunction SIL function "@$s10GateEngine11PNGImporterC11loadTexture7options10Foundation4DataV4data_8GameMath5Size2V4sizetAA0E15ImporterOptionsV_tKF".
 for 'loadTexture(options:)' (at /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Import & Export/Importers/PNGImporter.swift:40:12)
Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):
0  swift-frontend           0x0000000106a2bcb0 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 56
1  swift-frontend           0x0000000106a29640 llvm::sys::RunSignalHandlers() + 112
2  swift-frontend           0x0000000106a2c2dc SignalHandler(int, __siginfo*, void*) + 344
3  libsystem_platform.dylib 0x000000018aaef624 _sigtramp + 56
4  swift-frontend           0x00000001011cbf34 swift::Lowering::SILGenFunction::emitExpectedExecutorProlog() + 1164
5  swift-frontend           0x00000001011cbf34 swift::Lowering::SILGenFunction::emitExpectedExecutorProlog() + 1164
6  swift-frontend           0x00000001012b610c swift::Lowering::SILGenFunction::emitProlog(swift::DeclContext*, swift::CaptureInfo, swift::ParameterList*, swift::ParamDecl*, swift::Type, std::__1::optional<swift::Type>, swift::SourceLoc) + 7176
7  swift-frontend           0x00000001012382b8 swift::Lowering::SILGenFunction::emitFunction(swift::FuncDecl*) + 212
8  swift-frontend           0x000000010117586c swift::Lowering::SILGenModule::emitFunctionDefinition(swift::SILDeclRef, swift::SILFunction*) + 7596
9  swift-frontend           0x0000000101176888 swift::Lowering::SILGenModule::emitOrDelayFunction(swift::SILDeclRef) + 236
10 swift-frontend           0x0000000101173aac swift::Lowering::SILGenModule::emitFunction(swift::FuncDecl*) + 136
11 swift-frontend           0x00000001012da328 (anonymous namespace)::SILGenType::visitFuncDecl(swift::FuncDecl*) + 32
12 swift-frontend           0x00000001012d602c (anonymous namespace)::SILGenType::emitType() + 364
13 swift-frontend           0x00000001011737c0 swift::ASTVisitor<swift::Lowering::SILGenModule, void, void, void, void, void, void>::visit(swift::Decl*) + 100
14 swift-frontend           0x000000010117a600 swift::ASTLoweringRequest::evaluate(swift::Evaluator&, swift::ASTLoweringDescriptor) const + 2364
15 swift-frontend           0x00000001012bd3f4 swift::SimpleRequest<swift::ASTLoweringRequest, std::__1::unique_ptr<swift::SILModule, std::__1::default_delete<swift::SILModule>> (swift::ASTLoweringDescriptor), (swift::RequestFlags)17>::evaluateRequest(swift::ASTLoweringRequest const&, swift::Evaluator&) + 208
16 swift-frontend           0x000000010117f088 swift::ASTLoweringRequest::OutputType swift::Evaluator::getResultUncached<swift::ASTLoweringRequest, swift::ASTLoweringRequest::OutputType swift::evaluateOrFatal<swift::ASTLoweringRequest>(swift::Evaluator&, swift::ASTLoweringRequest)::'lambda'()>(swift::ASTLoweringRequest const&, swift::ASTLoweringRequest::OutputType swift::evaluateOrFatal<swift::ASTLoweringRequest>(swift::Evaluator&, swift::ASTLoweringRequest)::'lambda'()) + 572
17 swift-frontend           0x000000010069fd78 swift::performCompileStepsPostSema(swift::CompilerInstance&, int&, swift::FrontendObserver*) + 964
18 swift-frontend           0x00000001006a30e0 performCompile(swift::CompilerInstance&, int&, swift::FrontendObserver*) + 1764
19 swift-frontend           0x00000001006a1cfc swift::performFrontend(llvm::ArrayRef<char const*>, char const*, void*, swift::FrontendObserver*) + 3580
20 swift-frontend           0x0000000100623390 swift::mainEntry(int, char const**) + 5412
21 dyld                     0x000000018a716b4c start + 6000
Failed frontend command:
SwiftCompile normal arm64 Compiling\ KeyboardModifierMask.swift,\ Mouse.swift,\ MouseButton.swift,\ MouseScroller.swift,\ Touch.swift,\ TouchScreen.swift,\ TouchSurface.swift,\ AsynchronousFileSystem.swift,\ FileSystemTypes.swift,\ SynchronousFileSystem.swift,\ AndroidPlatform.swift,\ AppKitGLKitView.swift,\ AppKitMetalView.swift,\ AppKitViewController.swift,\ AppKitWindow.swift,\ AppKitPlatform.swift,\ AppleFileSystem.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/HID/Keyboard/KeyboardModifierMask.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/HID/Mouse/Mouse.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/HID/Mouse/MouseButton.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/HID/Mouse/MouseScroller.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/HID/Touch/Touch.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/HID/Touch/TouchScreen.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/HID/Touch/TouchSurface.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/FileSystem/AsynchronousFileSystem.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/FileSystem/FileSystemTypes.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/FileSystem/SynchronousFileSystem.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform\ Implementations/Android/AndroidPlatform.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform\ Implementations/Apple/AppKit/AppKit/AppKitGLKitView.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform\ Implementations/Apple/AppKit/AppKit/AppKitMetalView.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform\ Implementations/Apple/AppKit/AppKit/AppKitViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform\ Implementations/Apple/AppKit/AppKit/AppKitWindow.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform\ Implementations/Apple/AppKit/AppKitPlatform.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform\ Implementations/Apple/AppleFileSystem.swift (in target 'GateEngine' from project 'GateEngine')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/HID/Keyboard/KeyboardModifierMask.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/HID/Mouse/Mouse.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/HID/Mouse/MouseButton.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/HID/Mouse/MouseScroller.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/HID/Touch/Touch.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/HID/Touch/TouchScreen.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/HID/Touch/TouchSurface.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/FileSystem/AsynchronousFileSystem.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/FileSystem/FileSystemTypes.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/FileSystem/SynchronousFileSystem.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform\ Implementations/Android/AndroidPlatform.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform\ Implementations/Apple/AppKit/AppKit/AppKitGLKitView.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform\ Implementations/Apple/AppKit/AppKit/AppKitMetalView.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform\ Implementations/Apple/AppKit/AppKit/AppKitViewController.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform\ Implementations/Apple/AppKit/AppKit/AppKitWindow.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform\ Implementations/Apple/AppKit/AppKitPlatform.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform\ Implementations/Apple/AppleFileSystem.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ PinchGestureRecognizer.swift,\ RotateGestureRecognizer.swift,\ TapGestureRecognizer.swift,\ ImageView.swift,\ Label.swift,\ Layout.swift,\ ScrollView.swift,\ SplitViewController.swift,\ StackView.swift,\ TableView.swift,\ TextField.swift,\ TileMapControl.swift,\ TileMapView.swift,\ View.swift,\ ViewController.swift,\ Window.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/GestureRecognizers/PinchGestureRecognizer.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/GestureRecognizers/RotateGestureRecognizer.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/GestureRecognizers/TapGestureRecognizer.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/ImageView.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/Label.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/Layout.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/ScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/SplitViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/StackView.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/TableView.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/TextField.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/TileMapControl.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/TileMapView.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/View.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/ViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/Window.swift (in target 'GateEngine' from project 'GateEngine')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/GestureRecognizers/PinchGestureRecognizer.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/GestureRecognizers/RotateGestureRecognizer.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/GestureRecognizers/TapGestureRecognizer.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/ImageView.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/Label.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/Layout.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/ScrollView.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/SplitViewController.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/StackView.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/TableView.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/TextField.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/TileMapControl.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/TileMapView.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/View.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/ViewController.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/Window.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Win32FileSystem.swift,\ Win32Platform.swift,\ PlatformProtocol.swift,\ Canvas.swift,\ DrawCommand.swift,\ Drawable.swift,\ Scene.swift,\ DX12Geometry.swift,\ Material.swift,\ Matricies.swift,\ Button.swift,\ Control.swift,\ UICanvas.swift,\ GameViewController.swift,\ GestureRecognizer.swift,\ PanGestureRecognizer.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform\ Implementations/Win32/Win32FileSystem.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform\ Implementations/Win32/Win32Platform.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/PlatformProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/Drawables/Canvas.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/Drawables/DrawCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/Drawables/Drawable.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/Drawables/Scene.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/Platforms/DirectX12/DX12Geometry.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Types/Material.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Types/Matricies.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/Button.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/Control.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/Drawables/UICanvas.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/GameViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/GestureRecognizers/GestureRecognizer.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/GestureRecognizers/PanGestureRecognizer.swift (in target 'GateEngine' from project 'GateEngine')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform\ Implementations/Win32/Win32FileSystem.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform\ Implementations/Win32/Win32Platform.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/PlatformProtocol.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/Drawables/Canvas.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/Drawables/DrawCommand.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/Drawables/Drawable.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/Drawables/Scene.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/Platforms/DirectX12/DX12Geometry.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Types/Material.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Types/Matricies.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/Button.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/Control.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/Drawables/UICanvas.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/GameViewController.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/GestureRecognizers/GestureRecognizer.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/GestureRecognizers/PanGestureRecognizer.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/GestureRecognizers/PanGestureRecognizer.swift:53:38: warning: 'RotateGestureRecognizer' is deprecated: This GestureRecognizer is not yet implemented.
        if otherGestureRecognizer is RotateGestureRecognizer {
                                     ^
SwiftCompile normal arm64 Compiling\ AsynchronousAppleFileSystem.swift,\ SynchronousAppleFileSystem.swift,\ UIKitGLKitView.swift,\ UIKitMetalView.swift,\ UIKitViewController.swift,\ UIKitWindow.swift,\ UIKitPlatform.swift,\ LinuxFileSystem.swift,\ LinuxPlatform.swift,\ X11Window.swift,\ WASIWindow.swift,\ WASIFileSystem.swift,\ WASIPlatform.swift,\ AsynchronousWin32FileSystem.swift,\ SynchronousWin32FileSystem.swift,\ Win32Window.swift,\ WinSDK+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform\ Implementations/Apple/AsynchronousAppleFileSystem.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform\ Implementations/Apple/SynchronousAppleFileSystem.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform\ Implementations/Apple/UIKit/UIKit/UIKitGLKitView.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform\ Implementations/Apple/UIKit/UIKit/UIKitMetalView.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform\ Implementations/Apple/UIKit/UIKit/UIKitViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform\ Implementations/Apple/UIKit/UIKit/UIKitWindow.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform\ Implementations/Apple/UIKit/UIKitPlatform.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform\ Implementations/Linux/LinuxFileSystem.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform\ Implementations/Linux/LinuxPlatform.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform\ Implementations/Linux/X11/X11Window.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform\ Implementations/WASI/WASI/WASIWindow.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform\ Implementations/WASI/WASIFileSystem.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform\ Implementations/WASI/WASIPlatform.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform\ Implementations/Win32/AsynchronousWin32FileSystem.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform\ Implementations/Win32/SynchronousWin32FileSystem.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform\ Implementations/Win32/Win32/Win32Window.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform\ Implementations/Win32/Win32/WinSDK+Helpers.swift (in target 'GateEngine' from project 'GateEngine')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform\ Implementations/Apple/AsynchronousAppleFileSystem.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform\ Implementations/Apple/SynchronousAppleFileSystem.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform\ Implementations/Apple/UIKit/UIKit/UIKitGLKitView.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform\ Implementations/Apple/UIKit/UIKit/UIKitMetalView.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform\ Implementations/Apple/UIKit/UIKit/UIKitViewController.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform\ Implementations/Apple/UIKit/UIKit/UIKitWindow.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform\ Implementations/Apple/UIKit/UIKitPlatform.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform Implementations/Apple/UIKit/UIKitPlatform.swift:12:30: warning: conformance of 'UIKitPlatform' to protocol 'PlatformProtocol' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
public struct UIKitPlatform: PlatformProtocol, InternalPlatformProtocol {
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform Implementations/Apple/UIKit/UIKitPlatform.swift:12:30: note: isolate this conformance to the main actor with '@MainActor'
public struct UIKitPlatform: PlatformProtocol, InternalPlatformProtocol {
                             ^
                             @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform Implementations/Apple/UIKit/UIKitPlatform.swift:12:30: note: turn data races into runtime errors with '@preconcurrency'
public struct UIKitPlatform: PlatformProtocol, InternalPlatformProtocol {
                             ^
                             @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform Implementations/Apple/UIKit/UIKitPlatform.swift:33:16: note: main actor-isolated property 'supportsMultipleWindows' cannot satisfy nonisolated requirement
    public var supportsMultipleWindows: Bool {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform Implementations/Apple/UIKit/UIKitPlatform.swift:138:60: warning: main actor-isolated property 'musicMixers' can not be referenced from a Sendable closure; this is an error in the Swift 6 language mode
                    if let mixer = Game.unsafeShared.audio.musicMixers[.soundTrack] {
                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/PlatformSystems/AudioSystem.swift:14:9: note: property declared here
    var musicMixers: [Music.Kind: AudioMixer] = [:]
        ^
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform Implementations/Apple/UIKit/UIKitPlatform.swift:138:54: warning: main actor-isolated property 'audio' can not be referenced from a Sendable closure; this is an error in the Swift 6 language mode
                    if let mixer = Game.unsafeShared.audio.musicMixers[.soundTrack] {
                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/PlatformSystems/AudioSystem.swift:465:9: note: property declared here
    var audio: AudioSystem {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform Implementations/Apple/UIKit/UIKitPlatform.swift:142:60: warning: main actor-isolated property 'musicMixers' can not be referenced from a Sendable closure; this is an error in the Swift 6 language mode
                    if let mixer = Game.unsafeShared.audio.musicMixers[.soundTrack] {
                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/PlatformSystems/AudioSystem.swift:14:9: note: property declared here
    var musicMixers: [Music.Kind: AudioMixer] = [:]
        ^
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform Implementations/Apple/UIKit/UIKitPlatform.swift:142:54: warning: main actor-isolated property 'audio' can not be referenced from a Sendable closure; this is an error in the Swift 6 language mode
                    if let mixer = Game.unsafeShared.audio.musicMixers[.soundTrack] {
                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/PlatformSystems/AudioSystem.swift:465:9: note: property declared here
    var audio: AudioSystem {
        ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform\ Implementations/Linux/LinuxFileSystem.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform\ Implementations/Linux/LinuxPlatform.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform\ Implementations/Linux/X11/X11Window.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform\ Implementations/WASI/WASI/WASIWindow.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform\ Implementations/WASI/WASIFileSystem.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform\ Implementations/WASI/WASIPlatform.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform\ Implementations/Win32/AsynchronousWin32FileSystem.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform\ Implementations/Win32/SynchronousWin32FileSystem.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform\ Implementations/Win32/Win32/Win32Window.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform\ Implementations/Win32/Win32/WinSDK+Helpers.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ GateEngine (in target 'GateEngine' from project 'GateEngine')
LLVM Profile Error: Failed to write file "default.profraw": Operation not permitted
EmitSwiftModule normal arm64 (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Text/Font.swift:143:35: warning: static property 'tuffy' is not concurrency-safe because non-'Sendable' type 'Font' may have shared mutable state; this is an error in the Swift 6 language mode
    public nonisolated static let tuffy: Font = Font(ttfRegular: "GateEngine/Fonts/Tuffy/Tuffy.ttf")
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Text/Font.swift:35:20: note: class 'Font' does not conform to the 'Sendable' protocol
public final class Font: OldResource {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Text/Font.swift:143:35: note: add '@MainActor' to make static property 'tuffy' part of global actor 'MainActor'
    public nonisolated static let tuffy: Font = Font(ttfRegular: "GateEngine/Fonts/Tuffy/Tuffy.ttf")
                                  ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Text/Font.swift:143:35: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public nonisolated static let tuffy: Font = Font(ttfRegular: "GateEngine/Fonts/Tuffy/Tuffy.ttf")
                                  ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Text/Font.swift:144:35: warning: static property 'tuffyBold' is not concurrency-safe because non-'Sendable' type 'Font' may have shared mutable state; this is an error in the Swift 6 language mode
    public nonisolated static let tuffyBold: Font = Font(ttfRegular: "GateEngine/Fonts/Tuffy/Tuffy_Bold.ttf")
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Text/Font.swift:35:20: note: class 'Font' does not conform to the 'Sendable' protocol
public final class Font: OldResource {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Text/Font.swift:144:35: note: add '@MainActor' to make static property 'tuffyBold' part of global actor 'MainActor'
    public nonisolated static let tuffyBold: Font = Font(ttfRegular: "GateEngine/Fonts/Tuffy/Tuffy_Bold.ttf")
                                  ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Text/Font.swift:144:35: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public nonisolated static let tuffyBold: Font = Font(ttfRegular: "GateEngine/Fonts/Tuffy/Tuffy_Bold.ttf")
                                  ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Text/Font.swift:145:35: warning: static property 'micro' is not concurrency-safe because non-'Sendable' type 'Font' may have shared mutable state; this is an error in the Swift 6 language mode
    public nonisolated static let micro: Font = Font(pngRegular: "GateEngine/Fonts/Micro/micro.png")
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Text/Font.swift:35:20: note: class 'Font' does not conform to the 'Sendable' protocol
public final class Font: OldResource {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Text/Font.swift:145:35: note: add '@MainActor' to make static property 'micro' part of global actor 'MainActor'
    public nonisolated static let micro: Font = Font(pngRegular: "GateEngine/Fonts/Micro/micro.png")
                                  ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Text/Font.swift:145:35: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public nonisolated static let micro: Font = Font(pngRegular: "GateEngine/Fonts/Micro/micro.png")
                                  ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Text/Font.swift:146:35: warning: static property 'babel' is not concurrency-safe because non-'Sendable' type 'Font' may have shared mutable state; this is an error in the Swift 6 language mode
    public nonisolated static let babel: Font = Font(pngRegular: "GateEngine/Fonts/Babel/Babel.png")
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Text/Font.swift:35:20: note: class 'Font' does not conform to the 'Sendable' protocol
public final class Font: OldResource {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Text/Font.swift:146:35: note: add '@MainActor' to make static property 'babel' part of global actor 'MainActor'
    public nonisolated static let babel: Font = Font(pngRegular: "GateEngine/Fonts/Babel/Babel.png")
                                  ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Text/Font.swift:146:35: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public nonisolated static let babel: Font = Font(pngRegular: "GateEngine/Fonts/Babel/Babel.png")
                                  ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Scripting/Gravity/Gravity.swift:23:29: warning: converting non-sendable function value to '@MainActor @Sendable @convention(c) (OpaquePointer?, error_type_t, UnsafePointer<CChar>?, error_desc_t, UnsafeMutableRawPointer?) -> Void' (aka '@MainActor @Sendable @convention(c) (Optional<OpaquePointer>, error_type_t, Optional<UnsafePointer<Int8>>, error_desc_t, Optional<UnsafeMutableRawPointer>) -> ()') may introduce data races
    delegate.error_callback = errorCallback(vm:errorType:description:errorDesc:xdata:)
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Scripting/Gravity/Gravity.swift:24:32: warning: converting non-sendable function value to '@MainActor @Sendable @convention(c) (UInt32, UnsafeMutableRawPointer?) -> UnsafePointer<CChar>?' (aka '@MainActor @Sendable @convention(c) (UInt32, Optional<UnsafeMutableRawPointer>) -> Optional<UnsafePointer<Int8>>') may introduce data races
    delegate.filename_callback = filenameCallback(fileID:xData:)
                               ^
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Scripting/Gravity/Gravity.swift:25:32: warning: converting non-sendable function value to '@MainActor @Sendable @convention(c) (UnsafePointer<CChar>?, UnsafeMutablePointer<Int>?, UnsafeMutablePointer<UInt32>?, UnsafeMutableRawPointer?, UnsafeMutablePointer<Bool>?) -> UnsafePointer<CChar>?' (aka '@MainActor @Sendable @convention(c) (Optional<UnsafePointer<Int8>>, Optional<UnsafeMutablePointer<Int>>, Optional<UnsafeMutablePointer<UInt32>>, Optional<UnsafeMutableRawPointer>, Optional<UnsafeMutablePointer<Bool>>) -> Optional<UnsafePointer<Int8>>') may introduce data races
    delegate.loadfile_callback = loadFileCallback(file:size:fileID:xData:isStatic:)
                               ^
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Scripting/Gravity/Gravity.swift:27:32: warning: converting non-sendable function value to '@MainActor @Sendable @convention(c) (OpaquePointer?, error_type_t, UnsafePointer<CChar>?, UnsafePointer<CChar>?, gravity_value_t, Int32, Int32, UnsafeMutableRawPointer?) -> Void' (aka '@MainActor @Sendable @convention(c) (Optional<OpaquePointer>, error_type_t, Optional<UnsafePointer<Int8>>, Optional<UnsafePointer<Int8>>, gravity_value_t, Int32, Int32, Optional<UnsafeMutableRawPointer>) -> ()') may introduce data races
    delegate.unittest_callback = unittestCallback(vm:errorType:desc:note:value:row:column:xdata:)
                               ^
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Scripting/Gravity/Gravity.swift:29:29: warning: converting non-sendable function value to '@MainActor @Sendable @convention(c) (OpaquePointer?, UnsafeMutableRawPointer?, gravity_value_t, UnsafeMutablePointer<gravity_value_t>?, Int16, UInt32) -> Bool' may introduce data races
    delegate.bridge_execute = gravityCFuncBridged(vm:xdata:ctx:args:nargs:rindex:)
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Scripting/Gravity/GravityValue.swift:26:23: warning: static property 'null' is not concurrency-safe because non-'Sendable' type 'GravityValue' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let null = GravityValue(gValue: gravity_value_from_null())
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Scripting/Gravity/GravityValue.swift:10:15: note: consider making struct 'GravityValue' conform to the 'Sendable' protocol
public struct GravityValue: GravityValueEmitting {
              ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Scripting/Gravity/GravityValue.swift:26:23: note: add '@MainActor' to make static property 'null' part of global actor 'MainActor'
    public static let null = GravityValue(gValue: gravity_value_from_null())
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Scripting/Gravity/GravityValue.swift:26:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let null = GravityValue(gValue: gravity_value_from_null())
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Scripting/Gravity/GravityValue.swift:27:23: warning: static property 'undefined' is not concurrency-safe because non-'Sendable' type 'GravityValue' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let undefined = GravityValue(gValue: gravity_value_from_undefined())
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Scripting/Gravity/GravityValue.swift:10:15: note: consider making struct 'GravityValue' conform to the 'Sendable' protocol
public struct GravityValue: GravityValueEmitting {
              ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Scripting/Gravity/GravityValue.swift:27:23: note: add '@MainActor' to make static property 'undefined' part of global actor 'MainActor'
    public static let undefined = GravityValue(gValue: gravity_value_from_undefined())
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Scripting/Gravity/GravityValue.swift:27:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let undefined = GravityValue(gValue: gravity_value_from_undefined())
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform Implementations/Apple/UIKit/UIKitPlatform.swift:12:30: warning: conformance of 'UIKitPlatform' to protocol 'PlatformProtocol' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
public struct UIKitPlatform: PlatformProtocol, InternalPlatformProtocol {
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform Implementations/Apple/UIKit/UIKitPlatform.swift:12:30: note: isolate this conformance to the main actor with '@MainActor'
public struct UIKitPlatform: PlatformProtocol, InternalPlatformProtocol {
                             ^
                             @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform Implementations/Apple/UIKit/UIKitPlatform.swift:12:30: note: turn data races into runtime errors with '@preconcurrency'
public struct UIKitPlatform: PlatformProtocol, InternalPlatformProtocol {
                             ^
                             @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Platforms/Platform Implementations/Apple/UIKit/UIKitPlatform.swift:33:16: note: main actor-isolated property 'supportsMultipleWindows' cannot satisfy nonisolated requirement
    public var supportsMultipleWindows: Bool {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/Platforms/OpenGL/OpenGLRenderer.swift:196:17: warning: conformance of 'OpenGLRenderer.OpenGLSizeOnlyRenderTarget' to protocol 'RenderTargetProtocol' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
    final class OpenGLSizeOnlyRenderTarget: _RenderTargetProtocol {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/Platforms/OpenGL/OpenGLRenderer.swift:196:17: note: isolate this conformance to the main actor with '@MainActor'
    final class OpenGLSizeOnlyRenderTarget: _RenderTargetProtocol {
                ^
                @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/Platforms/OpenGL/OpenGLRenderer.swift:196:17: note: conformance depends on main actor-isolated conformance of 'OpenGLRenderer.OpenGLSizeOnlyRenderTarget' to protocol 'Hashable'
    final class OpenGLSizeOnlyRenderTarget: _RenderTargetProtocol {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/RenderTarget.swift:102:51: warning: conformance of 'RenderTarget' to protocol 'RenderTargetProtocol' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
@MainActor public final class RenderTarget: View, RenderTargetProtocol, _RenderTargetProtocol {
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/RenderTarget.swift:102:51: note: isolate this conformance to the main actor with '@MainActor'
@MainActor public final class RenderTarget: View, RenderTargetProtocol, _RenderTargetProtocol {
                                                  ^
                                                  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/RenderTarget.swift:102:31: note: conformance depends on main actor-isolated conformance of 'RenderTarget' to protocol 'Hashable'
@MainActor public final class RenderTarget: View, RenderTargetProtocol, _RenderTargetProtocol {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/Window.swift:40:45: warning: conformance of 'Window' to protocol 'RenderTargetProtocol' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
@MainActor public final class Window: View, RenderTargetProtocol, _RenderTargetProtocol {
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/Window.swift:40:45: note: isolate this conformance to the main actor with '@MainActor'
@MainActor public final class Window: View, RenderTargetProtocol, _RenderTargetProtocol {
                                            ^
                                            @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/UI/Window.swift:40:31: note: conformance depends on main actor-isolated conformance of 'Window' to protocol 'Hashable'
@MainActor public final class Window: View, RenderTargetProtocol, _RenderTargetProtocol {
                              ^
SwiftCompile normal arm64 Compiling\ WaveFile.swift,\ AudioTypes.swift,\ CAListenerReference.swift,\ CASourceReference.swift,\ CASpacialMixerReference.swift,\ CABufferReference.swift,\ CAContextReference.swift,\ CAAudioMixerReference.swift,\ CAAudioTrackReference.swift,\ OAListenerReference.swift,\ OASourceReference.swift,\ OASpacialMixerReference.swift,\ OABufferReference.swift,\ OAContextReference.swift,\ OAAudioMixerReference.swift,\ OAAudioTrackReference.swift,\ OpenALContext.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/AudioFormats/WaveFile.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/AudioTypes.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/CoreAudio/3D/CAListenerReference.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/CoreAudio/3D/CASourceReference.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/CoreAudio/3D/CASpacialMixerReference.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/CoreAudio/CABufferReference.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/CoreAudio/CAContextReference.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/CoreAudio/Soundtrack/CAAudioMixerReference.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/CoreAudio/Soundtrack/CAAudioTrackReference.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/3D/OAListenerReference.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/3D/OASourceReference.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/3D/OASpacialMixerReference.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/OABufferReference.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/OAContextReference.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/Soundtrack/OAAudioMixerReference.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/Soundtrack/OAAudioTrackReference.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/_Backend/OpenALContext.swift (in target 'GateEngine' from project 'GateEngine')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/AudioFormats/WaveFile.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/AudioTypes.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/CoreAudio/3D/CAListenerReference.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/CoreAudio/3D/CASourceReference.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/CoreAudio/3D/CASpacialMixerReference.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/CoreAudio/CABufferReference.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/CoreAudio/CABufferReference.swift:39:14: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
        Task.detached {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/CoreAudio/CABufferReference.swift:51:40: note: closure captures 'self' which is accessible to code in the current task
                        self.pcmBuffer = buffer
                                       ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/CoreAudio/CAContextReference.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/CoreAudio/Soundtrack/CAAudioMixerReference.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/CoreAudio/Soundtrack/CAAudioTrackReference.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/3D/OAListenerReference.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/3D/OASourceReference.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/3D/OASpacialMixerReference.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/OABufferReference.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/OAContextReference.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/Soundtrack/OAAudioMixerReference.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/Soundtrack/OAAudioTrackReference.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/_Backend/OpenALContext.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ GameDelegate.swift,\ GameInfo.swift,\ GateEngine.swift,\ DeltaTimeHelper.swift,\ IDGenerator.swift,\ TextureAtlas.swift,\ CollisionTriangle+Extensions.swift,\ Octree.swift,\ Quadtree.swift,\ RawGeometry+Extensions.swift,\ SkinCollider.swift,\ ObjectAnimation3D.swift,\ Geometry.swift,\ Lines.swift,\ MutableGeometry.swift,\ MutableLines.swift,\ MutablePoints.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/GameDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/GameInfo.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/GateEngine.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Helpers/DeltaTimeHelper.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Helpers/IDGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Helpers/TextureAtlas.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Physics/CollisionTriangle+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Physics/Octree.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Physics/Quadtree.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Physics/RawGeometry+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Physics/SkinCollider.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Animation/ObjectAnimation3D.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Geometry/Geometry.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Geometry/Lines.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Geometry/MutableGeometry.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Geometry/MutableLines.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Geometry/MutablePoints.swift (in target 'GateEngine' from project 'GateEngine')
LLVM Profile Error: Failed to write file "default.profraw": Operation not permitted
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/GameDelegate.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/GameInfo.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Helpers/DeltaTimeHelper.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Helpers/IDGenerator.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Helpers/TextureAtlas.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Physics/CollisionTriangle+Extensions.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Physics/Octree.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Physics/Quadtree.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Physics/RawGeometry+Extensions.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Physics/SkinCollider.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Animation/ObjectAnimation3D.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Geometry/Geometry.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Geometry/Lines.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Geometry/MutableGeometry.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Geometry/MutableLines.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Geometry/MutablePoints.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling OpenALDevice.swift, OpenALError.swift, OpenALSource.swift, WAListenerReference.swift, WASourceReference.swift, WASpacialMixerReference.swift, WAAudioMixerReference.swift, WAAudioTrackReference.swift, WABufferReference.swift, WAContextReference.swift, XAListenerReference.swift, GamePadManager.swift, HID.swift, CharacterStream.swift, Keyboard.swift, KeyboardEvent.swift, KeyboardKey.swift (in target 'GateEngine' from project 'GateEngine')
SwiftCompile normal arm64 Compiling\ ParentRelationshipComponent.swift,\ PerformanceRenderingSystem.swift,\ AudioSystem.swift,\ CacheSystem.swift,\ DeferredDelaySystem.swift,\ HIDSystem.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/FinalizeSimulation/ParentRelationshipComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/PerformanceRenderingSystem.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/PlatformSystems/AudioSystem.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/PlatformSystems/CacheSystem.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/PlatformSystems/DeferredDelaySystem.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/PlatformSystems/HIDSystem.swift (in target 'GateEngine' from project 'GateEngine')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/FinalizeSimulation/ParentRelationshipComponent.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/PerformanceRenderingSystem.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/PlatformSystems/AudioSystem.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/PlatformSystems/CacheSystem.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/PlatformSystems/DeferredDelaySystem.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/PlatformSystems/HIDSystem.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling WaveFile.swift, AudioTypes.swift, CAListenerReference.swift, CASourceReference.swift, CASpacialMixerReference.swift, CABufferReference.swift, CAContextReference.swift, CAAudioMixerReference.swift, CAAudioTrackReference.swift, OAListenerReference.swift, OASourceReference.swift, OASpacialMixerReference.swift, OABufferReference.swift, OAContextReference.swift, OAAudioMixerReference.swift, OAAudioTrackReference.swift, OpenALContext.swift (in target 'GateEngine' from project 'GateEngine')
SwiftCompile normal arm64 Compiling\ Rig3DComponent.swift,\ Rig3DSystem.swift,\ Transform3Component.swift,\ Component.swift,\ ECSContext.swift,\ Entity.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/3D\ Specific/Rig/Rig3DComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/3D\ Specific/Rig/Rig3DSystem.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/3D\ Specific/Transform3Component.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/Base/Component.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/Base/ECSContext.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/Base/Entity.swift (in target 'GateEngine' from project 'GateEngine')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/3D\ Specific/Rig/Rig3DComponent.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/3D\ Specific/Rig/Rig3DSystem.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/3D\ Specific/Transform3Component.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/Base/Component.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/Base/ECSContext.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/Base/Entity.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling KeyboardModifierMask.swift, Mouse.swift, MouseButton.swift, MouseScroller.swift, Touch.swift, TouchScreen.swift, TouchSurface.swift, AsynchronousFileSystem.swift, FileSystemTypes.swift, SynchronousFileSystem.swift, AndroidPlatform.swift, AppKitGLKitView.swift, AppKitMetalView.swift, AppKitViewController.swift, AppKitWindow.swift, AppKitPlatform.swift, AppleFileSystem.swift (in target 'GateEngine' from project 'GateEngine')
SwiftCompile normal arm64 Compiling\ TileMapSystem.swift,\ Transform2Component.swift,\ BillboardSystem.swift,\ CameraComponent.swift,\ MaterialComponent.swift,\ ObjectAnimation3DComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/2D\ Specific/TileMap/TileMapSystem.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/2D\ Specific/Transform2Component.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/3D\ Specific/Billboard/BillboardSystem.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/3D\ Specific/CameraComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/3D\ Specific/MaterialComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/3D\ Specific/ObjectAnimation/ObjectAnimation3DComponent.swift (in target 'GateEngine' from project 'GateEngine')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/2D\ Specific/TileMap/TileMapSystem.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/2D\ Specific/Transform2Component.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/3D\ Specific/Billboard/BillboardSystem.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/3D\ Specific/CameraComponent.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/3D\ Specific/MaterialComponent.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/3D Specific/MaterialComponent.swift:63:34: warning: main actor-isolated conformance of 'Texture' to 'Resource' cannot be used in nonisolated context; this is an error in the Swift 6 language mode
                resources.append(texture)
                                 ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/3D\ Specific/ObjectAnimation/ObjectAnimation3DComponent.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling AsynchronousAppleFileSystem.swift, SynchronousAppleFileSystem.swift, UIKitGLKitView.swift, UIKitMetalView.swift, UIKitViewController.swift, UIKitWindow.swift, UIKitPlatform.swift, LinuxFileSystem.swift, LinuxPlatform.swift, X11Window.swift, WASIWindow.swift, WASIFileSystem.swift, WASIPlatform.swift, AsynchronousWin32FileSystem.swift, SynchronousWin32FileSystem.swift, Win32Window.swift, WinSDK+Helpers.swift (in target 'GateEngine' from project 'GateEngine')
SwiftCompile normal arm64 Compiling\ OpenGLRenderer.swift,\ RenderTarget.swift,\ Renderer.swift,\ WindowManager.swift,\ Camera.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/Platforms/OpenGL/OpenGLRenderer.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/RenderTarget.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/Renderer.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/WindowManager.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Types/Camera.swift (in target 'GateEngine' from project 'GateEngine')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/Platforms/OpenGL/OpenGLRenderer.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/Platforms/OpenGL/OpenGLRenderer.swift:196:17: warning: conformance of 'OpenGLRenderer.OpenGLSizeOnlyRenderTarget' to protocol 'RenderTargetProtocol' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
    final class OpenGLSizeOnlyRenderTarget: _RenderTargetProtocol {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/Platforms/OpenGL/OpenGLRenderer.swift:196:17: note: isolate this conformance to the main actor with '@MainActor'
    final class OpenGLSizeOnlyRenderTarget: _RenderTargetProtocol {
                ^
                @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/Platforms/OpenGL/OpenGLRenderer.swift:196:17: note: conformance depends on main actor-isolated conformance of 'OpenGLRenderer.OpenGLSizeOnlyRenderTarget' to protocol 'Hashable'
    final class OpenGLSizeOnlyRenderTarget: _RenderTargetProtocol {
                ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/RenderTarget.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/RenderTarget.swift:102:51: warning: conformance of 'RenderTarget' to protocol 'RenderTargetProtocol' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
@MainActor public final class RenderTarget: View, RenderTargetProtocol, _RenderTargetProtocol {
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/RenderTarget.swift:102:51: note: isolate this conformance to the main actor with '@MainActor'
@MainActor public final class RenderTarget: View, RenderTargetProtocol, _RenderTargetProtocol {
                                                  ^
                                                  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/RenderTarget.swift:102:31: note: conformance depends on main actor-isolated conformance of 'RenderTarget' to protocol 'Hashable'
@MainActor public final class RenderTarget: View, RenderTargetProtocol, _RenderTargetProtocol {
                              ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/Renderer.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/WindowManager.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Types/Camera.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling ParentRelationshipComponent.swift, PerformanceRenderingSystem.swift, AudioSystem.swift, CacheSystem.swift, DeferredDelaySystem.swift, HIDSystem.swift (in target 'GateEngine' from project 'GateEngine')
SwiftCompile normal arm64 Compiling\ OpenGLTexture.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/Platforms/OpenGL/OpenGLTexture.swift (in target 'GateEngine' from project 'GateEngine')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/Platforms/OpenGL/OpenGLTexture.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling TileMapSystem.swift, Transform2Component.swift, BillboardSystem.swift, CameraComponent.swift, MaterialComponent.swift, ObjectAnimation3DComponent.swift (in target 'GateEngine' from project 'GateEngine')
SwiftCompile normal arm64 Compiling\ Sound.swift,\ AudioBuffer.swift,\ GamePad.swift,\ GamePadInterpreter.swift,\ MFIGamePadInterpreter.swift,\ NullGamePadInterpreter.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Sound.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/System/AudioBuffer.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/HID/GamePad/GamePad.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/HID/GamePad/GamePadInterpreter/GamePadInterpreter.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/HID/GamePad/GamePadInterpreter/Interpreters/MFIGamePadInterpreter.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/HID/GamePad/GamePadInterpreter/Interpreters/NullGamePadInterpreter.swift (in target 'GateEngine' from project 'GateEngine')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Sound.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Sound.swift:110:64: warning: sending 'active' risks causing data races; this is an error in the Swift 6 language mode
            Game.unsafeShared.system(ofType: AudioSystem.self).queueSound(
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Sound.swift:110:64: note: 'active' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
            Game.unsafeShared.system(ofType: AudioSystem.self).queueSound(
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Sound.swift:119:9: note: access can happen concurrently
        return active
        ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Sound.swift:118:15: note: access can happen concurrently
        config?(active)
        ~~~~~~^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Sound.swift:113:25: warning: sending 'entity' risks causing data races; this is an error in the Swift 6 language mode
                entity: entity,
~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Sound.swift:113:25: note: task-isolated 'entity' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
                entity: entity,
                        ^~~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/System/AudioBuffer.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/HID/GamePad/GamePad.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/HID/GamePad/GamePadInterpreter/GamePadInterpreter.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/HID/GamePad/GamePadInterpreter/Interpreters/MFIGamePadInterpreter.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/HID/GamePad/GamePadInterpreter/Interpreters/NullGamePadInterpreter.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Win32FileSystem.swift, Win32Platform.swift, PlatformProtocol.swift, Canvas.swift, DrawCommand.swift, Drawable.swift, Scene.swift, DX12Geometry.swift, Material.swift, Matricies.swift, Button.swift, Control.swift, UICanvas.swift, GameViewController.swift, GestureRecognizer.swift, PanGestureRecognizer.swift (in target 'GateEngine' from project 'GateEngine')
SwiftCompile normal arm64 Compiling\ ObjectAnimation3DSystem.swift,\ Collision3DComponent.swift,\ Collision3DSystem.swift,\ OctreeComponent.swift,\ Physics3DComponent.swift,\ Physics3DSystem.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/3D\ Specific/ObjectAnimation/ObjectAnimation3DSystem.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/3D\ Specific/Physics/Collision3DComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/3D\ Specific/Physics/Collision3DSystem.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/3D\ Specific/Physics/OctreeComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/3D\ Specific/Physics/Physics3DComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/3D\ Specific/Physics/Physics3DSystem.swift (in target 'GateEngine' from project 'GateEngine')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/3D\ Specific/ObjectAnimation/ObjectAnimation3DSystem.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/3D\ Specific/Physics/Collision3DComponent.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/3D\ Specific/Physics/Collision3DSystem.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/3D\ Specific/Physics/OctreeComponent.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/3D\ Specific/Physics/Physics3DComponent.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/3D\ Specific/Physics/Physics3DSystem.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Rig3DComponent.swift, Rig3DSystem.swift, Transform3Component.swift, Component.swift, ECSContext.swift, Entity.swift (in target 'GateEngine' from project 'GateEngine')
SwiftCompile normal arm64 Compiling\ SpatialAudioListener.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/System/Spatial/SpatialAudioListener.swift (in target 'GateEngine' from project 'GateEngine')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/System/Spatial/SpatialAudioListener.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling OpenGLTexture.swift (in target 'GateEngine' from project 'GateEngine')
SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift,\ Physics2DComponent.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-iphoneos/GateEngine.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/2D\ Specific/Physics/Physics2DComponent.swift (in target 'GateEngine' from project 'GateEngine')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-iphoneos/GateEngine.build/DerivedSources/resource_bundle_accessor.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/2D\ Specific/Physics/Physics2DComponent.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling SpatialAudioListener.swift (in target 'GateEngine' from project 'GateEngine')
SwiftCompile normal arm64 Compiling\ SystemShaders.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/SystemShaders.swift (in target 'GateEngine' from project 'GateEngine')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/SystemShaders.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling resource_bundle_accessor.swift, Physics2DComponent.swift (in target 'GateEngine' from project 'GateEngine')
SwiftCompile normal arm64 Compiling\ TimedDeathComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/FinalizeSimulation/TimedDeathComponent.swift (in target 'GateEngine' from project 'GateEngine')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/FinalizeSimulation/TimedDeathComponent.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling WavefrontOBJ.swift, Light.swift, DirectionalLight.swift, PointLight.swift, SpotLight.swift, Paths.swift, Resource.swift, ResourceManager.swift, SkeletalAnimation.swift, Skeleton.swift, Skin.swift, Sprite.swift, SpriteAnimation.swift, SpriteSheet.swift, ImageFont.swift, TTFFont.swift, Font.swift (in target 'GateEngine' from project 'GateEngine')
SwiftCompile normal arm64 Compiling\ TimeScaleComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/TimeScaleComponent.swift (in target 'GateEngine' from project 'GateEngine')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/TimeScaleComponent.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Sound.swift, AudioBuffer.swift, GamePad.swift, GamePadInterpreter.swift, MFIGamePadInterpreter.swift, NullGamePadInterpreter.swift (in target 'GateEngine' from project 'GateEngine')
SwiftCompile normal arm64 Compiling\ Collision2DComponent.swift,\ Collision2DSystem.swift,\ Physics2DSystem.swift,\ SpriteComponent.swift,\ SpriteSystem.swift,\ TileMapComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/2D\ Specific/Physics/Collision2DComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/2D\ Specific/Physics/Collision2DSystem.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/2D\ Specific/Physics/Physics2DSystem.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/2D\ Specific/Sprite/SpriteComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/2D\ Specific/Sprite/SpriteSystem.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/2D\ Specific/TileMap/TileMapComponent.swift (in target 'GateEngine' from project 'GateEngine')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/2D\ Specific/Physics/Collision2DComponent.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/2D\ Specific/Physics/Collision2DSystem.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/2D\ Specific/Physics/Physics2DSystem.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/2D\ Specific/Sprite/SpriteComponent.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/2D\ Specific/Sprite/SpriteSystem.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/2D\ Specific/TileMap/TileMapComponent.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling SystemShaders.swift (in target 'GateEngine' from project 'GateEngine')
SwiftCompile normal arm64 Compiling\ Performance.swift,\ PlatformSystem.swift,\ RenderingSystem.swift,\ System.swift,\ FinalizeSimulationSystem.swift,\ MaxQuantityComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/Base/Performance.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/Base/PlatformSystem.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/Base/RenderingSystem.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/Base/System.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/FinalizeSimulation/FinalizeSimulationSystem.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/FinalizeSimulation/MaxQuantityComponent.swift (in target 'GateEngine' from project 'GateEngine')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/Base/Performance.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/Base/PlatformSystem.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/Base/RenderingSystem.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/Base/System.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/FinalizeSimulation/FinalizeSimulationSystem.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/FinalizeSimulation/MaxQuantityComponent.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling OpenGLRenderer.swift, RenderTarget.swift, Renderer.swift, WindowManager.swift, Camera.swift (in target 'GateEngine' from project 'GateEngine')
SwiftCompile normal arm64 Compiling\ GeometryBackend.swift,\ MetalGeometry.swift,\ MetalRenderTarget.swift,\ MetalRenderer.swift,\ MetalTexture.swift,\ OpenGLRenderTarget.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/Platforms/GeometryBackend.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/Platforms/Metal/MetalGeometry.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/Platforms/Metal/MetalRenderTarget.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/Platforms/Metal/MetalRenderer.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/Platforms/Metal/MetalTexture.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/Platforms/OpenGL/OpenGLRenderTarget.swift (in target 'GateEngine' from project 'GateEngine')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/Platforms/GeometryBackend.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/Platforms/Metal/MetalGeometry.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/Platforms/Metal/MetalRenderTarget.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/Platforms/Metal/MetalRenderer.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/Platforms/Metal/MetalTexture.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Rendering/Platforms/OpenGL/OpenGLRenderTarget.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling TimedDeathComponent.swift (in target 'GateEngine' from project 'GateEngine')
SwiftCompile normal arm64 Compiling\ StandardRenderingSystem.swift,\ StateMachine.swift,\ StateMachineComponent.swift,\ StateMachineSystem.swift,\ Game.swift,\ BufferConverter.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/StandardRenderingSystem.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/StateMachine/StateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/StateMachine/StateMachineComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/StateMachine/StateMachineSystem.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Game.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/BufferConverter.swift (in target 'GateEngine' from project 'GateEngine')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/StandardRenderingSystem.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/StateMachine/StateMachine.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/StateMachine/StateMachineComponent.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/StateMachine/StateMachineSystem.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Game.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/Platforms/BufferConverter.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling TimeScaleComponent.swift (in target 'GateEngine' from project 'GateEngine')
SwiftCompile normal arm64 Compiling\ SpatialAudioSource.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/System/Spatial/SpatialAudioSource.swift (in target 'GateEngine' from project 'GateEngine')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/System/Spatial/SpatialAudioSource.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling ObjectAnimation3DSystem.swift, Collision3DComponent.swift, Collision3DSystem.swift, OctreeComponent.swift, Physics3DComponent.swift, Physics3DSystem.swift (in target 'GateEngine' from project 'GateEngine')
SwiftCompile normal arm64 Compiling\ RenderingGeometryComponent.swift,\ SortOrder.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/3D\ Specific/RenderingGeometryComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/Base/SortOrder.swift (in target 'GateEngine' from project 'GateEngine')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/3D\ Specific/RenderingGeometryComponent.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/Base/SortOrder.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Text.swift, Texture.swift, TileMap.swift, TileSet.swift, SaveState.swift, Gravity+Errors.swift, Gravity+Files.swift, Gravity+Testing.swift, Gravity.swift, GravityClass.swift, GravityClosure.swift, GravityInstance.swift, GravityProtocols.swift, GravityValue.swift, GravityValueConvertible.swift, Music.swift, VorbisFile.swift (in target 'GateEngine' from project 'GateEngine')
SwiftCompile normal arm64 Compiling\ QuadtreeComponent.swift,\ BillboardComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/2D\ Specific/Physics/QuadtreeComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/3D\ Specific/Billboard/BillboardComponent.swift (in target 'GateEngine' from project 'GateEngine')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/2D\ Specific/Physics/QuadtreeComponent.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/ECS/3D\ Specific/Billboard/BillboardComponent.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling GameDelegate.swift, GameInfo.swift, GateEngine.swift, DeltaTimeHelper.swift, IDGenerator.swift, TextureAtlas.swift, CollisionTriangle+Extensions.swift, Octree.swift, Quadtree.swift, RawGeometry+Extensions.swift, SkinCollider.swift, ObjectAnimation3D.swift, Geometry.swift, Lines.swift, MutableGeometry.swift, MutableLines.swift, MutablePoints.swift (in target 'GateEngine' from project 'GateEngine')
SwiftCompile normal arm64 Compiling\ SpatialAudioMixer.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/System/Spatial/SpatialAudioMixer.swift (in target 'GateEngine' from project 'GateEngine')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/System/Spatial/SpatialAudioMixer.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling SpatialAudioSource.swift (in target 'GateEngine' from project 'GateEngine')
SwiftCompile normal arm64 Compiling\ AudioMixer.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/System/Multi-Channel/AudioMixer.swift (in target 'GateEngine' from project 'GateEngine')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/System/Multi-Channel/AudioMixer.swift (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for GateEngine (in target 'GateEngine' from project 'GateEngine')
SwiftDriver\ Compilation\ Requirements GateEngine normal arm64 com.apple.xcode.tools.swift.compiler (in target 'GateEngine' from project 'GateEngine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name GateEngine -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/GateEngine.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DSIMD -DGATEENGINE_PLATFORM_CREATES_MAINWINDOW -DGATEENGINE_PLATFORM_EVENT_DRIVEN -DGATEENGINE_PLATFORM_HAS_FILESYSTEM -DGATEENGINE_PLATFORM_HAS_AsynchronousFileSystem -DGATEENGINE_PLATFORM_HAS_SynchronousFileSystem -DGATEENGINE_PLATFORM_SUPPORTS_FOUNDATION_FILEMANAGER -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/uFBX.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Gravity.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/LibSPNG.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/miniz.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/TrueType.modulemap -DXcode -enable-upcoming-feature InferIsolatedConformances -enable-upcoming-feature NonisolatedNonsendingByDefault -enable-upcoming-feature MemberImportVisibility -enable-upcoming-feature InternalImportsByDefault -enable-upcoming-feature StrictConcurrency\=complete -enable-upcoming-feature ExistentialAny -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -target arm64-apple-ios17.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-iphoneos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -Xfrontend -load-plugin-executable -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ECSMacros\#ECSMacros -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/GateEngine-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/GateEngine.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/GateEngine.build/Debug-iphoneos/GateEngine.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/GateEngine_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-atomics/Sources/_AtomicsShims/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Dependencies/uFBX/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Dependencies/Gravity/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Dependencies/LibSPNG/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Dependencies/miniz/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Dependencies/TrueType/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-iphoneos/GateEngine.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-iphoneos/GateEngine.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-iphoneos/GateEngine.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -Xcc -DGLES_SILENCE_DEPRECATION -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GateEngine.build/Debug-iphoneos/GateEngine.build/Objects-normal/arm64/GateEngine-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ AudioContext.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/System/Audio/System/AudioContext.swift (in target 'GateEngine' from project 'GateEngine')
/Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Import & Export/Importers/GLTransmissionFormat.swift:518:26: warning: Tangents not filtered to vec3
                #warning("Tangents not filtered to vec3")
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 Compiling\ Points.swift,\ RawGeometry.swift,\ RawLines.swift,\ RawPoints.swift,\ Triangle.swift,\ Vertex.swift,\ SkinnedGeometry.swift,\ CollisionTrianglesCoder.swift,\ PNGCoder.swift,\ RawGeometryCoder.swift,\ ApplePlatformImageImporter.swift,\ ApplePlatformModelImporter.swift,\ GLTransmissionFormat.swift,\ PNGImporter.swift,\ RawGeometryImporter.swift,\ TiledTMJImporter.swift,\ TiledTSJImporter.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Geometry/Points.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Geometry/Raw/RawGeometry.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Geometry/Raw/RawLines.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Geometry/Raw/RawPoints.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Geometry/Raw/Triangle.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Geometry/Raw/Vertex.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Geometry/SkinnedGeometry.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Import\ &\ Export/Coding/CollisionTrianglesCoder.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Import\ &\ Export/Coding/PNGCoder.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Import\ &\ Export/Coding/RawGeometryCoder.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Import\ &\ Export/Importers/ApplePlatformImageImporter.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Import\ &\ Export/Importers/ApplePlatformModelImporter.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Import\ &\ Export/Importers/GLTransmissionFormat.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Import\ &\ Export/Importers/PNGImporter.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Import\ &\ Export/Importers/RawGeometryImporter.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Import\ &\ Export/Importers/TiledTMJImporter.swift /Users/admin/builder/spi-builder-workspace/Sources/GateEngine/Resources/Import\ &\ Export/Importers/TiledTSJImporter.swift (in target 'GateEngine' from project 'GateEngine')
	Building workspace spi-builder-workspace with scheme GateEngine-Package
(2 failures)
BUILD FAILURE 6.2 iOS