Build Information
Failed to build SwiftyHaru, reference 0.3.0 (eee249
), with Swift 6.2 (beta) for Wasm on 17 Jun 2025 18:08:00 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/WeirdMath/SwiftyHaru.git
Reference: 0.3.0
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/WeirdMath/SwiftyHaru
* tag 0.3.0 -> FETCH_HEAD
HEAD is now at eee2497 Release 0.3.0
Cloned https://github.com/WeirdMath/SwiftyHaru.git
Revision (git rev-parse @):
eee2497186ccc8322d40cc7cb4cf5efb61f026fa
SUCCESS checkout https://github.com/WeirdMath/SwiftyHaru.git at 0.3.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/WeirdMath/SwiftyHaru.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git
[1/13227] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (2.90s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing.git
Computed https://github.com/pointfreeco/swift-snapshot-testing.git at 1.18.4 (3.49s)
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4581] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.50s)
[1/70882] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (8.38s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (8.93s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5467] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.25s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (6.86s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (1.15s)
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing.git
Working copy of https://github.com/pointfreeco/swift-snapshot-testing.git resolved at 1.18.4
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Building for debugging...
[0/75] Compiling CLibHaru hpdf_boolean.c
[1/75] Compiling CLibHaru hpdf_dict.c
[2/75] Write sources
[3/75] Compiling CLibHaru hpdf_destination.c
[4/75] Compiling CLibHaru hpdf_binary.c
[4/75] Compiling CLibHaru hpdf_catalog.c
[6/75] Compiling CLibHaru hpdf_array.c
In file included from /host/spi-builder-workspace/Sources/CLibPNG/pngwio.c:21:
In file included from /host/spi-builder-workspace/Sources/CLibPNG/include/pngpriv.h:326:
In file included from /host/spi-builder-workspace/Sources/CLibPNG/include/png.h:371:
In file included from /host/spi-builder-workspace/Sources/CLibPNG/include/pngconf.h:50:
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-30-a_wasm.artifactbundle/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-30-a_wasm/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/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.
| ^
In file included from /host/spi-builder-workspace/Sources/CLibPNG/pngwio.c:21:
In file included from /host/spi-builder-workspace/Sources/CLibPNG/include/pngpriv.h:823:
/host/spi-builder-workspace/Sources/CLibPNG/include/pngstruct.h:30:10: fatal error: 'zlib.h' file not found
30 | #include "zlib.h"
| ^~~~~~~~
2 errors generated.
[7/75] Compiling CLibPNG pngwio.c
In file included from /host/spi-builder-workspace/Sources/CLibPNG/pngwutil.c:14:
In file included from /host/spi-builder-workspace/Sources/CLibPNG/include/pngpriv.h:326:
In file included from /host/spi-builder-workspace/Sources/CLibPNG/include/png.h:371:
In file included from /host/spi-builder-workspace/Sources/CLibPNG/include/pngconf.h:50:
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-30-a_wasm.artifactbundle/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-30-a_wasm/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/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.
| ^
In file included from /host/spi-builder-workspace/Sources/CLibPNG/pngwutil.c:14:
In file included from /host/spi-builder-workspace/Sources/CLibPNG/include/pngpriv.h:823:
/host/spi-builder-workspace/Sources/CLibPNG/include/pngstruct.h:30:10: fatal error: 'zlib.h' file not found
30 | #include "zlib.h"
| ^~~~~~~~
2 errors generated.
[7/75] Compiling CLibPNG pngwutil.c
In file included from /host/spi-builder-workspace/Sources/CLibPNG/pngtrans.c:14:
In file included from /host/spi-builder-workspace/Sources/CLibPNG/include/pngpriv.h:326:
In file included from /host/spi-builder-workspace/Sources/CLibPNG/include/png.h:371:
In file included from /host/spi-builder-workspace/Sources/CLibPNG/include/pngconf.h:50:
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-30-a_wasm.artifactbundle/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-30-a_wasm/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/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.
| ^
[7/75] Compiling CLibPNG pngtrans.c
[7/75] Compiling CLibHaru hpdf_encoder.c
In file included from /host/spi-builder-workspace/Sources/CLibPNG/pngwtran.c:14:
In file included from /host/spi-builder-workspace/Sources/CLibPNG/include/pngpriv.h:326:
In file included from /host/spi-builder-workspace/Sources/CLibPNG/include/png.h:371:
In file included from /host/spi-builder-workspace/Sources/CLibPNG/include/pngconf.h:50:
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-30-a_wasm.artifactbundle/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-30-a_wasm/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/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.
| ^
[7/75] Compiling CLibPNG pngwtran.c
In file included from /host/spi-builder-workspace/Sources/CLibPNG/pngwrite.c:14:
In file included from /host/spi-builder-workspace/Sources/CLibPNG/include/pngpriv.h:326:
In file included from /host/spi-builder-workspace/Sources/CLibPNG/include/png.h:371:
In file included from /host/spi-builder-workspace/Sources/CLibPNG/include/pngconf.h:50:
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-30-a_wasm.artifactbundle/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-30-a_wasm/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/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.
| ^
In file included from [7/75] Compiling CLibPNG pngwrite.c
[7/75] Compiling CLibHaru hpdf_annotation.c
[7/75] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.2 wasm