Build Information
Failed to build RealmDatabase, reference master (86733d), with Swift 6.3 for macOS (SPM) on 17 Apr 2026 19:48:55 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/realm/realm-core.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/realm/realm-core
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 86733dc fix: add missing cstdlib header in cli_args.cpp (#8089)
Submodule path 'src/external/sha-1': checked out 'd9ae30f34095107ece9dceb224839f0dc2f9c1c7'
Submodule path 'src/external/sha-2': checked out '0e9aebf34101c6aa89355fd76ac9cd886735dee1'
Submodule path 'test/external/catch': checked out '8ac8190e494a381072c89f5e161b92a08d98b37b'
Submodule 'src/external/sha-1' (https://github.com/clibs/sha1.git) registered for path 'src/external/sha-1'
Submodule 'src/external/sha-2' (https://github.com/kalven/sha-2.git) registered for path 'src/external/sha-2'
Submodule 'test/external/catch' (https://github.com/catchorg/Catch2.git) registered for path 'test/external/catch'
Cloning into '/Users/admin/builder/spi-builder-workspace/src/external/sha-1'...
Cloning into '/Users/admin/builder/spi-builder-workspace/src/external/sha-2'...
Cloning into '/Users/admin/builder/spi-builder-workspace/test/external/catch'...
Cloned https://github.com/realm/realm-core.git
Revision (git rev-parse @):
86733dc38af48ea871a4ab832efd85e0aeaaab15
SUCCESS checkout https://github.com/realm/realm-core.git at master
========================================
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": "realm-core",
"name": "RealmDatabase",
"url": "https://github.com/realm/realm-core.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/realm-core",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/realm/realm-core.git
[1/252508] Fetching realm-core
Fetched https://github.com/realm/realm-core.git from cache (14.70s)
Creating working copy for https://github.com/realm/realm-core.git
Working copy of https://github.com/realm/realm-core.git resolved at master (86733dc)
warning: '.resolve-product-dependencies': dependency 'realm-core' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/realm/realm-core.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/429] Write swift-version--6988338F2F200930.txt
[1/429] Compiling mathlimits.cc
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2latlng.cc:2:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2.h:29:
/Users/admin/builder/spi-builder-workspace/src/external/s2/util/math/vector3-inl.h:425:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
425 | PROPAGATE_POD_FROM_TEMPLATE_ARGUMENT(Vector3);
| ^
/Users/admin/builder/spi-builder-workspace/src/external/s2/base/macros.h:181:30: note: expanded from macro 'PROPAGATE_POD_FROM_TEMPLATE_ARGUMENT'
181 | template <typename T> struct is_pod<TemplateName<T> > : std::is_trivial<T> { }; \
| ^
/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/src/external/s2/s2latlng.cc:4:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2latlng.h:11:
/Users/admin/builder/spi-builder-workspace/src/external/s2/s1angle.h:101:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
101 | DECLARE_POD(S1Angle);
| ^
/Users/admin/builder/spi-builder-workspace/src/external/s2/base/macros.h:165:19: note: expanded from macro 'DECLARE_POD'
165 | template<> struct is_pod<TypeName> : true_type { }; \
| ^
/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/src/external/s2/s2latlng.cc:4:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2latlng.h:13:
/Users/admin/builder/spi-builder-workspace/src/external/s2/util/math/vector2-inl.h:358:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
358 | PROPAGATE_POD_FROM_TEMPLATE_ARGUMENT(Vector2);
| ^
/Users/admin/builder/spi-builder-workspace/src/external/s2/base/macros.h:181:30: note: expanded from macro 'PROPAGATE_POD_FROM_TEMPLATE_ARGUMENT'
181 | template <typename T> struct is_pod<TemplateName<T> > : std::is_trivial<T> { }; \
| ^
/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/src/external/s2/s2latlng.cc:4:
/Users/admin/builder/spi-builder-workspace/src/external/s2/s2latlng.h:112:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
112 | DECLARE_POD(S2LatLng);
| ^
/Users/admin/builder/spi-builder-workspace/src/external/s2/base/macros.h:165:19: note: expanded from macro 'DECLARE_POD'
165 | template<> struct is_pod<TypeName> : true_type { }; \
| ^
/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.
[2/429] Compiling s2geometry s2latlng.cc
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2latlngrect.cc:10:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2latlngrect.h:14:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s1angle.h:15:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2.h:29:
/Users/admin/builder/spi-builder-workspace/src/external/s2/util/math/vector3-inl.h:425:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
425 | PROPAGATE_POD_FROM_TEMPLATE_ARGUMENT(Vector3);
| ^
/Users/admin/builder/spi-builder-workspace/src/external/s2/base/macros.h:181:30: note: expanded from macro 'PROPAGATE_POD_FROM_TEMPLATE_ARGUMENT'
181 | template <typename T> struct is_pod<TemplateName<T> > : std::is_trivial<T> { }; \
| ^
/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/src/external/s2/s2latlngrect.cc:10:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2latlngrect.h:14:
/Users/admin/builder/spi-builder-workspace/src/external/s2/s1angle.h:101:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
101 | DECLARE_POD(S1Angle);
| ^
/Users/admin/builder/spi-builder-workspace/src/external/s2/base/macros.h:165:19: note: expanded from macro 'DECLARE_POD'
165 | template<> struct is_pod<TypeName> : true_type { }; \
| ^
/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/src/external/s2/s2latlngrect.cc:10:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2latlngrect.h:15:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/r1interval.h:21:
/Users/admin/builder/spi-builder-workspace/src/external/s2/util/math/vector2-inl.h:358:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
358 | PROPAGATE_POD_FROM_TEMPLATE_ARGUMENT(Vector2);
| ^
/Users/admin/builder/spi-builder-workspace/src/external/s2/base/macros.h:181:30: note: expanded from macro 'PROPAGATE_POD_FROM_TEMPLATE_ARGUMENT'
181 | template <typename T> struct is_pod<TemplateName<T> > : std::is_trivial<T> { }; \
| ^
/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/src/external/s2/s2latlngrect.cc:10:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2latlngrect.h:15:
/Users/admin/builder/spi-builder-workspace/src/external/s2/r1interval.h:180:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
180 | DECLARE_POD(R1Interval);
| ^
/Users/admin/builder/spi-builder-workspace/src/external/s2/base/macros.h:165:19: note: expanded from macro 'DECLARE_POD'
165 | template<> struct is_pod<TypeName> : true_type { }; \
| ^
/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/src/external/s2/s2latlngrect.cc:10:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2latlngrect.h:16:
/Users/admin/builder/spi-builder-workspace/src/external/s2/s1interval.h:189:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
189 | DECLARE_POD(S1Interval);
| ^
/Users/admin/builder/spi-builder-workspace/src/external/s2/base/macros.h:165:19: note: expanded from macro 'DECLARE_POD'
165 | template<> struct is_pod<TypeName> : true_type { }; \
| ^
/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/src/external/s2/s2latlngrect.cc:10:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2latlngrect.h:18:
/Users/admin/builder/spi-builder-workspace/src/external/s2/s2latlng.h:112:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
112 | DECLARE_POD(S2LatLng);
| ^
/Users/admin/builder/spi-builder-workspace/src/external/s2/base/macros.h:165:19: note: expanded from macro 'DECLARE_POD'
165 | template<> struct is_pod<TypeName> : true_type { }; \
| ^
/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/src/external/s2/s2latlngrect.cc:14:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2cell.h:9:
/Users/admin/builder/spi-builder-workspace/src/external/s2/s2cellid.h:318:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
318 | DECLARE_POD(S2CellId);
| ^
/Users/admin/builder/spi-builder-workspace/src/external/s2/base/macros.h:165:19: note: expanded from macro 'DECLARE_POD'
165 | template<> struct is_pod<TypeName> : true_type { }; \
| ^
/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.
[2/429] Compiling s2geometry s2latlngrect.cc
[2/429] Compiling mathutil.cc
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2r2rect.cc:3:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2r2rect.h:8:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/r1interval.h:21:
/Users/admin/builder/spi-builder-workspace/src/external/s2/util/math/vector2-inl.h:358:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
358 | PROPAGATE_POD_FROM_TEMPLATE_ARGUMENT(Vector2);
| ^
/Users/admin/builder/spi-builder-workspace/src/external/s2/base/macros.h:181:30: note: expanded from macro 'PROPAGATE_POD_FROM_TEMPLATE_ARGUMENT'
181 | template <typename T> struct is_pod<TemplateName<T> > : std::is_trivial<T> { }; \
| ^
/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/src/external/s2/s2r2rect.cc:3:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2r2rect.h:8:
/Users/admin/builder/spi-builder-workspace/src/external/s2/r1interval.h:180:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
180 | DECLARE_POD(R1Interval);
| ^
/Users/admin/builder/spi-builder-workspace/src/external/s2/base/macros.h:165:19: note: expanded from macro 'DECLARE_POD'
165 | template<> struct is_pod<TypeName> : true_type { }; \
| ^
/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/src/external/s2/s2r2rect.cc:3:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2r2rect.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2region.h:6:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2.h:29:
/Users/admin/builder/spi-builder-workspace/src/external/s2/util/math/vector3-inl.h:425:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
425 | PROPAGATE_POD_FROM_TEMPLATE_ARGUMENT(Vector3);
| ^
/Users/admin/builder/spi-builder-workspace/src/external/s2/base/macros.h:181:30: note: expanded from macro 'PROPAGATE_POD_FROM_TEMPLATE_ARGUMENT'
181 | template <typename T> struct is_pod<TemplateName<T> > : std::is_trivial<T> { }; \
| ^
/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/src/external/s2/s2r2rect.cc:8:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2cap.h:8:
/Users/admin/builder/spi-builder-workspace/src/external/s2/s1angle.h:101:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
101 | DECLARE_POD(S1Angle);
| ^
/Users/admin/builder/spi-builder-workspace/src/external/s2/base/macros.h:165:19: note: expanded from macro 'DECLARE_POD'
165 | template<> struct is_pod<TypeName> : true_type { }; \
| ^
/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/src/external/s2/s2r2rect.cc:9:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2cell.h:9:
/Users/admin/builder/spi-builder-workspace/src/external/s2/s2cellid.h:318:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
318 | DECLARE_POD(S2CellId);
| ^
/Users/admin/builder/spi-builder-workspace/src/external/s2/base/macros.h:165:19: note: expanded from macro 'DECLARE_POD'
165 | template<> struct is_pod<TypeName> : true_type { }; \
| ^
/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/src/external/s2/s2r2rect.cc:10:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2latlngrect.h:16:
/Users/admin/builder/spi-builder-workspace/src/external/s2/s1interval.h:189:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
189 | DECLARE_POD(S1Interval);
| ^
/Users/admin/builder/spi-builder-workspace/src/external/s2/base/macros.h:165:19: note: expanded from macro 'DECLARE_POD'
165 | template<> struct is_pod<TypeName> : true_type { }; \
| ^
/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/src/external/s2/s2r2rect.cc:10:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2latlngrect.h:18:
/Users/admin/builder/spi-builder-workspace/src/external/s2/s2latlng.h:112:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
112 | DECLARE_POD(S2LatLng);
| ^
/Users/admin/builder/spi-builder-workspace/src/external/s2/base/macros.h:165:19: note: expanded from macro 'DECLARE_POD'
165 | template<> struct is_pod<TypeName> : true_type { }; \
| ^
/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.
[2/429] Compiling s2geometry s2r2rect.cc
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2polyline.cc:10:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2.h:29:
/Users/admin/builder/spi-builder-workspace/src/external/s2/util/math/vector3-inl.h:425:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
425 | PROPAGATE_POD_FROM_TEMPLATE_ARGUMENT(Vector3);
| ^
/Users/admin/builder/spi-builder-workspace/src/external/s2/base/macros.h:181:30: note: expanded from macro 'PROPAGATE_POD_FROM_TEMPLATE_ARGUMENT'
181 | template <typename T> struct is_pod<TemplateName<T> > : std::is_trivial<T> { }; \
| ^
/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/src/external/s2/s2polyline.cc:12:
/Users/admin/builder/spi-builder-workspace/src/external/s2/util/math/matrix3x3-inl.h:574:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
574 | PROPAGATE_POD_FROM_TEMPLATE_ARGUMENT(Matrix3x3);
| ^
/Users/admin/builder/spi-builder-workspace/src/external/s2/base/macros.h:181:30: note: expanded from macro 'PROPAGATE_POD_FROM_TEMPLATE_ARGUMENT'
181 | template <typename T> struct is_pod<TemplateName<T> > : std::is_trivial<T> { }; \
| ^
/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/src/external/s2/s2polyline.cc:13:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2polyline.h:13:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2latlngrect.h:14:
/Users/admin/builder/spi-builder-workspace/src/external/s2/s1angle.h:101:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
101 | DECLARE_POD(S1Angle);
| ^
/Users/admin/builder/spi-builder-workspace/src/external/s2/base/macros.h:165:19: note: expanded from macro 'DECLARE_POD'
165 | template<> struct is_pod<TypeName> : true_type { }; \
| ^
/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/src/external/s2/s2polyline.cc:13:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2polyline.h:13:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2latlngrect.h:15:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/r1interval.h:21:
/Users/admin/builder/spi-builder-workspace/src/external/s2/util/math/vector2-inl.h:358:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
358 | PROPAGATE_POD_FROM_TEMPLATE_ARGUMENT(Vector2);
| ^
/Users/admin/builder/spi-builder-workspace/src/external/s2/base/macros.h:181:30: note: expanded from macro 'PROPAGATE_POD_FROM_TEMPLATE_ARGUMENT'
181 | template <typename T> struct is_pod<TemplateName<T> > : std::is_trivial<T> { }; \
| ^
/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/src/external/s2/s2polyline.cc:13:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2polyline.h:13:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2latlngrect.h:15:
/Users/admin/builder/spi-builder-workspace/src/external/s2/r1interval.h:180:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
180 | DECLARE_POD(R1Interval);
| ^
/Users/admin/builder/spi-builder-workspace/src/external/s2/base/macros.h:165:19: note: expanded from macro 'DECLARE_POD'
165 | template<> struct is_pod<TypeName> : true_type { }; \
| ^
/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/src/external/s2/s2polyline.cc:13:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2polyline.h:13:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2latlngrect.h:16:
/Users/admin/builder/spi-builder-workspace/src/external/s2/s1interval.h:189:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
189 | DECLARE_POD(S1Interval);
| ^
/Users/admin/builder/spi-builder-workspace/src/external/s2/base/macros.h:165:19: note: expanded from macro 'DECLARE_POD'
165 | template<> struct is_pod<TypeName> : true_type { }; \
| ^
/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/src/external/s2/s2polyline.cc:13:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2polyline.h:13:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2latlngrect.h:18:
/Users/admin/builder/spi-builder-workspace/src/external/s2/s2latlng.h:112:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
112 | DECLARE_POD(S2LatLng);
| ^
/Users/admin/builder/spi-builder-workspace/src/external/s2/base/macros.h:165:19: note: expanded from macro 'DECLARE_POD'
165 | template<> struct is_pod<TypeName> : true_type { }; \
| ^
/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/src/external/s2/s2polyline.cc:16:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2cell.h:9:
/Users/admin/builder/spi-builder-workspace/src/external/s2/s2cellid.h:318:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
318 | DECLARE_POD(S2CellId);
| ^
/Users/admin/builder/spi-builder-workspace/src/external/s2/base/macros.h:165:19: note: expanded from macro 'DECLARE_POD'
165 | template<> struct is_pod<TypeName> : true_type { }; \
| ^
/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")]]
| ^
[2/429] Compiling s2geometry s2polyline.cc
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2pointregion.cc:3:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2pointregion.h:8:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2.h:29:
/Users/admin/builder/spi-builder-workspace/src/external/s2/util/math/vector3-inl.h:425:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
425 | PROPAGATE_POD_FROM_TEMPLATE_ARGUMENT(Vector3);
| ^
/Users/admin/builder/spi-builder-workspace/src/external/s2/base/macros.h:181:30: note: expanded from macro 'PROPAGATE_POD_FROM_TEMPLATE_ARGUMENT'
181 | template <typename T> struct is_pod<TemplateName<T> > : std::is_trivial<T> { }; \
| ^
/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/src/external/s2/s2pointregion.cc:5:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2cap.h:8:
/Users/admin/builder/spi-builder-workspace/src/external/s2/s1angle.h:101:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
101 | DECLARE_POD(S1Angle);
| ^
/Users/admin/builder/spi-builder-workspace/src/external/s2/base/macros.h:165:19: note: expanded from macro 'DECLARE_POD'
165 | template<> struct is_pod<TypeName> : true_type { }; \
| ^
/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/src/external/s2/s2pointregion.cc:6:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2cell.h:9:
/Users/admin/builder/spi-builder-workspace/src/external/s2/s2cellid.h:318:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
318 | DECLARE_POD(S2CellId);
| ^
/Users/admin/builder/spi-builder-workspace/src/external/s2/base/macros.h:165:19: note: expanded from macro 'DECLARE_POD'
165 | template<> struct is_pod<TypeName> : true_type { }; \
| ^
/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/src/external/s2/s2pointregion.cc:7:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2latlngrect.h:15:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/r1interval.h:21:
/Users/admin/builder/spi-builder-workspace/src/external/s2/util/math/vector2-inl.h:358:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
358 | PROPAGATE_POD_FROM_TEMPLATE_ARGUMENT(Vector2);
| ^
/Users/admin/builder/spi-builder-workspace/src/external/s2/base/macros.h:181:30: note: expanded from macro 'PROPAGATE_POD_FROM_TEMPLATE_ARGUMENT'
181 | template <typename T> struct is_pod<TemplateName<T> > : std::is_trivial<T> { }; \
| ^
/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/src/external/s2/s2pointregion.cc:7:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2latlngrect.h:15:
/Users/admin/builder/spi-builder-workspace/src/external/s2/r1interval.h:180:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
180 | DECLARE_POD(R1Interval);
| ^
/Users/admin/builder/spi-builder-workspace/src/external/s2/base/macros.h:165:19: note: expanded from macro 'DECLARE_POD'
165 | template<> struct is_pod<TypeName> : true_type { }; \
| ^
/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/src/external/s2/s2pointregion.cc:7:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2latlngrect.h:16:
/Users/admin/builder/spi-builder-workspace/src/external/s2/s1interval.h:189:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
189 | DECLARE_POD(S1Interval);
| ^
/Users/admin/builder/spi-builder-workspace/src/external/s2/base/macros.h:165:19: note: expanded from macro 'DECLARE_POD'
165 | template<> struct is_pod<TypeName> : true_type { }; \
| ^
/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/src/external/s2/s2pointregion.cc:7:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2latlngrect.h:18:
/Users/admin/builder/spi-builder-workspace/src/external/s2/s2latlng.h:112:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
112 | DECLARE_POD(S2LatLng);
| ^
/Users/admin/builder/spi-builder-workspace/src/external/s2/base/macros.h:165:19: note: expanded from macro 'DECLARE_POD'
165 | template<> struct is_pod<TypeName> : true_type { }; \
| ^
/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.
[2/429] Compiling s2geometry s2pointregion.cc
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2loop.cc:16:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2.h:29:
/Users/admin/builder/spi-builder-workspace/src/external/s2/util/math/vector3-inl.h:425:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
425 | PROPAGATE_POD_FROM_TEMPLATE_ARGUMENT(Vector3);
| ^
/Users/admin/builder/spi-builder-workspace/src/external/s2/base/macros.h:181:30: note: expanded from macro 'PROPAGATE_POD_FROM_TEMPLATE_ARGUMENT'
181 | template <typename T> struct is_pod<TemplateName<T> > : std::is_trivial<T> { }; \
| ^
/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/src/external/s2/s2loop.cc:23:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2loop.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2edgeindex.h:22:
/Users/admin/builder/spi-builder-workspace/src/external/s2/s2cellid.h:318:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
318 | DECLARE_POD(S2CellId);
| ^
/Users/admin/builder/spi-builder-workspace/src/external/s2/base/macros.h:165:19: note: expanded from macro 'DECLARE_POD'
165 | template<> struct is_pod<TypeName> : true_type { }; \
| ^
/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/src/external/s2/s2loop.cc:23:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2loop.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2edgeindex.h:23:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2edgeutil.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2latlngrect.h:14:
/Users/admin/builder/spi-builder-workspace/src/external/s2/s1angle.h:101:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
101 | DECLARE_POD(S1Angle);
| ^
/Users/admin/builder/spi-builder-workspace/src/external/s2/base/macros.h:165:19: note: expanded from macro 'DECLARE_POD'
165 | template<> struct is_pod<TypeName> : true_type { }; \
| ^
/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/src/external/s2/s2loop.cc:23:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2loop.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2edgeindex.h:23:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2edgeutil.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2latlngrect.h:15:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/r1interval.h:21:
/Users/admin/builder/spi-builder-workspace/src/external/s2/util/math/vector2-inl.h:358:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
358 | PROPAGATE_POD_FROM_TEMPLATE_ARGUMENT(Vector2);
| ^
/Users/admin/builder/spi-builder-workspace/src/external/s2/base/macros.h:181:30: note: expanded from macro 'PROPAGATE_POD_FROM_TEMPLATE_ARGUMENT'
181 | template <typename T> struct is_pod<TemplateName<T> > : std::is_trivial<T> { }; \
| ^
/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/src/external/s2/s2loop.cc:23:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2loop.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2edgeindex.h:23:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2edgeutil.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2latlngrect.h:15:
/Users/admin/builder/spi-builder-workspace/src/external/s2/r1interval.h:180:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
180 | DECLARE_POD(R1Interval);
| ^
/Users/admin/builder/spi-builder-workspace/src/external/s2/base/macros.h:165:19: note: expanded from macro 'DECLARE_POD'
165 | template<> struct is_pod<TypeName> : true_type { }; \
| ^
/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/src/external/s2/s2loop.cc:23:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2loop.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2edgeindex.h:23:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2edgeutil.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2latlngrect.h:16:
/Users/admin/builder/spi-builder-workspace/src/external/s2/s1interval.h:189:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
189 | DECLARE_POD(S1Interval);
| ^
/Users/admin/builder/spi-builder-workspace/src/external/s2/base/macros.h:165:19: note: expanded from macro 'DECLARE_POD'
165 | template<> struct is_pod<TypeName> : true_type { }; \
| ^
/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/src/external/s2/s2loop.cc:23:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2loop.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2edgeindex.h:23:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2edgeutil.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2latlngrect.h:18:
/Users/admin/builder/spi-builder-workspace/src/external/s2/s2latlng.h:112:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
112 | DECLARE_POD(S2LatLng);
| ^
/Users/admin/builder/spi-builder-workspace/src/external/s2/base/macros.h:165:19: note: expanded from macro 'DECLARE_POD'
165 | template<> struct is_pod<TypeName> : true_type { }; \
| ^
/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")]]
| ^
[2/429] Compiling s2geometry s2loop.cc
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2polygonbuilder.cc:3:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2polygonbuilder.h:21:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2.h:29:
/Users/admin/builder/spi-builder-workspace/src/external/s2/util/math/vector3-inl.h:425:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
425 | PROPAGATE_POD_FROM_TEMPLATE_ARGUMENT(Vector3);
| ^
/Users/admin/builder/spi-builder-workspace/src/external/s2/base/macros.h:181:30: note: expanded from macro 'PROPAGATE_POD_FROM_TEMPLATE_ARGUMENT'
181 | template <typename T> struct is_pod<TemplateName<T> > : std::is_trivial<T> { }; \
| ^
/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/src/external/s2/s2polygonbuilder.cc:3:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2polygonbuilder.h:22:
/Users/admin/builder/spi-builder-workspace/src/external/s2/s1angle.h:101:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
101 | DECLARE_POD(S1Angle);
| ^
/Users/admin/builder/spi-builder-workspace/src/external/s2/base/macros.h:165:19: note: expanded from macro 'DECLARE_POD'
165 | template<> struct is_pod<TypeName> : true_type { }; \
| ^
/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/src/external/s2/s2polygonbuilder.cc:37:
/Users/admin/builder/spi-builder-workspace/src/external/s2/s2cellid.h:318:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
318 | DECLARE_POD(S2CellId);
| ^
/Users/admin/builder/spi-builder-workspace/src/external/s2/base/macros.h:165:19: note: expanded from macro 'DECLARE_POD'
165 | template<> struct is_pod<TypeName> : true_type { }; \
| ^
/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/src/external/s2/s2polygonbuilder.cc:38:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2polygon.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2loop.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2edgeindex.h:23:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2edgeutil.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2latlngrect.h:15:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/r1interval.h:21:
/Users/admin/builder/spi-builder-workspace/src/external/s2/util/math/vector2-inl.h:358:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
358 | PROPAGATE_POD_FROM_TEMPLATE_ARGUMENT(Vector2);
| ^
/Users/admin/builder/spi-builder-workspace/src/external/s2/base/macros.h:181:30: note: expanded from macro 'PROPAGATE_POD_FROM_TEMPLATE_ARGUMENT'
181 | template <typename T> struct is_pod<TemplateName<T> > : std::is_trivial<T> { }; \
| ^
/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/src/external/s2/s2polygonbuilder.cc:38:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2polygon.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2loop.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2edgeindex.h:23:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2edgeutil.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2latlngrect.h:15:
/Users/admin/builder/spi-builder-workspace/src/external/s2/r1interval.h:180:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
180 | DECLARE_POD(R1Interval);
| ^
/Users/admin/builder/spi-builder-workspace/src/external/s2/base/macros.h:165:19: note: expanded from macro 'DECLARE_POD'
165 | template<> struct is_pod<TypeName> : true_type { }; \
| ^
/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/src/external/s2/s2polygonbuilder.cc:38:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2polygon.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2loop.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2edgeindex.h:23:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2edgeutil.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2latlngrect.h:16:
/Users/admin/builder/spi-builder-workspace/src/external/s2/s1interval.h:189:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
189 | DECLARE_POD(S1Interval);
| ^
/Users/admin/builder/spi-builder-workspace/src/external/s2/base/macros.h:165:19: note: expanded from macro 'DECLARE_POD'
165 | template<> struct is_pod<TypeName> : true_type { }; \
| ^
/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/src/external/s2/s2polygonbuilder.cc:38:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2polygon.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2loop.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2edgeindex.h:23:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2edgeutil.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2latlngrect.h:18:
/Users/admin/builder/spi-builder-workspace/src/external/s2/s2latlng.h:112:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
112 | DECLARE_POD(S2LatLng);
| ^
/Users/admin/builder/spi-builder-workspace/src/external/s2/base/macros.h:165:19: note: expanded from macro 'DECLARE_POD'
165 | template<> struct is_pod<TypeName> : true_type { }; \
| ^
/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/src/external/s2/s2polygonbuilder.cc:39:
/Users/admin/builder/spi-builder-workspace/src/external/s2/util/math/matrix3x3-inl.h:574:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
574 | PROPAGATE_POD_FROM_TEMPLATE_ARGUMENT(Matrix3x3);
| ^
/Users/admin/builder/spi-builder-workspace/src/external/s2/base/macros.h:181:30: note: expanded from macro 'PROPAGATE_POD_FROM_TEMPLATE_ARGUMENT'
181 | template <typename T> struct is_pod<TemplateName<T> > : std::is_trivial<T> { }; \
| ^
/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")]]
| ^
[2/429] Compiling s2geometry s2polygonbuilder.cc
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2region.cc:3:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2region.h:6:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2.h:29:
/Users/admin/builder/spi-builder-workspace/src/external/s2/util/math/vector3-inl.h:425:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
425 | PROPAGATE_POD_FROM_TEMPLATE_ARGUMENT(Vector3);
| ^
/Users/admin/builder/spi-builder-workspace/src/external/s2/base/macros.h:181:30: note: expanded from macro 'PROPAGATE_POD_FROM_TEMPLATE_ARGUMENT'
181 | template <typename T> struct is_pod<TemplateName<T> > : std::is_trivial<T> { }; \
| ^
/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.
[2/429] Compiling s2geometry s2region.cc
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2polygon.cc:10:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2.h:29:
/Users/admin/builder/spi-builder-workspace/src/external/s2/util/math/vector3-inl.h:425:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
425 | PROPAGATE_POD_FROM_TEMPLATE_ARGUMENT(Vector3);
| ^
/Users/admin/builder/spi-builder-workspace/src/external/s2/base/macros.h:181:30: note: expanded from macro 'PROPAGATE_POD_FROM_TEMPLATE_ARGUMENT'
181 | template <typename T> struct is_pod<TemplateName<T> > : std::is_trivial<T> { }; \
| ^
/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/src/external/s2/s2polygon.cc:20:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2polygon.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2loop.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2edgeindex.h:22:
/Users/admin/builder/spi-builder-workspace/src/external/s2/s2cellid.h:318:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
318 | DECLARE_POD(S2CellId);
| ^
/Users/admin/builder/spi-builder-workspace/src/external/s2/base/macros.h:165:19: note: expanded from macro 'DECLARE_POD'
165 | template<> struct is_pod<TypeName> : true_type { }; \
| ^
/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/src/external/s2/s2polygon.cc:20:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2polygon.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2loop.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2edgeindex.h:23:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2edgeutil.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2latlngrect.h:14:
/Users/admin/builder/spi-builder-workspace/src/external/s2/s1angle.h:101:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
101 | DECLARE_POD(S1Angle);
| ^
/Users/admin/builder/spi-builder-workspace/src/external/s2/base/macros.h:165:19: note: expanded from macro 'DECLARE_POD'
165 | template<> struct is_pod<TypeName> : true_type { }; \
| ^
/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/src/external/s2/s2polygon.cc:20:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2polygon.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2loop.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2edgeindex.h:23:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2edgeutil.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2latlngrect.h:15:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/r1interval.h:21:
/Users/admin/builder/spi-builder-workspace/src/external/s2/util/math/vector2-inl.h:358:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
358 | PROPAGATE_POD_FROM_TEMPLATE_ARGUMENT(Vector2);
| ^
/Users/admin/builder/spi-builder-workspace/src/external/s2/base/macros.h:181:30: note: expanded from macro 'PROPAGATE_POD_FROM_TEMPLATE_ARGUMENT'
181 | template <typename T> struct is_pod<TemplateName<T> > : std::is_trivial<T> { }; \
| ^
/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/src/external/s2/s2polygon.cc:20:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2polygon.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2loop.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2edgeindex.h:23:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2edgeutil.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2latlngrect.h:15:
/Users/admin/builder/spi-builder-workspace/src/external/s2/r1interval.h:180:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
180 | DECLARE_POD(R1Interval);
| ^
/Users/admin/builder/spi-builder-workspace/src/external/s2/base/macros.h:165:19: note: expanded from macro 'DECLARE_POD'
165 | template<> struct is_pod<TypeName> : true_type { }; \
| ^
/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/src/external/s2/s2polygon.cc:20:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2polygon.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2loop.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2edgeindex.h:23:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2edgeutil.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2latlngrect.h:16:
/Users/admin/builder/spi-builder-workspace/src/external/s2/s1interval.h:189:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
189 | DECLARE_POD(S1Interval);
| ^
/Users/admin/builder/spi-builder-workspace/src/external/s2/base/macros.h:165:19: note: expanded from macro 'DECLARE_POD'
165 | template<> struct is_pod<TypeName> : true_type { }; \
| ^
/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/src/external/s2/s2polygon.cc:20:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2polygon.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2loop.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2edgeindex.h:23:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2edgeutil.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/src/external/s2/s2latlngrect.h:18:
/Users/admin/builder/spi-builder-workspace/src/external/s2/s2latlng.h:112:1: error: 'is_pod' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
112 | DECLARE_POD(S2LatLng);
| ^
/Users/admin/builder/spi-builder-workspace/src/external/s2/base/macros.h:165:19: note: expanded from macro 'DECLARE_POD'
165 | template<> struct is_pod<TypeName> : true_type { }; \
| ^
/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")]]
| ^
[2/429] Compiling s2geometry s2polygon.cc
BUILD FAILURE 6.3 macosSpm