Build Information
Failed to build raylib, reference v5.5.2 (3efc4f), with Swift 6.2 for Wasm on 31 Jan 2026 08:11:41 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasip1 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Lancelotbronner/raylib-build.git
Reference: v5.5.2
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/Lancelotbronner/raylib-build
* tag v5.5.2 -> FETCH_HEAD
HEAD is now at 3efc4f3 Fix platform selection and address all raylib build warnings
Cloned https://github.com/Lancelotbronner/raylib-build.git
Revision (git rev-parse @):
3efc4f33c5ff9fe81c37fbf04d727426d142ea23
SUCCESS checkout https://github.com/Lancelotbronner/raylib-build.git at v5.5.2
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/Lancelotbronner/raylib-build.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasip1 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:c50555b47c4db0b0576f9f25702fbe2fdff28194c4a4f4c23a7dce4b3504c85e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
warning: multiple Swift SDKs match target triple `wasm32-unknown-wasip1` and host triple x86_64-unknown-linux-gnu, selected one at /root/.swiftpm/swift-sdks/swift-6.2-RELEASE_wasm.artifactbundle/swift-6.2-RELEASE_wasm/wasm32-unknown-wasip1/swift-sdk.json
Building for debugging...
[0/48] Compiling raylib rglfw.c
[1/48] Compiling cocoa_joystick.m
[2/48] Compiling cocoa_monitor.m
[3/48] Compiling raylib utils.c
[4/48] Compiling xkb_unicode.c
[5/48] Compiling x11_window.c
[6/48] Compiling x11_monitor.c
[7/48] Compiling x11_init.c
[8/48] Compiling wl_monitor.c
[9/48] Compiling wl_window.c
[10/48] Compiling raylib rshapes.c
[11/48] Compiling wl_init.c
[12/48] Compiling win32_window.c
[13/48] Compiling win32_time.c
[14/48] Compiling win32_monitor.c
[15/48] Compiling win32_thread.c
[16/48] Compiling window.c
[17/48] Compiling win32_module.c
[18/48] Compiling win32_joystick.c
[19/48] Compiling win32_init.c
In file included from /host/spi-builder-workspace/rcore.c:546:
/host/spi-builder-workspace/platforms/rcore_web.h:50:10: fatal error: 'GLFW/glfw3.h' file not found
50 | #include "GLFW/glfw3.h" // GLFW3: Windows, OpenGL context and Input management
| ^~~~~~~~~~~~~~
1 error generated.
[20/48] Compiling raylib rcore.c
[20/48] Compiling wgl_context.c
[20/48] Compiling posix_time.c
[20/48] Compiling vulkan.c
[20/48] Compiling raylib rtextures.c
[20/48] Compiling raylib rmodels.c
In file included from /host/spi-builder-workspace/raudio.c:180:
/host/spi-builder-workspace/external/miniaudio.h:16136:31: error: call to undeclared function 'sched_get_priority_min'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
16136 | int priorityMin = sched_get_priority_min(scheduler);
| ^
/host/spi-builder-workspace/external/miniaudio.h:16137:31: error: call to undeclared function 'sched_get_priority_max'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
16137 | int priorityMax = sched_get_priority_max(scheduler);
| ^
/host/spi-builder-workspace/external/miniaudio.h:16140:32: error: variable has incomplete type 'struct sched_param'
16140 | struct sched_param sched;
| ^
/host/spi-builder-workspace/external/miniaudio.h:16140:20: note: forward declaration of 'struct sched_param'
16140 | struct sched_param sched;
| ^
/host/spi-builder-workspace/external/miniaudio.h:16141:17: error: call to undeclared function 'pthread_attr_getschedparam'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
16141 | if (pthread_attr_getschedparam(&attr, &sched) == 0) {
| ^
/host/spi-builder-workspace/external/miniaudio.h:16141:17: note: did you mean 'pthread_attr_getschedpolicy'?
/root/.swiftpm/swift-sdks/swift-6.2-RELEASE_wasm.artifactbundle/swift-6.2-RELEASE_wasm/wasm32-unknown-wasip1/WASI.sdk/include/wasm32-wasip1/pthread.h:168:5: note: 'pthread_attr_getschedpolicy' declared here
168 | int pthread_attr_getschedpolicy(const pthread_attr_t *__restrict, int *__restrict);
| ^
In file included from /host/spi-builder-workspace/raudio.c:180:
/host/spi-builder-workspace/external/miniaudio.h:16157:17: error: call to undeclared function 'pthread_attr_setschedparam'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
16157 | pthread_attr_setschedparam(&attr, &sched);
| ^
[20/48] Compiling raylib raudio.c
[20/48] Compiling raylib rtext.c
BUILD FAILURE 6.2 wasm