Build Information
Failed to build RealmExtensions, reference master (0707ec), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 08:18:23 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/DigitalSolutionsPest/RealmExtensions.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/DigitalSolutionsPest/RealmExtensions
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 0707ec2 Fix stack overflow when chaining many RealmTransactions
Cloned https://github.com/DigitalSolutionsPest/RealmExtensions.git
Revision (git rev-parse @):
0707ec293cabefd647fcdca531c0aed1f3a3cc28
SUCCESS checkout https://github.com/DigitalSolutionsPest/RealmExtensions.git at master
Fetching https://github.com/realm/realm-core
Fetching https://github.com/realm/realm-swift.git
[1/131743] Fetching realm-swift
[28985/384251] Fetching realm-swift, realm-core
Fetched https://github.com/realm/realm-core from cache (25.11s)
Fetched https://github.com/realm/realm-swift.git from cache (25.11s)
Computing version for https://github.com/realm/realm-swift.git
Computed https://github.com/realm/realm-swift.git at 20.0.1 (25.95s)
Computing version for https://github.com/realm/realm-core.git
Computed https://github.com/realm/realm-core.git at 20.1.0 (0.83s)
Creating working copy for https://github.com/realm/realm-swift.git
Working copy of https://github.com/realm/realm-swift.git resolved at 20.0.1
Creating working copy for https://github.com/realm/realm-core
Working copy of https://github.com/realm/realm-core resolved at 20.1.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "realmextensions",
"name": "RealmExtensions",
"url": "https://github.com/DigitalSolutionsPest/RealmExtensions.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RealmExtensions",
"traits": [
"default"
],
"dependencies": [
{
"identity": "realm-swift",
"name": "Realm",
"url": "https://github.com/realm/realm-swift.git",
"version": "20.0.4",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/realm-swift",
"traits": [
"default"
],
"dependencies": [
{
"identity": "realm-core",
"name": "RealmDatabase",
"url": "https://github.com/realm/realm-core.git",
"version": "20.1.4",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/realm-core",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
]
}
Fetching https://github.com/DigitalSolutionsPest/RealmExtensions.git
[1/181] Fetching realmextensions
Fetched https://github.com/DigitalSolutionsPest/RealmExtensions.git from cache (0.65s)
Fetching https://github.com/realm/realm-swift.git from cache
Fetched https://github.com/realm/realm-swift.git from cache (0.73s)
Computing version for https://github.com/realm/realm-swift.git
Computed https://github.com/realm/realm-swift.git at 20.0.4 (1.50s)
Fetching https://github.com/realm/realm-core.git from cache
Fetched https://github.com/realm/realm-core.git from cache (0.97s)
Computing version for https://github.com/realm/realm-core.git
Computed https://github.com/realm/realm-core.git at 20.1.4 (1.79s)
Creating working copy for https://github.com/realm/realm-core.git
Working copy of https://github.com/realm/realm-core.git resolved at 20.1.4
Creating working copy for https://github.com/realm/realm-swift.git
Working copy of https://github.com/realm/realm-swift.git resolved at 20.0.4
Creating working copy for https://github.com/DigitalSolutionsPest/RealmExtensions.git
Working copy of https://github.com/DigitalSolutionsPest/RealmExtensions.git resolved at master (0707ec2)
warning: '.resolve-product-dependencies': dependency 'realmextensions' is not used by any target
Found 1 product dependencies
- Realm
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/DigitalSolutionsPest/RealmExtensions.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/220] Write sources
[1/220] Write swift-version--6988338F2F200930.txt
[2/220] Compiling Bid bid128_quantize.c
[3/220] Compiling mathlimits.cc
[4/220] Compiling Bid bid128_compare.c
[5/220] Compiling Bid bid128_to_int64.c
[6/220] Compiling Bid bid128_add.c
[7/220] Compiling Bid bid128_mul.c
[8/220] Compiling Bid bid128_fma.c
[9/220] Compiling Bid bid128_string.c
[10/220] Compiling Bid bid128_div.c
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2latlng.cc:2:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2.h:29:
/Users/admin/builder/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);
| ^
/Users/admin/builder/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> { }; \
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/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)> {};
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/c++/v1/__config:1014:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1014 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2latlng.cc:4:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2latlng.h:11:
/Users/admin/builder/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);
| ^
/Users/admin/builder/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 { }; \
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/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)> {};
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/c++/v1/__config:1014:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1014 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2latlng.cc:4:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2latlng.h:13:
/Users/admin/builder/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);
| ^
/Users/admin/builder/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> { }; \
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/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)> {};
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/c++/v1/__config:1014:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1014 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2latlng.cc:4:
/Users/admin/builder/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);
| ^
/Users/admin/builder/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 { }; \
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/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)> {};
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/c++/v1/__config:1014:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1014 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
4 errors generated.
[11/220] Compiling s2geometry s2latlng.cc
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2r2rect.cc:3:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2r2rect.h:8:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/r1interval.h:21:
/Users/admin/builder/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);
| ^
/Users/admin/builder/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> { }; \
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/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)> {};
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/c++/v1/__config:1014:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1014 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2r2rect.cc:3:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2r2rect.h:8:
/Users/admin/builder/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);
| ^
/Users/admin/builder/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 { }; \
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/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)> {};
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/c++/v1/__config:1014:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1014 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2r2rect.cc:3:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2r2rect.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2region.h:6:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2.h:29:
/Users/admin/builder/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);
| ^
/Users/admin/builder/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> { }; \
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/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)> {};
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/c++/v1/__config:1014:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1014 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2r2rect.cc:8:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2cap.h:8:
/Users/admin/builder/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);
| ^
/Users/admin/builder/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 { }; \
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/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)> {};
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/c++/v1/__config:1014:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1014 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2r2rect.cc:9:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2cell.h:9:
/Users/admin/builder/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);
| ^
/Users/admin/builder/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 { }; \
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/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)> {};
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/c++/v1/__config:1014:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1014 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2r2rect.cc:10:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2latlngrect.h:16:
/Users/admin/builder/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);
| ^
/Users/admin/builder/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 { }; \
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/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)> {};
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/c++/v1/__config:1014:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1014 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2r2rect.cc:10:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2latlngrect.h:18:
/Users/admin/builder/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);
| ^
/Users/admin/builder/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 { }; \
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/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)> {};
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/c++/v1/__config:1014:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1014 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
7 errors generated.
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2region.cc:3:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2region.h:6:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2.h:29:
/Users/admin/builder/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);
| ^
/Users/admin/builder/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> { }; \
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/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)> {};
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/c++/v1/__config:1014:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1014 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
1 error generated.
[11/220] Compiling s2geometry s2region.cc
[11/220] Compiling s2geometry s2r2rect.cc
[11/220] Compiling mathutil.cc
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2latlngrect.cc:10:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2latlngrect.h:14:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s1angle.h:15:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2.h:29:
/Users/admin/builder/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);
| ^
/Users/admin/builder/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> { }; \
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/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)> {};
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/c++/v1/__config:1014:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1014 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2latlngrect.cc:10:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2latlngrect.h:14:
/Users/admin/builder/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);
| ^
/Users/admin/builder/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 { }; \
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/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)> {};
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/c++/v1/__config:1014:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1014 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2latlngrect.cc:10:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2latlngrect.h:15:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/r1interval.h:21:
/Users/admin/builder/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);
| ^
/Users/admin/builder/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> { }; \
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/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)> {};
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/c++/v1/__config:1014:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1014 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2latlngrect.cc:10:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2latlngrect.h:15:
/Users/admin/builder/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);
| ^
/Users/admin/builder/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 { }; \
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/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)> {};
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/c++/v1/__config:1014:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1014 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2latlngrect.cc:10:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2latlngrect.h:16:
/Users/admin/builder/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);
| ^
/Users/admin/builder/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 { }; \
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/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)> {};
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/c++/v1/__config:1014:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1014 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2latlngrect.cc:10:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2latlngrect.h:18:
/Users/admin/builder/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);
| ^
/Users/admin/builder/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 { }; \
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/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)> {};
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/c++/v1/__config:1014:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1014 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2latlngrect.cc:14:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2cell.h:9:
/Users/admin/builder/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);
| ^
/Users/admin/builder/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 { }; \
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/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)> {};
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/c++/v1/__config:1014:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1014 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
7 errors generated.
[11/220] Compiling s2geometry s2latlngrect.cc
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2polygonbuilder.cc:3:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2polygonbuilder.h:21:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2.h:29:
/Users/admin/builder/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);
| ^
/Users/admin/builder/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> { }; \
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/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)> {};
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/c++/v1/__config:1014:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1014 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2polygonbuilder.cc:3:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2polygonbuilder.h:22:
/Users/admin/builder/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);
| ^
/Users/admin/builder/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 { }; \
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/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)> {};
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/c++/v1/__config:1014:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1014 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2polygonbuilder.cc:37:
/Users/admin/builder/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);
| ^
/Users/admin/builder/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 { }; \
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/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)> {};
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/c++/v1/__config:1014:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1014 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2polygonbuilder.cc:38:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2polygon.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2loop.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2edgeindex.h:23:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2edgeutil.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2latlngrect.h:15:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/r1interval.h:21:
/Users/admin/builder/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);
| ^
/Users/admin/builder/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> { }; \
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/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)> {};
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/c++/v1/__config:1014:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1014 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2polygonbuilder.cc:38:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2polygon.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2loop.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2edgeindex.h:23:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2edgeutil.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2latlngrect.h:15:
/Users/admin/builder/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);
| ^
/Users/admin/builder/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 { }; \
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/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)> {};
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/c++/v1/__config:1014:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1014 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2polygonbuilder.cc:38:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2polygon.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2loop.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2edgeindex.h:23:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2edgeutil.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2latlngrect.h:16:
/Users/admin/builder/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);
| ^
/Users/admin/builder/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 { }; \
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/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)> {};
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/c++/v1/__config:1014:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1014 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2polygonbuilder.cc:38:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2polygon.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2loop.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2edgeindex.h:23:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2edgeutil.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2latlngrect.h:18:
/Users/admin/builder/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);
| ^
/Users/admin/builder/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 { }; \
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/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)> {};
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/c++/v1/__config:1014:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1014 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2polygonbuilder.cc:39:
/Users/admin/builder/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);
| ^
/Users/admin/builder/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> { }; \
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/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)> {};
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/c++/v1/__config:1014:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1014 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
[11/220] Compiling s2geometry s2polygonbuilder.cc
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2pointregion.cc:3:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2pointregion.h:8:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2.h:29:
/Users/admin/builder/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);
| ^
/Users/admin/builder/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> { }; \
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/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)> {};
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/c++/v1/__config:1014:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1014 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2pointregion.cc:5:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2cap.h:8:
/Users/admin/builder/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);
| ^
/Users/admin/builder/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 { }; \
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/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)> {};
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/c++/v1/__config:1014:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1014 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2pointregion.cc:6:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2cell.h:9:
/Users/admin/builder/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);
| ^
/Users/admin/builder/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 { }; \
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/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)> {};
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/c++/v1/__config:1014:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1014 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2pointregion.cc:7:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2latlngrect.h:15:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/r1interval.h:21:
/Users/admin/builder/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);
| ^
/Users/admin/builder/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> { }; \
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/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)> {};
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/c++/v1/__config:1014:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1014 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2pointregion.cc:7:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2latlngrect.h:15:
/Users/admin/builder/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);
| ^
/Users/admin/builder/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 { }; \
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/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)> {};
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/c++/v1/__config:1014:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1014 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2pointregion.cc:7:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2latlngrect.h:16:
/Users/admin/builder/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);
| ^
/Users/admin/builder/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 { }; \
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/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)> {};
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/c++/v1/__config:1014:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1014 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2pointregion.cc:7:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2latlngrect.h:18:
/Users/admin/builder/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);
| ^
/Users/admin/builder/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 { }; \
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/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)> {};
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/c++/v1/__config:1014:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1014 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
[11/220] Compiling s2geometry s2pointregion.cc
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2loop.cc:16:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2.h:29:
/Users/admin/builder/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);
| ^
/Users/admin/builder/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> { }; \
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/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)> {};
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/c++/v1/__config:1014:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1014 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2loop.cc:23:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2loop.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2edgeindex.h:22:
/Users/admin/builder/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);
| ^
/Users/admin/builder/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 { }; \
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/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)> {};
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/c++/v1/__config:1014:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1014 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2loop.cc:23:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2loop.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2edgeindex.h:23:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2edgeutil.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2latlngrect.h:14:
/Users/admin/builder/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);
| ^
/Users/admin/builder/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 { }; \
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/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)> {};
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/c++/v1/__config:1014:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1014 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2loop.cc:23:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2loop.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2edgeindex.h:23:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2edgeutil.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2latlngrect.h:15:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/r1interval.h:21:
/Users/admin/builder/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);
| ^
/Users/admin/builder/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> { }; \
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/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)> {};
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/c++/v1/__config:1014:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1014 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2loop.cc:23:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2loop.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2edgeindex.h:23:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2edgeutil.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2latlngrect.h:15:
/Users/admin/builder/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);
| ^
/Users/admin/builder/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 { }; \
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/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)> {};
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/c++/v1/__config:1014:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1014 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2loop.cc:23:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2loop.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2edgeindex.h:23:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2edgeutil.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2latlngrect.h:16:
/Users/admin/builder/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);
| ^
/Users/admin/builder/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 { }; \
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/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)> {};
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/c++/v1/__config:1014:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1014 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2loop.cc:23:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2loop.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2edgeindex.h:23:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2edgeutil.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2latlngrect.h:18:
/Users/admin/builder/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);
| ^
/Users/admin/builder/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 { }; \
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/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)> {};
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/c++/v1/__config:1014:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1014 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
[11/220] Compiling s2geometry s2loop.cc
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2polyline.cc:10:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2.h:29:
/Users/admin/builder/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);
| ^
/Users/admin/builder/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> { }; \
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/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)> {};
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/c++/v1/__config:1014:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1014 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2polyline.cc:12:
/Users/admin/builder/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);
| ^
/Users/admin/builder/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> { }; \
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/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)> {};
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/c++/v1/__config:1014:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1014 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2polyline.cc:13:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2polyline.h:13:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2latlngrect.h:14:
/Users/admin/builder/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);
| ^
/Users/admin/builder/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 { }; \
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/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)> {};
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/c++/v1/__config:1014:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1014 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2polyline.cc:13:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2polyline.h:13:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2latlngrect.h:15:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/r1interval.h:21:
/Users/admin/builder/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);
| ^
/Users/admin/builder/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> { }; \
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/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)> {};
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/c++/v1/__config:1014:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1014 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2polyline.cc:13:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2polyline.h:13:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2latlngrect.h:15:
/Users/admin/builder/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);
| ^
/Users/admin/builder/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 { }; \
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/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)> {};
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/c++/v1/__config:1014:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1014 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2polyline.cc:13:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2polyline.h:13:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2latlngrect.h:16:
/Users/admin/builder/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);
| ^
/Users/admin/builder/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 { }; \
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/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)> {};
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/c++/v1/__config:1014:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1014 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2polyline.cc:13:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2polyline.h:13:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2latlngrect.h:18:
/Users/admin/builder/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);
| ^
/Users/admin/builder/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 { }; \
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/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)> {};
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/c++/v1/__config:1014:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1014 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2polyline.cc:16:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2cell.h:9:
/Users/admin/builder/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);
| ^
/Users/admin/builder/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 { }; \
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/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)> {};
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/c++/v1/__config:1014:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1014 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
[11/220] Compiling s2geometry s2polyline.cc
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2polygon.cc:10:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2.h:29:
/Users/admin/builder/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);
| ^
/Users/admin/builder/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> { }; \
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/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)> {};
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/c++/v1/__config:1014:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1014 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2polygon.cc:20:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2polygon.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2loop.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2edgeindex.h:22:
/Users/admin/builder/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);
| ^
/Users/admin/builder/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 { }; \
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/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)> {};
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/c++/v1/__config:1014:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1014 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2polygon.cc:20:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2polygon.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2loop.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2edgeindex.h:23:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2edgeutil.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2latlngrect.h:14:
/Users/admin/builder/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);
| ^
/Users/admin/builder/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 { }; \
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/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)> {};
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/c++/v1/__config:1014:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1014 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2polygon.cc:20:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2polygon.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2loop.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2edgeindex.h:23:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2edgeutil.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2latlngrect.h:15:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/r1interval.h:21:
/Users/admin/builder/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);
| ^
/Users/admin/builder/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> { }; \
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/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)> {};
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/c++/v1/__config:1014:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1014 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2polygon.cc:20:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2polygon.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2loop.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2edgeindex.h:23:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2edgeutil.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2latlngrect.h:15:
/Users/admin/builder/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);
| ^
/Users/admin/builder/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 { }; \
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/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)> {};
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/c++/v1/__config:1014:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1014 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2polygon.cc:20:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2polygon.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2loop.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2edgeindex.h:23:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2edgeutil.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2latlngrect.h:16:
/Users/admin/builder/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);
| ^
/Users/admin/builder/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 { }; \
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/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)> {};
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/c++/v1/__config:1014:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1014 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2polygon.cc:20:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2polygon.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2loop.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2edgeindex.h:23:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2edgeutil.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-core/src/external/s2/s2latlngrect.h:18:
/Users/admin/builder/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);
| ^
/Users/admin/builder/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 { }; \
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/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)> {};
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/c++/v1/__config:1014:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'
1014 | [[_Clang::__no_specializations__("Users are not allowed to specialize this standard library entity")]]
| ^
[11/220] Compiling s2geometry s2polygon.cc
BUILD FAILURE 6.3 macosSpm