Build Information
Failed to build swift-raylib, reference main (4fb66a), with Swift 6.3 for Wasm on 18 Apr 2026 09:03:49 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Lancelotbronner/swift-raylib.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/Lancelotbronner/swift-raylib
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 4fb66ac Bump raylib build and address warnings
Cloned https://github.com/Lancelotbronner/swift-raylib.git
Revision (git rev-parse @):
4fb66ac3efbf14c653a9b65f825b63c8fb0dfdd2
SUCCESS checkout https://github.com/Lancelotbronner/swift-raylib.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.3
Building package at path: $PWD
https://github.com/Lancelotbronner/swift-raylib.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Fetching https://github.com/Lancelotbronner/raylib-build.git
[1/200] Fetching raylib-build
Fetched https://github.com/Lancelotbronner/raylib-build.git from cache (0.69s)
Computing version for https://github.com/Lancelotbronner/raylib-build.git
Computed https://github.com/Lancelotbronner/raylib-build.git at 5.5.2 (1.20s)
Creating working copy for https://github.com/Lancelotbronner/raylib-build.git
Working copy of https://github.com/Lancelotbronner/raylib-build.git resolved at 5.5.2
Building for debugging...
[0/50] Compiling cocoa_monitor.m
[1/50] Compiling win32_module.c
[2/50] Compiling cocoa_window.m
[3/50] Compiling cocoa_joystick.m
[4/50] Compiling context.c
[4/50] Compiling cocoa_init.m
[6/50] Compiling cocoa_time.c
[7/50] Compiling raylib rglfw.c
[8/50] Compiling raylib utils.c
[9/50] Write swift-version-24593BA9C3E375BF.txt
[10/50] Compiling xkb_unicode.c
[11/50] Compiling x11_window.c
[12/50] Compiling x11_monitor.c
[13/50] Compiling x11_init.c
[14/50] Compiling wl_window.c
[15/50] Compiling wl_init.c
[16/50] Compiling wl_monitor.c
[17/50] Compiling raylib rshapes.c
[18/50] Compiling win32_window.c
[19/50] Compiling win32_time.c
[20/50] Compiling win32_thread.c
[21/50] Compiling win32_monitor.c
[22/50] Compiling win32_joystick.c
[23/50] Compiling window.c
[24/50] Compiling win32_init.c
[25/50] Compiling wgl_context.c
[26/50] Compiling vulkan.c
[27/50] Compiling raylib rtext.c
In file included from /host/spi-builder-workspace/.build/checkouts/raylib-build/rcore.c:546:
/host/spi-builder-workspace/.build/checkouts/raylib-build/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.
[28/50] Compiling raylib rcore.c
[28/50] Compiling posix_time.c
[28/50] Compiling posix_module.c
[28/50] Compiling posix_poll.c
[28/50] Compiling posix_thread.c
In file included from /host/spi-builder-workspace/.build/checkouts/raylib-build/raudio.c:180:
/host/spi-builder-workspace/.build/checkouts/raylib-build/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/.build/checkouts/raylib-build/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/.build/checkouts/raylib-build/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/.build/checkouts/raylib-build/external/miniaudio.h:16141:17: note: did you mean 'pthread_attr_getschedpolicy'?
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_wasm.artifactbundle/swift-6.3-RELEASE_wasm/wasm32-unknown-wasip1/WASI.sdk/include/wasm32-wasip1/pthread.h:178:5: note: 'pthread_attr_getschedpolicy' declared here
178 | int pthread_attr_getschedpolicy(const pthread_attr_t *__restrict, int *__restrict);
| ^
In file included from /host/spi-builder-workspace/.build/checkouts/raylib-build/raudio.c:180:
/host/spi-builder-workspace/.build/checkouts/raylib-build/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);
| ^
[28/50] Compiling raylib raudio.c
[28/50] Compiling raylib rmodels.c
[28/50] Compiling raylib rtextures.c
BUILD FAILURE 6.3 wasm