Build Information
Failed to build RealmDatabase, reference master (86733d), with Swift 6.3 for Wasm on 17 Apr 2026 19:38:42 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/realm/realm-core.git
Reference: master
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/realm/realm-core
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 86733dc fix: add missing cstdlib header in cli_args.cpp (#8089)
Submodule path 'src/external/sha-1': checked out 'd9ae30f34095107ece9dceb224839f0dc2f9c1c7'
Submodule path 'src/external/sha-2': checked out '0e9aebf34101c6aa89355fd76ac9cd886735dee1'
Submodule path 'test/external/catch': checked out '8ac8190e494a381072c89f5e161b92a08d98b37b'
Submodule 'src/external/sha-1' (https://github.com/clibs/sha1.git) registered for path 'src/external/sha-1'
Submodule 'src/external/sha-2' (https://github.com/kalven/sha-2.git) registered for path 'src/external/sha-2'
Submodule 'test/external/catch' (https://github.com/catchorg/Catch2.git) registered for path 'test/external/catch'
Cloning into '/host/spi-builder-workspace/src/external/sha-1'...
Cloning into '/host/spi-builder-workspace/src/external/sha-2'...
Cloning into '/host/spi-builder-workspace/test/external/catch'...
Cloned https://github.com/realm/realm-core.git
Revision (git rev-parse @):
86733dc38af48ea871a4ab832efd85e0aeaaab15
SUCCESS checkout https://github.com/realm/realm-core.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.3
Building package at path: $PWD
https://github.com/realm/realm-core.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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
Building for debugging...
[0/425] Compiling Bid bid128_2_str_tables.c
[1/425] Compiling Bid bid128.c
[2/425] Write swift-version-24593BA9C3E375BF.txt
[3/425] Compiling Bid bid128_compare.c
[4/425] Compiling Bid bid128_to_int64.c
[5/425] Compiling Bid bid128_div.c
[6/425] Compiling Bid bid128_fma.c
[7/425] Compiling mathlimits.cc
[8/425] Compiling mathutil.cc
In file included from /host/spi-builder-workspace/src/external/s2/s2r2rect.cc:3:
In file included from /host/spi-builder-workspace/src/external/s2/s2r2rect.h:8:
In file included from /host/spi-builder-workspace/src/external/s2/r1interval.h:21:
/host/spi-builder-workspace/src/external/s2/util/math/vector2-inl.h:358:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
358 | PROPAGATE_POD_FROM_TEMPLATE_ARGUMENT(Vector2);
| ^
/host/spi-builder-workspace/src/external/s2/base/macros.h:181:30: note: expanded from macro 'PROPAGATE_POD_FROM_TEMPLATE_ARGUMENT'
181 | template <typename T> struct is_pod<TemplateName<T> > : std::is_trivial<T> { }; \
| ^
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_wasm.artifactbundle/swift-6.3-RELEASE_wasm/wasm32-unknown-wasip1/WASI.sdk/include/c++/v1/__type_traits/is_pod.h:22:36: note: marked '_Clang::no_specializations' here
22 | struct _LIBCPP_DEPRECATED_IN_CXX20 _LIBCPP_NO_SPECIALIZATIONS is_pod : integral_constant<bool, __is_pod(_Tp)> {};
| ^
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_wasm.artifactbundle/swift-6.3-RELEASE_wasm/wasm32-unknown-wasip1/WASI.sdk/include/c++/v1/__config:1167:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1167 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
In file included from /host/spi-builder-workspace/src/external/s2/s2r2rect.cc:3:
In file included from /host/spi-builder-workspace/src/external/s2/s2r2rect.h:8:
/host/spi-builder-workspace/src/external/s2/r1interval.h:180:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
180 | DECLARE_POD(R1Interval);
| ^
/host/spi-builder-workspace/src/external/s2/base/macros.h:165:19: note: expanded from macro 'DECLARE_POD'
165 | template<> struct is_pod<TypeName> : true_type { }; \
| ^
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_wasm.artifactbundle/swift-6.3-RELEASE_wasm/wasm32-unknown-wasip1/WASI.sdk/include/c++/v1/__type_traits/is_pod.h:22:36: note: marked '_Clang::no_specializations' here
22 | struct _LIBCPP_DEPRECATED_IN_CXX20 _LIBCPP_NO_SPECIALIZATIONS is_pod : integral_constant<bool, __is_pod(_Tp)> {};
| ^
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_wasm.artifactbundle/swift-6.3-RELEASE_wasm/wasm32-unknown-wasip1/WASI.sdk/include/c++/v1/__config:1167:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1167 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
In file included from /host/spi-builder-workspace/src/external/s2/s2r2rect.cc:3:
In file included from /host/spi-builder-workspace/src/external/s2/s2r2rect.h:9:
In file included from /host/spi-builder-workspace/src/external/s2/s2region.h:6:
In file included from /host/spi-builder-workspace/src/external/s2/s2.h:29:
/host/spi-builder-workspace/src/external/s2/util/math/vector3-inl.h:425:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
425 | PROPAGATE_POD_FROM_TEMPLATE_ARGUMENT(Vector3);
| ^
/host/spi-builder-workspace/src/external/s2/base/macros.h:181:30: note: expanded from macro 'PROPAGATE_POD_FROM_TEMPLATE_ARGUMENT'
181 | template <typename T> struct is_pod<TemplateName<T> > : std::is_trivial<T> { }; \
| ^
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_wasm.artifactbundle/swift-6.3-RELEASE_wasm/wasm32-unknown-wasip1/WASI.sdk/include/c++/v1/__type_traits/is_pod.h:22:36: note: marked '_Clang::no_specializations' here
22 | struct _LIBCPP_DEPRECATED_IN_CXX20 _LIBCPP_NO_SPECIALIZATIONS is_pod : integral_constant<bool, __is_pod(_Tp)> {};
| ^
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_wasm.artifactbundle/swift-6.3-RELEASE_wasm/wasm32-unknown-wasip1/WASI.sdk/include/c++/v1/__config:1167:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1167 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
In file included from /host/spi-builder-workspace/src/external/s2/s2r2rect.cc:8:
In file included from /host/spi-builder-workspace/src/external/s2/s2cap.h:8:
/host/spi-builder-workspace/src/external/s2/s1angle.h:101:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
101 | DECLARE_POD(S1Angle);
| ^
/host/spi-builder-workspace/src/external/s2/base/macros.h:165:19: note: expanded from macro 'DECLARE_POD'
165 | template<> struct is_pod<TypeName> : true_type { }; \
| ^
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_wasm.artifactbundle/swift-6.3-RELEASE_wasm/wasm32-unknown-wasip1/WASI.sdk/include/c++/v1/__type_traits/is_pod.h:22:36: note: marked '_Clang::no_specializations' here
22 | struct _LIBCPP_DEPRECATED_IN_CXX20 _LIBCPP_NO_SPECIALIZATIONS is_pod : integral_constant<bool, __is_pod(_Tp)> {};
| ^
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_wasm.artifactbundle/swift-6.3-RELEASE_wasm/wasm32-unknown-wasip1/WASI.sdk/include/c++/v1/__config:1167:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1167 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
In file included from /host/spi-builder-workspace/src/external/s2/s2r2rect.cc:9:
In file included from /host/spi-builder-workspace/src/external/s2/s2cell.h:9:
/host/spi-builder-workspace/src/external/s2/s2cellid.h:318:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
318 | DECLARE_POD(S2CellId);
| ^
/host/spi-builder-workspace/src/external/s2/base/macros.h:165:19: note: expanded from macro 'DECLARE_POD'
165 | template<> struct is_pod<TypeName> : true_type { }; \
| ^
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_wasm.artifactbundle/swift-6.3-RELEASE_wasm/wasm32-unknown-wasip1/WASI.sdk/include/c++/v1/__type_traits/is_pod.h:22:36: note: marked '_Clang::no_specializations' here
22 | struct _LIBCPP_DEPRECATED_IN_CXX20 _LIBCPP_NO_SPECIALIZATIONS is_pod : integral_constant<bool, __is_pod(_Tp)> {};
| ^
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_wasm.artifactbundle/swift-6.3-RELEASE_wasm/wasm32-unknown-wasip1/WASI.sdk/include/c++/v1/__config:1167:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1167 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
In file included from /host/spi-builder-workspace/src/external/s2/s2r2rect.cc:10:
In file included from /host/spi-builder-workspace/src/external/s2/s2latlngrect.h:16:
/host/spi-builder-workspace/src/external/s2/s1interval.h:189:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
189 | DECLARE_POD(S1Interval);
| ^
/host/spi-builder-workspace/src/external/s2/base/macros.h:165:19: note: expanded from macro 'DECLARE_POD'
165 | template<> struct is_pod<TypeName> : true_type { }; \
| ^
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_wasm.artifactbundle/swift-6.3-RELEASE_wasm/wasm32-unknown-wasip1/WASI.sdk/include/c++/v1/__type_traits/is_pod.h:22:36: note: marked '_Clang::no_specializations' here
22 | struct _LIBCPP_DEPRECATED_IN_CXX20 _LIBCPP_NO_SPECIALIZATIONS is_pod : integral_constant<bool, __is_pod(_Tp)> {};
| ^
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_wasm.artifactbundle/swift-6.3-RELEASE_wasm/wasm32-unknown-wasip1/WASI.sdk/include/c++/v1/__config:1167:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1167 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
In file included from /host/spi-builder-workspace/src/external/s2/s2r2rect.cc:10:
In file included from /host/spi-builder-workspace/src/external/s2/s2latlngrect.h:18:
/host/spi-builder-workspace/src/external/s2/s2latlng.h:112:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
112 | DECLARE_POD(S2LatLng);
| ^
/host/spi-builder-workspace/src/external/s2/base/macros.h:165:19: note: expanded from macro 'DECLARE_POD'
165 | template<> struct is_pod<TypeName> : true_type { }; \
| ^
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_wasm.artifactbundle/swift-6.3-RELEASE_wasm/wasm32-unknown-wasip1/WASI.sdk/include/c++/v1/__type_traits/is_pod.h:22:36: note: marked '_Clang::no_specializations' here
22 | struct _LIBCPP_DEPRECATED_IN_CXX20 _LIBCPP_NO_SPECIALIZATIONS is_pod : integral_constant<bool, __is_pod(_Tp)> {};
| ^
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_wasm.artifactbundle/swift-6.3-RELEASE_wasm/wasm32-unknown-wasip1/WASI.sdk/include/c++/v1/__config:1167:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1167 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
7 errors generated.
[9/425] Compiling s2geometry s2r2rect.cc
In file included from /host/spi-builder-workspace/src/realm/object-store/c_api/http.cpp:19:
/host/spi-builder-workspace/src/realm/object-store/c_api/types.hpp:4:10: fatal error: module 'RealmFFI' is needed but has not been provided, and implicit use of module files is disabled
4 | #include <realm.h>
| ^
[412/425] Compiling Capi http.cpp
In file included from /host/spi-builder-workspace/src/realm/object-store/c_api/error.cpp:1:
/host/spi-builder-workspace/src/realm/object-store/c_api/error.hpp:23:10: fatal error: module 'RealmFFI' is needed but has not been provided, and implicit use of module files is disabled
23 | #include <realm.h>
| ^
[412/425] Compiling Capi error.cpp
[412/425] Compiling s2geometry s2pointregion.cc
[412/425] Compiling s2geometry s2region.cc
In file included from /host/spi-builder-workspace/src/external/s2/s2polygon.cc:10:
In file included from /host/spi-builder-workspace/src/external/s2/s2.h:29:
/host/spi-builder-workspace/src/external/s2/util/math/vector3-inl.h:425:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
425 | PROPAGATE_POD_FROM_TEMPLATE_ARGUMENT(Vector3);
| ^
/host/spi-builder-workspace/src/external/s2/base/macros.h:181:30: note: expanded from macro 'PROPAGATE_POD_FROM_TEMPLATE_ARGUMENT'
181 | template <typename T> struct is_pod<TemplateName<T> > : std::is_trivial<T> { }; \
| ^
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_wasm.artifactbundle/swift-6.3-RELEASE_wasm/wasm32-unknown-wasip1/WASI.sdk/include/c++/v1/__type_traits/is_pod.h:22:36: note: marked '_Clang::no_specializations' here
22 | struct _LIBCPP_DEPRECATED_IN_CXX20 _LIBCPP_NO_SPECIALIZATIONS is_pod : integral_constant<bool, __is_pod(_Tp)> {};
| ^
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_wasm.artifactbundle/swift-6.3-RELEASE_wasm/wasm32-unknown-wasip1/WASI.sdk/include/c++/v1/__config:1167:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1167 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
[412/425] Compiling s2geometry s2polygon.cc
In file included from /host/spi-builder-workspace/src/external/s2/s2polygonbuilder.cc:3:
In file included from /host/spi-builder-workspace/src/external/s2/s2polygonbuilder.h:21:
In file included from /host/spi-builder-workspace/src/external/s2/s2.h:29:
/host/spi-builder-workspace/src/external/s2/util/math/vector3-inl.h:425:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
425 | PROPAGATE_POD_FROM_TEMPLATE_ARGUMENT(Vector3);
| ^
/host/spi-builder-workspace/src/external/s2/base/macros.h:181:30: note: expanded from macro 'PROPAGATE_POD_FROM_TEMPLATE_ARGUMENT'
181 | template <typename T> struct is_pod<TemplateName<T> > : std::is_trivial<T> { }; \
| ^
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_wasm.artifactbundle/swift-6.3-RELEASE_wasm/wasm32-unknown-wasip1/WASI.sdk/include/c++/v1/__type_traits/is_pod.h:22:36: note: marked '_Clang::no_specializations' here
22 | struct _LIBCPP_DEPRECATED_IN_CXX20 _LIBCPP_NO_SPECIALIZATIONS is_pod : integral_constant<bool, __is_pod(_Tp)> {};
| ^
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_wasm.artifactbundle/swift-6.3-RELEASE_wasm/wasm32-unknown-wasip1/WASI.sdk/include/c++/v1/__config:1167:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1167 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
In file included from /host/spi-builder-workspace/src/external/s2/s2polygonbuilder.cc:3:
In file included from /host/spi-builder-workspace/src/external/s2/s2polygonbuilder.h:22:
/host/spi-builder-workspace/src/external/s2/s1angle.h:101:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
101 | DECLARE_POD(S1Angle);
| ^
/host/spi-builder-workspace/src/external/s2/base/macros.h:165:19: note: expanded from macro 'DECLARE_POD'
165 | template<> struct is_pod<TypeName> : true_type { }; \
| ^
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_wasm.artifactbundle/swift-6.3-RELEASE_wasm/wasm32-unknown-wasip1/WASI.sdk/include/c++/v1/__type_traits/is_pod.h:22:36: note: marked '_Clang::no_specializations' here
22 | struct _LIBCPP_DEPRECATED_IN_CXX20 _LIBCPP_NO_SPECIALIZATIONS is_pod : integral_constant<bool, __is_pod(_Tp)> {};
| ^
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_wasm.artifactbundle/swift-6.3-RELEASE_wasm/wasm32-unknown-wasip1/WASI.sdk/include/c++/v1/__config:1167:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1167 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
In file included from /host/spi-builder-workspace/src/external/s2/s2polygonbuilder.cc:37:
/host/spi-builder-workspace/src/external/s2/s2cellid.h:318:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
318 | DECLARE_POD(S2CellId);
| ^
/host/spi-builder-workspace/src/external/s2/base/macros.h:165:19: note: expanded from macro 'DECLARE_POD'
165 | template<> struct is_pod<TypeName> : true_type { }; \
| ^
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_wasm.artifactbundle/swift-6.3-RELEASE_wasm/wasm32-unknown-wasip1/WASI.sdk/include/c++/v1/__type_traits/is_pod.h:22:36: note: marked '_Clang::no_specializations' here
22 | struct _LIBCPP_DEPRECATED_IN_CXX20 _LIBCPP_NO_SPECIALIZATIONS is_pod : integral_constant<bool, __is_pod(_Tp)> {};
| ^
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_wasm.artifactbundle/swift-6.3-RELEASE_wasm/wasm32-unknown-wasip1/WASI.sdk/include/c++/v1/__config:1167:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1167 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
In file included from /host/spi-builder-workspace/src/external/s2/s2polygonbuilder.cc:38:
In file included from /host/spi-builder-workspace/src/external/s2/s2polygon.h:19:
In file included from /host/spi-builder-workspace/src/external/s2/s2loop.h:16:
In file included from /host/spi-builder-workspace/src/external/s2/s2edgeindex.h:23:
In file included from /host/spi-builder-workspace/src/external/s2/s2edgeutil.h:9:
In file included from /host/spi-builder-workspace/src/external/s2/s2latlngrect.h:15:
In file included from /host/spi-builder-workspace/src/external/s2/r1interval.h:21:
/host/spi-builder-workspace/src/external/s2/util/math/vector2-inl.h:358:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
358 | PROPAGATE_POD_FROM_TEMPLATE_ARGUMENT(Vector2);
| ^
/host/spi-builder-workspace/src/external/s2/base/macros.h:181:30: note: expanded from macro 'PROPAGATE_POD_FROM_TEMPLATE_ARGUMENT'
181 | template <typename T> struct is_pod<TemplateName<T> > : std::is_trivial<T> { }; \
| ^
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_wasm.artifactbundle/swift-6.3-RELEASE_wasm/wasm32-unknown-wasip1/WASI.sdk/include/c++/v1/__type_traits/is_pod.h:22:36: note: marked '_Clang::no_specializations' here
22 | struct _LIBCPP_DEPRECATED_IN_CXX20 _LIBCPP_NO_SPECIALIZATIONS is_pod : integral_constant<bool, __is_pod(_Tp)> {};
| ^
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_wasm.artifactbundle/swift-6.3-RELEASE_wasm/wasm32-unknown-wasip1/WASI.sdk/include/c++/v1/__config:1167:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1167 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
In file included from /host/spi-builder-workspace/src/external/s2/s2polygonbuilder.cc:38:
In file included from /host/spi-builder-workspace/src/external/s2/s2polygon.h:19:
In file included from /host/spi-builder-workspace/src/external/s2/s2loop.h:16:
In file included from /host/spi-builder-workspace/src/external/s2/s2edgeindex.h:23:
In file included from /host/spi-builder-workspace/src/external/s2/s2edgeutil.h:9:
In file included from /host/spi-builder-workspace/src/external/s2/s2latlngrect.h:15:
/host/spi-builder-workspace/src/external/s2/r1interval.h:180:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
180 | DECLARE_POD(R1Interval);
| ^
/host/spi-builder-workspace/src/external/s2/base/macros.h:165:19: note: expanded from macro 'DECLARE_POD'
165 | template<> struct is_pod<TypeName> : true_type { }; \
| ^
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_wasm.artifactbundle/swift-6.3-RELEASE_wasm/wasm32-unknown-wasip1/WASI.sdk/include/c++/v1/__type_traits/is_pod.h:22:36: note: marked '_Clang::no_specializations' here
22 | struct _LIBCPP_DEPRECATED_IN_CXX20 _LIBCPP_NO_SPECIALIZATIONS is_pod : integral_constant<bool, __is_pod(_Tp)> {};
| ^
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_wasm.artifactbundle/swift-6.3-RELEASE_wasm/wasm32-unknown-wasip1/WASI.sdk/include/c++/v1/__config:1167:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1167 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
In file included from /host/spi-builder-workspace/src/external/s2/s2polygonbuilder.cc:38:
In file included from /host/spi-builder-workspace/src/external/s2/s2polygon.h:19:
In file included from /host/spi-builder-workspace/src/external/s2/s2loop.h:16:
In file included from /host/spi-builder-workspace/src/external/s2/s2edgeindex.h:23:
In file included from /host/spi-builder-workspace/src/external/s2/s2edgeutil.h:9:
In file included from /host/spi-builder-workspace/src/external/s2/s2latlngrect.h:16:
/host/spi-builder-workspace/src/external/s2/s1interval.h:189:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
189 | DECLARE_POD(S1Interval);
| ^
/host/spi-builder-workspace/src/external/s2/base/macros.h:165:19: note: expanded from macro 'DECLARE_POD'
165 | template<> struct is_pod<TypeName> : true_type { }; \
| ^
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_wasm.artifactbundle/swift-6.3-RELEASE_wasm/wasm32-unknown-wasip1/WASI.sdk/include/c++/v1/__type_traits/is_pod.h:22:36: note: marked '_Clang::no_specializations' here
22 | struct _LIBCPP_DEPRECATED_IN_CXX20 _LIBCPP_NO_SPECIALIZATIONS is_pod : integral_constant<bool, __is_pod(_Tp)> {};
| ^
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_wasm.artifactbundle/swift-6.3-RELEASE_wasm/wasm32-unknown-wasip1/WASI.sdk/include/c++/v1/__config:1167:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1167 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
In file included from /host/spi-builder-workspace/src/external/s2/s2polygonbuilder.cc:38:
In file included from /host/spi-builder-workspace/src/external/s2/s2polygon.h:19:
In file included from /host/spi-builder-workspace/src/external/s2/s2loop.h:16:
In file included from /host/spi-builder-workspace/src/external/s2/s2edgeindex.h:23:
In file included from /host/spi-builder-workspace/src/external/s2/s2edgeutil.h:9:
In file included from /host/spi-builder-workspace/src/external/s2/s2latlngrect.h:18:
/host/spi-builder-workspace/src/external/s2/s2latlng.h:112:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
112 | DECLARE_POD(S2LatLng);
| ^
/host/spi-builder-workspace/src/external/s2/base/macros.h:165:19: note: expanded from macro 'DECLARE_POD'
165 | template<> struct is_pod<TypeName> : true_type { }; \
| ^
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_wasm.artifactbundle/swift-6.3-RELEASE_wasm/wasm32-unknown-wasip1/WASI.sdk/include/c++/v1/__type_traits/is_pod.h:22:36: note: marked '_Clang::no_specializations' here
22 | struct _LIBCPP_DEPRECATED_IN_CXX20 _LIBCPP_NO_SPECIALIZATIONS is_pod : integral_constant<bool, __is_pod(_Tp)> {};
| ^
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_wasm.artifactbundle/swift-6.3-RELEASE_wasm/wasm32-unknown-wasip1/WASI.sdk/include/c++/v1/__config:1167:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1167 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
In file included from /host/spi-builder-workspace/src/external/s2/s2polygonbuilder.cc:39:
/host/spi-builder-workspace/src/external/s2/util/math/matrix3x3-inl.h:574:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
574 | PROPAGATE_POD_FROM_TEMPLATE_ARGUMENT(Matrix3x3);
| ^
/host/spi-builder-workspace/src/external/s2/base/macros.h:181:30: note: expanded from macro 'PROPAGATE_POD_FROM_TEMPLATE_ARGUMENT'
181 | template <typename T> struct is_pod<TemplateName<T> > : std::is_trivial<T> { }; \
| ^
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_wasm.artifactbundle/swift-6.3-RELEASE_wasm/wasm32-unknown-wasip1/WASI.sdk/include/c++/v1/__type_traits/is_pod.h:22:36: note: marked '_Clang::no_specializations' here
22 | struct _LIBCPP_DEPRECATED_IN_CXX20 _LIBCPP_NO_SPECIALIZATIONS is_pod : integral_constant<bool, __is_pod(_Tp)> {};
| ^
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_wasm.artifactbundle/swift-6.3-RELEASE_wasm/wasm32-unknown-wasip1/WASI.sdk/include/c++/v1/__config:1167:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1167 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
[412/425] Compiling s2geometry s2polygonbuilder.cc
In file included from /host/spi-builder-workspace/src/external/s2/s2polyline.cc:10:
In file included from /host/spi-builder-workspace/src/external/s2/s2.h:29:
/host/spi-builder-workspace/src/external/s2/util/math/vector3-inl.h:425:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
425 | PROPAGATE_POD_FROM_TEMPLATE_ARGUMENT(Vector3);
| ^
/host/spi-builder-workspace/src/external/s2/base/macros.h:181:30: note: expanded from macro 'PROPAGATE_POD_FROM_TEMPLATE_ARGUMENT'
181 | template <typename T> struct is_pod<TemplateName<T> > : std::is_trivial<T> { }; \
| ^
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_wasm.artifactbundle/swift-6.3-RELEASE_wasm/wasm32-unknown-wasip1/WASI.sdk/include/c++/v1/__type_traits/is_pod.h:22:36: note: marked '_Clang::no_specializations' here
22 | struct _LIBCPP_DEPRECATED_IN_CXX20 _LIBCPP_NO_SPECIALIZATIONS is_pod : integral_constant<bool, __is_pod(_Tp)> {};
| ^
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_wasm.artifactbundle/swift-6.3-RELEASE_wasm/wasm32-unknown-wasip1/WASI.sdk/include/c++/v1/__config:1167:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1167 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
In file included from /host/spi-builder-workspace/src/external/s2/s2polyline.cc:12:
/host/spi-builder-workspace/src/external/s2/util/math/matrix3x3-inl.h:574:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
574 | PROPAGATE_POD_FROM_TEMPLATE_ARGUMENT(Matrix3x3);
| ^
/host/spi-builder-workspace/src/external/s2/base/macros.h:181:30: note: expanded from macro 'PROPAGATE_POD_FROM_TEMPLATE_ARGUMENT'
181 | template <typename T> struct is_pod<TemplateName<T> > : std::is_trivial<T> { }; \
| ^
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_wasm.artifactbundle/swift-6.3-RELEASE_wasm/wasm32-unknown-wasip1/WASI.sdk/include/c++/v1/__type_traits/is_pod.h:22:36: note: marked '_Clang::no_specializations' here
22 | struct _LIBCPP_DEPRECATED_IN_CXX20 _LIBCPP_NO_SPECIALIZATIONS is_pod : integral_constant<bool, __is_pod(_Tp)> {};
| ^
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_wasm.artifactbundle/swift-6.3-RELEASE_wasm/wasm32-unknown-wasip1/WASI.sdk/include/c++/v1/__config:1167:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1167 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
In file included from /host/spi-builder-workspace/src/external/s2/s2polyline.cc:13:
In file included from /host/spi-builder-workspace/src/external/s2/s2polyline.h:13:
In file included from /host/spi-builder-workspace/src/external/s2/s2latlngrect.h:14:
/host/spi-builder-workspace/src/external/s2/s1angle.h:101:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
101 | DECLARE_POD(S1Angle);
| ^
/host/spi-builder-workspace/src/external/s2/base/macros.h:165:19: note: expanded from macro 'DECLARE_POD'
165 | template<> struct is_pod<TypeName> : true_type { }; \
| ^
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_wasm.artifactbundle/swift-6.3-RELEASE_wasm/wasm32-unknown-wasip1/WASI.sdk/include/c++/v1/__type_traits/is_pod.h:22:36: note: marked '_Clang::no_specializations' here
22 | struct _LIBCPP_DEPRECATED_IN_CXX20 _LIBCPP_NO_SPECIALIZATIONS is_pod : integral_constant<bool, __is_pod(_Tp)> {};
| ^
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_wasm.artifactbundle/swift-6.3-RELEASE_wasm/wasm32-unknown-wasip1/WASI.sdk/include/c++/v1/__config:1167:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1167 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
[412/425] Compiling s2geometry s2polyline.cc
BUILD FAILURE 6.3 wasm