Build Information
Failed to build SwiftLuau, reference 0.3.2+0.701 (52883f), with Swift 6.2 for Wasm on 26 Nov 2025 00:30:59 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/RadiusDay/SwiftLuau.git
Reference: 0.3.2+0.701
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/RadiusDay/SwiftLuau
* tag 0.3.2+0.701 -> FETCH_HEAD
HEAD is now at 52883fc chore: update to luau 0.701
Submodule path 'lib/Luau': checked out '535f92589bdc304c8a2012d6cfad5e7b9faff2f7'
Submodule 'lib/Luau' (https://github.com/luau-lang/luau) registered for path 'lib/Luau'
Cloning into '/host/spi-builder-workspace/lib/Luau'...
Cloned https://github.com/RadiusDay/SwiftLuau.git
Revision (git rev-parse @):
52883fcce4133c58cd733aeccad959ef90d4220a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/RadiusDay/SwiftLuau.git at 0.3.2+0.701
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/RadiusDay/SwiftLuau.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:302e3f347c593123f3d337e3da1bfe6e802bb8867614e9dfa745c72e13ca8eeb
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/embedded-swift-sdk.json
Building for debugging...
[0/172] Write sources
[2/172] Compiling CLua lua.c
[3/172] Compiling lutf8lib.cpp
[4/172] Compiling lvmload.cpp
[5/172] Compiling ludata.cpp
[6/172] Compiling ltm.cpp
[7/172] Compiling lveclib.cpp
[8/172] Compiling lstrlib.cpp
[9/172] Compiling lstring.cpp
[10/172] Compiling ltablib.cpp
[11/172] Compiling ltable.cpp
[12/172] Compiling lvmutils.cpp
[13/172] Write swift-version-24593BA9C3E375BF.txt
/host/spi-builder-workspace/lib/Luau/VM/src/lperf.cpp:53:19: warning: 'clock' is deprecated: WASI lacks process-associated clocks; to enable emulation of the `clock` function using the wall clock, which isn't sensitive to whether the program is running or suspended, compile with -D_WASI_EMULATED_PROCESS_CLOCKS and link with -lwasi-emulated-process-clocks [-Wdeprecated-declarations]
53 | return double(clock());
| ^
/root/.swiftpm/swift-sdks/swift-6.2-RELEASE_wasm.artifactbundle/swift-6.2-RELEASE_wasm/wasm32-unknown-wasip1/WASI.sdk/include/wasm32-wasip1/time.h:66:16: note: 'clock' has been explicitly marked deprecated here
66 | __attribute__((__deprecated__(
| ^
1 warning generated.
[14/172] Compiling lperf.cpp
[15/172] Compiling lstate.cpp
[16/172] Compiling loslib.cpp
[17/172] Compiling linit.cpp
[18/174] Compiling lmem.cpp
[19/174] Compiling lnumprint.cpp
[20/174] Compiling lfunc.cpp
[21/174] Compiling lgc.cpp
[22/174] Compiling lobject.cpp
[23/174] Compiling lgcdebug.cpp
In file included from /host/spi-builder-workspace/lib/Luau/VM/src/ldo.cpp:12:
/root/.swiftpm/swift-sdks/swift-6.2-RELEASE_wasm.artifactbundle/swift-6.2-RELEASE_wasm/wasm32-unknown-wasip1/WASI.sdk/include/wasm32-wasip1/setjmp.h:13:2: error: Setjmp/longjmp support requires Exception handling support, which is [not yet standardized](https://github.com/WebAssembly/proposals?tab=readme-ov-file#phase-3---implementation-phase-cg--wg). To enable it, compile with `-mllvm -wasm-enable-sjlj` and use an engine that implements the Exception handling proposal.
13 | #error Setjmp/longjmp support requires Exception handling support, which is [not yet standardized](https://github.com/WebAssembly/proposals?tab=readme-ov-file#phase-3---implementation-phase-cg--wg). To enable it, compile with `-mllvm -wasm-enable-sjlj` and use an engine that implements the Exception handling proposal.
| ^
1 error generated.
[24/174] Compiling ldo.cpp
/host/spi-builder-workspace/lib/Luau/VM/src/lmathlib.cpp:501:13: warning: 'clock' is deprecated: WASI lacks process-associated clocks; to enable emulation of the `clock` function using the wall clock, which isn't sensitive to whether the program is running or suspended, compile with -D_WASI_EMULATED_PROCESS_CLOCKS and link with -lwasi-emulated-process-clocks [-Wdeprecated-declarations]
501 | seed ^= clock();
| ^
/root/.swiftpm/swift-sdks/swift-6.2-RELEASE_wasm.artifactbundle/swift-6.2-RELEASE_wasm/wasm32-unknown-wasip1/WASI.sdk/include/wasm32-wasip1/time.h:66:16: note: 'clock' has been explicitly marked deprecated here
66 | __attribute__((__deprecated__(
| ^
1 warning generated.
[24/174] Compiling lmathlib.cpp
[24/174] Compiling ldblib.cpp
[24/174] Compiling lvmexecute.cpp
[24/174] Compiling Anyification.cpp
[24/174] Compiling lcorolib.cpp
[24/174] Compiling ldebug.cpp
BUILD FAILURE 6.2 wasm