Build Information
Failed to build GateEngine, reference 0.2.1 (152e60
), with Swift 6.1 for Wasm on 29 May 2025 12:31:42 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/STREGAsGate/GateEngine.git
Reference: 0.2.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/STREGAsGate/GateEngine
* tag 0.2.1 -> FETCH_HEAD
HEAD is now at 152e608 Update workflows
Cloned https://github.com/STREGAsGate/GateEngine.git
Revision (git rev-parse @):
152e608cae6187bdd76008bd14d4008a713df382
SUCCESS checkout https://github.com/STREGAsGate/GateEngine.git at 0.2.1
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/STREGAsGate/GateEngine.git
https://github.com/STREGAsGate/GateEngine.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"c_language_standard" : "gnu11",
"cxx_language_standard" : "gnu++14",
"dependencies" : [
{
"identity" : "swift-atomics",
"requirement" : {
"exact" : [
"1.1.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "webapikit",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftwasm/WebAPIKit.git"
},
{
"identity" : "javascriptkit",
"requirement" : {
"range" : [
{
"lower_bound" : "0.16.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftwasm/JavaScriptKit.git"
},
{
"identity" : "carton",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftwasm/carton"
}
],
"manifest_display_name" : "GateEngine",
"name" : "GateEngine",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "GateEngine",
"targets" : [
"GateEngine"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "GameMath",
"targets" : [
"GameMath"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "uFBX",
"module_type" : "ClangTarget",
"name" : "uFBX",
"path" : "Dependencies/uFBX",
"product_memberships" : [
"GateEngine"
],
"sources" : [
"src/ufbx.c"
],
"type" : "library"
},
{
"c99name" : "miniz",
"module_type" : "ClangTarget",
"name" : "miniz",
"path" : "Dependencies/miniz",
"product_memberships" : [
"GateEngine"
],
"sources" : [
"src/miniz.c"
],
"type" : "library"
},
{
"c99name" : "Vorbis",
"module_type" : "ClangTarget",
"name" : "Vorbis",
"path" : "Dependencies/Vorbis",
"product_memberships" : [
"GateEngine"
],
"sources" : [
"analysis.c",
"bitrate.c",
"bitwise.c",
"block.c",
"codebook.c",
"envelope.c",
"floor0.c",
"floor1.c",
"framing.c",
"info.c",
"lookup.c",
"lpc.c",
"lsp.c",
"mapping0.c",
"mdct.c",
"psy.c",
"registry.c",
"res0.c",
"sharedbook.c",
"smallft.c",
"synthesis.c",
"vorbisenc.c",
"vorbisfile.c",
"window.c"
],
"type" : "library"
},
{
"c99name" : "TrueType",
"module_type" : "ClangTarget",
"name" : "TrueType",
"path" : "Dependencies/TrueType",
"product_memberships" : [
"GateEngine"
],
"sources" : [
"nothing.c"
],
"type" : "library"
},
{
"c99name" : "Shaders",
"module_type" : "SwiftTarget",
"name" : "Shaders",
"path" : "Sources/Shaders",
"product_dependencies" : [
"Collections"
],
"product_memberships" : [
"GateEngine"
],
"sources" : [
"Generators/CodeGenerator.swift",
"Generators/GLSLCodeGenerator.swift",
"Generators/HLSLCodeGenerator.swift",
"Generators/MSLCodeGenerator.swift",
"ShaderDocument/FragmentShader.swift",
"ShaderDocument/HashGenerator.swift",
"ShaderDocument/ShaderDocument.swift",
"ShaderDocument/Values/Mat3.swift",
"ShaderDocument/Values/Mat4.swift",
"ShaderDocument/Values/Mat4Array.swift",
"ShaderDocument/Values/Operation.swift",
"ShaderDocument/Values/Sampler2D.swift",
"ShaderDocument/Values/Scalar.swift",
"ShaderDocument/Values/ShaderVoid.swift",
"ShaderDocument/Values/UVec4.swift",
"ShaderDocument/Values/Value.swift",
"ShaderDocument/Values/Vec2.swift",
"ShaderDocument/Values/Vec3.swift",
"ShaderDocument/Values/Vec4.swift",
"ShaderDocument/VertexShader.swift",
"ShaderError.swift"
],
"target_dependencies" : [
"GameMath"
],
"type" : "library"
},
{
"c99name" : "OpenGL_Linux",
"module_type" : "SystemLibraryTarget",
"name" : "OpenGL_Linux",
"path" : "Dependencies/OpenGL/OpenGL_Linux",
"product_memberships" : [
"GateEngine"
],
"sources" : [
],
"type" : "system-target"
},
{
"c99name" : "OpenGL_GateEngine",
"module_type" : "SwiftTarget",
"name" : "OpenGL_GateEngine",
"path" : "Dependencies/OpenGL/OpenGL_GateEngine",
"product_memberships" : [
"GateEngine"
],
"sources" : [
"OpenGL_GateEngine.swift",
"Platforms/Apple/GLKit.swift",
"Platforms/GLEW/GLEW_Linux.swift",
"Platforms/GLEW/GLEW_Windows.swift",
"Platforms/GLFW/GLFW.swift",
"Platforms/Linux/OpenGLLinux.swift",
"Platforms/Unsupported/Unsupported.swift",
"Platforms/Windows/OpenGLWindows.swift"
],
"target_dependencies" : [
"OpenGL_Linux"
],
"type" : "library"
},
{
"c99name" : "OpenALSoft",
"module_type" : "ClangTarget",
"name" : "OpenALSoft",
"path" : "Dependencies/OpenAL/OpenALSoft",
"sources" : [
"ConfiguredSource/core/mixer/mixer_neon.cpp",
"ConfiguredSource/core/mixer/mixer_sse.cpp",
"ConfiguredSource/core/mixer/mixer_sse2.cpp",
"ConfiguredSource/core/mixer/mixer_sse3.cpp",
"ConfiguredSource/core/mixer/mixer_sse41.cpp",
"UnmodifiedSource/al/auxeffectslot.cpp",
"UnmodifiedSource/al/buffer.cpp",
"UnmodifiedSource/al/effect.cpp",
"UnmodifiedSource/al/effects/autowah.cpp",
"UnmodifiedSource/al/effects/chorus.cpp",
"UnmodifiedSource/al/effects/compressor.cpp",
"UnmodifiedSource/al/effects/convolution.cpp",
"UnmodifiedSource/al/effects/dedicated.cpp",
"UnmodifiedSource/al/effects/distortion.cpp",
"UnmodifiedSource/al/effects/echo.cpp",
"UnmodifiedSource/al/effects/effects.cpp",
"UnmodifiedSource/al/effects/equalizer.cpp",
"UnmodifiedSource/al/effects/fshifter.cpp",
"UnmodifiedSource/al/effects/modulator.cpp",
"UnmodifiedSource/al/effects/null.cpp",
"UnmodifiedSource/al/effects/pshifter.cpp",
"UnmodifiedSource/al/effects/reverb.cpp",
"UnmodifiedSource/al/effects/vmorpher.cpp",
"UnmodifiedSource/al/error.cpp",
"UnmodifiedSource/al/event.cpp",
"UnmodifiedSource/al/extension.cpp",
"UnmodifiedSource/al/filter.cpp",
"UnmodifiedSource/al/listener.cpp",
"UnmodifiedSource/al/source.cpp",
"UnmodifiedSource/al/state.cpp",
"UnmodifiedSource/alc/alc.cpp",
"UnmodifiedSource/alc/alconfig.cpp",
"UnmodifiedSource/alc/alu.cpp",
"UnmodifiedSource/alc/backends/base.cpp",
"UnmodifiedSource/alc/backends/loopback.cpp",
"UnmodifiedSource/alc/backends/null.cpp",
"UnmodifiedSource/alc/backends/oss.cpp",
"UnmodifiedSource/alc/backends/wave.cpp",
"UnmodifiedSource/alc/context.cpp",
"UnmodifiedSource/alc/device.cpp",
"UnmodifiedSource/alc/effects/autowah.cpp",
"UnmodifiedSource/alc/effects/chorus.cpp",
"UnmodifiedSource/alc/effects/compressor.cpp",
"UnmodifiedSource/alc/effects/convolution.cpp",
"UnmodifiedSource/alc/effects/dedicated.cpp",
"UnmodifiedSource/alc/effects/distortion.cpp",
"UnmodifiedSource/alc/effects/echo.cpp",
"UnmodifiedSource/alc/effects/equalizer.cpp",
"UnmodifiedSource/alc/effects/fshifter.cpp",
"UnmodifiedSource/alc/effects/modulator.cpp",
"UnmodifiedSource/alc/effects/null.cpp",
"UnmodifiedSource/alc/effects/pshifter.cpp",
"UnmodifiedSource/alc/effects/reverb.cpp",
"UnmodifiedSource/alc/effects/vmorpher.cpp",
"UnmodifiedSource/alc/panning.cpp",
"UnmodifiedSource/common/alcomplex.cpp",
"UnmodifiedSource/common/alfstream.cpp",
"UnmodifiedSource/common/almalloc.cpp",
"UnmodifiedSource/common/alstring.cpp",
"UnmodifiedSource/common/dynload.cpp",
"UnmodifiedSource/common/polyphase_resampler.cpp",
"UnmodifiedSource/common/ringbuffer.cpp",
"UnmodifiedSource/common/strutils.cpp",
"UnmodifiedSource/common/threads.cpp",
"UnmodifiedSource/core/ambdec.cpp",
"UnmodifiedSource/core/ambidefs.cpp",
"UnmodifiedSource/core/bformatdec.cpp",
"UnmodifiedSource/core/bs2b.cpp",
"UnmodifiedSource/core/bsinc_tables.cpp",
"UnmodifiedSource/core/buffer_storage.cpp",
"UnmodifiedSource/core/context.cpp",
"UnmodifiedSource/core/converter.cpp",
"UnmodifiedSource/core/cpu_caps.cpp",
"UnmodifiedSource/core/devformat.cpp",
"UnmodifiedSource/core/device.cpp",
"UnmodifiedSource/core/effectslot.cpp",
"UnmodifiedSource/core/except.cpp",
"UnmodifiedSource/core/filters/biquad.cpp",
"UnmodifiedSource/core/filters/nfc.cpp",
"UnmodifiedSource/core/filters/splitter.cpp",
"UnmodifiedSource/core/fmt_traits.cpp",
"UnmodifiedSource/core/fpu_ctrl.cpp",
"UnmodifiedSource/core/helpers.cpp",
"UnmodifiedSource/core/hrtf.cpp",
"UnmodifiedSource/core/logging.cpp",
"UnmodifiedSource/core/mastering.cpp",
"UnmodifiedSource/core/mixer.cpp",
"UnmodifiedSource/core/mixer/mixer_c.cpp",
"UnmodifiedSource/core/uhjfilter.cpp",
"UnmodifiedSource/core/uiddefs.cpp",
"UnmodifiedSource/core/voice.cpp"
],
"type" : "library"
},
{
"c99name" : "LinuxSupport",
"module_type" : "SwiftTarget",
"name" : "LinuxSupport",
"path" : "Dependencies/LinuxSupport/LinuxSupport",
"product_memberships" : [
"GateEngine"
],
"sources" : [
"LinuxSupport.swift",
"X11.swift",
"ioctl.swift"
],
"target_dependencies" : [
"LinuxImports",
"LinuxExtensions"
],
"type" : "library"
},
{
"c99name" : "LinuxImports",
"module_type" : "SystemLibraryTarget",
"name" : "LinuxImports",
"path" : "Dependencies/LinuxSupport/LinuxImports",
"product_memberships" : [
"GateEngine"
],
"sources" : [
],
"type" : "system-target"
},
{
"c99name" : "LinuxExtensions",
"module_type" : "ClangTarget",
"name" : "LinuxExtensions",
"path" : "Dependencies/LinuxSupport/LinuxExtensions",
"product_memberships" : [
"GateEngine"
],
"sources" : [
"src/X11.c",
"src/ioctl.c"
],
"type" : "library"
},
{
"c99name" : "LibSPNG",
"module_type" : "ClangTarget",
"name" : "LibSPNG",
"path" : "Dependencies/LibSPNG",
"product_memberships" : [
"GateEngine"
],
"sources" : [
"src/spng.c"
],
"target_dependencies" : [
"miniz"
],
"type" : "library"
},
{
"c99name" : "GravityTests",
"module_type" : "SwiftTarget",
"name" : "GravityTests",
"path" : "Tests/GravityTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/GravityTests/Resources/disabled",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/GravityTests/Resources/fuzzy",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/GravityTests/Resources/infiniteloop",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/GravityTests/Resources/unittest",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Unittest/Unittest01SyntaxTests.swift",
"Unittest/Unittest02SemanticStep1Tests.swift",
"Unittest/Unittest03SemanticStep2Tests.swift",
"Unittest/Unittest04CodegenTests.swift",
"_GravityXCTestCase.swift"
],
"target_dependencies" : [
"Gravity",
"GateEngine"
],
"type" : "test"
},
{
"c99name" : "Gravity",
"module_type" : "ClangTarget",
"name" : "Gravity",
"path" : "Dependencies/Gravity",
"product_memberships" : [
"GateEngine"
],
"sources" : [
"src/compiler/gravity_ast.c",
"src/compiler/gravity_codegen.c",
"src/compiler/gravity_compiler.c",
"src/compiler/gravity_ircode.c",
"src/compiler/gravity_lexer.c",
"src/compiler/gravity_optimizer.c",
"src/compiler/gravity_parser.c",
"src/compiler/gravity_semacheck1.c",
"src/compiler/gravity_semacheck2.c",
"src/compiler/gravity_symboltable.c",
"src/compiler/gravity_token.c",
"src/compiler/gravity_visitor.c",
"src/optionals/gravity_opt_env.c",
"src/optionals/gravity_opt_file.c",
"src/optionals/gravity_opt_json.c",
"src/optionals/gravity_opt_math.c",
"src/runtime/gravity_core.c",
"src/runtime/gravity_vm.c",
"src/shared/gravity_hash.c",
"src/shared/gravity_memory.c",
"src/shared/gravity_value.c",
"src/utils/gravity_debug.c",
"src/utils/gravity_json.c",
"src/utils/gravity_utils.c"
],
"type" : "library"
},
{
"c99name" : "GateEngineTests",
"module_type" : "SwiftTarget",
"name" : "GateEngineTests",
"path" : "Tests/GateEngineTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/GateEngineTests/Resources",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"FileSystemTests.swift",
"Gravity/GravityCreateValueTests.swift",
"Gravity/GravityErrorTests.swift",
"Gravity/GravityExtendingTests.swift",
"Gravity/GravityIncludesTests.swift",
"Gravity/GravityMultipleInstanceTests.swift",
"_GateEngineXCTestCase.swift"
],
"target_dependencies" : [
"GateEngine"
],
"type" : "test"
},
{
"c99name" : "GateEngine",
"module_type" : "SwiftTarget",
"name" : "GateEngine",
"path" : "Sources/GateEngine",
"product_dependencies" : [
"Atomics",
"Collections",
"JavaScriptEventLoop",
"DOM",
"FileSystem",
"WebAudio",
"Gamepad",
"WebGL2"
],
"product_memberships" : [
"GateEngine"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/GateEngine/Resources/_PackageResources/GateEngine",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"ECS/2D Specific/Physics/Collision2DComponent.swift",
"ECS/2D Specific/Physics/Collision2DSystem.swift",
"ECS/2D Specific/Physics/Physics2DComponent.swift",
"ECS/2D Specific/Physics/Physics2DSystem.swift",
"ECS/2D Specific/Physics/QuadtreeComponent.swift",
"ECS/2D Specific/Sprite/SpriteComponent.swift",
"ECS/2D Specific/Sprite/SpriteSystem.swift",
"ECS/2D Specific/TileMap/TileMapComponent.swift",
"ECS/2D Specific/TileMap/TileMapSystem.swift",
"ECS/2D Specific/Transform2Component.swift",
"ECS/3D Specific/Billboard/BillboardComponent.swift",
"ECS/3D Specific/Billboard/BillboardSystem.swift",
"ECS/3D Specific/CameraComponent.swift",
"ECS/3D Specific/MaterialComponent.swift",
"ECS/3D Specific/ObjectAnimation/ObjectAnimation3DComponent.swift",
"ECS/3D Specific/ObjectAnimation/ObjectAnimation3DSystem.swift",
"ECS/3D Specific/Physics/Collision3DComponent.swift",
"ECS/3D Specific/Physics/Collision3DSystem.swift",
"ECS/3D Specific/Physics/OctreeComponent.swift",
"ECS/3D Specific/Physics/Physics3DComponent.swift",
"ECS/3D Specific/Physics/Physics3DSystem.swift",
"ECS/3D Specific/RenderingGeometryComponent.swift",
"ECS/3D Specific/Rig/Rig3DComponent.swift",
"ECS/3D Specific/Rig/Rig3DSystem.swift",
"ECS/3D Specific/Transform3Component.swift",
"ECS/Base/Component.swift",
"ECS/Base/ECSContext.swift",
"ECS/Base/Entity.swift",
"ECS/Base/Performance.swift",
"ECS/Base/PlatformSystem.swift",
"ECS/Base/RenderingSystem.swift",
"ECS/Base/SortOrder.swift",
"ECS/Base/System.swift",
"ECS/FinalizeSimulation/FinalizeSimulationSystem.swift",
"ECS/FinalizeSimulation/MaxQuantityComponent.swift",
"ECS/FinalizeSimulation/ParentRelationshipComponent.swift",
"ECS/FinalizeSimulation/TimedDeathComponent.swift",
"ECS/PerformanceRenderingSystem.swift",
"ECS/PlatformSystems/AudioSystem.swift",
"ECS/PlatformSystems/CacheSystem.swift",
"ECS/PlatformSystems/DeferredDelaySystem.swift",
"ECS/PlatformSystems/HIDSystem.swift",
"ECS/StandardRenderingSystem.swift",
"ECS/StateMachine/StateMachine.swift",
"ECS/StateMachine/StateMachineComponent.swift",
"ECS/StateMachine/StateMachineSystem.swift",
"ECS/TimeScaleComponent.swift",
"Game.swift",
"GameDelegate.swift",
"GateEngine.swift",
"Helpers/IDGenerator.swift",
"Physics/Octree.swift",
"Physics/Quadtree.swift",
"Physics/RawGeometry+Extensions.swift",
"Physics/SkinCollider.swift",
"Resources/Animation/ObjectAnimation3D.swift",
"Resources/Geometry/Geometry.swift",
"Resources/Geometry/Lines.swift",
"Resources/Geometry/MutableGeometry.swift",
"Resources/Geometry/MutableLines.swift",
"Resources/Geometry/MutablePoints.swift",
"Resources/Geometry/Points.swift",
"Resources/Geometry/Raw/RawGeometry.swift",
"Resources/Geometry/Raw/RawLines.swift",
"Resources/Geometry/Raw/RawPoints.swift",
"Resources/Geometry/Raw/Triangle.swift",
"Resources/Geometry/Raw/Vertex.swift",
"Resources/Geometry/SkinnedGeometry.swift",
"Resources/Importers/ApplePlatformImageImporter.swift",
"Resources/Importers/ApplePlatformModelImporter.swift",
"Resources/Importers/GLTransmissionFormat.swift",
"Resources/Importers/PNGImporter.swift",
"Resources/Importers/TiledTMJImporter.swift",
"Resources/Importers/TiledTSJImporter.swift",
"Resources/Importers/WavefrontOBJ.swift",
"Resources/Lights/Base/Light.swift",
"Resources/Lights/DirectionalLight.swift",
"Resources/Lights/PointLight.swift",
"Resources/Lights/SpotLight.swift",
"Resources/Paths.swift",
"Resources/Resource.swift",
"Resources/ResourceManager.swift",
"Resources/Skinning/SkeletalAnimation.swift",
"Resources/Skinning/Skeleton.swift",
"Resources/Skinning/Skin.swift",
"Resources/Sprites/Sprite.swift",
"Resources/Sprites/SpriteAnimation.swift",
"Resources/Sprites/SpriteSheet.swift",
"Resources/Text/Backends/ImageFont.swift",
"Resources/Text/Backends/TTFFont.swift",
"Resources/Text/Font.swift",
"Resources/Text/Text.swift",
"Resources/Texture/Texture.swift",
"Resources/Tiles/TileMap.swift",
"Resources/Tiles/TileSet.swift",
"SaveState.swift",
"Scripting/Gravity/Gravity+Errors.swift",
"Scripting/Gravity/Gravity+Files.swift",
"Scripting/Gravity/Gravity+Testing.swift",
"Scripting/Gravity/Gravity.swift",
"Scripting/Gravity/GravityClass.swift",
"Scripting/Gravity/GravityClosure.swift",
"Scripting/Gravity/GravityInstance.swift",
"Scripting/Gravity/GravityProtocols.swift",
"Scripting/Gravity/GravityValue.swift",
"Scripting/Gravity/GravityValueConvertible.swift",
"System/Audio/Music.swift",
"System/Audio/Platforms/AudioFormats/VorbisFile.swift",
"System/Audio/Platforms/AudioFormats/WaveFile.swift",
"System/Audio/Platforms/AudioTypes.swift",
"System/Audio/Platforms/Backends/CoreAudio/3D/CAListenerReference.swift",
"System/Audio/Platforms/Backends/CoreAudio/3D/CASourceReference.swift",
"System/Audio/Platforms/Backends/CoreAudio/3D/CASpacialMixerReference.swift",
"System/Audio/Platforms/Backends/CoreAudio/CABufferReference.swift",
"System/Audio/Platforms/Backends/CoreAudio/CAContextReference.swift",
"System/Audio/Platforms/Backends/CoreAudio/Soundtrack/CAAudioMixerReference.swift",
"System/Audio/Platforms/Backends/CoreAudio/Soundtrack/CAAudioTrackReference.swift",
"System/Audio/Platforms/Backends/OpenAL/3D/OAListenerReference.swift",
"System/Audio/Platforms/Backends/OpenAL/3D/OASourceReference.swift",
"System/Audio/Platforms/Backends/OpenAL/3D/OASpacialMixerReference.swift",
"System/Audio/Platforms/Backends/OpenAL/OABufferReference.swift",
"System/Audio/Platforms/Backends/OpenAL/OAContextReference.swift",
"System/Audio/Platforms/Backends/OpenAL/Soundtrack/OAAudioMixerReference.swift",
"System/Audio/Platforms/Backends/OpenAL/Soundtrack/OAAudioTrackReference.swift",
"System/Audio/Platforms/Backends/OpenAL/_Backend/OpenALContext.swift",
"System/Audio/Platforms/Backends/OpenAL/_Backend/OpenALDevice.swift",
"System/Audio/Platforms/Backends/OpenAL/_Backend/OpenALError.swift",
"System/Audio/Platforms/Backends/OpenAL/_Backend/OpenALSource.swift",
"System/Audio/Platforms/Backends/WebAudio/3D/WAListenerReference.swift",
"System/Audio/Platforms/Backends/WebAudio/3D/WASourceReference.swift",
"System/Audio/Platforms/Backends/WebAudio/3D/WASpacialMixerReference.swift",
"System/Audio/Platforms/Backends/WebAudio/Soundtrack/WAAudioMixerReference.swift",
"System/Audio/Platforms/Backends/WebAudio/Soundtrack/WAAudioTrackReference.swift",
"System/Audio/Platforms/Backends/WebAudio/WABufferReference.swift",
"System/Audio/Platforms/Backends/WebAudio/WAContextReference.swift",
"System/Audio/Platforms/Backends/XAudio/3D/XAListenerReference.swift",
"System/Audio/Platforms/Backends/XAudio/3D/XASourceReference.swift",
"System/Audio/Platforms/Backends/XAudio/3D/XASpacialMixerReference.swift",
"System/Audio/Platforms/Backends/XAudio/Soundtrack/XAAudioMixerReference.swift",
"System/Audio/Platforms/Backends/XAudio/Soundtrack/XAAudioTrackReference.swift",
"System/Audio/Platforms/Backends/XAudio/XABufferReference.swift",
"System/Audio/Platforms/Backends/XAudio/XAContextReference.swift",
"System/Audio/Platforms/BufferConverter.swift",
"System/Audio/Sound.swift",
"System/Audio/System/AudioBuffer.swift",
"System/Audio/System/AudioContext.swift",
"System/Audio/System/Multi-Channel/AudioMixer.swift",
"System/Audio/System/Multi-Channel/AudioTrack.swift",
"System/Audio/System/Spatial/SpatialAudioListener.swift",
"System/Audio/System/Spatial/SpatialAudioMixer.swift",
"System/Audio/System/Spatial/SpatialAudioSource.swift",
"System/HID/GamePad/GamePad.swift",
"System/HID/GamePad/GamePadInterpreter/GamePadInterpreter.swift",
"System/HID/GamePad/GamePadInterpreter/Interpreters/HID/IOKitGamePadInterpreter.swift",
"System/HID/GamePad/GamePadInterpreter/Interpreters/HID/LinuxHIDGamePadInterpreter.swift",
"System/HID/GamePad/GamePadInterpreter/Interpreters/HID/Mapping/SDL2/SDL2.swift",
"System/HID/GamePad/GamePadInterpreter/Interpreters/MFIGamePadInterpreter.swift",
"System/HID/GamePad/GamePadInterpreter/Interpreters/NullGamePadInterpreter.swift",
"System/HID/GamePad/GamePadInterpreter/Interpreters/WASIGamePadInterpreter.swift",
"System/HID/GamePad/GamePadInterpreter/Interpreters/XInputGamePadInterpreter.swift",
"System/HID/GamePad/GamePadManager.swift",
"System/HID/HID.swift",
"System/HID/Keyboard/CharacterStream.swift",
"System/HID/Keyboard/Keyboard.swift",
"System/HID/Keyboard/KeyboardEvent.swift",
"System/HID/Keyboard/KeyboardKey.swift",
"System/HID/Keyboard/KeyboardModifierMask.swift",
"System/HID/Mouse/Mouse.swift",
"System/HID/Mouse/MouseButton.swift",
"System/HID/Mouse/MouseScroller.swift",
"System/HID/Touch/GestureRecognizers.swift",
"System/HID/Touch/Touch.swift",
"System/HID/Touch/TouchScreen.swift",
"System/HID/Touch/TouchSurface.swift",
"System/Platforms/Android/AndroidPlatform.swift",
"System/Platforms/Apple/AppKit/AppKit/AppKitGLKitView.swift",
"System/Platforms/Apple/AppKit/AppKit/AppKitMetalView.swift",
"System/Platforms/Apple/AppKit/AppKit/AppKitViewController.swift",
"System/Platforms/Apple/AppKit/AppKit/AppKitWindow.swift",
"System/Platforms/Apple/AppKit/AppKitPlatform.swift",
"System/Platforms/Apple/AppleFileSystem.swift",
"System/Platforms/Apple/UIKit/UIKit/UIKitGLKitView.swift",
"System/Platforms/Apple/UIKit/UIKit/UIKitMetalView.swift",
"System/Platforms/Apple/UIKit/UIKit/UIKitViewController.swift",
"System/Platforms/Apple/UIKit/UIKit/UIKitWindow.swift",
"System/Platforms/Apple/UIKit/UIKitPlatform.swift",
"System/Platforms/FileSystem.swift",
"System/Platforms/Linux/LinuxFileSystem.swift",
"System/Platforms/Linux/LinuxPlatform.swift",
"System/Platforms/Linux/X11/X11Window.swift",
"System/Platforms/Platform.swift",
"System/Platforms/WASI/WASI/WASIWindow.swift",
"System/Platforms/WASI/WASIFileSystem.swift",
"System/Platforms/WASI/WASIPlatform.swift",
"System/Platforms/Win32/Win32/Win32Window.swift",
"System/Platforms/Win32/Win32/WinSDK+Helpers.swift",
"System/Platforms/Win32/Win32FileSystem.swift",
"System/Platforms/Win32/Win32Platform.swift",
"System/Rendering/Drawables/Canvas.swift",
"System/Rendering/Drawables/DrawCommand.swift",
"System/Rendering/Drawables/Scene.swift",
"System/Rendering/Platforms/DirectX12/DX12Geometry.swift",
"System/Rendering/Platforms/DirectX12/DX12RenderTarget.swift",
"System/Rendering/Platforms/DirectX12/DX12Renderer.swift",
"System/Rendering/Platforms/DirectX12/DX12SwapChain.swift",
"System/Rendering/Platforms/DirectX12/DX12Texture.swift",
"System/Rendering/Platforms/GeometryBackend.swift",
"System/Rendering/Platforms/Metal/MetalGeometry.swift",
"System/Rendering/Platforms/Metal/MetalRenderTarget.swift",
"System/Rendering/Platforms/Metal/MetalRenderer.swift",
"System/Rendering/Platforms/Metal/MetalTexture.swift",
"System/Rendering/Platforms/OpenGL/OpenGLGeometry.swift",
"System/Rendering/Platforms/OpenGL/OpenGLRenderTarget.swift",
"System/Rendering/Platforms/OpenGL/OpenGLRenderer+Apple.swift",
"System/Rendering/Platforms/OpenGL/OpenGLRenderer+Linux.swift",
"System/Rendering/Platforms/OpenGL/OpenGLRenderer.swift",
"System/Rendering/Platforms/OpenGL/OpenGLTexture.swift",
"System/Rendering/Platforms/WebGL2/WebGL2Geometry.swift",
"System/Rendering/Platforms/WebGL2/WebGL2RenderTarget.swift",
"System/Rendering/Platforms/WebGL2/WebGL2Renderer.swift",
"System/Rendering/Platforms/WebGL2/WebGL2Texture.swift",
"System/Rendering/RenderTarget.swift",
"System/Rendering/Renderer.swift",
"System/Rendering/SystemShaders.swift",
"System/Window.swift",
"System/WindowManager.swift",
"Types/Camera.swift",
"Types/Material.swift",
"Types/Matricies.swift"
],
"target_dependencies" : [
"GameMath",
"Shaders",
"TrueType",
"LibSPNG",
"Gravity",
"uFBX",
"Vorbis",
"OpenGL_GateEngine",
"LinuxSupport"
],
"type" : "library"
},
{
"c99name" : "GameMathTests",
"module_type" : "SwiftTarget",
"name" : "GameMathTests",
"path" : "Tests/GameMathTests",
"sources" : [
"2D/2D Physics/2D Colliders/AxisAlignedBoundingBox2DTests.swift.swift",
"2D/CircleTests.swift",
"2D/Direction2Tests.swift",
"2D/InsetsTests.swift",
"2D/Position2Tests.swift",
"2D/RectTests.swift",
"2D/Size2Tests.swift",
"2D/Vector2Tests.swift",
"3D/Direction3Tests.swift",
"3D/Matrix3x3Tests.swift",
"3D/Matrix4x4Tests.swift",
"3D/Position3Tests.swift",
"3D/QuaternionTests.swift",
"3D/Size3Tests.swift",
"3D/Transform3Tests.swift",
"3D/Vector3Tests.swift",
"BitStreamTests.swift",
"Degrees & Radians Tests.swift",
"InterpolationTests.swift"
],
"target_dependencies" : [
"GameMath"
],
"type" : "test"
},
{
"c99name" : "GameMathSIMDTests",
"module_type" : "SwiftTarget",
"name" : "GameMathSIMDTests",
"path" : "Tests/GameMathSIMDTests",
"sources" : [
"2D/2D Physics/2D Colliders/AxisAlignedBoundingBox2DTests.swift.swift",
"2D/CircleTests.swift",
"2D/Direction2Tests.swift",
"2D/InsetsTests.swift",
"2D/Position2Tests.swift",
"2D/RectTests.swift",
"2D/Size2Tests.swift",
"2D/Vector2Tests.swift",
"3D/Direction3Tests.swift",
"3D/Matrix3x3Tests.swift",
"3D/Matrix4x4Tests.swift",
"3D/Position3Tests.swift",
"3D/QuaternionTests.swift",
"3D/Size3Tests.swift",
"3D/Transform3Tests.swift",
"3D/Vector3Tests.swift",
"BitStreamTests.swift",
"Degrees & Radians Tests.swift",
"InterpolationTests.swift"
],
"target_dependencies" : [
"GameMath"
],
"type" : "test"
},
{
"c99name" : "GameMath",
"module_type" : "SwiftTarget",
"name" : "GameMath",
"path" : "Sources/GameMath",
"product_memberships" : [
"GateEngine",
"GameMath"
],
"sources" : [
"2D Types/2D Physics/2D Colliders/AxisAlignedBoundingBox2D.swift",
"2D Types/2D Physics/2D Colliders/BoundingCircle2D.swift",
"2D Types/2D Physics/2D Colliders/BoundingEllipsoid2D.swift",
"2D Types/2D Physics/2D Colliders/Collider2D.swift",
"2D Types/2D Physics/Line2D.swift",
"2D Types/2D Physics/Ray2D.swift",
"2D Types/2D Physics/Rect+Physics.swift",
"2D Types/Circle.swift",
"2D Types/Direction2.swift",
"2D Types/Insets.swift",
"2D Types/Position2.swift",
"2D Types/Rect.swift",
"2D Types/Size2.swift",
"2D Types/Transform2.swift",
"2D Types/Vector2.swift",
"3D Types/3D Physics/3D Colliders/AxisAlignedBoundingBox3D.swift",
"3D Types/3D Physics/3D Colliders/BoundingEllipsoid3D.swift",
"3D Types/3D Physics/3D Colliders/BoundingSphere3D.swift",
"3D Types/3D Physics/3D Colliders/Collider3D.swift",
"3D Types/3D Physics/3D Colliders/CollisionTriangle.swift",
"3D Types/3D Physics/3D Colliders/MeshCollider.swift",
"3D Types/3D Physics/3D Colliders/OrientedBoundingBox3D.swift",
"3D Types/3D Physics/Line3D.swift",
"3D Types/3D Physics/Plane3D.swift",
"3D Types/3D Physics/Ray3D.swift",
"3D Types/3D Physics/ViewFrustum3D.swift",
"3D Types/Direction3.swift",
"3D Types/Matrix3x3.swift",
"3D Types/Matrix4x4.swift",
"3D Types/Position3.swift",
"3D Types/Quaternion.swift",
"3D Types/Size3.swift",
"3D Types/Transform3.swift",
"3D Types/Vector3.swift",
"BitStream.swift",
"CardinalDirection.swift",
"Color.swift",
"Degrees & Radians.swift",
"FastInverseSquareRoot.swift",
"GameMath.swift",
"Interpolation.swift",
"PlatformSpecific/CoreGraphics.swift",
"PlatformSpecific/Win32.swift",
"Vector4.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/swiftwasm/JavaScriptKit.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/swiftwasm/WebAPIKit.git
Fetching https://github.com/swiftwasm/carton
Fetching https://github.com/apple/swift-collections.git
[1/1710] Fetching swift-atomics
[634/11547] Fetching swift-atomics, carton
[1251/28138] Fetching swift-atomics, carton, swift-collections
[2240/39861] Fetching swift-atomics, carton, swift-collections, webapikit
[15160/63274] Fetching swift-atomics, carton, swift-collections, webapikit, javascriptkit
Fetched https://github.com/swiftwasm/WebAPIKit.git from cache (1.91s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.93s)
Fetched https://github.com/swiftwasm/carton from cache (1.94s)
Fetched https://github.com/swiftwasm/JavaScriptKit.git from cache (2.22s)
Fetched https://github.com/apple/swift-collections.git from cache (2.24s)
Computing version for https://github.com/swiftwasm/WebAPIKit.git
Computed https://github.com/swiftwasm/WebAPIKit.git at 0.1.0 (4.84s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.1.0 (0.82s)
Computing version for https://github.com/swiftwasm/carton
Computed https://github.com/swiftwasm/carton at 1.1.3 (0.60s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/swiftwasm/WasmTransformer
[1/809] Fetching wasmtransformer
Fetched https://github.com/swiftwasm/WasmTransformer from cache (0.29s)
[1/76093] Fetching swift-nio
[1523/91472] Fetching swift-nio, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.07s)
[31960/76093] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.02s)
Computing version for https://github.com/swiftwasm/WasmTransformer
Computed https://github.com/swiftwasm/WasmTransformer at 0.5.0 (5.70s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.3.1 (0.50s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.70s)
Computing version for https://github.com/swiftwasm/JavaScriptKit.git
Computed https://github.com/swiftwasm/JavaScriptKit.git at 0.29.0 (0.93s)
Fetching https://github.com/swiftlang/swift-syntax
[1/70452] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (9.70s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (10.79s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.26s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.53s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.25s)
Creating working copy for https://github.com/swiftwasm/JavaScriptKit.git
Working copy of https://github.com/swiftwasm/JavaScriptKit.git resolved at 0.29.0
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 600.0.1
Creating working copy for https://github.com/swiftwasm/WebAPIKit.git
Working copy of https://github.com/swiftwasm/WebAPIKit.git resolved at 0.1.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.3.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.1.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/swiftwasm/WasmTransformer
Working copy of https://github.com/swiftwasm/WasmTransformer resolved at 0.5.0
Creating working copy for https://github.com/swiftwasm/carton
Working copy of https://github.com/swiftwasm/carton resolved at 1.1.3
[1/1] Compiling plugin CartonDevPlugin
[2/2] Compiling plugin CartonTestPlugin
[3/3] Compiling plugin CartonBundlePlugin
[4/4] Compiling plugin GenerateManual
[5/5] Compiling plugin BridgeJSCommandPlugin
[6/6] Compiling plugin BridgeJS
[7/7] Compiling plugin PackageToJS
Building for debugging...
[7/156] Compiling gravity_optimizer.c
[8/156] Compiling gravity_ircode.c
[9/156] Compiling gravity_debug.c
[10/156] Compiling gravity_lexer.c
[11/156] Write sources
[12/156] Compiling _CJavaScriptKit _CJavaScriptKit.c
[13/156] Compiling _CJavaScriptEventLoop _CJavaScriptEventLoop.c
[14/156] Compiling _CJavaScriptBigIntSupport _CJavaScriptKit+I64.c
[15/156] Compiling _AtomicsShims.c
[16/156] Write sources
[21/156] Write swift-version-24593BA9C3E375BF.txt
[21/156] Write sources
/host/spi-builder-workspace/Dependencies/LibSPNG/src/spng.c:48:17: warning: disabling SIMD optimizations for unknown target [-W#pragma-messages]
48 | #pragma message "disabling SIMD optimizations for unknown target"
| ^
/host/spi-builder-workspace/Dependencies/LibSPNG/src/spng.c:1212:13: warning: inflateValidate() not available, SPNG_CTX_IGNORE_ADLER32 will be ignored [-W#pragma-messages]
1212 | #pragma message ("inflateValidate() not available, SPNG_CTX_IGNORE_ADLER32 will be ignored")
| ^
2 warnings generated.
[24/156] Compiling spng.c
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/core/uiddefs.cpp:2:10: fatal error: 'config.h' file not found
2 | #include "config.h"
| ^~~~~~~~~~
1 error generated.
[25/156] Compiling uiddefs.cpp
/host/spi-builder-workspace/Dependencies/miniz/src/miniz.c:3185:9: warning: Using fopen, ftello, fseeko, stat() etc. path for file I/O - this path may not support large files. [-W#pragma-messages]
3185 | #pragma message("Using fopen, ftello, fseeko, stat() etc. path for file I/O - this path may not support large files.")
| ^
[25/156] Compiling TrueType nothing.c
[25/156] Compiling ufbx.c
[25/156] Compiling miniz.c
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/core/voice.cpp:2:10: fatal error: 'config.h' file not found
2 | #include "config.h"
| ^~~~~~~~~~
[25/156] Compiling voice.cpp
[25/156] Compiling gravity_core.c
[25/156] Compiling gravity_vm.c
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/al/state.cpp:21:10: fatal error: 'config.h' file not found
21 | #include "config.h"
| ^~~~~~~~~~
[25/156] Compiling state.cpp
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin CartonDevPlugin
[2/2] Compiling plugin CartonTestPlugin
[3/3] Compiling plugin CartonBundlePlugin
[4/4] Compiling plugin GenerateManual
[5/5] Compiling plugin BridgeJSCommandPlugin
[6/6] Compiling plugin BridgeJS
[7/7] Compiling plugin PackageToJS
Building for debugging...
[7/139] Write sources
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/core/uiddefs.cpp:2:10: fatal error: 'config.h' file not found
2 | #include "config.h"
| ^~~~~~~~~~
1 error generated.
[12/139] Compiling uiddefs.cpp
[12/139] Compiling miniz.c
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/core/mixer.cpp:2:10: fatal error: 'config.h' file not found
2 | #include "config.h"
| ^~~~~~~~~~
[12/139] Compiling mixer.cpp
[12/139] Compiling ufbx.c
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/core/voice.cpp:2:10: fatal error: 'config.h' file not found
2 | #include "config.h"
| ^~~~~~~~~~
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/core/uhjfilter.cpp:2:10: fatal error: 'config.h' file not found
2 | #include "config.h"
| ^~~~~~~~~~
[12/139] Compiling mixer_c.cpp
[12/139] Compiling uhjfilter.cpp
[12/139] Compiling voice.cpp
[12/139] Compiling TrueType nothing.c
BUILD FAILURE 6.1 wasm