Build Information
Failed to build freetype, reference main (93b117
), with Swift 6.1 for Wasm on 14 Jul 2025 18:59:40 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-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/tomasf/freetype-spm.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/tomasf/freetype-spm
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 93b117a Add iOS support
Submodule path 'Sources/freetype': checked out '01592d0c95925d55e5202f2a8f3a952b2e425018'
Submodule path 'Sources/freetype/subprojects/dlg': checked out '72dfcc858c040c54a6a0b88fcb7e70ee186d3167'
Submodule 'Sources/freetype' (https://github.com/tomasf/freetype.git) registered for path 'Sources/freetype'
Cloning into '/host/spi-builder-workspace/Sources/freetype'...
Submodule 'dlg' (https://github.com/nyorain/dlg.git) registered for path 'Sources/freetype/subprojects/dlg'
Cloning into '/host/spi-builder-workspace/Sources/freetype/subprojects/dlg'...
Cloned https://github.com/tomasf/freetype-spm.git
Revision (git rev-parse @):
93b117ac4d533090124d44180c9e648ec9e2df94
SUCCESS checkout https://github.com/tomasf/freetype-spm.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/tomasf/freetype-spm.git
https://github.com/tomasf/freetype-spm.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "freetype",
"name" : "freetype",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "freetype",
"targets" : [
"freetype"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "freetype",
"module_type" : "ClangTarget",
"name" : "freetype",
"path" : "Sources/freetype",
"product_memberships" : [
"freetype"
],
"sources" : [
"src/autofit/autofit.c",
"src/base/ftbase.c",
"src/base/ftbbox.c",
"src/base/ftbdf.c",
"src/base/ftbitmap.c",
"src/base/ftcid.c",
"src/base/ftdebug.c",
"src/base/ftfstype.c",
"src/base/ftgasp.c",
"src/base/ftglyph.c",
"src/base/ftgxval.c",
"src/base/ftinit.c",
"src/base/ftmm.c",
"src/base/ftotval.c",
"src/base/ftpatent.c",
"src/base/ftpfr.c",
"src/base/ftstroke.c",
"src/base/ftsynth.c",
"src/base/ftsystem.c",
"src/base/fttype1.c",
"src/base/ftwinfnt.c",
"src/bdf/bdf.c",
"src/bzip2/ftbzip2.c",
"src/cache/ftcache.c",
"src/cff/cff.c",
"src/cid/type1cid.c",
"src/gzip/ftgzip.c",
"src/lzw/ftlzw.c",
"src/pcf/pcf.c",
"src/pfr/pfr.c",
"src/psaux/psaux.c",
"src/pshinter/pshinter.c",
"src/psnames/psnames.c",
"src/raster/raster.c",
"src/sdf/sdf.c",
"src/sfnt/sfnt.c",
"src/smooth/smooth.c",
"src/svg/svg.c",
"src/truetype/truetype.c",
"src/type1/type1.c",
"src/type42/type42.c",
"src/winfonts/winfnt.c"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Building for debugging...
In file included from /host/spi-builder-workspace/Sources/freetype/src/base/ftfstype.c:18:
In file included from /host/spi-builder-workspace/Sources/freetype/include/freetype/t1tables.h:24:
In file included from /host/spi-builder-workspace/Sources/freetype/include/freetype/freetype.h:24:
In file included from /host/spi-builder-workspace/Sources/freetype/include/freetype/config/ftconfig.h:42:
In file included from /host/spi-builder-workspace/Sources/freetype/include/freetype/config/ftstdlib.h:166:
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/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.
| ^
1 error generated.
[0/42] Compiling ftfstype.c
In file included from /host/spi-builder-workspace/Sources/freetype/src/base/ftpfr.c:18:
In file included from /host/spi-builder-workspace/Sources/freetype/include/freetype/internal/ftdebug.h:29:
In file included from /host/spi-builder-workspace/Sources/freetype/include/freetype/config/ftconfig.h:42:
In file included from /host/spi-builder-workspace/Sources/freetype/include/freetype/config/ftstdlib.h:166:
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/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.
| ^
1 error generated.
[0/42] Compiling ftpfr.c
In file included from /host/spi-builder-workspace/Sources/freetype/src/base/ftsynth.c:19:
In file included from /host/spi-builder-workspace/Sources/freetype/include/freetype/ftsynth.h:48:
In file included from /host/spi-builder-workspace/Sources/freetype/include/freetype/freetype.h:24:
In file included from /host/spi-builder-workspace/Sources/freetype/include/freetype/config/ftconfig.h:42:
In file included from /host/spi-builder-workspace/Sources/freetype/include/freetype/config/ftstdlib.h:166:
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/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.
| ^
1 error generated.
[0/42] Compiling ftsynth.c
In file included from /host/spi-builder-workspace/Sources/freetype/src/base/ftcid.c:19:
In file included from /host/spi-builder-workspace/Sources/freetype/include/freetype/ftcid.h:22:
In file included from /host/spi-builder-workspace/Sources/freetype/include/freetype/freetype.h:24:
In file included from /host/spi-builder-workspace/Sources/freetype/include/freetype/config/ftconfig.h:42:
In file included from /host/spi-builder-workspace/Sources/freetype/include/freetype/config/ftstdlib.h:166:
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/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.
| ^
1 error generated.
[0/42] Compiling ftcid.c
In file included from /host/spi-builder-workspace/Sources/freetype/src/base/ftstroke.c:19:
In file included from /host/spi-builder-workspace/Sources/freetype/include/freetype/ftstroke.h:22:
In file included from /host/spi-builder-workspace/Sources/freetype/include/freetype/ftoutln.h:24:
In file included from /host/spi-builder-workspace/Sources/freetype/include/freetype/freetype.h:24:
In file included from /host/spi-builder-workspace/Sources/freetype/include/freetype/config/ftconfig.h:42:
In file included from /host/spi-builder-workspace/Sources/freetype/include/freetype/config/ftstdlib.h:166:
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/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.
| ^
[0/42] Compiling ftstroke.c
In file included from /host/spi-builder-workspace/Sources/freetype/src/base/ftsystem.c:29:
In file included from /host/spi-builder-workspace/Sources/freetype/include/freetype/config/ftconfig.h:42:
In file included from /host/spi-builder-workspace/Sources/freetype/include/freetype/config/ftstdlib.h:166:
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/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.
| ^
1 error generated.
[0/42] Compiling ftsystem.c
In file included from /host/spi-builder-workspace/Sources/freetype/src/base/ftdebug.c:44:
In file included from /host/spi-builder-workspace/Sources/freetype/include/freetype/freetype.h:24:
In file included from /host/spi-builder-workspace/Sources/freetype/include/freetype/config/ftconfig.h:42:
In file included from /host/spi-builder-workspace/Sources/freetype/include/freetype/config/ftstdlib.h:166:
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/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.
| ^
1 error generated.
In file included from /host/spi-builder-workspace/Sources/freetype/src/base/ftbitmap.c:19:
In file included from /host/spi-builder-workspace/Sources/freetype/include/freetype/internal/ftdebug.h:29:
In file included from /host/spi-builder-workspace/Sources/freetype/include/freetype/config/ftconfig.h:42:
In file included from /host/spi-builder-workspace/Sources/freetype/include/freetype/config/ftstdlib.h:166:
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/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.
| ^
1 error generated.
[0/42] Compiling ftdebug.c
[0/42] Compiling ftbitmap.c
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
In file included from /host/spi-builder-workspace/Sources/freetype/src/svg/svg.c:20:
In file included from /host/spi-builder-workspace/Sources/freetype/src/svg/svgtypes.h:22:
In file included from /host/spi-builder-workspace/Sources/freetype/include/freetype/internal/ftobjs.h:29:
In file included from /host/spi-builder-workspace/Sources/freetype/include/freetype/ftrender.h:23:
In file included from /host/spi-builder-workspace/Sources/freetype/include/freetype/ftmodapi.h:23:
In file included from /host/spi-builder-workspace/Sources/freetype/include/freetype/freetype.h:24:
In file included from /host/spi-builder-workspace/Sources/freetype/include/freetype/config/ftconfig.h:42:
In file included from /host/spi-builder-workspace/Sources/freetype/include/freetype/config/ftstdlib.h:166:
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/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.
| ^
1 error generated.
[0/42] Compiling svg.c
In file included from /host/spi-builder-workspace/Sources/freetype/src/winfonts/winfnt.c:21:
In file included from /host/spi-builder-workspace/Sources/freetype/include/freetype/ftwinfnt.h:22:
In file included from /host/spi-builder-workspace/Sources/freetype/include/freetype/freetype.h:24:
In file included from /host/spi-builder-workspace/Sources/freetype/include/freetype/config/ftconfig.h:42:
In file included from /host/spi-builder-workspace/Sources/freetype/include/freetype/config/ftstdlib.h:166:
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/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.
| ^
[0/42] Compiling winfnt.c
In file included from /host/spi-builder-workspace/Sources/freetype/src/type1/type1.c:21:
In file included from /host/spi-builder-workspace/Sources/freetype/src/type1/t1afm.c:19:
In file included from /host/spi-builder-workspace/Sources/freetype/src/type1/t1afm.h:22:
In file included from /host/spi-builder-workspace/Sources/freetype/src/type1/t1objs.h:24:
In file included from /host/spi-builder-workspace/Sources/freetype/include/freetype/internal/ftobjs.h:29:
In file included from /host/spi-builder-workspace/Sources/freetype/include/freetype/ftrender.h:23:
In file included from /host/spi-builder-workspace/Sources/freetype/include/freetype/ftmodapi.h:23:
In file included from /host/spi-builder-workspace/Sources/freetype/include/freetype/freetype.h:24:
In file included from /host/spi-builder-workspace/Sources/freetype/include/freetype/config/ftconfig.h:42:
In file included from /host/spi-builder-workspace/Sources/freetype/include/freetype/config/ftstdlib.h:166:
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/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/freetype/src/truetype/truetype.c:21:
In file included from /host/spi-builder-workspace/Sources/freetype/src/truetype/ttdriver.c:19:
In file included from /host/spi-builder-workspace/Sources/freetype/include/freetype/internal/ftdebug.h:29:
In file included from /host/spi-builder-workspace/Sources/freetype/include/freetype/config/ftconfig.h:42:
In file included from /host/spi-builder-workspace/Sources/freetype/include/freetype/config/ftstdlib.h:166:
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/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.
| ^
[0/42] Compiling truetype.c
[0/42] Compiling type1.c
In file included from /host/spi-builder-workspace/Sources/freetype/src/sdf/sdf.c:23:
In file included from /host/spi-builder-workspace/Sources/freetype/src/sdf/ftsdfrend.c:21:
In file included from /host/spi-builder-workspace/Sources/freetype/include/freetype/internal/ftdebug.h:29:
In file included from /host/spi-builder-workspace/Sources/freetype/include/freetype/config/ftconfig.h:42:
In file included from /host/spi-builder-workspace/Sources/freetype/include/freetype/config/ftstdlib.h:166:
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/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.
| ^
[0/42] Compiling sdf.c
In file included from /host/spi-builder-workspace/Sources/freetype/src/sfnt/sfnt.c:21:
In file included from /host/spi-builder-workspace/Sources/freetype/src/sfnt/pngshim.c:20:
In file included from /host/spi-builder-workspace/Sources/freetype/include/freetype/internal/ftdebug.h:29:
In file included from /host/spi-builder-workspace/Sources/freetype/include/freetype/config/ftconfig.h:42:
In file included from /host/spi-builder-workspace/Sources/freetype/include/freetype/config/ftstdlib.h:166:
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/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/freetype/src/type42/type42.c:21:
In file included from /host/spi-builder-workspace/Sources/freetype/src/type42/t42drivr.c:39:
In file included from /host/spi-builder-workspace/Sources/freetype/src/type42/t42drivr.h:23:
In file included from /host/spi-builder-workspace/Sources/freetype/include/freetype/internal/ftdrv.h:23:
In file included from /host/spi-builder-workspace/Sources/freetype/include/freetype/ftmodapi.h:23:
In file included from /host/spi-builder-workspace/Sources/freetype/include/freetype/freetype.h:24:
In file included from /host/spi-builder-workspace/Sources/freetype/include/freetype/config/ftconfig.h:42:
In file included from /host/spi-builder-workspace/Sources/freetype/include/freetype/config/ftstdlib.h:166:
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/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.
| ^
[0/42] Compiling type42.c
[0/42] Compiling sfnt.c
In file included from /host/spi-builder-workspace/Sources/freetype/src/smooth/smooth.c:21:
In file included from /host/spi-builder-workspace/Sources/freetype/src/smooth/ftgrays.c:282:
In file included from /host/spi-builder-workspace/Sources/freetype/include/freetype/config/ftconfig.h:42:
In file included from /host/spi-builder-workspace/Sources/freetype/include/freetype/config/ftstdlib.h:166:
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/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.
| ^
[0/42] Compiling smooth.c
BUILD FAILURE 6.1 wasm