Build Information
Failed to build ETTrace, reference v1.1.1 (01e1b0
), with Swift 6.2 (beta) for Wasm on 22 Jun 2025 08:59:54 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/EmergeTools/ETTrace.git
Reference: v1.1.1
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/EmergeTools/ETTrace
* tag v1.1.1 -> FETCH_HEAD
HEAD is now at 01e1b0f Fix memory leak (#102)
Cloned https://github.com/EmergeTools/ETTrace.git
Revision (git rev-parse @):
01e1b0f7b71acac9b21bfbd47bd5f4ab480826db
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/EmergeTools/ETTrace.git at v1.1.1
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/EmergeTools/ETTrace.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/EmergeTools/peertalk.git
Fetching https://github.com/httpswift/swifter.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/682] Fetching peertalk
[124/6732] Fetching peertalk, swifter
[2236/22112] Fetching peertalk, swifter, swift-argument-parser
Fetched https://github.com/EmergeTools/peertalk.git from cache (1.68s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.68s)
Fetched https://github.com/httpswift/swifter.git from cache (1.71s)
Computing version for https://github.com/httpswift/swifter.git
Computed https://github.com/httpswift/swifter.git at 1.5.0 (5.62s)
Computing version for https://github.com/EmergeTools/peertalk.git
Computed https://github.com/EmergeTools/peertalk.git at 1.0.0 (0.68s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (0.80s)
Creating working copy for https://github.com/EmergeTools/peertalk.git
Working copy of https://github.com/EmergeTools/peertalk.git resolved at 1.0.0
Creating working copy for https://github.com/httpswift/swifter.git
Working copy of https://github.com/httpswift/swifter.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.1
[1/1] Compiling plugin GenerateManual
Building for debugging...
In file included from /host/spi-builder-workspace/Unwinding/Crashlytics/Crashlytics/Helpers/FIRCLSLogger.m:15:
/host/spi-builder-workspace/Unwinding/Crashlytics/Crashlytics/Helpers/FIRCLSLogger.h:15:9: fatal error: 'Foundation/Foundation.h' file not found
15 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[1/39] Compiling FIRCLSLogger.m
[1/39] Compiling CommunicationFrame EMGDummyEmptyClass.m
[1/39] Compiling FIRCLSUnwind.c
[1/39] Compiling ETTrace EMGPerfAnalysis.mm
In file included from /host/spi-builder-workspace/Unwinding/Crashlytics/Crashlytics/Helpers/FIRCLSThreadState.c:15:
/host/spi-builder-workspace/Unwinding/Crashlytics/Crashlytics/Helpers/FIRCLSThreadState.h:18:10: fatal error: 'sys/ucontext.h' file not found
18 | #include <sys/ucontext.h>
| ^~~~~~~~~~~~~~~~
1 error generated.
[1/39] Compiling FIRCLSThreadState.c
[1/39] Compiling FIRCLSEmerge.c
[1/39] Compiling ETTrace EMGChannelListener.m
/host/spi-builder-workspace/Unwinding/Crashlytics/Crashlytics/Helpers/FIRCLSInternalLogging.c:15:10: fatal error: 'dispatch/dispatch.h' file not found
15 | #include <dispatch/dispatch.h>
| ^~~~~~~~~~~~~~~~~~~~~
[1/39] Compiling FIRCLSInternalLogging.c
BUILD FAILURE 6.2 wasm