Build Information
Failed to build GateEngine, reference 0.2.1 (152e60
), with Swift 6.1 for Linux on 27 Apr 2025 09:37:29 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
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: linux
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-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swiftwasm/carton
Fetching https://github.com/swiftwasm/JavaScriptKit.git
Fetching https://github.com/swiftwasm/WebAPIKit.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
[1/1705] Fetching swift-atomics
[871/11542] Fetching swift-atomics, carton
[1805/27784] Fetching swift-atomics, carton, swift-collections
[2455/51016] Fetching swift-atomics, carton, swift-collections, javascriptkit
[3483/62738] Fetching swift-atomics, carton, swift-collections, javascriptkit, webapikit
Fetched https://github.com/apple/swift-atomics.git from cache (0.43s)
[30595/61033] Fetching carton, swift-collections, javascriptkit, webapikit
Fetched https://github.com/swiftwasm/WebAPIKit.git from cache (0.94s)
Fetched https://github.com/swiftwasm/JavaScriptKit.git from cache (0.94s)
Fetched https://github.com/swiftwasm/carton from cache (1.12s)
Fetched https://github.com/apple/swift-collections.git from cache (1.13s)
Computing version for https://github.com/swiftwasm/WebAPIKit.git
Computed https://github.com/swiftwasm/WebAPIKit.git at 0.1.0 (2.97s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.1.0 (0.48s)
Computing version for https://github.com/swiftwasm/carton
Computed https://github.com/swiftwasm/carton at 1.1.3 (0.45s)
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
[810/76240] Fetching wasmtransformer, swift-nio
[3828/91190] Fetching wasmtransformer, swift-nio, swift-argument-parser
Fetched https://github.com/swiftwasm/WasmTransformer from cache (0.70s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.71s)
[32436/75431] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (3.65s)
Computing version for https://github.com/swiftwasm/WasmTransformer
Computed https://github.com/swiftwasm/WasmTransformer at 0.5.0 (4.11s)
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.42s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.61s)
Computing version for https://github.com/swiftwasm/JavaScriptKit.git
Computed https://github.com/swiftwasm/JavaScriptKit.git at 0.28.0 (0.50s)
Fetching https://github.com/swiftlang/swift-syntax
[1/70233] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (3.63s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (4.22s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (0.69s)
Fetching https://github.com/apple/swift-system.git
[1/4353] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.35s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.75s)
Creating working copy for https://github.com/swiftwasm/JavaScriptKit.git
Working copy of https://github.com/swiftwasm/JavaScriptKit.git resolved at 0.28.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.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.1.4
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
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/WasmTransformer
Working copy of https://github.com/swiftwasm/WasmTransformer resolved at 0.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/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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.1.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/169] Compiling gravity_visitor.c
[8/169] Compiling gravity_token.c
[8/169] Compiling gravity_opt_env.c
[10/169] Compiling gravity_symboltable.c
[10/169] Compiling gravity_compiler.c
[10/169] Write sources
[13/169] Compiling gravity_opt_file.c
[14/169] Compiling _AtomicsShims.c
[15/169] Compiling gravity_ircode.c
[16/169] Compiling gravity_codegen.c
[17/169] Compiling Vorbis synthesis.c
[18/169] Compiling Vorbis window.c
[19/169] Compiling Vorbis vorbisfile.c
[20/169] Compiling Vorbis sharedbook.c
[21/169] Compiling Vorbis smallft.c
[22/169] Compiling Vorbis res0.c
[23/169] Compiling Vorbis registry.c
[24/169] Compiling Vorbis mdct.c
[25/169] Compiling Vorbis lsp.c
[26/169] Compiling Vorbis lpc.c
[27/169] Compiling Vorbis mapping0.c
[28/169] Compiling Vorbis psy.c
[29/169] Compiling Vorbis lookup.c
/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.")
| ^
1 warning generated.
[30/169] Write swift-version-24593BA9C3E375BF.txt
[30/169] Compiling miniz.c
[32/169] Compiling Vorbis framing.c
[33/169] Compiling Vorbis info.c
[34/169] Compiling Vorbis floor0.c
[35/169] Compiling Vorbis codebook.c
[36/169] Compiling Vorbis envelope.c
[37/169] Compiling Vorbis floor1.c
[38/169] Write sources
[41/169] Compiling Vorbis bitwise.c
[42/169] Compiling Vorbis block.c
[43/169] Compiling Vorbis bitrate.c
[43/169] Compiling Vorbis analysis.c
[45/169] Compiling uiddefs.cpp
[46/177] Compiling TrueType nothing.c
[47/177] Compiling Vorbis vorbisenc.c
[48/177] Compiling mixer_c.cpp
[49/177] Compiling mixer.cpp
[50/177] Compiling logging.cpp
[51/177] Compiling uhjfilter.cpp
[52/177] Compiling mastering.cpp
[53/177] Compiling fmt_traits.cpp
[54/177] Compiling fpu_ctrl.cpp
[55/177] Compiling voice.cpp
[56/177] Compiling nfc.cpp
[57/177] Compiling except.cpp
[57/177] Compiling splitter.cpp
[59/177] Compiling devformat.cpp
[60/177] Compiling biquad.cpp
[61/177] Compiling helpers.cpp
[62/177] Compiling ufbx.c
[63/177] Compiling cpu_caps.cpp
[64/177] Compiling buffer_storage.cpp
[65/177] Compiling effectslot.cpp
[66/177] Compiling device.cpp
[67/177] Compiling ambidefs.cpp
[68/177] Compiling converter.cpp
[69/177] Compiling bsinc_tables.cpp
[70/177] Compiling bs2b.cpp
[71/177] Compiling hrtf.cpp
[72/177] Compiling threads.cpp
[73/177] Compiling bformatdec.cpp
[74/177] Compiling ambdec.cpp
[75/177] Compiling alstring.cpp
[76/177] Compiling polyphase_resampler.cpp
[77/177] Compiling strutils.cpp
[78/177] Compiling context.cpp
[79/177] Compiling dynload.cpp
[80/177] Compiling ringbuffer.cpp
[81/177] Compiling almalloc.cpp
[82/177] Compiling alfstream.cpp
[83/177] Compiling alcomplex.cpp
[84/177] Compiling null.cpp
[85/177] Compiling vmorpher.cpp
[86/177] Compiling pshifter.cpp
[87/177] Compiling reverb.cpp
[89/177] Compiling OpenGL_GateEngine GLEW_Linux.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_Linux/shim.h:2:10: error: 'GL/glcorearb.h' file not found
1 | #define GL_GLEXT_PROTOTYPES
2 | #include <GL/glcorearb.h>
| `- error: 'GL/glcorearb.h' file not found
3 | #include <GL/glu.h>
4 | #include <GL/glx.h>
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Linux/OpenGLLinux.swift:8:8: error: could not build C module 'OpenGL_Linux'
6 | */
7 | #if canImport(OpenGL_Linux)
8 | import OpenGL_Linux
| `- error: could not build C module 'OpenGL_Linux'
9 |
10 | @_transparent @usableFromInline internal var GL_VENDOR: Int32 {return OpenGL_Linux.GL_VENDOR}
[90/178] Compiling OpenGL_GateEngine OpenGLWindows.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_Linux/shim.h:2:10: error: 'GL/glcorearb.h' file not found
1 | #define GL_GLEXT_PROTOTYPES
2 | #include <GL/glcorearb.h>
| `- error: 'GL/glcorearb.h' file not found
3 | #include <GL/glu.h>
4 | #include <GL/glx.h>
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Linux/OpenGLLinux.swift:8:8: error: could not build C module 'OpenGL_Linux'
6 | */
7 | #if canImport(OpenGL_Linux)
8 | import OpenGL_Linux
| `- error: could not build C module 'OpenGL_Linux'
9 |
10 | @_transparent @usableFromInline internal var GL_VENDOR: Int32 {return OpenGL_Linux.GL_VENDOR}
[90/178] Compiling modulator.cpp
[92/178] Compiling OpenGL_GateEngine Unsupported.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_Linux/shim.h:2:10: error: 'GL/glcorearb.h' file not found
1 | #define GL_GLEXT_PROTOTYPES
2 | #include <GL/glcorearb.h>
| `- error: 'GL/glcorearb.h' file not found
3 | #include <GL/glu.h>
4 | #include <GL/glx.h>
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Linux/OpenGLLinux.swift:8:8: error: could not build C module 'OpenGL_Linux'
6 | */
7 | #if canImport(OpenGL_Linux)
8 | import OpenGL_Linux
| `- error: could not build C module 'OpenGL_Linux'
9 |
10 | @_transparent @usableFromInline internal var GL_VENDOR: Int32 {return OpenGL_Linux.GL_VENDOR}
[93/178] Compiling OpenGL_GateEngine GLEW_Windows.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_Linux/shim.h:2:10: error: 'GL/glcorearb.h' file not found
1 | #define GL_GLEXT_PROTOTYPES
2 | #include <GL/glcorearb.h>
| `- error: 'GL/glcorearb.h' file not found
3 | #include <GL/glu.h>
4 | #include <GL/glx.h>
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Linux/OpenGLLinux.swift:8:8: error: could not build C module 'OpenGL_Linux'
6 | */
7 | #if canImport(OpenGL_Linux)
8 | import OpenGL_Linux
| `- error: could not build C module 'OpenGL_Linux'
9 |
10 | @_transparent @usableFromInline internal var GL_VENDOR: Int32 {return OpenGL_Linux.GL_VENDOR}
[94/178] Compiling OpenGL_GateEngine GLKit.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_Linux/shim.h:2:10: error: 'GL/glcorearb.h' file not found
1 | #define GL_GLEXT_PROTOTYPES
2 | #include <GL/glcorearb.h>
| `- error: 'GL/glcorearb.h' file not found
3 | #include <GL/glu.h>
4 | #include <GL/glx.h>
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Linux/OpenGLLinux.swift:8:8: error: could not build C module 'OpenGL_Linux'
6 | */
7 | #if canImport(OpenGL_Linux)
8 | import OpenGL_Linux
| `- error: could not build C module 'OpenGL_Linux'
9 |
10 | @_transparent @usableFromInline internal var GL_VENDOR: Int32 {return OpenGL_Linux.GL_VENDOR}
[94/178] Compiling equalizer.cpp
[96/178] Compiling OpenGL_GateEngine GLFW.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_Linux/shim.h:2:10: error: 'GL/glcorearb.h' file not found
1 | #define GL_GLEXT_PROTOTYPES
2 | #include <GL/glcorearb.h>
| `- error: 'GL/glcorearb.h' file not found
3 | #include <GL/glu.h>
4 | #include <GL/glx.h>
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Linux/OpenGLLinux.swift:8:8: error: could not build C module 'OpenGL_Linux'
6 | */
7 | #if canImport(OpenGL_Linux)
8 | import OpenGL_Linux
| `- error: could not build C module 'OpenGL_Linux'
9 |
10 | @_transparent @usableFromInline internal var GL_VENDOR: Int32 {return OpenGL_Linux.GL_VENDOR}
[97/178] Compiling OpenGL_GateEngine OpenGLLinux.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_Linux/shim.h:2:10: error: 'GL/glcorearb.h' file not found
1 | #define GL_GLEXT_PROTOTYPES
2 | #include <GL/glcorearb.h>
| `- error: 'GL/glcorearb.h' file not found
3 | #include <GL/glu.h>
4 | #include <GL/glx.h>
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Linux/OpenGLLinux.swift:8:8: error: could not build C module 'OpenGL_Linux'
6 | */
7 | #if canImport(OpenGL_Linux)
8 | import OpenGL_Linux
| `- error: could not build C module 'OpenGL_Linux'
9 |
10 | @_transparent @usableFromInline internal var GL_VENDOR: Int32 {return OpenGL_Linux.GL_VENDOR}
[97/178] Compiling panning.cpp
[98/178] Compiling fshifter.cpp
[99/178] Compiling echo.cpp
[100/178] Compiling dedicated.cpp
[101/178] Compiling distortion.cpp
[102/178] Compiling compressor.cpp
[103/178] Compiling chorus.cpp
[104/178] Compiling autowah.cpp
[105/178] Compiling convolution.cpp
[106/178] Compiling device.cpp
[107/178] Compiling wave.cpp
[108/178] Compiling context.cpp
error: emit-module command failed with exit code 1 (use -v to see invocation)
[110/178] Emitting module OpenGL_GateEngine
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_Linux/shim.h:2:10: error: 'GL/glcorearb.h' file not found
1 | #define GL_GLEXT_PROTOTYPES
2 | #include <GL/glcorearb.h>
| `- error: 'GL/glcorearb.h' file not found
3 | #include <GL/glu.h>
4 | #include <GL/glx.h>
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Linux/OpenGLLinux.swift:8:8: error: could not build C module 'OpenGL_Linux'
6 | */
7 | #if canImport(OpenGL_Linux)
8 | import OpenGL_Linux
| `- error: could not build C module 'OpenGL_Linux'
9 |
10 | @_transparent @usableFromInline internal var GL_VENDOR: Int32 {return OpenGL_Linux.GL_VENDOR}
[111/178] Compiling OpenGL_GateEngine OpenGL_GateEngine.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_Linux/shim.h:2:10: error: 'GL/glcorearb.h' file not found
1 | #define GL_GLEXT_PROTOTYPES
2 | #include <GL/glcorearb.h>
| `- error: 'GL/glcorearb.h' file not found
3 | #include <GL/glu.h>
4 | #include <GL/glx.h>
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Linux/OpenGLLinux.swift:8:8: error: could not build C module 'OpenGL_Linux'
6 | */
7 | #if canImport(OpenGL_Linux)
8 | import OpenGL_Linux
| `- error: could not build C module 'OpenGL_Linux'
9 |
10 | @_transparent @usableFromInline internal var GL_VENDOR: Int32 {return OpenGL_Linux.GL_VENDOR}
[111/178] Compiling alc.cpp
[111/178] Compiling alconfig.cpp
[111/178] Compiling alu.cpp
[111/178] Compiling base.cpp
[111/178] Compiling loopback.cpp
[111/178] Compiling null.cpp
[111/178] Compiling oss.cpp
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-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/74] Write sources
[14/75] Compiling loopback.cpp
[15/75] Compiling base.cpp
[16/75] Compiling alconfig.cpp
[17/75] Compiling null.cpp
[18/75] Write swift-version-24593BA9C3E375BF.txt
[19/75] Compiling state.cpp
[20/75] Compiling oss.cpp
[21/98] Compiling alu.cpp
error: emit-module command failed with exit code 1 (use -v to see invocation)
[23/100] Emitting module OpenGL_GateEngine
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_Linux/shim.h:2:10: error: 'GL/glcorearb.h' file not found
1 | #define GL_GLEXT_PROTOTYPES
2 | #include <GL/glcorearb.h>
| `- error: 'GL/glcorearb.h' file not found
3 | #include <GL/glu.h>
4 | #include <GL/glx.h>
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Linux/OpenGLLinux.swift:8:8: error: could not build C module 'OpenGL_Linux'
6 | */
7 | #if canImport(OpenGL_Linux)
8 | import OpenGL_Linux
| `- error: could not build C module 'OpenGL_Linux'
9 |
10 | @_transparent @usableFromInline internal var GL_VENDOR: Int32 {return OpenGL_Linux.GL_VENDOR}
[24/101] Compiling OpenGL_GateEngine GLKit.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_Linux/shim.h:2:10: error: 'GL/glcorearb.h' file not found
1 | #define GL_GLEXT_PROTOTYPES
2 | #include <GL/glcorearb.h>
| `- error: 'GL/glcorearb.h' file not found
3 | #include <GL/glu.h>
4 | #include <GL/glx.h>
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Linux/OpenGLLinux.swift:8:8: error: could not build C module 'OpenGL_Linux'
6 | */
7 | #if canImport(OpenGL_Linux)
8 | import OpenGL_Linux
| `- error: could not build C module 'OpenGL_Linux'
9 |
10 | @_transparent @usableFromInline internal var GL_VENDOR: Int32 {return OpenGL_Linux.GL_VENDOR}
[25/101] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[26/101] Compiling InternalCollectionsUtilities Specialize.swift
[27/101] Compiling OpenGL_GateEngine GLEW_Linux.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_Linux/shim.h:2:10: error: 'GL/glcorearb.h' file not found
1 | #define GL_GLEXT_PROTOTYPES
2 | #include <GL/glcorearb.h>
| `- error: 'GL/glcorearb.h' file not found
3 | #include <GL/glu.h>
4 | #include <GL/glx.h>
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Linux/OpenGLLinux.swift:8:8: error: could not build C module 'OpenGL_Linux'
6 | */
7 | #if canImport(OpenGL_Linux)
8 | import OpenGL_Linux
| `- error: could not build C module 'OpenGL_Linux'
9 |
10 | @_transparent @usableFromInline internal var GL_VENDOR: Int32 {return OpenGL_Linux.GL_VENDOR}
[28/103] Compiling OpenGL_GateEngine Unsupported.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_Linux/shim.h:2:10: error: 'GL/glcorearb.h' file not found
1 | #define GL_GLEXT_PROTOTYPES
2 | #include <GL/glcorearb.h>
| `- error: 'GL/glcorearb.h' file not found
3 | #include <GL/glu.h>
4 | #include <GL/glx.h>
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Linux/OpenGLLinux.swift:8:8: error: could not build C module 'OpenGL_Linux'
6 | */
7 | #if canImport(OpenGL_Linux)
8 | import OpenGL_Linux
| `- error: could not build C module 'OpenGL_Linux'
9 |
10 | @_transparent @usableFromInline internal var GL_VENDOR: Int32 {return OpenGL_Linux.GL_VENDOR}
[29/103] Compiling InternalCollectionsUtilities Debugging.swift
[30/103] Compiling InternalCollectionsUtilities Descriptions.swift
[31/103] Compiling InternalCollectionsUtilities _SortedCollection.swift
[32/103] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[33/103] Compiling OpenGL_GateEngine GLFW.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_Linux/shim.h:2:10: error: 'GL/glcorearb.h' file not found
1 | #define GL_GLEXT_PROTOTYPES
2 | #include <GL/glcorearb.h>
| `- error: 'GL/glcorearb.h' file not found
3 | #include <GL/glu.h>
4 | #include <GL/glx.h>
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Linux/OpenGLLinux.swift:8:8: error: could not build C module 'OpenGL_Linux'
6 | */
7 | #if canImport(OpenGL_Linux)
8 | import OpenGL_Linux
| `- error: could not build C module 'OpenGL_Linux'
9 |
10 | @_transparent @usableFromInline internal var GL_VENDOR: Int32 {return OpenGL_Linux.GL_VENDOR}
[34/103] Compiling OpenGL_GateEngine OpenGLLinux.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_Linux/shim.h:2:10: error: 'GL/glcorearb.h' file not found
1 | #define GL_GLEXT_PROTOTYPES
2 | #include <GL/glcorearb.h>
| `- error: 'GL/glcorearb.h' file not found
3 | #include <GL/glu.h>
4 | #include <GL/glx.h>
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Linux/OpenGLLinux.swift:8:8: error: could not build C module 'OpenGL_Linux'
6 | */
7 | #if canImport(OpenGL_Linux)
8 | import OpenGL_Linux
| `- error: could not build C module 'OpenGL_Linux'
9 |
10 | @_transparent @usableFromInline internal var GL_VENDOR: Int32 {return OpenGL_Linux.GL_VENDOR}
[35/103] Compiling OpenGL_GateEngine GLEW_Windows.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_Linux/shim.h:2:10: error: 'GL/glcorearb.h' file not found
1 | #define GL_GLEXT_PROTOTYPES
2 | #include <GL/glcorearb.h>
| `- error: 'GL/glcorearb.h' file not found
3 | #include <GL/glu.h>
4 | #include <GL/glx.h>
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Linux/OpenGLLinux.swift:8:8: error: could not build C module 'OpenGL_Linux'
6 | */
7 | #if canImport(OpenGL_Linux)
8 | import OpenGL_Linux
| `- error: could not build C module 'OpenGL_Linux'
9 |
10 | @_transparent @usableFromInline internal var GL_VENDOR: Int32 {return OpenGL_Linux.GL_VENDOR}
[35/103] Compiling listener.cpp
[37/103] Compiling OpenGL_GateEngine OpenGLWindows.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_Linux/shim.h:2:10: error: 'GL/glcorearb.h' file not found
1 | #define GL_GLEXT_PROTOTYPES
2 | #include <GL/glcorearb.h>
| `- error: 'GL/glcorearb.h' file not found
3 | #include <GL/glu.h>
4 | #include <GL/glx.h>
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Linux/OpenGLLinux.swift:8:8: error: could not build C module 'OpenGL_Linux'
6 | */
7 | #if canImport(OpenGL_Linux)
8 | import OpenGL_Linux
| `- error: could not build C module 'OpenGL_Linux'
9 |
10 | @_transparent @usableFromInline internal var GL_VENDOR: Int32 {return OpenGL_Linux.GL_VENDOR}
[38/103] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[39/103] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[40/103] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[41/103] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[42/103] Compiling InternalCollectionsUtilities Integer rank.swift
[43/103] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[44/103] Compiling OpenGL_GateEngine OpenGL_GateEngine.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_Linux/shim.h:2:10: error: 'GL/glcorearb.h' file not found
1 | #define GL_GLEXT_PROTOTYPES
2 | #include <GL/glcorearb.h>
| `- error: 'GL/glcorearb.h' file not found
3 | #include <GL/glu.h>
4 | #include <GL/glx.h>
/host/spi-builder-workspace/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Linux/OpenGLLinux.swift:8:8: error: could not build C module 'OpenGL_Linux'
6 | */
7 | #if canImport(OpenGL_Linux)
8 | import OpenGL_Linux
| `- error: could not build C module 'OpenGL_Linux'
9 |
10 | @_transparent @usableFromInline internal var GL_VENDOR: Int32 {return OpenGL_Linux.GL_VENDOR}
[45/103] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[46/103] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[47/103] Emitting module InternalCollectionsUtilities
[47/103] Compiling extension.cpp
[48/103] Compiling filter.cpp
[48/103] Compiling vmorpher.cpp
[48/103] Compiling event.cpp
[48/103] Compiling error.cpp
[48/103] Compiling source.cpp
[48/103] Compiling alc.cpp
[49/103] Compiling InternalCollectionsUtilities UInt+reversed.swift
[50/103] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
BUILD FAILURE 6.1 linux