Build Information
Failed to build GateEngine, reference main (8ac4b5), with Swift 6.3 for Linux on 14 Apr 2026 18:14:25 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/STREGAsGate/GateEngine.git
Reference: main
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
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 8ac4b58 Add nodes accessor
Cloned https://github.com/STREGAsGate/GateEngine.git
Revision (git rev-parse @):
8ac4b58b5465c165f408b240b92c67a1948797da
SUCCESS checkout https://github.com/STREGAsGate/GateEngine.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.3
Building package at path: $PWD
https://github.com/STREGAsGate/GateEngine.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-syntax.git
[1/23537] Fetching swift-collections
[237/25357] Fetching swift-collections, swift-atomics
[14767/100329] Fetching swift-collections, swift-atomics, swift-syntax
Fetched https://github.com/apple/swift-atomics.git from cache (5.35s)
Fetched https://github.com/apple/swift-collections.git from cache (5.38s)
Fetched https://github.com/apple/swift-syntax.git from cache (5.41s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 603.0.0 (8.45s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.51s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.77s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 603.0.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.3.0
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/603.0.0/swift-6.3-RELEASE-ubuntu_jammy_x86_64-MacroSupport.tar.gz
Downloaded https://download.swift.org/prebuilts/swift-syntax/603.0.0/swift-6.3-RELEASE-ubuntu_jammy_x86_64-MacroSupport.tar.gz (0.42s)
Building for debugging...
[0/144] Compiling gravity_semacheck1.c
[1/144] Compiling gravity_optimizer.c
[2/144] Compiling gravity_lexer.c
[3/144] Compiling gravity_ircode.c
[4/144] Write sources
[5/144] Compiling gravity_semacheck2.c
[6/144] Compiling gravity_compiler.c
[7/144] Write sources
[9/144] Compiling _AtomicsShims.c
[10/144] Write sources
[11/144] Write swift-version-24593BA9C3E375BF.txt
[12/144] Compiling gravity_parser.c
[13/144] Compiling uiddefs.cpp
[14/144] Compiling gravity_codegen.c
[15/152] Compiling TrueType nothing.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.
[16/152] Compiling miniz.c
[17/152] Compiling logging.cpp
In file included from /host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/core/mixer/mixer_c.cpp:7:
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/common/alnumeric.h:18:38: warning: identifier '_i64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
18 | inline constexpr int64_t operator "" _i64(unsigned long long int n) noexcept { return static_cast<int64_t>(n); }
| ~~~~~~~~~~~~^~~~
| operator""_i64
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/common/alnumeric.h:19:39: warning: identifier '_u64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
19 | inline constexpr uint64_t operator "" _u64(unsigned long long int n) noexcept { return static_cast<uint64_t>(n); }
| ~~~~~~~~~~~~^~~~
| operator""_u64
2 warnings generated.
[18/152] Compiling mixer_c.cpp
[19/152] Compiling mixer.cpp
In file included from /host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/core/mastering.cpp:15:
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/common/alnumeric.h:18:38: warning: identifier '_i64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
18 | inline constexpr int64_t operator "" _i64(unsigned long long int n) noexcept { return static_cast<int64_t>(n); }
| ~~~~~~~~~~~~^~~~
| operator""_i64
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/common/alnumeric.h:19:39: warning: identifier '_u64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
19 | inline constexpr uint64_t operator "" _u64(unsigned long long int n) noexcept { return static_cast<uint64_t>(n); }
| ~~~~~~~~~~~~^~~~
| operator""_u64
2 warnings generated.
In file included from /host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/core/uhjfilter.cpp:10:
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/common/alnumeric.h:18:38: warning: identifier '_i64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
18 | inline constexpr int64_t operator "" _i64(unsigned long long int n) noexcept { return static_cast<int64_t>(n); }
| ~~~~~~~~~~~~^~~~
| operator""_i64
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/common/alnumeric.h:19:39: warning: identifier '_u64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
19 | inline constexpr uint64_t operator "" _u64(unsigned long long int n) noexcept { return static_cast<uint64_t>(n); }
| ~~~~~~~~~~~~^~~~
| operator""_u64
2 warnings generated.
[20/152] Compiling uhjfilter.cpp
[21/152] Compiling mastering.cpp
In file included from /host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/core/fmt_traits.cpp:4:
In file included from /host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/core/fmt_traits.h:8:
In file included from /host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/core/buffer_storage.h:7:
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/common/alnumeric.h:18:38: warning: identifier '_i64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
18 | inline constexpr int64_t operator "" _i64(unsigned long long int n) noexcept { return static_cast<int64_t>(n); }
| ~~~~~~~~~~~~^~~~
| operator""_i64
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/common/alnumeric.h:19:39: warning: identifier '_u64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
19 | inline constexpr uint64_t operator "" _u64(unsigned long long int n) noexcept { return static_cast<uint64_t>(n); }
| ~~~~~~~~~~~~^~~~
| operator""_u64
2 warnings generated.
[22/152] Compiling fmt_traits.cpp
[23/152] Compiling splitter.cpp
In file included from /host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/core/voice.cpp:4:
In file included from /host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/core/voice.h:16:
In file included from /host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/core/buffer_storage.h:7:
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/common/alnumeric.h:18:38: warning: identifier '_i64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
18 | inline constexpr int64_t operator "" _i64(unsigned long long int n) noexcept { return static_cast<int64_t>(n); }
| ~~~~~~~~~~~~^~~~
| operator""_i64
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/common/alnumeric.h:19:39: warning: identifier '_u64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
19 | inline constexpr uint64_t operator "" _u64(unsigned long long int n) noexcept { return static_cast<uint64_t>(n); }
| ~~~~~~~~~~~~^~~~
| operator""_u64
2 warnings generated.
[24/152] Compiling voice.cpp
[25/152] Compiling fpu_ctrl.cpp
[26/152] Compiling nfc.cpp
[27/152] Compiling except.cpp
[28/152] Compiling devformat.cpp
In file included from /host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/core/helpers.cpp:19:
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/common/alnumeric.h:18:38: warning: identifier '_i64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
18 | inline constexpr int64_t operator "" _i64(unsigned long long int n) noexcept { return static_cast<int64_t>(n); }
| ~~~~~~~~~~~~^~~~
| operator""_i64
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/common/alnumeric.h:19:39: warning: identifier '_u64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
19 | inline constexpr uint64_t operator "" _u64(unsigned long long int n) noexcept { return static_cast<uint64_t>(n); }
| ~~~~~~~~~~~~^~~~
| operator""_u64
2 warnings generated.
[29/152] Compiling helpers.cpp
[30/152] Compiling ufbx.c
[31/152] Compiling biquad.cpp
[32/152] Compiling cpu_caps.cpp
[33/152] Compiling effectslot.cpp
[34/152] Compiling device.cpp
In file included from /host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/core/buffer_storage.cpp:4:
In file included from /host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/core/buffer_storage.h:7:
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/common/alnumeric.h:18:38: warning: identifier '_i64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
18 | inline constexpr int64_t operator "" _i64(unsigned long long int n) noexcept { return static_cast<int64_t>(n); }
| ~~~~~~~~~~~~^~~~
| operator""_i64
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/common/alnumeric.h:19:39: warning: identifier '_u64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
19 | inline constexpr uint64_t operator "" _u64(unsigned long long int n) noexcept { return static_cast<uint64_t>(n); }
| ~~~~~~~~~~~~^~~~
| operator""_u64
2 warnings generated.
[35/152] Compiling buffer_storage.cpp
In file included from /host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/core/hrtf.cpp:27:
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/common/alnumeric.h:18:38: warning: identifier '_i64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
18 | inline constexpr int64_t operator "" _i64(unsigned long long int n) noexcept { return static_cast<int64_t>(n); }
| ~~~~~~~~~~~~^~~~
| operator""_i64
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/common/alnumeric.h:19:39: warning: identifier '_u64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
19 | inline constexpr uint64_t operator "" _u64(unsigned long long int n) noexcept { return static_cast<uint64_t>(n); }
| ~~~~~~~~~~~~^~~~
| operator""_u64
2 warnings generated.
[36/152] Compiling hrtf.cpp
[37/152] Compiling ambidefs.cpp
error: emit-module command failed with exit code 1 (use -v to see invocation)
[39/152] 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}
In file included from /host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/core/converter.cpp:14:
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/common/alnumeric.h:18:38: warning: identifier '_i64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
18 | inline constexpr int64_t operator "" _i64(unsigned long long int n) noexcept { return static_cast<int64_t>(n); }
| ~~~~~~~~~~~~^~~~
| operator""_i64
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/common/alnumeric.h:19:39: warning: identifier '_u64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
19 | inline constexpr uint64_t operator "" _u64(unsigned long long int n) noexcept { return static_cast<uint64_t>(n); }
| ~~~~~~~~~~~~^~~~
| operator""_u64
2 warnings generated.
[39/153] Compiling converter.cpp
[40/153] Compiling threads.cpp
[41/153] Compiling bs2b.cpp
[42/153] Compiling bsinc_tables.cpp
[43/153] Compiling bformatdec.cpp
[44/153] Compiling strutils.cpp
[45/153] Compiling ringbuffer.cpp
[46/153] Compiling polyphase_resampler.cpp
[47/153] Compiling ambdec.cpp
[48/153] Compiling alstring.cpp
[49/153] Compiling dynload.cpp
In file included from /host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/core/context.cpp:12:
In file included from /host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/core/voice.h:16:
In file included from /host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/core/buffer_storage.h:7:
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/common/alnumeric.h:18:38: warning: identifier '_i64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
18 | inline constexpr int64_t operator "" _i64(unsigned long long int n) noexcept { return static_cast<int64_t>(n); }
| ~~~~~~~~~~~~^~~~
| operator""_i64
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/common/alnumeric.h:19:39: warning: identifier '_u64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
19 | inline constexpr uint64_t operator "" _u64(unsigned long long int n) noexcept { return static_cast<uint64_t>(n); }
| ~~~~~~~~~~~~^~~~
| operator""_u64
2 warnings generated.
[50/153] Compiling context.cpp
[51/153] Compiling almalloc.cpp
[52/153] Compiling alfstream.cpp
In file included from /host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/common/alcomplex.cpp:14:
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/common/alnumeric.h:18:38: warning: identifier '_i64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
18 | inline constexpr int64_t operator "" _i64(unsigned long long int n) noexcept { return static_cast<int64_t>(n); }
| ~~~~~~~~~~~~^~~~
| operator""_i64
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/common/alnumeric.h:19:39: warning: identifier '_u64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
19 | inline constexpr uint64_t operator "" _u64(unsigned long long int n) noexcept { return static_cast<uint64_t>(n); }
| ~~~~~~~~~~~~^~~~
| operator""_u64
2 warnings generated.
[53/153] Compiling alcomplex.cpp
[54/153] Compiling null.cpp
In file included from /host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/alc/effects/vmorpher.cpp:44:
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/common/alnumeric.h:18:38: warning: identifier '_i64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
18 | inline constexpr int64_t operator "" _i64(unsigned long long int n) noexcept { return static_cast<int64_t>(n); }
| ~~~~~~~~~~~~^~~~
| operator""_i64
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/common/alnumeric.h:19:39: warning: identifier '_u64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
19 | inline constexpr uint64_t operator "" _u64(unsigned long long int n) noexcept { return static_cast<uint64_t>(n); }
| ~~~~~~~~~~~~^~~~
| operator""_u64
2 warnings generated.
[55/153] Compiling vmorpher.cpp
In file included from /host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/alc/effects/reverb.cpp:34:
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/common/alnumeric.h:18:38: warning: identifier '_i64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
18 | inline constexpr int64_t operator "" _i64(unsigned long long int n) noexcept { return static_cast<int64_t>(n); }
| ~~~~~~~~~~~~^~~~
| operator""_i64
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/common/alnumeric.h:19:39: warning: identifier '_u64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
19 | inline constexpr uint64_t operator "" _u64(unsigned long long int n) noexcept { return static_cast<uint64_t>(n); }
| ~~~~~~~~~~~~^~~~
| operator""_u64
2 warnings generated.
[56/153] Compiling reverb.cpp
In file included from /host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/alc/effects/pshifter.cpp:34:
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/common/alnumeric.h:18:38: warning: identifier '_i64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
18 | inline constexpr int64_t operator "" _i64(unsigned long long int n) noexcept { return static_cast<int64_t>(n); }
| ~~~~~~~~~~~~^~~~
| operator""_i64
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/common/alnumeric.h:19:39: warning: identifier '_u64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
19 | inline constexpr uint64_t operator "" _u64(unsigned long long int n) noexcept { return static_cast<uint64_t>(n); }
| ~~~~~~~~~~~~^~~~
| operator""_u64
2 warnings generated.
[57/153] Compiling pshifter.cpp
In file included from /host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/alc/effects/modulator.cpp:31:
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/common/alnumeric.h:18:38: warning: identifier '_i64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
18 | inline constexpr int64_t operator "" _i64(unsigned long long int n) noexcept { return static_cast<int64_t>(n); }
| ~~~~~~~~~~~~^~~~
| operator""_i64
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/common/alnumeric.h:19:39: warning: identifier '_u64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
19 | inline constexpr uint64_t operator "" _u64(unsigned long long int n) noexcept { return static_cast<uint64_t>(n); }
| ~~~~~~~~~~~~^~~~
| operator""_u64
2 warnings generated.
[58/153] Compiling modulator.cpp
In file included from /host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/alc/panning.cpp:40:
In file included from /host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/al/auxeffectslot.h:11:
In file included from /host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/alc/device.h:16:
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/common/alnumeric.h:18:38: warning: identifier '_i64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
18 | inline constexpr int64_t operator "" _i64(unsigned long long int n) noexcept { return static_cast<int64_t>(n); }
| ~~~~~~~~~~~~^~~~
| operator""_i64
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/common/alnumeric.h:19:39: warning: identifier '_u64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
19 | inline constexpr uint64_t operator "" _u64(unsigned long long int n) noexcept { return static_cast<uint64_t>(n); }
| ~~~~~~~~~~~~^~~~
| operator""_u64
2 warnings generated.
[59/153] Compiling panning.cpp
In file included from /host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/alc/effects/fshifter.cpp:34:
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/common/alnumeric.h:18:38: warning: identifier '_i64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
18 | inline constexpr int64_t operator "" _i64(unsigned long long int n) noexcept { return static_cast<int64_t>(n); }
| ~~~~~~~~~~~~^~~~
| operator""_i64
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/common/alnumeric.h:19:39: warning: identifier '_u64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
19 | inline constexpr uint64_t operator "" _u64(unsigned long long int n) noexcept { return static_cast<uint64_t>(n); }
| ~~~~~~~~~~~~^~~~
| operator""_u64
2 warnings generated.
[60/153] Compiling fshifter.cpp
[61/153] Compiling equalizer.cpp
[63/153] 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}
[64/153] 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}
[65/153] 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}
[65/153] Compiling dedicated.cpp
[67/153] 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}
[68/153] 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}
[69/153] 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}
[70/153] 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}
In file included from /host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/alc/effects/echo.cpp:31:
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/common/alnumeric.h:18:38: warning: identifier '_i64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
18 | inline constexpr int64_t operator "" _i64(unsigned long long int n) noexcept { return static_cast<int64_t>(n); }
| ~~~~~~~~~~~~^~~~
| operator""_i64
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/common/alnumeric.h:19:39: warning: identifier '_u64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
19 | inline constexpr uint64_t operator "" _u64(unsigned long long int n) noexcept { return static_cast<uint64_t>(n); }
| ~~~~~~~~~~~~^~~~
| operator""_u64
2 warnings generated.
[70/153] Compiling echo.cpp
In file included from /host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/alc/effects/distortion.cpp:31:
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/common/alnumeric.h:18:38: warning: identifier '_i64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
18 | inline constexpr int64_t operator "" _i64(unsigned long long int n) noexcept { return static_cast<int64_t>(n); }
| ~~~~~~~~~~~~^~~~
| operator""_i64
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/common/alnumeric.h:19:39: warning: identifier '_u64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
19 | inline constexpr uint64_t operator "" _u64(unsigned long long int n) noexcept { return static_cast<uint64_t>(n); }
| ~~~~~~~~~~~~^~~~
| operator""_u64
2 warnings generated.
[71/153] Compiling distortion.cpp
In file included from /host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/alc/effects/chorus.cpp:32:
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/common/alnumeric.h:18:38: warning: identifier '_i64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
18 | inline constexpr int64_t operator "" _i64(unsigned long long int n) noexcept { return static_cast<int64_t>(n); }
| ~~~~~~~~~~~~^~~~
| operator""_i64
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/common/alnumeric.h:19:39: warning: identifier '_u64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
19 | inline constexpr uint64_t operator "" _u64(unsigned long long int n) noexcept { return static_cast<uint64_t>(n); }
| ~~~~~~~~~~~~^~~~
| operator""_u64
2 warnings generated.
[72/153] Compiling chorus.cpp
In file included from /host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/alc/effects/autowah.cpp:32:
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/common/alnumeric.h:18:38: warning: identifier '_i64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
18 | inline constexpr int64_t operator "" _i64(unsigned long long int n) noexcept { return static_cast<int64_t>(n); }
| ~~~~~~~~~~~~^~~~
| operator""_i64
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/common/alnumeric.h:19:39: warning: identifier '_u64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
19 | inline constexpr uint64_t operator "" _u64(unsigned long long int n) noexcept { return static_cast<uint64_t>(n); }
| ~~~~~~~~~~~~^~~~
| operator""_u64
2 warnings generated.
In file included from /host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/alc/effects/compressor.cpp:42:
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/common/alnumeric.h:18:38: warning: identifier '_i64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
18 | inline constexpr int64_t operator "" _i64(unsigned long long int n) noexcept { return static_cast<int64_t>(n); }
| ~~~~~~~~~~~~^~~~
| operator""_i64
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/common/alnumeric.h:19:39: warning: identifier '_u64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
19 | inline constexpr uint64_t operator "" _u64(unsigned long long int n) noexcept { return static_cast<uint64_t>(n); }
| ~~~~~~~~~~~~^~~~
| operator""_u64
2 warnings generated.
[73/153] Compiling autowah.cpp
[74/153] Compiling compressor.cpp
In file included from /host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/alc/effects/convolution.cpp:24:
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/common/alnumeric.h:18:38: warning: identifier '_i64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
18 | inline constexpr int64_t operator "" _i64(unsigned long long int n) noexcept { return static_cast<int64_t>(n); }
| ~~~~~~~~~~~~^~~~
| operator""_i64
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/common/alnumeric.h:19:39: warning: identifier '_u64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
19 | inline constexpr uint64_t operator "" _u64(unsigned long long int n) noexcept { return static_cast<uint64_t>(n); }
| ~~~~~~~~~~~~^~~~
| operator""_u64
2 warnings generated.
[75/153] Compiling convolution.cpp
In file included from /host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/alc/device.cpp:4:
In file included from /host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/alc/device.h:16:
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/common/alnumeric.h:18:38: warning: identifier '_i64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
18 | inline constexpr int64_t operator "" _i64(unsigned long long int n) noexcept { return static_cast<int64_t>(n); }
| ~~~~~~~~~~~~^~~~
| operator""_i64
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/common/alnumeric.h:19:39: warning: identifier '_u64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
19 | inline constexpr uint64_t operator "" _u64(unsigned long long int n) noexcept { return static_cast<uint64_t>(n); }
| ~~~~~~~~~~~~^~~~
| operator""_u64
2 warnings generated.
[76/153] Compiling device.cpp
In file included from /host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/alc/backends/wave.cpp:40:
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/common/alnumeric.h:18:38: warning: identifier '_i64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
18 | inline constexpr int64_t operator "" _i64(unsigned long long int n) noexcept { return static_cast<int64_t>(n); }
| ~~~~~~~~~~~~^~~~
| operator""_i64
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/common/alnumeric.h:19:39: warning: identifier '_u64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
19 | inline constexpr uint64_t operator "" _u64(unsigned long long int n) noexcept { return static_cast<uint64_t>(n); }
| ~~~~~~~~~~~~^~~~
| operator""_u64
2 warnings generated.
[77/153] Compiling wave.cpp
In file included from /host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/alc/context.cpp:4:
In file included from /host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/alc/context.h:16:
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/common/alnumeric.h:18:38: warning: identifier '_i64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
18 | inline constexpr int64_t operator "" _i64(unsigned long long int n) noexcept { return static_cast<int64_t>(n); }
| ~~~~~~~~~~~~^~~~
| operator""_i64
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/common/alnumeric.h:19:39: warning: identifier '_u64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
19 | inline constexpr uint64_t operator "" _u64(unsigned long long int n) noexcept { return static_cast<uint64_t>(n); }
| ~~~~~~~~~~~~^~~~
| operator""_u64
2 warnings generated.
[78/153] Compiling context.cpp
[79/153] Compiling loopback.cpp
[80/153] Compiling null.cpp
[81/153] Compiling base.cpp
In file included from /host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/alc/backends/oss.cpp:47:
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/common/alnumeric.h:18:38: warning: identifier '_i64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
18 | inline constexpr int64_t operator "" _i64(unsigned long long int n) noexcept { return static_cast<int64_t>(n); }
| ~~~~~~~~~~~~^~~~
| operator""_i64
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/common/alnumeric.h:19:39: warning: identifier '_u64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
19 | inline constexpr uint64_t operator "" _u64(unsigned long long int n) noexcept { return static_cast<uint64_t>(n); }
| ~~~~~~~~~~~~^~~~
| operator""_u64
2 warnings generated.
[82/153] Compiling oss.cpp
[84/153] 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}
[84/153] Compiling alc.cpp
[84/153] Compiling source.cpp
[84/153] Compiling filter.cpp
In file included from /host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/alc/alu.cpp:44:
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/common/alnumeric.h:18:38: warning: identifier '_i64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
18 | inline constexpr int64_t operator "" _i64(unsigned long long int n) noexcept { return static_cast<int64_t>(n); }
| ~~~~~~~~~~~~^~~~
| operator""_i64
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/common/alnumeric.h:19:39: warning: identifier '_u64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
19 | inline constexpr uint64_t operator "" _u64(unsigned long long int n) noexcept { return static_cast<uint64_t>(n); }
| ~~~~~~~~~~~~^~~~
| operator""_u64
[84/153] Compiling alu.cpp
[84/153] Compiling alconfig.cpp
[84/153] Compiling listener.cpp
[84/153] Compiling state.cpp
BUILD FAILURE 6.3 linux