Build Information
Failed to build AbseilCXX17, reference 0.20240902.0 (d7e4e9), with Swift 6.2 for Wasm on 23 Jun 2025 07:32:10 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.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/monzo/abseil-cpp-SwiftPM.git
Reference: 0.20240902.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/monzo/abseil-cpp-SwiftPM
* tag 0.20240902.0 -> FETCH_HEAD
HEAD is now at d7e4e97 🎋 Recreate the cxx17-test branch (#1)
Cloned https://github.com/monzo/abseil-cpp-SwiftPM.git
Revision (git rev-parse @):
d7e4e97b4b70d1416eb01bfb4c29cf04391edc47
SUCCESS checkout https://github.com/monzo/abseil-cpp-SwiftPM.git at 0.20240902.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/monzo/abseil-cpp-SwiftPM.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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
warning: 'spi-builder-workspace': ignoring target 'build-test' in package 'spi-builder-workspace'; C language in tests is not yet supported
Building for debugging...
[0/162] Compiling bad_variant_access.cc
[1/162] Compiling bad_optional_access.cc
[2/162] Compiling cpu_detect.cc
[3/162] Compiling test_instance_tracker.cc
[4/162] Compiling hashtablez_sampler_force_weak_definition.cc
[5/162] Compiling hashtablez_sampler.cc
[6/162] Compiling crc32c.cc
[7/162] Compiling raw_hash_set.cc
[8/162] Compiling hash_generator_testing.cc
[9/162] Compiling bad_any_cast.cc
[10/162] Compiling time_zone_posix.cc
[11/162] Compiling time.cc
[12/162] Compiling zone_info_source.cc
[13/162] Compiling test_util.cc
[14/162] Compiling time_zone_fixed.cc
[15/162] Compiling time_zone_lookup.cc
[16/162] Compiling time_zone_libc.cc
[17/162] Compiling duration.cc
/host/spi-builder-workspace/absl/time/internal/cctz/src/time_zone_impl.cc:40:6: error: no type named 'mutex' in namespace 'std'
40 | std::mutex& TimeZoneMutex() {
| ~~~~~^
/host/spi-builder-workspace/absl/time/internal/cctz/src/time_zone_impl.cc:43:15: error: no type named 'mutex' in namespace 'std'
43 | static std::mutex* time_zone_mutex = new std::mutex;
| ~~~~~^
/host/spi-builder-workspace/absl/time/internal/cctz/src/time_zone_impl.cc:43:49: error: no type named 'mutex' in namespace 'std'
43 | static std::mutex* time_zone_mutex = new std::mutex;
| ~~~~~^
/host/spi-builder-workspace/absl/time/internal/cctz/src/time_zone_impl.cc:63:26: error: no member named 'mutex' in namespace 'std'
63 | std::lock_guard<std::mutex> lock(TimeZoneMutex());
| ~~~~~^
/host/spi-builder-workspace/absl/time/internal/cctz/src/time_zone_impl.cc:77:24: error: no member named 'mutex' in namespace 'std'
77 | std::lock_guard<std::mutex> lock(TimeZoneMutex());
| ~~~~~^
/host/spi-builder-workspace/absl/time/internal/cctz/src/time_zone_impl.cc:88:24: error: no member named 'mutex' in namespace 'std'
88 | std::lock_guard<std::mutex> lock(TimeZoneMutex());
| ~~~~~^
6 errors generated.
[18/162] Compiling time_zone_impl.cc
[18/162] Compiling format.cc
[18/162] Compiling time_zone_if.cc
[18/162] Compiling time_zone_format.cc
[18/162] Compiling clock.cc
[18/162] Compiling civil_time.cc
[18/162] Compiling time_zone_info.cc
[18/162] Compiling civil_time_detail.cc
BUILD FAILURE 6.2 wasm