Build Information
Failed to build AbseilCXX17, reference main (d7e4e9), with Swift 6.3 for Wasm on 15 Apr 2026 21:00:07 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/monzo/abseil-cpp-SwiftPM.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/monzo/abseil-cpp-SwiftPM
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.3
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-0":/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
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 inline_variable_test_b.cc
[1/162] Compiling inline_variable_test_a.cc
[2/162] Compiling atomic_hook_test_helper.cc
[3/162] Compiling bad_variant_access.cc
[4/162] Compiling bad_optional_access.cc
[5/162] Compiling cycleclock.cc
In file included from /host/spi-builder-workspace/absl/base/internal/low_level_alloc.cc:24:
In file included from /host/spi-builder-workspace/absl/base/call_once.h:40:
In file included from /host/spi-builder-workspace/absl/base/nullability.h:153:
In file included from /host/spi-builder-workspace/absl/base/internal/nullability_impl.h:22:
/host/spi-builder-workspace/absl/meta/type_traits.h:511:36: warning: builtin __is_trivially_relocatable is deprecated; use __builtin_is_cpp_trivially_relocatable instead [-Wdeprecated-builtins]
511 | : std::integral_constant<bool, __is_trivially_relocatable(T)> {};
| ^
1 warning generated.
[6/162] Compiling low_level_alloc.cc
[7/162] Compiling raw_logging.cc
[8/162] Compiling scoped_set_env.cc
[9/162] Compiling bad_any_cast.cc
In file included from /host/spi-builder-workspace/absl/time/internal/test_util.cc:15:
In file included from /host/spi-builder-workspace/absl/time/internal/test_util.h:20:
In file included from /host/spi-builder-workspace/absl/time/time.h:89:
In file included from /host/spi-builder-workspace/absl/strings/string_view.h:40:
In file included from /host/spi-builder-workspace/absl/base/nullability.h:153:
In file included from /host/spi-builder-workspace/absl/base/internal/nullability_impl.h:22:
/host/spi-builder-workspace/absl/meta/type_traits.h:511:36: warning: builtin __is_trivially_relocatable is deprecated; use __builtin_is_cpp_trivially_relocatable instead [-Wdeprecated-builtins]
511 | : std::integral_constant<bool, __is_trivially_relocatable(T)> {};
| ^
1 warning generated.
[10/162] Compiling test_util.cc
In file included from /host/spi-builder-workspace/absl/time/time.cc:34:
In file included from /host/spi-builder-workspace/absl/time/time.h:89:
In file included from /host/spi-builder-workspace/absl/strings/string_view.h:40:
In file included from /host/spi-builder-workspace/absl/base/nullability.h:153:
In file included from /host/spi-builder-workspace/absl/base/internal/nullability_impl.h:22:
/host/spi-builder-workspace/absl/meta/type_traits.h:511:36: warning: builtin __is_trivially_relocatable is deprecated; use __builtin_is_cpp_trivially_relocatable instead [-Wdeprecated-builtins]
511 | : std::integral_constant<bool, __is_trivially_relocatable(T)> {};
| ^
1 warning generated.
[11/162] Compiling time.cc
[12/162] Compiling zone_info_source.cc
[13/162] Compiling time_zone_posix.cc
[14/162] Compiling time_zone_lookup.cc
[15/162] Compiling time_zone_libc.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.
[16/162] Compiling time_zone_impl.cc
[16/162] Compiling format.cc
[16/162] Compiling civil_time_detail.cc
[16/162] Compiling duration.cc
[16/162] Compiling time_zone_fixed.cc
[16/162] Compiling time_zone_format.cc
[16/162] Compiling time_zone_if.cc
[16/162] Compiling time_zone_info.cc
BUILD FAILURE 6.3 wasm