The Swift Package Index logo.Swift Package Index

Build Information

Failed to build OpenRenderBox, reference main (7a963a), with Swift 6.1 for watchOS using Xcode 16.3 on 26 Mar 2026 08:25:38 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme OpenRenderBox-Package -destination generic/platform=watchOS

Build Log

   24 | typedef struct ORB_SWIFT_NAME(ORBPath.Callbacks.Flags) ORBPathCallbacksFlags {
      |                ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:7:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPath.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBBase.h:48:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBSwiftSupport.h:8:57: note: expanded from macro 'ORB_SWIFT_NAME'
    8 | #define ORB_SWIFT_NAME(_name) __attribute__((swift_name(#_name)))
      |                                                         ^
<scratch space>:23:1: note: expanded from here
   23 | "ORBPath.Callbacks.Flags"
      | ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:8:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:53:15: error: static assertion failed due to requirement 'sizeof(ORBPathCallbacks) == 88'
   53 | static_assert(sizeof(struct ORBPathCallbacks) == 0x58);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:53:47: note: expression evaluates to '48 == 88'
   53 | static_assert(sizeof(struct ORBPathCallbacks) == 0x58);
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:56:15: error: static assertion failed due to requirement '__builtin_offsetof(ORBPathCallbacks, release) == 16'
   56 | static_assert(offsetof(struct ORBPathCallbacks, release) == 0x10);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:7:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPath.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBBase.h:45:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:28:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/math.h:366:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__math/hypot.h:21:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/limits:581:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/type_traits:428:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__type_traits/aligned_storage.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__cstddef/size_t.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/stddef.h:35:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stddef.h:133:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
   16 | #define offsetof(t, d) __builtin_offsetof(t, d)
      |                        ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:8:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:56:58: note: expression evaluates to '12 == 16'
   56 | static_assert(offsetof(struct ORBPathCallbacks, release) == 0x10);
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:57:15: error: static assertion failed due to requirement '__builtin_offsetof(ORBPathCallbacks, apply) == 24'
   57 | static_assert(offsetof(struct ORBPathCallbacks, apply) == 0x18);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:7:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPath.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBBase.h:45:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:28:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/math.h:366:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__math/hypot.h:21:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/limits:581:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/type_traits:428:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__type_traits/aligned_storage.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__cstddef/size_t.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/stddef.h:35:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stddef.h:133:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
   16 | #define offsetof(t, d) __builtin_offsetof(t, d)
      |                        ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:8:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:57:56: note: expression evaluates to '16 == 24'
   57 | static_assert(offsetof(struct ORBPathCallbacks, apply) == 0x18);
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:58:15: error: static assertion failed due to requirement '__builtin_offsetof(ORBPathCallbacks, isEqual) == 32'
   58 | static_assert(offsetof(struct ORBPathCallbacks, isEqual) == 0x20);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:7:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPath.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBBase.h:45:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:28:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/math.h:366:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__math/hypot.h:21:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/limits:581:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/type_traits:428:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__type_traits/aligned_storage.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__cstddef/size_t.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/stddef.h:35:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stddef.h:133:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
   16 | #define offsetof(t, d) __builtin_offsetof(t, d)
      |                        ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:8:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:58:58: note: expression evaluates to '20 == 32'
   58 | static_assert(offsetof(struct ORBPathCallbacks, isEqual) == 0x20);
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:59:15: error: static assertion failed due to requirement '__builtin_offsetof(ORBPathCallbacks, isEmpty) == 40'
   59 | static_assert(offsetof(struct ORBPathCallbacks, isEmpty) == 0x28);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:7:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPath.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBBase.h:45:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:28:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/math.h:366:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__math/hypot.h:21:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/limits:581:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/type_traits:428:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__type_traits/aligned_storage.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__cstddef/size_t.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/stddef.h:35:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stddef.h:133:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
   16 | #define offsetof(t, d) __builtin_offsetof(t, d)
      |                        ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:8:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:59:58: note: expression evaluates to '24 == 40'
   59 | static_assert(offsetof(struct ORBPathCallbacks, isEmpty) == 0x28);
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:60:15: error: static assertion failed due to requirement '__builtin_offsetof(ORBPathCallbacks, isSingleElement) == 48'
   60 | static_assert(offsetof(struct ORBPathCallbacks, isSingleElement) == 0x30);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:7:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPath.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBBase.h:45:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:28:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/math.h:366:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__math/hypot.h:21:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/limits:581:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/type_traits:428:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__type_traits/aligned_storage.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__cstddef/size_t.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/stddef.h:35:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stddef.h:133:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
   16 | #define offsetof(t, d) __builtin_offsetof(t, d)
      |                        ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:8:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:60:66: note: expression evaluates to '28 == 48'
   60 | static_assert(offsetof(struct ORBPathCallbacks, isSingleElement) == 0x30);
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:61:15: error: static assertion failed due to requirement '__builtin_offsetof(ORBPathCallbacks, bezierOrder) == 56'
   61 | static_assert(offsetof(struct ORBPathCallbacks, bezierOrder) == 0x38);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:7:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPath.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBBase.h:45:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:28:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/math.h:366:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__math/hypot.h:21:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/limits:581:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/type_traits:428:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__type_traits/aligned_storage.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__cstddef/size_t.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/stddef.h:35:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stddef.h:133:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
   16 | #define offsetof(t, d) __builtin_offsetof(t, d)
      |                        ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:8:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:61:62: note: expression evaluates to '32 == 56'
   61 | static_assert(offsetof(struct ORBPathCallbacks, bezierOrder) == 0x38);
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:62:15: error: static assertion failed due to requirement '__builtin_offsetof(ORBPathCallbacks, boundingRect) == 64'
   62 | static_assert(offsetof(struct ORBPathCallbacks, boundingRect) == 0x40);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:7:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPath.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBBase.h:45:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:28:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/math.h:366:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__math/hypot.h:21:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/limits:581:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/type_traits:428:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__type_traits/aligned_storage.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__cstddef/size_t.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/stddef.h:35:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stddef.h:133:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
   16 | #define offsetof(t, d) __builtin_offsetof(t, d)
      |                        ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:8:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:62:63: note: expression evaluates to '36 == 64'
   62 | static_assert(offsetof(struct ORBPathCallbacks, boundingRect) == 0x40);
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:63:15: error: static assertion failed due to requirement '__builtin_offsetof(ORBPathCallbacks, cgPath) == 72'
   63 | static_assert(offsetof(struct ORBPathCallbacks, cgPath) == 0x48);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:7:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPath.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBBase.h:45:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:28:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/math.h:366:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__math/hypot.h:21:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/limits:581:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/type_traits:428:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__type_traits/aligned_storage.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__cstddef/size_t.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/stddef.h:35:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stddef.h:133:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
   16 | #define offsetof(t, d) __builtin_offsetof(t, d)
      |                        ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:8:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:63:57: note: expression evaluates to '40 == 72'
   63 | static_assert(offsetof(struct ORBPathCallbacks, cgPath) == 0x48);
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:64:15: error: static assertion failed due to requirement '__builtin_offsetof(ORBPathCallbacks, next) == 80'
   64 | static_assert(offsetof(struct ORBPathCallbacks, next) == 0x50);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:7:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPath.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBBase.h:45:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:28:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/math.h:366:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__math/hypot.h:21:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/limits:581:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/type_traits:428:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__type_traits/aligned_storage.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__cstddef/size_t.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/stddef.h:35:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stddef.h:133:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
   16 | #define offsetof(t, d) __builtin_offsetof(t, d)
      |                        ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:8:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:64:55: note: expression evaluates to '44 == 80'
   64 | static_assert(offsetof(struct ORBPathCallbacks, next) == 0x50);
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:88:15: error: static assertion failed due to requirement 'sizeof(ORBPathCallbacksExtended) == 88'
   88 | static_assert(sizeof(struct ORBPathCallbacksExtended) == 0x58);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:88:55: note: expression evaluates to '48 == 88'
   88 | static_assert(sizeof(struct ORBPathCallbacksExtended) == 0x58);
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:91:15: error: static assertion failed due to requirement '__builtin_offsetof(ORBPathCallbacksExtended, release) == 16'
   91 | static_assert(offsetof(struct ORBPathCallbacksExtended, release) == 0x10);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:7:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPath.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBBase.h:45:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:28:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/math.h:366:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__math/hypot.h:21:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/limits:581:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/type_traits:428:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__type_traits/aligned_storage.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__cstddef/size_t.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/stddef.h:35:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stddef.h:133:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
   16 | #define offsetof(t, d) __builtin_offsetof(t, d)
      |                        ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:8:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:91:66: note: expression evaluates to '12 == 16'
   91 | static_assert(offsetof(struct ORBPathCallbacksExtended, release) == 0x10);
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:92:15: error: static assertion failed due to requirement '__builtin_offsetof(ORBPathCallbacksExtended, apply) == 24'
   92 | static_assert(offsetof(struct ORBPathCallbacksExtended, apply) == 0x18);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:7:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPath.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBBase.h:45:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:28:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/math.h:366:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__math/hypot.h:21:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/limits:581:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/type_traits:428:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__type_traits/aligned_storage.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__cstddef/size_t.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/stddef.h:35:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stddef.h:133:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
   16 | #define offsetof(t, d) __builtin_offsetof(t, d)
      |                        ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:8:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:92:64: note: expression evaluates to '16 == 24'
   92 | static_assert(offsetof(struct ORBPathCallbacksExtended, apply) == 0x18);
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:93:15: error: static assertion failed due to requirement '__builtin_offsetof(ORBPathCallbacksExtended, isEqual) == 32'
   93 | static_assert(offsetof(struct ORBPathCallbacksExtended, isEqual) == 0x20);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:7:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPath.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBBase.h:45:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:28:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/math.h:366:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__math/hypot.h:21:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/limits:581:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/type_traits:428:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__type_traits/aligned_storage.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__cstddef/size_t.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/stddef.h:35:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stddef.h:133:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
   16 | #define offsetof(t, d) __builtin_offsetof(t, d)
      |                        ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:8:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:93:66: note: expression evaluates to '20 == 32'
   93 | static_assert(offsetof(struct ORBPathCallbacksExtended, isEqual) == 0x20);
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:94:15: error: static assertion failed due to requirement '__builtin_offsetof(ORBPathCallbacksExtended, isEmpty) == 40'
   94 | static_assert(offsetof(struct ORBPathCallbacksExtended, isEmpty) == 0x28);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:7:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPath.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBBase.h:45:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:28:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/math.h:366:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__math/hypot.h:21:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/limits:581:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/type_traits:428:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__type_traits/aligned_storage.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__cstddef/size_t.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/stddef.h:35:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stddef.h:133:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
   16 | #define offsetof(t, d) __builtin_offsetof(t, d)
      |                        ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:8:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:94:66: note: expression evaluates to '24 == 40'
   94 | static_assert(offsetof(struct ORBPathCallbacksExtended, isEmpty) == 0x28);
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:95:15: error: static assertion failed due to requirement '__builtin_offsetof(ORBPathCallbacksExtended, isSingleElement) == 48'
   95 | static_assert(offsetof(struct ORBPathCallbacksExtended, isSingleElement) == 0x30);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:7:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPath.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBBase.h:45:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:28:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/math.h:366:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__math/hypot.h:21:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/limits:581:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/type_traits:428:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__type_traits/aligned_storage.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__cstddef/size_t.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/s
tddef.h:35:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stddef.h:133:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
   16 | #define offsetof(t, d) __builtin_offsetof(t, d)
      |                        ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:8:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:95:74: note: expression evaluates to '28 == 48'
   95 | static_assert(offsetof(struct ORBPathCallbacksExtended, isSingleElement) == 0x30);
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:96:15: error: static assertion failed due to requirement '__builtin_offsetof(ORBPathCallbacksExtended, bezierOrder) == 56'
   96 | static_assert(offsetof(struct ORBPathCallbacksExtended, bezierOrder) == 0x38);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:7:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPath.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBBase.h:45:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:28:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/math.h:366:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__math/hypot.h:21:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/limits:581:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/type_traits:428:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__type_traits/aligned_storage.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__cstddef/size_t.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/stddef.h:35:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stddef.h:133:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
   16 | #define offsetof(t, d) __builtin_offsetof(t, d)
      |                        ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:8:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:96:70: note: expression evaluates to '32 == 56'
   96 | static_assert(offsetof(struct ORBPathCallbacksExtended, bezierOrder) == 0x38);
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:97:15: error: static assertion failed due to requirement '__builtin_offsetof(ORBPathCallbacksExtended, boundingRect) == 64'
   97 | static_assert(offsetof(struct ORBPathCallbacksExtended, boundingRect) == 0x40);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:7:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPath.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBBase.h:45:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:28:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/math.h:366:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__math/hypot.h:21:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/limits:581:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/type_traits:428:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__type_traits/aligned_storage.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__cstddef/size_t.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/stddef.h:35:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stddef.h:133:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
   16 | #define offsetof(t, d) __builtin_offsetof(t, d)
      |                        ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:8:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:97:71: note: expression evaluates to '36 == 64'
   97 | static_assert(offsetof(struct ORBPathCallbacksExtended, boundingRect) == 0x40);
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:98:15: error: static assertion failed due to requirement '__builtin_offsetof(ORBPathCallbacksExtended, cgPath) == 72'
   98 | static_assert(offsetof(struct ORBPathCallbacksExtended, cgPath) == 0x48);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:7:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPath.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBBase.h:45:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:28:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/math.h:366:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__math/hypot.h:21:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/limits:581:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/type_traits:428:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__type_traits/aligned_storage.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__cstddef/size_t.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/stddef.h:35:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stddef.h:133:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
   16 | #define offsetof(t, d) __builtin_offsetof(t, d)
      |                        ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:8:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:98:65: note: expression evaluates to '40 == 72'
   98 | static_assert(offsetof(struct ORBPathCallbacksExtended, cgPath) == 0x48);
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
fatal error: too many errors emitted, stopping now [-ferror-limit=]
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-watchos/OpenRenderBoxCxx.build/Objects-normal/armv7k/ORBDevice.o /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Device/ORBDevice.mm normal armv7k objective-c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'OpenRenderBoxCxx' from project 'OpenRenderBox')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-watchos/OpenRenderBoxCxx.build/Objects-normal/armv7k/af3fcb34312c57c0f52879cdce924b91-common-args.resp

    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-watchos/OpenRenderBoxCxx.build/Objects-normal/armv7k/af3fcb34312c57c0f52879cdce924b91-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-watchos/OpenRenderBoxCxx.build/Objects-normal/armv7k/ORBDevice.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-watchos/OpenRenderBoxCxx.build/Objects-normal/armv7k/ORBDevice.dia -c /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Device/ORBDevice.mm -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-watchos/OpenRenderBoxCxx.build/Objects-normal/armv7k/ORBDevice.o -index-unit-output-path /OpenRenderBox.build/Debug-watchos/OpenRenderBoxCxx.build/Objects-normal/armv7k/ORBDevice.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-watchos/OpenRenderBoxCxx.build/Objects-normal/armv7k/ORBColor.o /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Color/ORBColor.cpp normal armv7k c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'OpenRenderBoxCxx' from project 'OpenRenderBox')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-watchos/OpenRenderBoxCxx.build/Objects-normal/armv7k/82b82416624d2658e5098eb0a28c15c5-common-args.resp

    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-watchos/OpenRenderBoxCxx.build/Objects-normal/armv7k/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-watchos/OpenRenderBoxCxx.build/Objects-normal/armv7k/ORBColor.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-watchos/OpenRenderBoxCxx.build/Objects-normal/armv7k/ORBColor.dia -c /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Color/ORBColor.cpp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-watchos/OpenRenderBoxCxx.build/Objects-normal/armv7k/ORBColor.o -index-unit-output-path /OpenRenderBox.build/Debug-watchos/OpenRenderBoxCxx.build/Objects-normal/armv7k/ORBColor.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-watchos/OpenRenderBoxCxx.build/Objects-normal/armv7k/NestedCallbacks.o /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/NestedCallbacks.cpp normal armv7k c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'OpenRenderBoxCxx' from project 'OpenRenderBox')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-watchos/OpenRenderBoxCxx.build/Objects-normal/armv7k/82b82416624d2658e5098eb0a28c15c5-common-args.resp

    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-watchos/OpenRenderBoxCxx.build/Objects-normal/armv7k/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-watchos/OpenRenderBoxCxx.build/Objects-normal/armv7k/NestedCallbacks.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-watchos/OpenRenderBoxCxx.build/Objects-normal/armv7k/NestedCallbacks.dia -c /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/NestedCallbacks.cpp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-watchos/OpenRenderBoxCxx.build/Objects-normal/armv7k/NestedCallbacks.o -index-unit-output-path /OpenRenderBox.build/Debug-watchos/OpenRenderBoxCxx.build/Objects-normal/armv7k/NestedCallbacks.o
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/NestedCallbacks.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxCxx/Path/NestedCallbacks.hpp:10:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:24:16: warning: 'swift_name' attribute has invalid identifier for the base name [-Wswift-name-attribute]
   24 | typedef struct ORB_SWIFT_NAME(ORBPath.Callbacks.Flags) ORBPathCallbacksFlags {
      |                ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/NestedCallbacks.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxCxx/Path/NestedCallbacks.hpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBBase.h:48:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBSwiftSupport.h:8:57: note: expanded from macro 'ORB_SWIFT_NAME'
    8 | #define ORB_SWIFT_NAME(_name) __attribute__((swift_name(#_name)))
      |                                                         ^
<scratch space>:23:1: note: expanded from here
   23 | "ORBPath.Callbacks.Flags"
      | ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/NestedCallbacks.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxCxx/Path/NestedCallbacks.hpp:10:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:53:15: error: static assertion failed due to requirement 'sizeof(ORBPathCallbacks) == 88'
   53 | static_assert(sizeof(struct ORBPathCallbacks) == 0x58);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:53:47: note: expression evaluates to '48 == 88'
   53 | static_assert(sizeof(struct ORBPathCallbacks) == 0x58);
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:56:15: error: static assertion failed due to requirement '__builtin_offsetof(ORBPathCallbacks, release) == 16'
   56 | static_assert(offsetof(struct ORBPathCallbacks, release) == 0x10);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/NestedCallbacks.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxCxx/Path/NestedCallbacks.hpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBBase.h:45:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:28:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/math.h:366:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__math/hypot.h:21:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/limits:581:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/type_traits:428:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__type_traits/aligned_storage.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__cstddef/size_t.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/stddef.h:35:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stddef.h:133:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
   16 | #define offsetof(t, d) __builtin_offsetof(t, d)
      |                        ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/NestedCallbacks.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxCxx/Path/NestedCallbacks.hpp:10:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:56:58: note: expression evaluates to '12 == 16'
   56 | static_assert(offsetof(struct ORBPathCallbacks, release) == 0x10);
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:57:15: error: static assertion failed due to requirement '__builtin_offsetof(ORBPathCallbacks, apply) == 24'
   57 | static_assert(offsetof(struct ORBPathCallbacks, apply) == 0x18);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/NestedCallbacks.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxCxx/Path/NestedCallbacks.hpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBBase.h:45:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:28:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/math.h:366:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__math/hypot.h:21:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/limits:581:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/type_traits:428:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__type_traits/aligned_storage.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__cstddef/size_t.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/stddef.h:35:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stddef.h:133:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
   16 | #define offsetof(t, d) __builtin_offsetof(t, d)
      |                        ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/NestedCallbacks.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxCxx/Path/NestedCallbacks.hpp:10:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:57:56: note: expression evaluates to '16 == 24'
   57 | static_assert(offsetof(struct ORBPathCallbacks, apply) == 0x18);
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:58:15: error: static assertion failed due to requirement '__builtin_offsetof(ORBPathCallbacks, isEqual) == 32'
   58 | static_assert(offsetof(struct ORBPathCallbacks, isEqual) == 0x20);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/NestedCallbacks.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxCxx/Path/NestedCallbacks.hpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBBase.h:45:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:28:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/math.h:366:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__math/hypot.h:21:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/limits:581:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/type_traits:428:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__type_traits/aligned_storage.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__cstddef/size_t.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/stddef.h:35:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stddef.h:133:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
   16 | #define offsetof(t, d) __builtin_offsetof(t, d)
      |                        ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/NestedCallbacks.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxCxx/Path/NestedCallbacks.hpp:10:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:58:58: note: expression evaluates to '20 == 32'
   58 | static_assert(offsetof(struct ORBPathCallbacks, isEqual) == 0x20);
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:59:15: error: static assertion failed due to requirement '__builtin_offsetof(ORBPathCallbacks, isEmpty) == 40'
   59 | static_assert(offsetof(struct ORBPathCallbacks, isEmpty) == 0x28);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/NestedCallbacks.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxCxx/Path/NestedCallbacks.hpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBBase.h:45:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:28:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/math.h:366:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__math/hypot.h:21:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/limits:581:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/type_traits:428:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__type_traits/aligned_storage.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__cstddef/size_t.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/stddef.h:35:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stddef.h:133:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
   16 | #define offsetof(t, d) __builtin_offsetof(t, d)
      |                        ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/NestedCallbacks.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxCxx/Path/NestedCallbacks.hpp:10:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:59:58: note: expression evaluates to '24 == 40'
   59 | static_assert(offsetof(struct ORBPathCallbacks, isEmpty) == 0x28);
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:60:15: error: static assertion failed due to requirement '__builtin_offsetof(ORBPathCallbacks, isSingleElement) == 48'
   60 | static_assert(offsetof(struct ORBPathCallbacks, isSingleElement) == 0x30);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/NestedCallbacks.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxCxx/Path/NestedCallbacks.hpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBBase.h:45:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:28:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/math.h:366:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__math/hypot.h:21:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/limits:581:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/type_traits:428:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__type_traits/aligned_storage.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__cstddef/size_t.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/stddef.h:35:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stddef.h:133:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
   16 | #define offsetof(t, d) __builtin_offsetof(t, d)
      |                        ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/NestedCallbacks.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxCxx/Path/NestedCallbacks.hpp:10:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:60:66: note: expression evaluates to '28 == 48'
   60 | static_assert(offsetof(struct ORBPathCallbacks, isSingleElement) == 0x30);
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:61:15: error: static assertion failed due to requirement '__builtin_offsetof(ORBPathCallbacks, bezierOrder) == 56'
   61 | static_assert(offsetof(struct ORBPathCallbacks, bezierOrder) == 0x38);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/NestedCallbacks.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxCxx/Path/NestedCallbacks.hpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBBase.h:45:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:28:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/math.h:366:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__math/hypot.h:21:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/limits:581:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/type_traits:428:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__type_traits/aligned_storage.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__cstddef/size_t.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/stddef.h:35:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stddef.h:133:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
   16 | #define offsetof(t, d) __builtin_offsetof(t, d)
      |                        ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/NestedCallbacks.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxCxx/Path/NestedCallbacks.hpp:10:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:61:62: note: expression evaluates to '32 == 56'
   61 | static_assert(offsetof(struct ORBPathCallbacks, bezierOrder) == 0x38);
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:62:15: error: static assertion failed due to requirement '__builtin_offsetof(ORBPathCallbacks, boundingRect) == 64'
   62 | static_assert(offsetof(struct ORBPathCallbacks, boundingRect) == 0x40);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/NestedCallbacks.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxCxx/Path/NestedCallbacks.hpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBBase.h:45:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:28:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/math.h:366:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__math/hypot.h:21:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/limits:581:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/type_traits:428:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__type_traits/aligned_storage.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__cstddef/size_t.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/stddef.h:35:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stddef.h:133:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
   16 | #define offsetof(t, d) __builtin_offsetof(t, d)
      |                        ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/NestedCallbacks.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxCxx/Path/NestedCallbacks.hpp:10:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:62:63: note: expression evaluates to '36 == 64'
   62 | static_assert(offsetof(struct ORBPathCallbacks, boundingRect) == 0x40);
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:63:15: error: static assertion failed due to requirement '__builtin_offsetof(ORBPathCallbacks, cgPath) == 72'
   63 | static_assert(offsetof(struct ORBPathCallbacks, cgPath) == 0x48);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/NestedCallbacks.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxCxx/Path/NestedCallbacks.hpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBBase.h:45:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:28:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/math.h:366:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__math/hypot.h:21:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/limits:581:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/type_traits:428:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__type_traits/aligned_storage.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__cstddef/size_t.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/stddef.h:35:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stddef.h:133:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
   16 | #define offsetof(t, d) __builtin_offsetof(t, d)
      |                        ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/NestedCallbacks.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxCxx/Path/NestedCallbacks.hpp:10:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:63:57: note: expression evaluates to '40 == 72'
   63 | static_assert(offsetof(struct ORBPathCallbacks, cgPath) == 0x48);
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:64:15: error: static assertion failed due to requirement '__builtin_offsetof(ORBPathCallbacks, next) == 80'
   64 | static_assert(offsetof(struct ORBPathCallbacks, next) == 0x50);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/NestedCallbacks.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxCxx/Path/NestedCallbacks.hpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBBase.h:45:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:28:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/math.h:366:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__math/hypot.h:21:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/limits:581:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/type_traits:428:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__type_traits/aligned_storage.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__cstddef/size_t.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/stddef.h:35:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stddef.h:133:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
   16 | #define offsetof(t, d) __builtin_offsetof(t, d)
      |                        ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/NestedCallbacks.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxCxx/Path/NestedCallbacks.hpp:10:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:64:55: note: expression evaluates to '44 == 80'
   64 | static_assert(offsetof(struct ORBPathCallbacks, next) == 0x50);
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:88:15: error: static assertion failed due to requirement 'sizeof(ORBPathCallbacksExtended) == 88'
   88 | static_assert(sizeof(struct ORBPathCallbacksExtended) == 0x58);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:88:55: note: expression evaluates to '48 == 88'
   88 | static_assert(sizeof(struct ORBPathCallbacksExtended) == 0x58);
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:91:15: error: static assertion failed due to requirement '__builtin_offsetof(ORBPathCallbacksExtended, release) == 16'
   91 | static_assert(offsetof(struct ORBPathCallbacksExtended, release) == 0x10);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/NestedCallbacks.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxCxx/Path/NestedCallbacks.hpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBBase.h:45:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:28:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/math.h:366:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__math/hypot.h:21:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/limits:581:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/type_traits:428:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__type_traits/aligned_storage.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__cstddef/size_t.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/stddef.h:35:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stddef.h:133:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
   16 | #define offsetof(t, d) __builtin_offsetof(t, d)
      |                        ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/NestedCallbacks.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxCxx/Path/NestedCallbacks.hpp:10:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:91:66: note: expression evaluates to '12 == 16'
   91 | static_assert(offsetof(struct ORBPathCallbacksExtended, release) == 0x10);
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:92:15: error: static assertion failed due to requirement '__builtin_offsetof(ORBPathCallbacksExtended, apply) == 24'
   92 | static_assert(offsetof(struct ORBPathCallbacksExtended, apply) == 0x18);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/NestedCallbacks.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxCxx/Path/NestedCallbacks.hpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBBase.h:45:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:28:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/math.h:366:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__math/hypot.h:21:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/limits:581:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/type_traits:428:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__type_traits/aligned_storage.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__cstddef/size_t.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/stddef.h:35:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stddef.h:133:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
   16 | #define offsetof(t, d) __builtin_offsetof(t, d)
      |                        ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/NestedCallbacks.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxCxx/Path/NestedCallbacks.hpp:10:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:92:64: note: expression evaluates to '16 == 24'
   92 | static_assert(offsetof(struct ORBPathCallbacksExtended, apply) == 0x18);
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:93:15: error: static assertion failed due to requirement '__builtin_offsetof(ORBPathCallbacksExtended, isEqual) == 32'
   93 | static_assert(offsetof(struct ORBPathCallbacksExtended, isEqual) == 0x20);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/NestedCallbacks.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxCxx/Path/NestedCallbacks.hpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBBase.h:45:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:28:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/math.h:366:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__math/hypot.h:21:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/limits:581:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/type_traits:428:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__type_traits/aligned_storage.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__cstddef/size_t.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/stddef.h:35:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stddef.h:133:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
   16 | #define offsetof(t, d) __builtin_offsetof(t, d)
      |                        ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/NestedCallbacks.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxCxx/Path/NestedCallbacks.hpp:10:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:93:66: note: expression evaluates to '20 == 32'
   93 | static_assert(offsetof(struct ORBPathCallbacksExtended, isEqual) == 0x20);
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:94:15: error: static assertion failed due to requirement '__builtin_offsetof(ORBPathCallbacksExtended, isEmpty) == 40'
   94 | static_assert(offsetof(struct ORBPathCallbacksExtended, isEmpty) == 0x28);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/NestedCallbacks.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxCxx/Path/NestedCallbacks.hpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBBase.h:45:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:28:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/math.h:366:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__math/hypot.h:21:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/limits:581:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/type_traits:428:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__type_traits/aligned_storage.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__cstddef/size_t.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/stddef.h:35:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stddef.h:133:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
   16 | #define offsetof(t, d) __builtin_offsetof(t, d)
      |                        ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/NestedCallbacks.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxCxx/Path/NestedCallbacks.hpp:10:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:94:66: note: expression evaluates to '24 == 40'
   94 | static_assert(offsetof(struct ORBPathCallbacksExtended, isEmpty) == 0x28);
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:95:15: error: static assertion failed due to requirement '__builtin_offsetof(ORBPathCallbacksExtended, isSingleElement) == 48'
   95 | static_assert(offsetof(struct ORBPathCallbacksExtended, isSingleElement) == 0x30);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/NestedCallbacks.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxCxx/Path/NestedCallbacks.hpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBBase.h:45:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:28:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/math.h:366:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__math/hypot.h:21:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/limits:581:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/type_traits:428:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__type_traits/aligned_storage.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__cstddef/size_t.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/stddef.h:35:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stddef.h:133:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
   16 | #define offsetof(t, d) __builtin_offsetof(t, d)
      |                        ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/NestedCallbacks.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxCxx/Path/NestedCallbacks.hpp:10:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:95:74: note: expression evaluates to '28 == 48'
   95 | static_assert(offsetof(struct ORBPathCallbacksExtended, isSingleElement) == 0x30);
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:96:15: error: static assertion failed due to requirement '__builtin_offsetof(ORBPathCallbacksExtended, bezierOrder) == 56'
   96 | static_assert(offsetof(struct ORBPathCallbacksExtended, bezierOrder) == 0x38);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/NestedCallbacks.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxCxx/Path/NestedCallbacks.hpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBBase.h:45:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:28:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/math.h:366:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__math/hypot.h:21:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/limits:581:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/type_traits:428:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__type_traits/aligned_storage.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__cstddef/size_t.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/stddef.h:35:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stddef.h:133:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
   16 | #define offsetof(t, d) __builtin_offsetof(t, d)
      |                        ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/NestedCallbacks.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxCxx/Path/NestedCallbacks.hpp:10:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:96:70: note: expression evaluates to '32 == 56'
   96 | static_assert(offsetof(struct ORBPathCallbacksExtended, bezierOrder) == 0x38);
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:97:15: error: static assertion failed due to requirement '__builtin_offsetof(ORBPathCallbacksExtended, boundingRect) == 64'
   97 | static_assert(offsetof(struct ORBPathCallbacksExtended, boundingRect) == 0x40);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/NestedCallbacks.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxCxx/Path/NestedCallbacks.hpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBBase.h:45:
In file included from /Applications/Xcod
e-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:28:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/math.h:366:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__math/hypot.h:21:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/limits:581:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/type_traits:428:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__type_traits/aligned_storage.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__cstddef/size_t.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/stddef.h:35:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stddef.h:133:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
   16 | #define offsetof(t, d) __builtin_offsetof(t, d)
      |                        ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/NestedCallbacks.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxCxx/Path/NestedCallbacks.hpp:10:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:97:71: note: expression evaluates to '36 == 64'
   97 | static_assert(offsetof(struct ORBPathCallbacksExtended, boundingRect) == 0x40);
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:98:15: error: static assertion failed due to requirement '__builtin_offsetof(ORBPathCallbacksExtended, cgPath) == 72'
   98 | static_assert(offsetof(struct ORBPathCallbacksExtended, cgPath) == 0x48);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/NestedCallbacks.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxCxx/Path/NestedCallbacks.hpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBBase.h:45:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:28:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/math.h:366:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__math/hypot.h:21:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/limits:581:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/type_traits:428:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__type_traits/aligned_storage.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__cstddef/size_t.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/stddef.h:35:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stddef.h:133:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
   16 | #define offsetof(t, d) __builtin_offsetof(t, d)
      |                        ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/NestedCallbacks.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxCxx/Path/NestedCallbacks.hpp:10:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:98:65: note: expression evaluates to '40 == 72'
   98 | static_assert(offsetof(struct ORBPathCallbacksExtended, cgPath) == 0x48);
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
fatal error: too many errors emitted, stopping now [-ferror-limit=]
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-watchos/OpenRenderBoxCxx.build/Objects-normal/armv7k/ColorSpace.o /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Color/ColorSpace.cpp normal armv7k c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'OpenRenderBoxCxx' from project 'OpenRenderBox')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-watchos/OpenRenderBoxCxx.build/Objects-normal/armv7k/82b82416624d2658e5098eb0a28c15c5-common-args.resp

    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-watchos/OpenRenderBoxCxx.build/Objects-normal/armv7k/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-watchos/OpenRenderBoxCxx.build/Objects-normal/armv7k/ColorSpace.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-watchos/OpenRenderBoxCxx.build/Objects-normal/armv7k/ColorSpace.dia -c /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Color/ColorSpace.cpp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-watchos/OpenRenderBoxCxx.build/Objects-normal/armv7k/ColorSpace.o -index-unit-output-path /OpenRenderBox.build/Debug-watchos/OpenRenderBoxCxx.build/Objects-normal/armv7k/ColorSpace.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-watchos/OpenRenderBoxCxx.build/Objects-normal/arm64_32/Storage.o /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp normal arm64_32 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'OpenRenderBoxCxx' from project 'OpenRenderBox')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-watchos/OpenRenderBoxCxx.build/Objects-normal/arm64_32/82b82416624d2658e5098eb0a28c15c5-common-args.resp

    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-watchos/OpenRenderBoxCxx.build/Objects-normal/arm64_32/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-watchos/OpenRenderBoxCxx.build/Objects-normal/arm64_32/Storage.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-watchos/OpenRenderBoxCxx.build/Objects-normal/arm64_32/Storage.dia -c /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-watchos/OpenRenderBoxCxx.build/Objects-normal/arm64_32/Storage.o -index-unit-output-path /OpenRenderBox.build/Debug-watchos/OpenRenderBoxCxx.build/Objects-normal/arm64_32/Storage.o
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:8:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:24:16: warning: 'swift_name' attribute has invalid identifier for the base name [-Wswift-name-attribute]
   24 | typedef struct ORB_SWIFT_NAME(ORBPath.Callbacks.Flags) ORBPathCallbacksFlags {
      |                ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:7:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPath.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBBase.h:48:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBSwiftSupport.h:8:57: note: expanded from macro 'ORB_SWIFT_NAME'
    8 | #define ORB_SWIFT_NAME(_name) __attribute__((swift_name(#_name)))
      |                                                         ^
<scratch space>:23:1: note: expanded from here
   23 | "ORBPath.Callbacks.Flags"
      | ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:8:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:53:15: error: static assertion failed due to requirement 'sizeof(ORBPathCallbacks) == 88'
   53 | static_assert(sizeof(struct ORBPathCallbacks) == 0x58);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:53:47: note: expression evaluates to '48 == 88'
   53 | static_assert(sizeof(struct ORBPathCallbacks) == 0x58);
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:56:15: error: static assertion failed due to requirement '__builtin_offsetof(ORBPathCallbacks, release) == 16'
   56 | static_assert(offsetof(struct ORBPathCallbacks, release) == 0x10);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:7:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPath.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBBase.h:45:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:28:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/math.h:366:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__math/hypot.h:21:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/limits:581:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/type_traits:428:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__type_traits/aligned_storage.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__cstddef/size_t.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/stddef.h:35:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stddef.h:133:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
   16 | #define offsetof(t, d) __builtin_offsetof(t, d)
      |                        ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:8:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:56:58: note: expression evaluates to '12 == 16'
   56 | static_assert(offsetof(struct ORBPathCallbacks, release) == 0x10);
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:57:15: error: static assertion failed due to requirement '__builtin_offsetof(ORBPathCallbacks, apply) == 24'
   57 | static_assert(offsetof(struct ORBPathCallbacks, apply) == 0x18);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:7:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPath.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBBase.h:45:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:28:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/math.h:366:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__math/hypot.h:21:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/limits:581:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/type_traits:428:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__type_traits/aligned_storage.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__cstddef/size_t.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/stddef.h:35:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stddef.h:133:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
   16 | #define offsetof(t, d) __builtin_offsetof(t, d)
      |                        ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:8:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:57:56: note: expression evaluates to '16 == 24'
   57 | static_assert(offsetof(struct ORBPathCallbacks, apply) == 0x18);
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:58:15: error: static assertion failed due to requirement '__builtin_offsetof(ORBPathCallbacks, isEqual) == 32'
   58 | static_assert(offsetof(struct ORBPathCallbacks, isEqual) == 0x20);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:7:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPath.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBBase.h:45:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:28:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/math.h:366:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__math/hypot.h:21:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/limits:581:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/type_traits:428:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__type_traits/aligned_storage.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__cstddef/size_t.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/stddef.h:35:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stddef.h:133:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
   16 | #define offsetof(t, d) __builtin_offsetof(t, d)
      |                        ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:8:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:58:58: note: expression evaluates to '20 == 32'
   58 | static_assert(offsetof(struct ORBPathCallbacks, isEqual) == 0x20);
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:59:15: error: static assertion failed due to requirement '__builtin_offsetof(ORBPathCallbacks, isEmpty) == 40'
   59 | static_assert(offsetof(struct ORBPathCallbacks, isEmpty) == 0x28);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:7:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPath.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBBase.h:45:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:28:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/math.h:366:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__math/hypot.h:21:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/limits:581:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/type_traits:428:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__type_traits/aligned_storage.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__cstddef/size_t.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/stddef.h:35:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stddef.h:133:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
   16 | #define offsetof(t, d) __builtin_offsetof(t, d)
      |                        ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:8:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:59:58: note: expression evaluates to '24 == 40'
   59 | static_assert(offsetof(struct ORBPathCallbacks, isEmpty) == 0x28);
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:60:15: error: static assertion failed due to requirement '__builtin_offsetof(ORBPathCallbacks, isSingleElement) == 48'
   60 | static_assert(offsetof(struct ORBPathCallbacks, isSingleElement) == 0x30);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:7:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPath.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBBase.h:45:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:28:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/math.h:366:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__math/hypot.h:21:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/limits:581:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/type_traits:428:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__type_traits/aligned_storage.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__cstddef/size_t.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/stddef.h:35:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stddef.h:133:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
   16 | #define offsetof(t, d) __builtin_offsetof(t, d)
      |                        ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:8:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:60:66: note: expression evaluates to '28 == 48'
   60 | static_assert(offsetof(struct ORBPathCallbacks, isSingleElement) == 0x30);
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:61:15: error: static assertion failed due to requirement '__builtin_offsetof(ORBPathCallbacks, bezierOrder) == 56'
   61 | static_assert(offsetof(struct ORBPathCallbacks, bezierOrder) == 0x38);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:7:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPath.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBBase.h:45:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:28:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/math.h:366:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__math/hypot.h:21:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/limits:581:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/type_traits:428:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__type_traits/aligned_storage.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__cstddef/size_t.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/stddef.h:35:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stddef.h:133:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
   16 | #define offsetof(t, d) __builtin_offsetof(t, d)
      |                        ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:8:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:61:62: note: expression evaluates to '32 == 56'
   61 | static_assert(offsetof(struct ORBPathCallbacks, bezierOrder) == 0x38);
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:62:15: error: static assertion failed due to requirement '__builtin_offsetof(ORBPathCallbacks, boundingRect) == 64'
   62 | static_assert(offsetof(struct ORBPathCallbacks, boundingRect) == 0x40);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:7:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPath.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBBase.h:45:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:28:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/math.h:366:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__math/hypot.h:21:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/limits:581:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/type_traits:428:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__type_traits/aligned_storage.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__cstddef/size_t.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/stddef.h:35:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stddef.h:133:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
   16 | #define offsetof(t, d) __builtin_offsetof(t, d)
      |                        ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:8:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:62:63: note: expression evaluates to '36 == 64'
   62 | static_assert(offsetof(struct ORBPathCallbacks, boundingRect) == 0x40);
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:63:15: error: static assertion failed due to requirement '__builtin_offsetof(ORBPathCallbacks, cgPath) == 72'
   63 | static_assert(offsetof(struct ORBPathCallbacks, cgPath) == 0x48);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:7:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPath.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBBase.h:45:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:28:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/math.h:366:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__math/hypot.h:21:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/limits:581:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/type_traits:428:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__type_traits/aligned_storage.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__cstddef/size_t.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/stddef.h:35:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stddef.h:133:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
   16 | #define offsetof(t, d) __builtin_offsetof(t, d)
      |                        ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:8:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:63:57: note: expression evaluates to '40 == 72'
   63 | static_assert(offsetof(struct ORBPathCallbacks, cgPath) == 0x48);
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:64:15: error: static assertion failed due to requirement '__builtin_offsetof(ORBPathCallbacks, next) == 80'
   64 | static_assert(offsetof(struct ORBPathCallbacks, next) == 0x50);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:7:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPath.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBBase.h:45:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:28:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/math.h:366:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__math/hypot.h:21:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/limits:581:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/type_traits:428:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__type_traits/aligned_storage.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__cstddef/size_t.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/stddef.h:35:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stddef.h:133:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
   16 | #define offsetof(t, d) __builtin_offsetof(t, d)
      |                        ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:8:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:64:55: note: expression evaluates to '44 == 80'
   64 | static_assert(offsetof(struct ORBPathCallbacks, next) == 0x50);
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:88:15: error: static assertion failed due to requirement 'sizeof(ORBPathCallbacksExtended) == 88'
   88 | static_assert(sizeof(struct ORBPathCallbacksExtended) == 0x58);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:88:55: note: expression evaluates to '48 == 88'
   88 | static_assert(sizeof(struct ORBPathCallbacksExtended) == 0x58);
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:91:15: error: static assertion failed due to requirement '__builtin_offsetof(ORBPathCallbacksExtended, release) == 16'
   91 | static_assert(offsetof(struct ORBPathCallbacksExtended, release) == 0x10);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:7:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPath.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBBase.h:45:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:28:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/math.h:366:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__math/hypot.h:21:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/limits:581:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/type_traits:428:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__type_traits/aligned_storage.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__cstddef/size_t.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/stddef.h:35:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stddef.h:133:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
   16 | #define offsetof(t, d) __builtin_offsetof(t, d)
      |                        ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:8:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:91:66: note: expression evaluates to '12 == 16'
   91 | static_assert(offsetof(struct ORBPathCallbacksExtended, release) == 0x10);
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:92:15: error: static assertion failed due to requirement '__builtin_offsetof(ORBPathCallbacksExtended, apply) == 24'
   92 | static_assert(offsetof(struct ORBPathCallbacksExtended, apply) == 0x18);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:7:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPath.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBBase.h:45:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:28:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/math.h:366:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__math/hypot.h:21:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/limits:581:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/type_traits:428:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__type_traits/aligned_storage.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__cstddef/size_t.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/stddef.h:35:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stddef.h:133:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
   16 | #define offsetof(t, d) __builtin_offsetof(t, d)
      |                        ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:8:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:92:64: note: expression evaluates to '16 == 24'
   92 | static_assert(offsetof(struct ORBPathCallbacksExtended, apply) == 0x18);
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:93:15: error: static assertion failed due to requirement '__builtin_offsetof(ORBPathCallbacksExtended, isEqual) == 32'
   93 | static_assert(offsetof(struct ORBPathCallbacksExtended, isEqual) == 0x20);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:7:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPath.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBBase.h:45:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:28:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/math.h:366:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__math/hypot.h:21:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/limits:581:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/type_traits:428:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__type_traits/aligned_storage.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__cstddef/size_t.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/stddef.h:35:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stddef.h:133:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
   16 | #define offsetof(t, d) __builtin_offsetof(t, d)
      |                        ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:8:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:93:66: note: expression evaluates to '20 == 32'
   93 | static_assert(offsetof(struct ORBPathCallbacksExtended, isEqual) == 0x20);
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:94:15: error: static assertion failed due to requirement '__builtin_offsetof(ORBPathCallbacksExtended, isEmpty) == 40'
   94 | static_assert(offsetof(struct ORBPathCallbacksExtended, isEmpty) == 0x28);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:7:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPath.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBBase.h:45:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:28:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/math.h:366:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__math/hypot.h:21:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/limits:581:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/type_traits:428:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__type_traits/aligned_storage.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__cstddef/size_t.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/stddef.h:35:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stddef.h:133:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
   16 | #define offsetof(t, d) __builtin_offsetof(t, d)
      |                        ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:8:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:94:66: note: expression evaluates to '24 == 40'
   94 | static_assert(offsetof(struct ORBPathCallbacksExtended, isEmpty) == 0x28);
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:95:15: error: static assertion failed due to requirement '__builtin_offsetof(ORBPathCallbacksExtended, isSingleElement) == 48'
   95 | static_assert(offsetof(struct ORBPathCallbacksExtended, isSingleElement) == 0x30);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:7:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPath.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBBase.h:45:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:28:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/math.h:366:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__math/hypot.h:21:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/limits:581:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/type_traits:428:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__type_traits/aligned_storage.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__cstddef/size_t.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/stddef.h:35:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stddef.h:133:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
   16 | #define offsetof(t, d) __builtin_offsetof(t, d)
      |                        ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:8:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:95:74: note: expression evaluates to '28 == 48'
   95 | static_assert(offsetof(struct ORBPathCallbacksExtended, isSingleElement) == 0x30);
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:96:15: error: static assertion failed due to requirement '__builtin_offsetof(ORBPathCallbacksExtended, bezierOrder) == 56'
   96 | static_assert(offsetof(struct ORBPathCallbacksExtended, bezierOrder) == 0x38);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:7:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPath.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBBase.h:45:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:28:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/math.h:366:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__math/hypot.h:21:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/limits:581:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/type_traits:428:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__type_traits/aligned_storage.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__cstddef/size_t.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/stddef.h:35:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stddef.h:133:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
   16 | #define offsetof(t, d) __builtin_offsetof(t, d)
      |                        ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:8:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:96:70: note: expression evaluates to '32 == 56'
   96 | static_assert(offsetof(struct ORBPathCallbacksExtended, bezierOrder) == 0x38);
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:97:15: error: static assertion failed due to requirement '__builtin_offsetof(ORBPathCallbacksExtended, boundingRect) == 64'
   97 | static_assert(offsetof(struct ORBPathCallbacksExtended, boundingRect) == 0x40);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:7:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPath.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBBase.h:45:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:28:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/math.h:366:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__math/hypot.h:21:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/limits:581:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/type_traits:428:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__type_traits/aligned_storage.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__cstddef/size_t.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/stddef.h:35:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stddef.h:133:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
   16 | #define offsetof(t, d) __builtin_offsetof(t, d)
      |                        ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:8:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:97:71: note: expression evaluates to '36 == 64'
   97 | static_assert(offsetof(struct ORBPathCallbacksExtended, boundingRect) == 0x40);
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:98:15: error: static assertion failed due to requirement '__builtin_offsetof(ORBPathCallbacksExtended, cgPath) == 72'
   98 | static_assert(offsetof(struct ORBPathCallbacksExtended, cgPath) == 0x48);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:7:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPath.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBBase.h:45:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:28:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/math.h:366:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__math/hypot.h:21:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/limits:581:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/type_traits:428:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__type_traits/aligned_storage.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/__cstddef/size_t.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/usr/include/c++/v1/stddef.h:35:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stddef.h:133:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
   16 | #define offsetof(t, d) __builtin_offsetof(t, d)
      |                        ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/Storage.cpp:8:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBPathCallbacks.h:98:65: note: expression evaluates to '40 == 72'
   98 | static_assert(offsetof(struct ORBPathCallbacksExtended, cgPath) == 0x48);
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
fatal error: too many errors emitted, stopping now [-ferror-limit=]
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-watchos/OpenRenderBoxCxx.build/Objects-normal/arm64_32/log.o /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Util/log.cpp normal arm64_32 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'OpenRenderBoxCxx' from project 'OpenRenderBox')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-watchos/OpenRenderBoxCxx.build/Objects-normal/arm64_32/82b82416624d2658e5098eb0a28c15c5-common-args.resp

    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-watchos/OpenRenderBoxCxx.build/Objects-normal/arm64_32/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-watchos/OpenRenderBoxCxx.build/Objects-normal/arm64_32/log.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-watchos/OpenRenderBoxCxx.build/Objects-normal/arm64_32/log.dia -c /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Util/log.cpp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-watchos/OpenRenderBoxCxx.build/Objects-normal/arm64_32/log.o -index-unit-output-path /OpenRenderBox.build/Debug-watchos/OpenRenderBoxCxx.build/Objects-normal/arm64_32/log.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-watchos/OpenRenderBoxCxx.build/Objects-normal/arm64_32/assert.o /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Util/assert.cpp normal arm64_32 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'OpenRenderBoxCxx' from project 'OpenRenderBox')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-watchos/OpenRenderBoxCxx.build/Objects-normal/arm64_32/82b82416624d2658e5098eb0a28c15c5-common-args.resp

    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-watchos/OpenRenderBoxCxx.build/Objects-normal/arm64_32/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-watchos/OpenRenderBoxCxx.build/Objects-normal/arm64_32/assert.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-watchos/OpenRenderBoxCxx.build/Objects-normal/arm64_32/assert.dia -c /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Util/assert.cpp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-watchos/OpenRenderBoxCxx.build/Objects-normal/arm64_32/assert.o -index-unit-output-path /OpenRenderBox.build/Debug-watchos/OpenRenderBoxCxx.build/Objects-normal/arm64_32/assert.o
SwiftDriver OpenCoreGraphics normal armv7k com.apple.xcode.tools.swift.compiler (in target 'OpenCoreGraphics' from project 'OpenCoreGraphics')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name OpenCoreGraphics -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-watchos/OpenCoreGraphics.build/Objects-normal/armv7k/OpenCoreGraphics.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DOPENCOREGRAPHICS_COREGRAPHICS -DXcode -enable-upcoming-feature InternalImportsByDefault -enable-library-evolution -no-verify-emitted-module-interface -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-watchos/OpenCoreGraphics.build/Objects-normal/armv7k/OpenCoreGraphics-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-watchos/OpenCoreGraphics.build/Objects-normal/armv7k/OpenCoreGraphics.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name opencoregraphics -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-watchos/OpenCoreGraphics.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-watchos/OpenCoreGraphics.build/Objects-normal/armv7k/OpenCoreGraphics_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-watchos/OpenCoreGraphics.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-watchos/OpenCoreGraphics.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-watchos/OpenCoreGraphics.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-watchos/OpenCoreGraphics.build/Objects-normal/armv7k/OpenCoreGraphics-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver OpenCoreGraphics normal arm64 com.apple.xcode.tools.swift.compiler (in target 'OpenCoreGraphics' from project 'OpenCoreGraphics')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name OpenCoreGraphics -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-watchos/OpenCoreGraphics.build/Objects-normal/arm64/OpenCoreGraphics.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DOPENCOREGRAPHICS_COREGRAPHICS -DXcode -enable-upcoming-feature InternalImportsByDefault -enable-library-evolution -no-verify-emitted-module-interface -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-watchos/OpenCoreGraphics.build/Objects-normal/arm64/OpenCoreGraphics-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-watchos/OpenCoreGraphics.build/Objects-normal/arm64/OpenCoreGraphics.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name opencoregraphics -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-watchos/OpenCoreGraphics.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-watchos/OpenCoreGraphics.build/Objects-normal/arm64/OpenCoreGraphics_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-watchos/OpenCoreGraphics.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-watchos/OpenCoreGraphics.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-watchos/OpenCoreGraphics.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-watchos/OpenCoreGraphics.build/Objects-normal/arm64/OpenCoreGraphics-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver OpenCoreGraphics normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'OpenCoreGraphics' from project 'OpenCoreGraphics')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name OpenCoreGraphics -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-watchos/OpenCoreGraphics.build/Objects-normal/arm64_32/OpenCoreGraphics.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DOPENCOREGRAPHICS_COREGRAPHICS -DXcode -enable-upcoming-feature InternalImportsByDefault -enable-library-evolution -no-verify-emitted-module-interface -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-watchos/OpenCoreGraphics.build/Objects-normal/arm64_32/OpenCoreGraphics-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-watchos/OpenCoreGraphics.build/Objects-normal/arm64_32/OpenCoreGraphics.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name opencoregraphics -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-watchos/OpenCoreGraphics.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-watchos/OpenCoreGraphics.build/Objects-normal/arm64_32/OpenCoreGraphics_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-watchos/OpenCoreGraphics.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-watchos/OpenCoreGraphics.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-watchos/OpenCoreGraphics.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-watchos/OpenCoreGraphics.build/Objects-normal/arm64_32/OpenCoreGraphics-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
** BUILD FAILED **
The following build commands failed:
	CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-watchos/OpenRenderBoxCxx.build/Objects-normal/armv7k/ORBPath.o /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Path/ORBPath.cpp normal armv7k c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'OpenRenderBoxCxx' from project 'OpenRenderBox')
	Building workspace spi-builder-workspace with scheme OpenRenderBox-Package
(2 failures)
BUILD FAILURE 6.1 watchOS