The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-raylib, reference v5.5.2 (4fb66a), with Swift 6.2 for Wasm on 30 Jan 2026 19:24:49 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Lancelotbronner/swift-raylib.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/swift-raylib
 * tag               v5.5.2     -> FETCH_HEAD
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 v5.5.2
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Lancelotbronner/swift-raylib.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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
Fetching https://github.com/Lancelotbronner/raylib-build.git
[1/200] Fetching raylib-build
Fetched https://github.com/Lancelotbronner/raylib-build.git from cache (0.43s)
Computing version for https://github.com/Lancelotbronner/raylib-build.git
Computed https://github.com/Lancelotbronner/raylib-build.git at 5.5.2 (1.29s)
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_init.m
[1/50] Compiling cocoa_window.m
[2/50] Compiling context.c
[3/50] Write swift-version-24593BA9C3E375BF.txt
[4/50] Compiling raylib utils.c
[5/50] Compiling raylib rglfw.c
[6/50] Compiling x11_window.c
[7/50] Compiling xkb_unicode.c
[8/50] Compiling x11_init.c
[9/50] Compiling x11_monitor.c
[10/50] Compiling raylib rshapes.c
[11/50] Compiling wl_monitor.c
[12/50] Compiling wl_window.c
[13/50] Compiling wl_init.c
[14/50] Compiling win32_window.c
[15/50] Compiling raylib rtext.c
[16/50] Compiling window.c
[17/50] Compiling win32_time.c
[18/50] Compiling win32_monitor.c
[19/50] Compiling win32_thread.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.
[20/50] Compiling raylib rcore.c
[20/50] Compiling win32_module.c
[20/50] Compiling win32_init.c
[20/50] Compiling wgl_context.c
[20/50] Compiling win32_joystick.c
[20/50] Compiling raylib rmodels.c
[20/50] Compiling raylib rtextures.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:16140:32: error: variable has incomplete type 'struct sched_param'
 16140 |             struct sched_param sched;
       |                                ^
/host/spi-builder-workspace/.build/checkouts/raylib-build/external/miniaudio.h:16140:20: note: forward declaration of 'struct sched_param'
 16140 |             struct sched_param sched;
       |                    ^
/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.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/.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);
       |                 ^
[20/50] Compiling raylib raudio.c
BUILD FAILURE 6.2 wasm