The Swift Package Index logo.Swift Package Index

Build Information

Failed to build RealmSwiftMacro, reference 0.0.5 (803b20), with Swift 6.3 for Wasm on 20 Apr 2026 20:52:37 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fummicc1/RealmSwiftMacro.git
Reference: 0.0.5
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/fummicc1/RealmSwiftMacro
 * tag               0.0.5      -> FETCH_HEAD
HEAD is now at 803b20c Export NotificationToken (#5)
Cloned https://github.com/fummicc1/RealmSwiftMacro.git
Revision (git rev-parse @):
803b20c4665f3783b2c665aa50de96a9b3bdb3de
SUCCESS checkout https://github.com/fummicc1/RealmSwiftMacro.git at 0.0.5
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/fummicc1/RealmSwiftMacro.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/realm/realm-swift
[1/74981] Fetching swift-syntax
[5250/206724] Fetching swift-syntax, realm-swift
Fetched https://github.com/apple/swift-syntax.git from cache (6.02s)
[131078/131743] Fetching realm-swift
Fetched https://github.com/realm/realm-swift from cache (10.87s)
Computing version for https://github.com/realm/realm-swift
Computed https://github.com/realm/realm-swift at 10.54.6 (15.05s)
Fetching https://github.com/realm/realm-core.git
[1/252508] Fetching realm-core
Fetched https://github.com/realm/realm-core.git from cache (21.11s)
Computing version for https://github.com/realm/realm-core.git
Computed https://github.com/realm/realm-core.git at 14.14.0 (21.91s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 509.1.1 (0.89s)
Creating working copy for https://github.com/realm/realm-core.git
Working copy of https://github.com/realm/realm-core.git resolved at 14.14.0
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 509.1.1
Creating working copy for https://github.com/realm/realm-swift
Working copy of https://github.com/realm/realm-swift resolved at 10.54.6
Building for debugging...
[0/331] Compiling Bid bid128_quantize.c
[1/331] Compiling Bid bid128_2_str_tables.c
[2/331] Write sources
[4/331] Compiling Bid bid128.c
[5/331] Write sources
[10/331] Compiling Bid bid128_compare.c
[11/331] Write sources
[14/331] Write swift-version-24593BA9C3E375BF.txt
[14/331] Write sources
[18/331] Compiling Bid bid128_string.c
[19/331] Compiling Bid bid128_add.c
[20/333] Compiling Bid bid128_to_int64.c
[21/333] Compiling mathlimits.cc
[22/333] Compiling Bid bid128_fma.c
In file included from /host/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2region.cc:3:
In file included from /host/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2region.h:6:
In file included from /host/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2.h:29:
/host/spi-builder-workspace/.build/checkouts/realm-core/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/.build/checkouts/realm-core/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")]]
      |         ^
1 error generated.
[23/333] Compiling s2geometry s2region.cc
In file included from /host/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2polygonbuilder.cc:3:
In file included from /host/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2polygonbuilder.h:21:
In file included from /host/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2.h:29:
/host/spi-builder-workspace/.build/checkouts/realm-core/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/.build/checkouts/realm-core/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/.build/checkouts/realm-core/src/external/s2/s2polygonbuilder.cc:3:
In file included from /host/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2polygonbuilder.h:22:
/host/spi-builder-workspace/.build/checkouts/realm-core/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/.build/checkouts/realm-core/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/.build/checkouts/realm-core/src/external/s2/s2polygonbuilder.cc:37:
/host/spi-builder-workspace/.build/checkouts/realm-core/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/.build/checkouts/realm-core/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/.build/checkouts/realm-core/src/external/s2/s2polygonbuilder.cc:38:
In file included from /host/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2polygon.h:19:
In file included from /host/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2loop.h:16:
In file included from /host/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2edgeindex.h:23:
In file included from /host/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2edgeutil.h:9:
In file included from /host/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2latlngrect.h:15:
In file included from /host/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/r1interval.h:21:
/host/spi-builder-workspace/.build/checkouts/realm-core/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/.build/checkouts/realm-core/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/.build/checkouts/realm-core/src/external/s2/s2polygonbuilder.cc:38:
In file included from /host/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2polygon.h:19:
In file included from /host/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2loop.h:16:
In file included from /host/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2edgeindex.h:23:
In file included from /host/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2edgeutil.h:9:
In file included from /host/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2latlngrect.h:15:
/host/spi-builder-workspace/.build/checkouts/realm-core/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/.build/checkouts/realm-core/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 | str[23/333] Compiling s2geometry s2polygonbuilder.cc
In file included from /host/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2polyline.cc:10:
In file included from /host/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2.h:29:
/host/spi-builder-workspace/.build/checkouts/realm-core/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/.build/checkouts/realm-core/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/.build/checkouts/realm-core/src/external/s2/s2polyline.cc:12:
/host/spi-builder-workspace/.build/checkouts/realm-core/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/.build/checkouts/realm-core/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/.build/checkouts/realm-core/src/external/s2/s2polyline.cc:13:
In file included from /host/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2polyline.h:13:
In file included from /host/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2latlngrect.h:14:
/host/spi-builder-workspace/.build/checkouts/realm-core/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/.build/checkouts/realm-core/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/.build/checkouts/realm-core/src/external/s2/s2polyline.cc:13:
In file included from /host/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2polyline.h:13:
In file included from /host/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2latlngrect.h:15:
In file included from /host/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/r1interval.h:21:
/host/spi-builder-workspace/.build/checkouts/realm-core/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/.build/checkouts/realm-core/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/.build/checkouts/realm-core/src/external/s2/s2polyline.cc:13:
In file included from /host/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2polyline.h:13:
In file included from /host/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2latlngrect.h:15:
/host/spi-builder-workspace/.build/checkouts/realm-core/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/.build/checkouts/realm-core/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/.build/checkouts/realm-core/src/external/s2/s2polyline.cc:13:
In file included from /host/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2polyline.h:13:
In file included from /host/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2latlngrect.h:16:
/host/spi-builder-workspace/.build/checkouts/realm-core/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/.build/checkouts/realm-core/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/.build/checkouts/realm-core/src/external/s2/s2polyline.cc:13:
In file included from /host/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2polyline.h:13:
In file included from /host/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2latlngrect.h:18:
/host/spi-builder-workspace/.build/checkouts/realm-core/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/.build/checkouts/realm-core/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/.build/checkouts/realm-core/src/external/s2/s2polyline.cc:16:
In file included from /host/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2cell.h:9:
/host/spi-builder-workspace/.build/checkouts/realm-core/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/.build/checkouts/realm-core/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")]]
      |         ^
[23/333] Compiling s2geometry s2polyline.cc
In file included from /host/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2polygon.cc:10:
In file included from /host/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2.h:29:
/host/spi-builder-workspace/.build/checkouts/realm-core/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/.build/checkouts/realm-core/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/.build/checkouts/realm-core/src/external/s2/s2polygon.cc:20:
In file included from /host/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2polygon.h:19:
In file included from /host/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2loop.h:16:
In file included from /host/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2edgeindex.h:22:
/host/spi-builder-workspace/.build/checkouts/realm-core/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/.build/checkouts/realm-core/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")]]
      |         ^
[23/333] Compiling s2geometry s2polygon.cc
In file included from /host/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2r2rect.cc:3:
In file included from /host/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2r2rect.h:8:
In file included from /host/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/r1interval.h:21:
/host/spi-builder-workspace/.build/checkouts/realm-core/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/.build/checkouts/realm-core/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/.build/checkouts/realm-core/src/external/s2/s2r2rect.cc:3:
In file included from /host/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2r2rect.h:8:
/host/spi-builder-workspace/.build/checkouts/realm-core/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/.build/checkouts/realm-core/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/.build/checkouts/realm-core/src/external/s2/s2r2rect.cc:3:
In file included from /host/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2r2rect.h:9:
In file included from /host/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2region.h:6:
In file included from /host/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2.h:29:
/host/spi-builder-workspace/.build/checkouts/realm-core/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/.build/checkouts/realm-core/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/.build/checkouts/realm-core/src/external/s2/s2r2rect.cc:8:
In file included from /host/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2cap.h:8:
/host/spi-builder-workspace/.build/checkouts/realm-core/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/.build/checkouts/realm-core/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/.build/checkouts/realm-core/src/external/s2/s2r2rect.cc:9:
In file included from /host/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2cell.h:9:
/host/spi-builder-workspace/.build/checkouts/realm-core/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/.build/checkouts/realm-core/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/.build/checkouts/realm-core/src/external/s2/s2r2rect.cc:10:
In file included from /host/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2latlngrect.h:16:
/host/spi-builder-workspace/.build/checkouts/realm-core/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/.build/checkouts/realm-core/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/.build/checkouts/realm-core/src/external/s2/s2r2rect.cc:10:
In file included from /host/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2latlngrect.h:18:
/host/spi-builder-workspace/.build/checkouts/realm-core/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/.build/checkouts/realm-core/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")]]
      |         ^
[23/333] Compiling s2geometry s2r2rect.cc
[23/333] Compiling mathutil.cc
[23/333] Compiling s2geometry s2pointregion.cc
[24/333] Emitting module SwiftSyntax509
BUILD FAILURE 6.3 wasm