Build Information
Failed to build icu, reference main (07ddbe), with Swift 6.3 for Wasm on 15 Apr 2026 08:55:50 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wabiverse/icu.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/wabiverse/icu
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 07ddbe4 windows: workaround missing symbol for icudt76_dat. note: probably fix this at some point.
Cloned https://github.com/wabiverse/icu.git
Revision (git rev-parse @):
07ddbe4cab45175e70b22ed05240bac5ec7e0421
SUCCESS checkout https://github.com/wabiverse/icu.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.3
Building package at path: $PWD
https://github.com/wabiverse/icu.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Building for debugging...
In file included from /host/spi-builder-workspace/Sources/icuin/buddhcal.cpp:23:
/host/spi-builder-workspace/Sources/icuuc/umutex.h:239:18: error: no member named 'mutex' in namespace 'std'
239 | alignas(std::mutex) char fStorage[sizeof(std::mutex)] {};
| ^~~~~
/host/spi-builder-workspace/Sources/icuuc/umutex.h:239:51: error: no member named 'mutex' in namespace 'std'
239 | alignas(std::mutex) char fStorage[sizeof(std::mutex)] {};
| ^~~~~
/host/spi-builder-workspace/Sources/icuuc/umutex.h:240:22: error: no member named 'mutex' in namespace 'std'
240 | std::atomic<std::mutex *> fMutex { nullptr };
| ^~~~~
/host/spi-builder-workspace/Sources/icuuc/umutex.h:240:29: error: expected expression
240 | std::atomic<std::mutex *> fMutex { nullptr };
| ^
/host/spi-builder-workspace/Sources/icuuc/umutex.h:252:10: error: no type named 'mutex' in namespace 'std'
252 | std::mutex *getMutex();
| ~~~~~^
/host/spi-builder-workspace/Sources/icuuc/umutex.h:221:22: warning: constexpr constructor that does not initialize all members is a C++20 extension [-Wc++20-extensions]
221 | UMUTEX_CONSTEXPR UMutex() {}
| ^
/host/spi-builder-workspace/Sources/icuuc/umutex.h:245:13: note: member not initialized by constructor
245 | UMutex *fListLink { nullptr };
| ^
/host/spi-builder-workspace/Sources/icuuc/umutex.h:230:14: error: no type named 'mutex' in namespace 'std'
230 | std::mutex *m = fMutex.load(std::memory_order_acquire);
| ~~~~~^
1 warning and 6 errors generated.
[0/460] Compiling icuin buddhcal.cpp
In file included from /host/spi-builder-workspace/Sources/icuin/anytrans.cpp:22:
In file included from /host/spi-builder-workspace/Sources/icuuc/mutex.h:27:
/host/spi-builder-workspace/Sources/icuuc/umutex.h:239:18: error: no member named 'mutex' in namespace 'std'
239 | alignas(std::mutex) char fStorage[sizeof(std::mutex)] {};
| ^~~~~
/host/spi-builder-workspace/Sources/icuuc/umutex.h:239:51: error: no member named 'mutex' in namespace 'std'
239 | alignas(std::mutex) char fStorage[sizeof(std::mutex)] {};
| ^~~~~
/host/spi-builder-workspace/Sources/icuuc/umutex.h:240:22: error: no member named 'mutex' in namespace 'std'
240 | std::atomic<std::mutex *> fMutex { nullptr };
| ^~~~~
/host/spi-builder-workspace/Sources/icuuc/umutex.h:240:29: error: expected expression
240 | std::atomic<std::mutex *> fMutex { nullptr };
| ^
/host/spi-builder-workspace/Sources/icuuc/umutex.h:252:10: error: no type named 'mutex' in namespace 'std'
252 | std::mutex *getMutex();
| ~~~~~^
/host/spi-builder-workspace/Sources/icuuc/umutex.h:221:22: warning: constexpr constructor that does not initialize all members is a C++20 extension [-Wc++20-extensions]
221 | UMUTEX_CONSTEXPR UMutex() {}
| ^
/host/spi-builder-workspace/Sources/icuuc/umutex.h:245:13: note: member not initialized by constructor
245 | UMutex *fListLink { nullptr };
| ^
/host/spi-builder-workspace/Sources/icuuc/umutex.h:230:14: error: no type named 'mutex' in namespace 'std'
230 | std::mutex *m = fMutex.load(std::memory_order_acquire);
| ~~~~~^
1In file included from /host/spi-builder-workspace/Sources/icuin/astro.cpp:19:
/host/spi-builder-workspace/Sources/icuuc/umutex.h:239:18: error: no member named 'mutex' in namespace 'std'
239 | alignas(std::mutex) char fStorage[sizeof(std::mutex)] {};
| ^~~~~
/host/spi-builder-workspace/Sources/icuuc/umutex.h:239:51: error: no member named 'mutex' in namespace 'std'
239 | alignas(std::mutex) char fStorage[sizeof(std::mutex)] {};
| ^~~~~
/host/spi-builder-workspace/Sources/icuuc/umutex.h:240:22: error: no member named 'mutex' in namespace 'std'
240 | std::atomic<std::mutex *> fMutex { nullptr };
| ^~~~~
/host/spi-builder-workspace/Sources/icuuc/umutex.h:240:29: error: expected expression
240 | std::atomic<std::mutex *> fMutex { nullptr };
| ^
/host/spi-builder-workspace/Sources/icuuc/umutex.h:252:10: error: no type named 'mutex' in namespace 'std'
252 | std::mutex *getMutex();
| ~~~~~^
/host/spi-builder-workspace/Sources/icuuc/umutex.h:221:22: warning: constexpr constructor that does not initialize all members is a C++20 extension [-Wc++20-extensions]
221 | UMUTEX_CONSTEXPR UMutex() {}
| ^
/host/spi-builder-workspace/Sources/icuuc/umutex.h:245:13: note: member not initialized by constructor
245 | UMutex *fListLink { nullptr };
| ^
/host/spi-builder-workspace/Sources/icuuc/umutex.h:230:14: error: no type named 'mutex' in namespace 'std'
230 | std::mutex *m = fMutex.load(std::memory_order_acquire);
| ~~~~~^
[0/460] Compiling icuin astro.cpp
In file included from /host/spi-builder-workspace/Sources/icuin/calendar.cpp:55:
In file included from /host/spi-builder-workspace/Sources/icuuc/servloc.h:37:
In file included from /host/spi-builder-workspace/Sources/icuuc/serv.h:35:
In file included from /host/spi-builder-workspace/Sources/icuuc/servnotf.h:31:
In file included from /host/spi-builder-workspace/Sources/icuuc/mutex.h:27:
/host/spi-builder-workspace/Sources/icuuc/umutex.h:239:18: error: no member named 'mutex' in namespace 'std'
239 | alignas(std::mutex) char fStorage[sizeof(std::mutex)] {};
| ^~~~~
/host/spi-builder-workspace/Sources/icuuc/umutex.h:239:51: error: no member named 'mutex' in namespace 'std'
239 | alignas(std::mutex) char fStorage[sizeof(std::mutex)] {};
| ^~~~~
/host/spi-builder-workspace/Sources/icuuc/umutex.h:240:22: error: no member named 'mutex' in namespace 'std'
240 | std::atomic<std::mutex *> fMutex { nullptr };
| ^~~~~
/host/spi-builder-workspace/Sources/icuuc/umutex.h:240:29: error: expected expression
240 | std::atomic<std::mutex *> fMutex { nullptr };
| ^
/host/spi-builder-workspace/Sources/icuuc/umutex.h:252:10: error: no type named 'mutex' in namespace 'std'
252 | std::mutex *getMutex();
| ~~~~~^
/host/spi-builder-workspace/Sources/icuuc/umutex.h:221:22: warning: constexpr constructor that does not initialize all members is a C++20 extension [-Wc++20-extensions]
221 | UMUTEX_CONSTEXPR UMutex() {}
| ^
/host/spi-builder-workspace/Sources/icuuc/umutex.h:245:13: note: member not initialized by constructor
245 | UMutex *fListLink { nullptr };
| ^
/host/spi-builder-workspace/Sources/icuuc/umutex.h:230:14: error: no type named 'mutex' in namespace 'std'
230 | std::mutex *m = fMutex.load(std::memory_order_acquire);
| ~~~~~^
[0/460] Compiling icuin calendar.cpp
[0/460] Compiling icuin anytrans.cpp
[0/460] Compiling icuin alphaindex.cpp
[0/460] Compiling icuin ucoleitr.cpp
[0/460] Compiling icuin usearch.cpp
[0/460] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.3 wasm