The Swift Package Index logo.Swift Package Index

Build Information

Successful build of OpenRenderBox, reference main (7a963a), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 26 Mar 2026 08:20:42 UTC.

Swift 6 data race errors: 3

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 platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

   46 | - (unsigned int)addAnimation:(unsigned int)animation options:(nullable id)options;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Animation/ORBSymbolAnimator.m:9:17: warning: method definition for 'beginUpdateWithRenderingMode:' not found [-Wincomplete-implementation]
    9 | @implementation ORBSymbolAnimator
      |                 ^
   10 |
   11 | // TODO
   12 |
   13 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Animation/ORBSymbolAnimator.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Animation/ORBSymbolAnimator.h:47:1: note: method 'beginUpdateWithRenderingMode:' declared here
   47 | - (struct _ORBSymbolUpdate *)beginUpdateWithRenderingMode:(unsigned int)mode;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Animation/ORBSymbolAnimator.m:9:17: warning: method definition for 'endUpdate:' not found [-Wincomplete-implementation]
    9 | @implementation ORBSymbolAnimator
      |                 ^
   10 |
   11 | // TODO
   12 |
   13 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Animation/ORBSymbolAnimator.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Animation/ORBSymbolAnimator.h:48:1: note: method 'endUpdate:' declared here
   48 | - (void)endUpdate:(struct _ORBSymbolUpdate *)update;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Animation/ORBSymbolAnimator.m:9:17: warning: method definition for 'removeAllAnimations' not found [-Wincomplete-implementation]
    9 | @implementation ORBSymbolAnimator
      |                 ^
   10 |
   11 | // TODO
   12 |
   13 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Animation/ORBSymbolAnimator.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Animation/ORBSymbolAnimator.h:49:1: note: method 'removeAllAnimations' declared here
   49 | - (void)removeAllAnimations;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Animation/ORBSymbolAnimator.m:9:17: warning: method definition for 'removeAnimation:' not found [-Wincomplete-implementation]
    9 | @implementation ORBSymbolAnimator
      |                 ^
   10 |
   11 | // TODO
   12 |
   13 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Animation/ORBSymbolAnimator.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Animation/ORBSymbolAnimator.h:50:1: note: method 'removeAnimation:' declared here
   50 | - (void)removeAnimation:(unsigned int)animation;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Animation/ORBSymbolAnimator.m:9:17: warning: method definition for 'beginUpdateWithRenderingMode:position:size:flags:' not found [-Wincomplete-implementation]
    9 | @implementation ORBSymbolAnimator
      |                 ^
   10 |
   11 | // TODO
   12 |
   13 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Animation/ORBSymbolAnimator.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Animation/ORBSymbolAnimator.h:51:1: note: method 'beginUpdateWithRenderingMode:position:size:flags:' declared here
   51 | - (struct _ORBSymbolUpdate *)beginUpdateWithRenderingMode:(unsigned int)mode position:(nullable const CGPoint *)position size:(nullable const CGSize *)size flags:(unsigned int)flags;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Animation/ORBSymbolAnimator.m:9:17: warning: method definition for 'cancelAllAnimations' not found [-Wincomplete-implementation]
    9 | @implementation ORBSymbolAnimator
      |                 ^
   10 |
   11 | // TODO
   12 |
   13 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Animation/ORBSymbolAnimator.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Animation/ORBSymbolAnimator.h:52:1: note: method 'cancelAllAnimations' declared here
   52 | - (void)cancelAllAnimations;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Animation/ORBSymbolAnimator.m:9:17: warning: method definition for 'cancelAnimation:' not found [-Wincomplete-implementation]
    9 | @implementation ORBSymbolAnimator
      |                 ^
   10 |
   11 | // TODO
   12 |
   13 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Animation/ORBSymbolAnimator.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Animation/ORBSymbolAnimator.h:53:1: note: method 'cancelAnimation:' declared here
   53 | - (void)cancelAnimation:(unsigned int)animation;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Animation/ORBSymbolAnimator.m:9:17: warning: method definition for 'cancelAnimationWithID:' not found [-Wincomplete-implementation]
    9 | @implementation ORBSymbolAnimator
      |                 ^
   10 |
   11 | // TODO
   12 |
   13 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Animation/ORBSymbolAnimator.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Animation/ORBSymbolAnimator.h:54:1: note: method 'cancelAnimationWithID:' declared here
   54 | - (void)cancelAnimationWithID:(unsigned int)animationID;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Animation/ORBSymbolAnimator.m:9:17: warning: method definition for 'colorForStyle:' not found [-Wincomplete-implementation]
    9 | @implementation ORBSymbolAnimator
      |                 ^
   10 |
   11 | // TODO
   12 |
   13 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Animation/ORBSymbolAnimator.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Animation/ORBSymbolAnimator.h:55:1: note: method 'colorForStyle:' declared here
   55 | - (ORBColor)colorForStyle:(unsigned int)style;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Animation/ORBSymbolAnimator.m:9:17: warning: method definition for 'copyDebugDescriptionForUpdate:' not found [-Wincomplete-implementation]
    9 | @implementation ORBSymbolAnimator
      |                 ^
   10 |
   11 | // TODO
   12 |
   13 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Animation/ORBSymbolAnimator.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Animation/ORBSymbolAnimator.h:56:1: note: method 'copyDebugDescriptionForUpdate:' declared here
   56 | - (nullable id)copyDebugDescriptionForUpdate:(struct _ORBSymbolUpdate *)update;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Animation/ORBSymbolAnimator.m:9:17: warning: method definition for 'removeAnimationWithID:' not found [-Wincomplete-implementation]
    9 | @implementation ORBSymbolAnimator
      |                 ^
   10 |
   11 | // TODO
   12 |
   13 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Animation/ORBSymbolAnimator.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Animation/ORBSymbolAnimator.h:57:1: note: method 'removeAnimationWithID:' declared here
   57 | - (void)removeAnimationWithID:(unsigned int)animationID;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Animation/ORBSymbolAnimator.m:9:17: warning: method definition for 'setColor:forStyle:' not found [-Wincomplete-implementation]
    9 | @implementation ORBSymbolAnimator
      |                 ^
   10 |
   11 | // TODO
   12 |
   13 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Animation/ORBSymbolAnimator.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Animation/ORBSymbolAnimator.h:58:1: note: method 'setColor:forStyle:' declared here
   58 | - (void)setColor:(ORBColor)color forStyle:(unsigned int)style;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Animation/ORBSymbolAnimator.m:9:17: warning: method definition for 'setPriority:ofAnimationWithID:' not found [-Wincomplete-implementation]
    9 | @implementation ORBSymbolAnimator
      |                 ^
   10 |
   11 | // TODO
   12 |
   13 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Animation/ORBSymbolAnimator.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Animation/ORBSymbolAnimator.h:59:1: note: method 'setPriority:ofAnimationWithID:' declared here
   59 | - (void)setPriority:(float)priority ofAnimationWithID:(unsigned int)animationID;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Animation/ORBSymbolAnimator.m:9:17: warning: method definition for 'addObserver:' not found [-Wincomplete-implementation]
    9 | @implementation ORBSymbolAnimator
      |                 ^
   10 |
   11 | // TODO
   12 |
   13 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Animation/ORBSymbolAnimator.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Animation/ORBSymbolAnimator.h:60:1: note: method 'addObserver:' declared here
   60 | - (void)addObserver:(id<ORBSymbolAnimatorObserver>)observer;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Animation/ORBSymbolAnimator.m:9:17: warning: method definition for 'removeObserver:' not found [-Wincomplete-implementation]
    9 | @implementation ORBSymbolAnimator
      |                 ^
   10 |
   11 | // TODO
   12 |
   13 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Animation/ORBSymbolAnimator.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Animation/ORBSymbolAnimator.h:61:1: note: method 'removeObserver:' declared here
   61 | - (void)removeObserver:(id<ORBSymbolAnimatorObserver>)observer;
      | ^
16 warnings generated.
SwiftDriverJobDiscovery normal arm64 Compiling ORBPath.swift (in target 'OpenRenderBox' from project 'OpenRenderBox')
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBoxCxx.build/Objects-normal/arm64/ORBEncoderSet.o /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Encoding/ORBEncoderSet.m normal arm64 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/OpenRenderBoxCxx.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-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/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.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-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 -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -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/OpenRenderBoxCxx.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBoxCxx.build/Objects-normal/arm64/ORBEncoderSet.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBoxCxx.build/Objects-normal/arm64/ORBEncoderSet.dia -c /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Encoding/ORBEncoderSet.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBoxCxx.build/Objects-normal/arm64/ORBEncoderSet.o -index-unit-output-path /OpenRenderBox.build/Debug/OpenRenderBoxCxx.build/Objects-normal/arm64/ORBEncoderSet.o
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Encoding/ORBEncoderSet.m:9:17: warning: method definition for 'init' not found [-Wincomplete-implementation]
    9 | @implementation ORBEncoderSet
      |                 ^
   10 |
   11 | // TODO
   12 |
   13 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Encoding/ORBEncoderSet.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Encoding/ORBEncoderSet.h:20:1: note: method 'init' declared here
   20 | -(instancetype)init;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Encoding/ORBEncoderSet.m:9:17: warning: method definition for 'commit' not found [-Wincomplete-implementation]
    9 | @implementation ORBEncoderSet
      |                 ^
   10 |
   11 | // TODO
   12 |
   13 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Encoding/ORBEncoderSet.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Encoding/ORBEncoderSet.h:21:1: note: method 'commit' declared here
   21 | - (void)commit;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Encoding/ORBEncoderSet.m:9:17: warning: method definition for 'addDisplayList:' not found [-Wincomplete-implementation]
    9 | @implementation ORBEncoderSet
      |                 ^
   10 |
   11 | // TODO
   12 |
   13 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Encoding/ORBEncoderSet.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Encoding/ORBEncoderSet.h:22:1: note: method 'addDisplayList:' declared here
   22 | - (void)addDisplayList:(id)list;
      | ^
3 warnings generated.
SwiftDriverJobDiscovery normal arm64 Compiling ORBPathStorage.swift (in target 'OpenRenderBox' from project 'OpenRenderBox')
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBoxCxx.build/Objects-normal/arm64/ORBDisplayListInterpolator.o /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayListInterpolator.m normal arm64 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/OpenRenderBoxCxx.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-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/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.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-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 -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -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/OpenRenderBoxCxx.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBoxCxx.build/Objects-normal/arm64/ORBDisplayListInterpolator.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBoxCxx.build/Objects-normal/arm64/ORBDisplayListInterpolator.dia -c /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayListInterpolator.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBoxCxx.build/Objects-normal/arm64/ORBDisplayListInterpolator.o -index-unit-output-path /OpenRenderBox.build/Debug/OpenRenderBoxCxx.build/Objects-normal/arm64/ORBDisplayListInterpolator.o
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayListInterpolator.m:9:17: warning: method definition for 'initWithFrom:to:options:' not found [-Wincomplete-implementation]
    9 | @implementation ORBDisplayListInterpolator
      |                 ^
   10 |
   11 | // TODO
   12 |
   13 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayListInterpolator.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayListInterpolator.h:29:1: note: method 'initWithFrom:to:options:' declared here
   29 | - (instancetype)initWithFrom:(id<ORBDisplayListContents>)from to:(id<ORBDisplayListContents>)to options:(nullable NSDictionary *)options;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayListInterpolator.m:9:17: warning: method definition for 'copyWithZone:' not found [-Wincomplete-implementation]
    9 | @implementation ORBDisplayListInterpolator
      |                 ^
   10 |
   11 | // TODO
   12 |
   13 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayListInterpolator.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayListInterpolator.h:30:1: note: method 'copyWithZone:' declared here
   30 | - (id)copyWithZone:(nullable NSZone *)zone;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayListInterpolator.m:9:17: warning: method definition for 'drawInState:by:' not found [-Wincomplete-implementation]
    9 | @implementation ORBDisplayListInterpolator
      |                 ^
   10 |
   11 | // TODO
   12 |
   13 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayListInterpolator.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayListInterpolator.h:31:1: note: method 'drawInState:by:' declared here
   31 | - (void)drawInState:(void *)state by:(float)by;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayListInterpolator.m:9:17: warning: method definition for 'boundingRectWithProgress:' not found [-Wincomplete-implementation]
    9 | @implementation ORBDisplayListInterpolator
      |                 ^
   10 |
   11 | // TODO
   12 |
   13 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayListInterpolator.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayListInterpolator.h:32:1: note: method 'boundingRectWithProgress:' declared here
   32 | - (CGRect)boundingRectWithProgress:(float)progress;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayListInterpolator.m:9:17: warning: method definition for 'contentsWithProgress:' not found [-Wincomplete-implementation]
    9 | @implementation ORBDisplayListInterpolator
      |                 ^
   10 |
   11 | // TODO
   12 |
   13 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayListInterpolator.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayListInterpolator.h:33:1: note: method 'contentsWithProgress:' declared here
   33 | - (nullable id<ORBDisplayListContents>)contentsWithProgress:(float)progress;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayListInterpolator.m:9:17: warning: method definition for 'copyContentsWithProgress:' not found [-Wincomplete-implementation]
    9 | @implementation ORBDisplayListInterpolator
      |                 ^
   10 |
   11 | // TODO
   12 |
   13 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayListInterpolator.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayListInterpolator.h:34:1: note: method 'copyContentsWithProgress:' declared here
   34 | - (nullable id<ORBDisplayListContents>)copyContentsWithProgress:(float)progress;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayListInterpolator.m:9:17: warning: method definition for 'maxAbsoluteVelocityWithProgress:' not found [-Wincomplete-implementation]
    9 | @implementation ORBDisplayListInterpolator
      |                 ^
   10 |
   11 | // TODO
   12 |
   13 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayListInterpolator.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayListInterpolator.h:35:1: note: method 'maxAbsoluteVelocityWithProgress:' declared here
   35 | - (double)maxAbsoluteVelocityWithProgress:(float)progress;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayListInterpolator.m:9:17: warning: method definition for 'interpolatorWithFrom:to:options:' not found [-Wincomplete-implementation]
    9 | @implementation ORBDisplayListInterpolator
      |                 ^
   10 |
   11 | // TODO
   12 |
   13 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayListInterpolator.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayListInterpolator.h:27:1: note: method 'interpolatorWithFrom:to:options:' declared here
   27 | + (instancetype)interpolatorWithFrom:(id<ORBDisplayListContents>)from to:(id<ORBDisplayListContents>)to options:(nullable NSDictionary *)options;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayListInterpolator.m:9:17: warning: class 'ORBDisplayListInterpolator' does not conform to protocol 'NSCopying' [-Wprotocol]
    9 | @implementation ORBDisplayListInterpolator
      |                 ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayListInterpolator.m:9:17: note: add stubs for missing protocol requirements
    9 | @implementation ORBDisplayListInterpolator
      |                 ^
   10 |
   11 | // TODO
   12 |
   13 | @end
9 warnings generated.
SwiftDriverJobDiscovery normal arm64 Compiling ORBDisplayListContents.swift (in target 'OpenRenderBox' from project 'OpenRenderBox')
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBoxCxx.build/Objects-normal/arm64/ORBDisplayList.o /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m normal arm64 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/OpenRenderBoxCxx.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-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/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.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-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 -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -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/OpenRenderBoxCxx.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBoxCxx.build/Objects-normal/arm64/ORBDisplayList.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBoxCxx.build/Objects-normal/arm64/ORBDisplayList.dia -c /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBoxCxx.build/Objects-normal/arm64/ORBDisplayList.o -index-unit-output-path /OpenRenderBox.build/Debug/OpenRenderBoxCxx.build/Objects-normal/arm64/ORBDisplayList.o
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: auto property synthesis will not synthesize property '_rb_contents' declared in protocol '_ORBDisplayListContents' [-Wobjc-protocol-property-synthesis]
   13 | @implementation ORBDisplayList
      |                 ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:6:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/Private/_ORBDisplayListContents.h:23:45: note: property declared here
   23 | @property (readonly, nonatomic) const void *_rb_contents;
      |                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:17:1: note: add a '@synthesize' directive
   17 | @end
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: auto property synthesis will not synthesize property '_rb_xml_document' declared in protocol '_ORBDisplayListContents' [-Wobjc-protocol-property-synthesis]
   13 | @implementation ORBDisplayList
      |                 ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:6:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/Private/_ORBDisplayListContents.h:24:45: note: property declared here
   24 | @property (readonly, nonatomic) const void *_rb_xml_document;
      |                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:17:1: note: add a '@synthesize' directive
   17 | @end
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'isEmpty' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:34:1: note: method 'isEmpty' declared here
   34 | - (BOOL)isEmpty;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'clearCaches' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:35:1: note: method 'clearCaches' declared here
   35 | - (void)clearCaches;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'clear' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:36:1: note: method 'clear' declared here
   36 | - (void)clear;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'valueForAttribute:' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:37:1: note: method 'valueForAttribute:' declared here
   37 | - (nullable id)valueForAttribute:(unsigned int)attribute;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'save' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:38:1: note: method 'save' declared here
   38 | - (void)save;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'restore' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:39:1: note: method 'restore' declared here
   39 | - (void)restore;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'setValue:forAttribute:' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:40:1: note: method 'setValue:forAttribute:' declared here
   40 | - (void)setValue:(nullable id)value forAttribute:(unsigned int)attribute;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'concat:' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:41:1: note: method 'concat:' declared here
   41 | - (void)concat:(CGAffineTransform)transform;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'translateByX:Y:' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:42:1: note: method 'translateByX:Y:' declared here
   42 | - (void)translateByX:(double)x Y:(double)y;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'scaleByX:Y:' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:43:1: note: method 'scaleByX:Y:' declared here
   43 | - (void)scaleByX:(double)x Y:(double)y;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'rotateBy:' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:44:1: note: method 'rotateBy:' declared here
   44 | - (void)rotateBy:(double)angle;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'beginCGContextWithAlpha:' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:45:1: note: method 'beginCGContextWithAlpha:' declared here
   45 | - (CGContextRef)beginCGContextWithAlpha:(float)alpha CF_RETURNS_NOT_RETAINED;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'beginCGContextWithAlpha:flags:' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:46:1: note: method 'beginCGContextWithAlpha:flags:' declared here
   46 | - (CGContextRef)beginCGContextWithAlpha:(float)alpha flags:(unsigned int)flags CF_RETURNS_NOT_RETAINED;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'endCGContext' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:47:1: note: method 'endCGContext' declared here
   47 | - (void)endCGContext;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'beginLayer' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:48:1: note: method 'beginLayer' declared here
   48 | - (void)beginLayer;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'beginLayerWithFlags:' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:49:1: note: method 'beginLayerWithFlags:' declared here
   49 | - (void)beginLayerWithFlags:(unsigned int)flags;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'drawLayerWithAlpha:blendMode:' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:50:1: note: method 'drawLayerWithAlpha:blendMode:' declared here
   50 | - (void)drawLayerWithAlpha:(float)alpha blendMode:(int)mode;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'clipLayerWithAlpha:mode:' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:51:1: note: method 'clipLayerWithAlpha:mode:' declared here
   51 | - (void)clipLayerWithAlpha:(float)alpha mode:(int)mode;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'clipShape:mode:' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:52:1: note: method 'clipShape:mode:' declared here
   52 | - (void)clipShape:(id)shape mode:(int)mode;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'clipShape:alpha:mode:' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:53:1: note: method 'clipShape:alpha:mode:' declared here
   53 | - (void)clipShape:(id)shape alpha:(float)alpha mode:(int)mode;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'drawShape:fill:alpha:blendMode:' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:54:1: note: method 'drawShape:fill:alpha:blendMode:' declared here
   54 | - (void)drawShape:(id)shape fill:(id)fill alpha:(float)alpha blendMode:(int)mode;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'drawDisplayList:' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:55:1: note: method 'drawDisplayList:' declared here
   55 | - (void)drawDisplayList:(id<ORBDisplayListContents>)list;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'drawDisplayList:alpha:' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:56:1: note: method 'drawDisplayList:alpha:' declared here
   56 | - (void)drawDisplayList:(id<ORBDisplayListContents>)list alpha:(float)alpha;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'drawInRect:alpha:blendMode:flags:operation:' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:57:1: note: method 'drawInRect:alpha:blendMode:flags:operation:' declared here
   57 | - (void)drawInRect:(CGRect)rect alpha:(float)alpha blendMode:(int)mode flags:(unsigned int)flags operation:(id /* block */)operation;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'renderInContext:options:' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:58:1: note: method 'renderInContext:options:' declared here
   58 | - (void)renderInContext:(CGContextRef)context options:(nullable id)options;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'moveContents' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:59:1: note: method 'moveContents' declared here
   59 | - (nullable id<ORBDisplayListContents>)moveContents;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'setIdentifier:namespace:' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:60:1: note: method 'setIdentifier:namespace:' declared here
   60 | - (void)setIdentifier:(unsigned int)identifier namespace:(nullable NSUUID *)ns;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'beginRecordingXML' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:61:1: note: method 'beginRecordingXML' declared here
   61 | - (void)beginRecordingXML;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'addAffineTransformStyle:' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:62:1: note: method 'addAffineTransformStyle:' declared here
   62 | - (void)addAffineTransformStyle:(CGAffineTransform)style;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'addTranslationStyleWithOffset:' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:63:1: note: method 'addTranslationStyleWithOffset:' declared here
   63 | - (void)addTranslationStyleWithOffset:(CGSize)offset;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'addScaleStyleWithScale:anchor:' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:64:1: note: method 'addScaleStyleWithScale:anchor:' declared here
   64 | - (void)addScaleStyleWithScale:(CGSize)scale anchor:(CGPoint)anchor;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'addRotationStyleWithAngle:anchor:' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:65:1: note: method 'addRotationStyleWithAngle:anchor:' declared here
   65 | - (void)addRotationStyleWithAngle:(double)angle anchor:(CGPoint)anchor;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'addProjectionStyleWithArray:' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:66:1: note: method 'addProjectionStyleWithArray:' declared here
   66 | - (void)addProjectionStyleWithArray:(float[_Nonnull 9])array;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'addTransformStyle:' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:67:1: note: method 'addTransformStyle:' declared here
   67 | - (void)addTransformStyle:(id)style;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'addPredicateStyle:' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:68:1: note: method 'addPredicateStyle:' declared here
   68 | - (void)addPredicateStyle:(id)style;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'addAnimationStyle:id:' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:69:1: note: method 'addAnimationStyle:id:' declared here
   69 | - (void)addAnimationStyle:(id)style id:(NSUUID *)styleID;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'addAnimationStyle:id:flags:' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:70:1: note: method 'addAnimationStyle:id:flags:' declared here
   70 | - (void)addAnimationStyle:(id)style id:(NSUUID *)styleID flags:(unsigned int)flags;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'addBlurFilterWithRadius:' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:71:1: note: method 'addBlurFilterWithRadius:' declared here
   71 | - (void)addBlurFilterWithRadius:(double)radius;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'addBlurFilterWithRadius:opaque:' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:72:1: note: method 'addBlurFilterWithRadius:opaque:' declared here
   72 | - (void)addBlurFilterWithRadius:(double)radius opaque:(BOOL)opaque;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'addBlurFilterWithRadius:flags:' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:73:1: note: method 'addBlurFilterWithRadius:flags:' declared here
   73 | - (void)addBlurFilterWithRadius:(double)radius flags:(unsigned int)flags;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'addBlurFilterWithRadius:bounds:flags:' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:74:1: note: method 'addBlurFilterWithRadius:bounds:flags:' declared here
   74 | - (void)addBlurFilterWithRadius:(double)radius bounds:(CGRect)bounds flags:(unsigned int)flags;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'addVariableBlurFilterWithRadius:mask:bounds:flags:' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:75:1: note: method 'addVariableBlurFilterWithRadius:mask:bounds:flags:' declared here
   75 | - (void)addVariableBlurFilterWithRadius:(double)radius mask:(id)mask bounds:(CGRect)bounds flags:(unsigned int)flags;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'addVariableBlurLayerWithAlpha:scale:radius:bounds:flags:' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:76:1: note: method 'addVariableBlurLayerWithAlpha:scale:radius:bounds:flags:' declared here
   76 | - (void)addVariableBlurLayerWithAlpha:(float)alpha scale:(double)scale radius:(double)radius bounds:(CGRect)bounds flags:(unsigned int)flags;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'addBrightnessFilterWithAmount:' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:77:1: note: method 'addBrightnessFilterWithAmount:' declared here
   77 | - (void)addBrightnessFilterWithAmount:(float)amount;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'addBrightnessFilterWithAmount:flags:' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:78:1: note: method 'addBrightnessFilterWithAmount:flags:' declared here
   78 | - (void)addBrightnessFilterWithAmount:(float)amount flags:(unsigned int)flags;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'addContrastFilterWithAmount:' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:79:1: note: method 'addContrastFilterWithAmount:' declared here
   79 | - (void)addContrastFilterWithAmount:(float)amount;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'addContrastFilterWithAmount:flags:' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:80:1: note: method 'addContrastFilterWithAmount:flags:' declared here
   80 | - (void)addContrastFilterWithAmount:(float)amount flags:(unsigned int)flags;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'addGrayscaleFilterWithAmount:' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:81:1: note: method 'addGrayscaleFilterWithAmount:' declared here
   81 | - (void)addGrayscaleFilterWithAmount:(float)amount;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'addGrayscaleFilterWithAmount:flags:' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:82:1: note: method 'addGrayscaleFilterWithAmount:flags:' declared here
   82 | - (void)addGrayscaleFilterWithAmount:(float)amount flags:(unsigned int)flags;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'addHueRotationFilterWithAngle:' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:83:1: note: method 'addHueRotationFilterWithAngle:' declared here
   83 | - (void)addHueRotationFilterWithAngle:(double)angle;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'addHueRotationFilterWithAngle:flags:' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:84:1: note: method 'addHueRotationFilterWithAngle:flags:' declared here
   84 | - (void)addHueRotationFilterWithAngle:(double)angle flags:(unsigned int)flags;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'addSaturationFilterWithAmount:' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:85:1: note: method 'addSaturationFilterWithAmount:' declared here
   85 | - (void)addSaturationFilterWithAmount:(float)amount;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'addSaturationFilterWithAmount:flags:' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:86:1: note: method 'addSaturationFilterWithAmount:flags:' declared here
   86 | - (void)addSaturationFilterWithAmount:(float)amount flags:(unsigned int)flags;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'addColorInvertFilter' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:87:1: note: method 'addColorInvertFilter' declared here
   87 | - (void)addColorInvertFilter;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'addColorInvertFilterWithAmount:flags:' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:88:1: note: method 'addColorInvertFilterWithAmount:flags:' declared here
   88 | - (void)addColorInvertFilterWithAmount:(float)amount flags:(unsigned int)flags;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'addColorMatrixFilterWithArray:' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:89:1: note: method 'addColorMatrixFilterWithArray:' declared here
   89 | - (void)addColorMatrixFilterWithArray:(float[_Nonnull 20])array;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'addColorMatrixFilterWithArray:flags:' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:90:1: note: method 'addColorMatrixFilterWithArray:flags:' declared here
   90 | - (void)addColorMatrixFilterWithArray:(float[_Nonnull 20])array flags:(unsigned int)flags;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'addColorMultiplyFilterWithColor:' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:91:1: note: method 'addColorMultiplyFilterWithColor:' declared here
   91 | - (void)addColorMultiplyFilterWithColor:(ORBColor)color;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'addColorMultiplyFilterWithColor:colorSpace:flags:' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:92:1: note: method 'addColorMultiplyFilterWithColor:colorSpace:flags:' declared here
   92 | - (void)addColorMultiplyFilterWithColor:(ORBColor)color colorSpace:(int)space flags:(unsigned int)flags;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'addColorMonochromeFilterWithAmount:color:bias:' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:93:1: note: method 'addColorMonochromeFilterWithAmount:color:bias:' declared here
   93 | - (void)addColorMonochromeFilterWithAmount:(float)amount color:(ORBColor)color bias:(float)bias;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'addColorMonochromeFilterWithAmount:color:colorSpace:bias:flags:' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:94:1: note: method 'addColorMonochromeFilterWithAmount:color:colorSpace:bias:flags:' declared here
   94 | - (void)addColorMonochromeFilterWithAmount:(float)amount color:(ORBColor)color colorSpace:(int)space bias:(float)bias flags:(unsigned int)flags;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'addAlphaMultiplyFilterWithColor:' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:95:1: note: method 'addAlphaMultiplyFilterWithColor:' declared here
   95 | - (void)addAlphaMultiplyFilterWithColor:(ORBColor)color;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'addAlphaMultiplyFilterWithColor:colorSpace:flags:' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:96:1: note: method 'addAlphaMultiplyFilterWithColor:colorSpace:flags:' declared here
   96 | - (void)addAlphaMultiplyFilterWithColor:(ORBColor)color colorSpace:(int)space flags:(unsigned int)flags;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'addAlphaThresholdFilterWithAlpha:color:colorSpace:' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:97:1: note: method 'addAlphaThresholdFilterWithAlpha:color:colorSpace:' declared here
   97 | - (void)addAlphaThresholdFilterWithAlpha:(float)alpha color:(ORBColor)color colorSpace:(int)space;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'addAlphaThresholdFilterWithMinAlpha:maxAlpha:color:colorSpace:' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:98:1: note: method 'addAlphaThresholdFilterWithMinAlpha:maxAlpha:color:colorSpace:' declared here
   98 | - (void)addAlphaThresholdFilterWithMinAlpha:(float)minAlpha maxAlpha:(float)maxAlpha color:(ORBColor)color colorSpace:(int)space;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'addAlphaGradientFilterWithStopCount:colors:colorSpace:locations:flags:' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:99:1: note: method 'addAlphaGradientFilterWithStopCount:colors:colorSpace:locations:flags:' declared here
   99 | - (void)addAlphaGradientFilterWithStopCount:(long long)count colors:(const ORBColor *)colors colorSpace:(int)space locations:(const double *)locations flags:(unsigned int)flags;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'addLuminanceToAlphaFilter' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:100:1: note: method 'addLuminanceToAlphaFilter' declared here
  100 | - (void)addLuminanceToAlphaFilter;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'addLuminanceToAlphaFilterWithFlags:' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:101:1: note: method 'addLuminanceToAlphaFilterWithFlags:' declared here
  101 | - (void)addLuminanceToAlphaFilterWithFlags:(unsigned int)flags;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'addLuminanceCurveFilterWithCurve:color:colorSpace:flags:' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:102:1: note: method 'addLuminanceCurveFilterWithCurve:color:colorSpace:flags:' declared here
  102 | - (void)addLuminanceCurveFilterWithCurve:(float[_Nonnull 4])curve color:(ORBColor)color colorSpace:(int)space flags:(unsigned int)flags;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'addRGBACurvesFilterWithCurves:flags:' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:103:1: note: method 'addRGBACurvesFilterWithCurves:flags:' declared here
  103 | - (void)addRGBACurvesFilterWithCurves:(float[_Nonnull 16])curves flags:(unsigned int)flags;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'addDistanceFilterWithMaxDistance:scale:flags:' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:104:1: note: method 'addDistanceFilterWithMaxDistance:scale:flags:' declared here
  104 | - (void)addDistanceFilterWithMaxDistance:(double)distance scale:(double)scale flags:(unsigned int)flags;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'addFilterWithShader:border:bounds:flags:' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:105:1: note: method 'addFilterWithShader:border:bounds:flags:' declared here
  105 | - (void)addFilterWithShader:(id)shader border:(CGSize)border bounds:(const CGRect *_Nullable)bounds flags:(unsigned int)flags;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'addFilterLayerWithShader:border:layerBorder:bounds:flags:' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:106:1: note: method 'addFilterLayerWithShader:border:layerBorder:bounds:flags:' declared here
  106 | - (void)addFilterLayerWithShader:(id)shader border:(CGSize)border layerBorder:(CGSize)layerBorder bounds:(const CGRect *_Nullable)bounds flags:(unsigned int)flags;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'addShadowStyleWithRadius:offset:color:mode:' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:107:1: note: method 'addShadowStyleWithRadius:offset:color:mode:' declared here
  107 | - (void)addShadowStyleWithRadius:(double)radius offset:(CGSize)offset color:(ORBColor)color mode:(unsigned int)mode;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'addShadowStyleWithRadius:offset:color:colorSpace:blendMode:flags:' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:108:1: note: method 'addShadowStyleWithRadius:offset:color:colorSpace:blendMode:flags:' declared here
  108 | - (void)addShadowStyleWithRadius:(double)radius offset:(CGSize)offset color:(ORBColor)color colorSpace:(int)space blendMode:(int)mode flags:(unsigned int)flags;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'addShadowStyleWithRadius:midpoint:offset:color:colorSpace:blendMode:flags:' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:109:1: note: method 'addShadowStyleWithRadius:midpoint:offset:color:colorSpace:blendMode:flags:' declared here
  109 | - (void)addShadowStyleWithRadius:(double)radius midpoint:(float)midpoint offset:(CGSize)offset color:(ORBColor)color colorSpace:(int)space blendMode:(int)mode flags:(unsigned int)flags;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: method definition for 'addPathProjectionStyleWithStartPoint:endPoint:path:transform:flags:' not found [-Wincomplete-implementation]
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:111:1: note: method 'addPathProjectionStyleWithStartPoint:endPoint:path:transform:flags:' declared here
  111 | - (void)addPathProjectionStyleWithStartPoint:(CGPoint)startPoint endPoint:(CGPoint)endPoint path:(id)path transform:(CGAffineTransform)transform flags:(unsigned int)flags;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: warning: class 'ORBDisplayList' does not conform to protocols '_ORBDisplayListContents', 'ORBDisplayListContents', 'ORBEncodable', ... [-Wprotocol]
   13 | @implementation ORBDisplayList
      |                 ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:13:17: note: add stubs for missing protocol requirements
   13 | @implementation ORBDisplayList
      |                 ^
   14 |
   15 | // TODO
   16 |
   17 | @end
80 warnings generated.
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBoxCxx.build/Objects-normal/arm64/ORBAnimation.o /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Animation/ORBAnimation.m normal arm64 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/OpenRenderBoxCxx.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-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/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.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-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 -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -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/OpenRenderBoxCxx.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBoxCxx.build/Objects-normal/arm64/ORBAnimation.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBoxCxx.build/Objects-normal/arm64/ORBAnimation.dia -c /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Animation/ORBAnimation.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBoxCxx.build/Objects-normal/arm64/ORBAnimation.o -index-unit-output-path /OpenRenderBox.build/Debug/OpenRenderBoxCxx.build/Objects-normal/arm64/ORBAnimation.o
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Animation/ORBAnimation.m:9:17: warning: method definition for 'copyWithZone:' not found [-Wincomplete-implementation]
    9 | @implementation ORBAnimation
      |                 ^
   10 |
   11 | // TODO
   12 |
   13 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Animation/ORBAnimation.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Animation/ORBAnimation.h:21:1: note: method 'copyWithZone:' declared here
   21 | - (id)copyWithZone:(nullable NSZone *)zone;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Animation/ORBAnimation.m:9:17: warning: method definition for 'isEqual:' not found [-Wincomplete-implementation]
    9 | @implementation ORBAnimation
      |                 ^
   10 |
   11 | // TODO
   12 |
   13 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Animation/ORBAnimation.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Animation/ORBAnimation.h:22:1: note: method 'isEqual:' declared here
   22 | - (BOOL)isEqual:(nullable id)object;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Animation/ORBAnimation.m:9:17: warning: method definition for 'removeAll' not found [-Wincomplete-implementation]
    9 | @implementation ORBAnimation
      |                 ^
   10 |
   11 | // TODO
   12 |
   13 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Animation/ORBAnimation.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Animation/ORBAnimation.h:23:1: note: method 'removeAll' declared here
   23 | - (void)removeAll;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Animation/ORBAnimation.m:9:17: warning: method definition for 'evaluateAtTime:' not found [-Wincomplete-implementation]
    9 | @implementation ORBAnimation
      |                 ^
   10 |
   11 | // TODO
   12 |
   13 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Animation/ORBAnimation.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Animation/ORBAnimation.h:24:1: note: method 'evaluateAtTime:' declared here
   24 | - (float)evaluateAtTime:(double)time;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Animation/ORBAnimation.m:9:17: warning: method definition for 'addBezierDuration:controlPoint1:controlPoint2:' not found [-Wincomplete-implementation]
    9 | @implementation ORBAnimation
      |                 ^
   10 |
   11 | // TODO
   12 |
   13 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Animation/ORBAnimation.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Animation/ORBAnimation.h:25:1: note: method 'addBezierDuration:controlPoint1:controlPoint2:' declared here
   25 | - (void)addBezierDuration:(double)duration controlPoint1:(CGPoint)point1 controlPoint2:(CGPoint)point2;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Animation/ORBAnimation.m:9:17: warning: method definition for 'addDelay:' not found [-Wincomplete-implementation]
    9 | @implementation ORBAnimation
      |                 ^
   10 |
   11 | // TODO
   12 |
   13 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Animation/ORBAnimation.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Animation/ORBAnimation.h:26:1: note: method 'addDelay:' declared here
   26 | - (void)addDelay:(double)delay;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Animation/ORBAnimation.m:9:17: warning: method definition for 'addPreset:duration:' not found [-Wincomplete-implementation]
    9 | @implementation ORBAnimation
      |                 ^
   10 |
   11 | // TODO
   12 |
   13 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Animation/ORBAnimation.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Animation/ORBAnimation.h:27:1: note: method 'addPreset:duration:' declared here
   27 | - (void)addPreset:(unsigned int)preset duration:(double)duration;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Animation/ORBAnimation.m:9:17: warning: method definition for 'addRepeatCount:autoreverses:' not found [-Wincomplete-implementation]
    9 | @implementation ORBAnimation
      |                 ^
   10 |
   11 | // TODO
   12 |
   13 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Animation/ORBAnimation.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Animation/ORBAnimation.h:28:1: note: method 'addRepeatCount:autoreverses:' declared here
   28 | - (void)addRepeatCount:(double)count autoreverses:(BOOL)autoreverses;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Animation/ORBAnimation.m:9:17: warning: method definition for 'addSampledFunctionWithDuration:count:values:' not found [-Wincomplete-implementation]
    9 | @implementation ORBAnimation
      |                 ^
   10 |
   11 | // TODO
   12 |
   13 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Animation/ORBAnimation.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Animation/ORBAnimation.h:29:1: note: method 'addSampledFunctionWithDuration:count:values:' declared here
   29 | - (void)addSampledFunctionWithDuration:(double)duration count:(unsigned long long)count values:(const float *)values;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Animation/ORBAnimation.m:9:17: warning: method definition for 'addSpeed:' not found [-Wincomplete-implementation]
    9 | @implementation ORBAnimation
      |                 ^
   10 |
   11 | // TODO
   12 |
   13 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Animation/ORBAnimation.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Animation/ORBAnimation.h:30:1: note: method 'addSpeed:' declared here
   30 | - (void)addSpeed:(double)speed;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Animation/ORBAnimation.m:9:17: warning: method definition for 'addSpringDuration:mass:stiffness:damping:initialVelocity:' not found [-Wincomplete-implementation]
    9 | @implementation ORBAnimation
      |                 ^
   10 |
   11 | // TODO
   12 |
   13 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Animation/ORBAnimation.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Animation/ORBAnimation.h:31:1: note: method 'addSpringDuration:mass:stiffness:damping:initialVelocity:' declared here
   31 | - (void)addSpringDuration:(double)duration mass:(double)mass stiffness:(double)stiffness damping:(double)damping initialVelocity:(double)velocity;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Animation/ORBAnimation.m:9:17: warning: class 'ORBAnimation' does not conform to protocol 'NSCopying' [-Wprotocol]
    9 | @implementation ORBAnimation
      |                 ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Animation/ORBAnimation.m:9:17: note: add stubs for missing protocol requirements
    9 | @implementation ORBAnimation
      |                 ^
   10 |
   11 | // TODO
   12 |
   13 | @end
12 warnings generated.
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ApplicationServices-543OI2DIQK56ATUWM3Y8R0LEL.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ApplicationServices-543OI2DIQK56ATUWM3Y8R0LEL.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/IOSurface-1UZD3UU7J92P7RB0R0TCU7BBA.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/IOSurface-1UZD3UU7J92P7RB0R0TCU7BBA.scan
SwiftDriverJobDiscovery normal arm64 Compiling ORBSymbolAnimator.swift (in target 'OpenRenderBox' from project 'OpenRenderBox')
SwiftCompile normal arm64 Compiling\ ORBPathCallbacks.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBox/Path/ORBPathCallbacks.swift (in target 'OpenRenderBox' from project 'OpenRenderBox')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBox/Path/ORBPathCallbacks.swift (in target 'OpenRenderBox' from project 'OpenRenderBox')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriver\ Compilation OpenCoreGraphicsShims normal arm64 com.apple.xcode.tools.swift.compiler (in target 'OpenCoreGraphicsShims' from project 'OpenCoreGraphics')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name OpenCoreGraphicsShims -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug/OpenCoreGraphicsShims.build/Objects-normal/arm64/OpenCoreGraphicsShims.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DOPENCOREGRAPHICS_COREGRAPHICS -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug/OpenCoreGraphicsShims.build/Objects-normal/arm64/OpenCoreGraphicsShims-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/OpenCoreGraphicsShims.build/Objects-normal/arm64/OpenCoreGraphicsShims.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/OpenCoreGraphicsShims.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/OpenCoreGraphicsShims.build/Objects-normal/arm64/OpenCoreGraphicsShims_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug/OpenCoreGraphicsShims.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug/OpenCoreGraphicsShims.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug/OpenCoreGraphicsShims.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/OpenCoreGraphicsShims.build/Objects-normal/arm64/OpenCoreGraphicsShims-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver\ Compilation 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-Swift-Compilation -- /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/OpenCoreGraphics.build/Objects-normal/arm64/OpenCoreGraphics.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DOPENCOREGRAPHICS_COREGRAPHICS -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug/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/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/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/OpenCoreGraphics.build/Objects-normal/arm64/OpenCoreGraphics_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug/OpenCoreGraphics.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug/OpenCoreGraphics.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug/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/OpenCoreGraphics.build/Objects-normal/arm64/OpenCoreGraphics-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OpenCoreGraphics.o normal (in target 'OpenCoreGraphics' from project 'OpenCoreGraphics')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OpenCoreGraphics
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug/OpenCoreGraphics.build/Objects-normal/arm64/OpenCoreGraphics.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug/OpenCoreGraphics.build/Objects-normal/arm64/OpenCoreGraphics_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug/OpenCoreGraphics.build/Objects-normal/arm64/OpenCoreGraphics_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug/OpenCoreGraphics.build/Objects-normal/arm64/OpenCoreGraphics.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OpenCoreGraphics.o
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Metal-1M8FGPPOAB4HP11B88B61SJN.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Metal-1M8FGPPOAB4HP11B88B61SJN.scan
ExtractAppIntentsMetadata (in target 'OpenCoreGraphics' from project 'OpenCoreGraphics')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OpenCoreGraphics
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name OpenCoreGraphics --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.13 --bundle-identifier opencoregraphics.OpenCoreGraphics --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OpenCoreGraphics.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OpenCoreGraphics.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug/OpenCoreGraphics.build/Objects-normal/arm64/OpenCoreGraphics_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug/OpenCoreGraphics.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug/OpenCoreGraphics.build/Objects-normal/arm64/OpenCoreGraphics.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug/OpenCoreGraphics.build/OpenCoreGraphics.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug/OpenCoreGraphics.build/OpenCoreGraphics.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug/OpenCoreGraphics.build/Objects-normal/arm64/OpenCoreGraphics.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-03-26 01:20:38.519 appintentsmetadataprocessor[1088:5679] Starting appintentsmetadataprocessor export
2026-03-26 01:20:38.568 appintentsmetadataprocessor[1088:5679] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Emitting module for OpenRenderBox (in target 'OpenRenderBox' from project 'OpenRenderBox')
SwiftDriver\ Compilation\ Requirements OpenRenderBox normal arm64 com.apple.xcode.tools.swift.compiler (in target 'OpenRenderBox' from project 'OpenRenderBox')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name OpenRenderBox -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBox.build/Objects-normal/arm64/OpenRenderBox.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DOPENRENDERBOX_CF_CGTYPES -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBox.build/Objects-normal/arm64/OpenRenderBox-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/OpenRenderBox.build/Debug/OpenRenderBox.build/Objects-normal/arm64/OpenRenderBox.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBox.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBox.build/Objects-normal/arm64/OpenRenderBox_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBox.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBox.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBox.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -Xcc -DOPENRENDERBOX_CF_CGTYPES -Xcc -DOPENRENDERBOX_CF_CGTYPES -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBox.build/Objects-normal/arm64/OpenRenderBox-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/OpenRenderBox-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBox.build/Objects-normal/arm64/OpenRenderBox-Swift.h (in target 'OpenRenderBox' from project 'OpenRenderBox')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBox.build/Objects-normal/arm64/OpenRenderBox-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/OpenRenderBox-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OpenRenderBox.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBox.build/Objects-normal/arm64/OpenRenderBox.swiftmodule (in target 'OpenRenderBox' from project 'OpenRenderBox')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBox.build/Objects-normal/arm64/OpenRenderBox.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OpenRenderBox.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OpenRenderBox.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBox.build/Objects-normal/arm64/OpenRenderBox.swiftdoc (in target 'OpenRenderBox' from project 'OpenRenderBox')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBox.build/Objects-normal/arm64/OpenRenderBox.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OpenRenderBox.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OpenRenderBox.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBox.build/Objects-normal/arm64/OpenRenderBox.abi.json (in target 'OpenRenderBox' from project 'OpenRenderBox')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBox.build/Objects-normal/arm64/OpenRenderBox.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OpenRenderBox.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OpenRenderBox.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBox.build/Objects-normal/arm64/OpenRenderBox.swiftsourceinfo (in target 'OpenRenderBox' from project 'OpenRenderBox')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBox.build/Objects-normal/arm64/OpenRenderBox.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OpenRenderBox.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriver OpenRenderBoxShims normal arm64 com.apple.xcode.tools.swift.compiler (in target 'OpenRenderBoxShims' from project 'OpenRenderBox')
    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 OpenRenderBoxShims -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBoxShims.build/Objects-normal/arm64/OpenRenderBoxShims.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DOPENRENDERBOX_CF_CGTYPES -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBoxShims.build/Objects-normal/arm64/OpenRenderBoxShims-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/OpenRenderBox.build/Debug/OpenRenderBoxShims.build/Objects-normal/arm64/OpenRenderBoxShims.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBoxShims.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBoxShims.build/Objects-normal/arm64/OpenRenderBoxShims_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBoxShims.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBoxShims.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBoxShims.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/OpenRenderBox.build/Debug/OpenRenderBoxShims.build/Objects-normal/arm64/OpenRenderBoxShims-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling ORBDisplayListInterpolator.swift (in target 'OpenRenderBox' from project 'OpenRenderBox')
SwiftEmitModule normal arm64 Emitting\ module\ for\ OpenRenderBoxShims (in target 'OpenRenderBoxShims' from project 'OpenRenderBox')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxShims/ORBShims.swift (in target 'OpenRenderBoxShims' from project 'OpenRenderBox')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxShims/ORBShims.swift:16:23: warning: static property 'orb' is not concurrency-safe because non-'Sendable' type 'RenderBoxVendor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let orb = RenderBoxVendor(rawValue: "org.OpenSwiftUIProject.OpenRenderBox")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxShims/ORBShims.swift:8:15: note: consider making struct 'RenderBoxVendor' conform to the 'Sendable' protocol
public struct RenderBoxVendor: RawRepresentable, CaseIterable {
              ^
                                                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxShims/ORBShims.swift:16:23: note: add '@MainActor' to make static property 'orb' part of global actor 'MainActor'
    public static let orb = RenderBoxVendor(rawValue: "org.OpenSwiftUIProject.OpenRenderBox")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxShims/ORBShims.swift:16:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let orb = RenderBoxVendor(rawValue: "org.OpenSwiftUIProject.OpenRenderBox")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxShims/ORBShims.swift:19:23: warning: static property 'rb' is not concurrency-safe because non-'Sendable' type 'RenderBoxVendor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let rb = RenderBoxVendor(rawValue: "com.apple.RenderBox")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxShims/ORBShims.swift:8:15: note: consider making struct 'RenderBoxVendor' conform to the 'Sendable' protocol
public struct RenderBoxVendor: RawRepresentable, CaseIterable {
              ^
                                                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxShims/ORBShims.swift:19:23: note: add '@MainActor' to make static property 'rb' part of global actor 'MainActor'
    public static let rb = RenderBoxVendor(rawValue: "com.apple.RenderBox")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxShims/ORBShims.swift:19:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let rb = RenderBoxVendor(rawValue: "com.apple.RenderBox")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxShims/ORBShims.swift:45:12: warning: let 'renderBoxVendor' is not concurrency-safe because non-'Sendable' type 'RenderBoxVendor' may have shared mutable state; this is an error in the Swift 6 language mode
public let renderBoxVendor = RenderBoxVendor.orb
           ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxShims/ORBShims.swift:8:15: note: consider making struct 'RenderBoxVendor' conform to the 'Sendable' protocol
public struct RenderBoxVendor: RawRepresentable, CaseIterable {
              ^
                                                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxShims/ORBShims.swift:45:12: note: add '@MainActor' to make let 'renderBoxVendor' part of global actor 'MainActor'
public let renderBoxVendor = RenderBoxVendor.orb
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxShims/ORBShims.swift:45:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let renderBoxVendor = RenderBoxVendor.orb
           ^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ ORBShims.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxShims/ORBShims.swift (in target 'OpenRenderBoxShims' from project 'OpenRenderBox')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxShims/ORBShims.swift (in target 'OpenRenderBoxShims' from project 'OpenRenderBox')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxShims/ORBShims.swift:16:23: warning: static property 'orb' is not concurrency-safe because non-'Sendable' type 'RenderBoxVendor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let orb = RenderBoxVendor(rawValue: "org.OpenSwiftUIProject.OpenRenderBox")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxShims/ORBShims.swift:8:15: note: consider making struct 'RenderBoxVendor' conform to the 'Sendable' protocol
public struct RenderBoxVendor: RawRepresentable, CaseIterable {
              ^
                                                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxShims/ORBShims.swift:16:23: note: add '@MainActor' to make static property 'orb' part of global actor 'MainActor'
    public static let orb = RenderBoxVendor(rawValue: "org.OpenSwiftUIProject.OpenRenderBox")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxShims/ORBShims.swift:16:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let orb = RenderBoxVendor(rawValue: "org.OpenSwiftUIProject.OpenRenderBox")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxShims/ORBShims.swift:19:23: warning: static property 'rb' is not concurrency-safe because non-'Sendable' type 'RenderBoxVendor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let rb = RenderBoxVendor(rawValue: "com.apple.RenderBox")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxShims/ORBShims.swift:8:15: note: consider making struct 'RenderBoxVendor' conform to the 'Sendable' protocol
public struct RenderBoxVendor: RawRepresentable, CaseIterable {
              ^
                                                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxShims/ORBShims.swift:19:23: note: add '@MainActor' to make static property 'rb' part of global actor 'MainActor'
    public static let rb = RenderBoxVendor(rawValue: "com.apple.RenderBox")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxShims/ORBShims.swift:19:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let rb = RenderBoxVendor(rawValue: "com.apple.RenderBox")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxShims/ORBShims.swift:45:12: warning: let 'renderBoxVendor' is not concurrency-safe because non-'Sendable' type 'RenderBoxVendor' may have shared mutable state; this is an error in the Swift 6 language mode
public let renderBoxVendor = RenderBoxVendor.orb
           ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxShims/ORBShims.swift:8:15: note: consider making struct 'RenderBoxVendor' conform to the 'Sendable' protocol
public struct RenderBoxVendor: RawRepresentable, CaseIterable {
              ^
                                                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxShims/ORBShims.swift:45:12: note: add '@MainActor' to make let 'renderBoxVendor' part of global actor 'MainActor'
public let renderBoxVendor = RenderBoxVendor.orb
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxShims/ORBShims.swift:45:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let renderBoxVendor = RenderBoxVendor.orb
           ^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling ORBAnimation.swift (in target 'OpenRenderBox' from project 'OpenRenderBox')
SwiftDriverJobDiscovery normal arm64 Compiling ORBPathCallbacks.swift (in target 'OpenRenderBox' from project 'OpenRenderBox')
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CoreVideo-EU15T75MA8T55NFDBGNMB3WD2.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CoreVideo-EU15T75MA8T55NFDBGNMB3WD2.scan
SwiftDriverJobDiscovery normal arm64 Compiling ORBDisplayList.swift (in target 'OpenRenderBox' from project 'OpenRenderBox')
SwiftDriverJobDiscovery normal arm64 Compiling Logging.swift (in target 'OpenRenderBox' from project 'OpenRenderBox')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OpenCoreGraphics.o (in target 'OpenCoreGraphics' from project 'OpenCoreGraphics')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OpenCoreGraphics
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OpenCoreGraphics.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OpenCoreGraphicsShims.o normal (in target 'OpenCoreGraphicsShims' from project 'OpenCoreGraphics')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OpenCoreGraphics
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug/OpenCoreGraphicsShims.build/Objects-normal/arm64/OpenCoreGraphicsShims.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug/OpenCoreGraphicsShims.build/Objects-normal/arm64/OpenCoreGraphicsShims_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug/OpenCoreGraphicsShims.build/Objects-normal/arm64/OpenCoreGraphicsShims_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug/OpenCoreGraphicsShims.build/Objects-normal/arm64/OpenCoreGraphicsShims.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OpenCoreGraphicsShims.o
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/QuartzCore-6LQKT690RXOTKORX9P5INMZR3.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/QuartzCore-6LQKT690RXOTKORX9P5INMZR3.scan
ExtractAppIntentsMetadata (in target 'OpenCoreGraphicsShims' from project 'OpenCoreGraphics')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OpenCoreGraphics
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name OpenCoreGraphicsShims --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.13 --bundle-identifier opencoregraphics.OpenCoreGraphicsShims --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OpenCoreGraphicsShims.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OpenCoreGraphicsShims.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug/OpenCoreGraphicsShims.build/Objects-normal/arm64/OpenCoreGraphicsShims_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug/OpenCoreGraphicsShims.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug/OpenCoreGraphicsShims.build/Objects-normal/arm64/OpenCoreGraphicsShims.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug/OpenCoreGraphicsShims.build/OpenCoreGraphicsShims.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug/OpenCoreGraphicsShims.build/OpenCoreGraphicsShims.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug/OpenCoreGraphicsShims.build/Objects-normal/arm64/OpenCoreGraphicsShims.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-03-26 01:20:38.620 appintentsmetadataprocessor[1095:5722] Starting appintentsmetadataprocessor export
2026-03-26 01:20:38.657 appintentsmetadataprocessor[1095:5722] Extracted no relevant App Intents symbols, skipping writing output
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBoxCxx.build/Objects-normal/arm64/ORBLayer.o /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBLayer.m normal arm64 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/OpenRenderBoxCxx.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-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/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.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-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 -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -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/OpenRenderBoxCxx.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBoxCxx.build/Objects-normal/arm64/ORBLayer.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBoxCxx.build/Objects-normal/arm64/ORBLayer.dia -c /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBLayer.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBoxCxx.build/Objects-normal/arm64/ORBLayer.o -index-unit-output-path /OpenRenderBox.build/Debug/OpenRenderBoxCxx.build/Objects-normal/arm64/ORBLayer.o
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBLayer.m:9:17: warning: method definition for 'dealloc' not found [-Wincomplete-implementation]
    9 | @implementation ORBLayer
      |                 ^
   10 |
   11 | // TODO
   12 |
   13 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBLayer.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBLayer.h:50:1: note: method 'dealloc' declared here
   50 | - (void)dealloc;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBLayer.m:9:17: warning: method definition for 'init' not found [-Wincomplete-implementation]
    9 | @implementation ORBLayer
      |                 ^
   10 |
   11 | // TODO
   12 |
   13 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBLayer.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBLayer.h:51:1: note: method 'init' declared here
   51 | - (instancetype)init;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBLayer.m:9:17: warning: method definition for 'initWithCoder:' not found [-Wincomplete-implementation]
    9 | @implementation ORBLayer
      |                 ^
   10 |
   11 | // TODO
   12 |
   13 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBLayer.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBLayer.h:52:1: note: method 'initWithCoder:' declared here
   52 | - (nullable instancetype)initWithCoder:(NSCoder *)coder;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBLayer.m:9:17: warning: method definition for 'display' not found [-Wincomplete-implementation]
    9 | @implementation ORBLayer
      |                 ^
   10 |
   11 | // TODO
   12 |
   13 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBLayer.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBLayer.h:53:1: note: method 'display' declared here
   53 | - (void)display;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBLayer.m:9:17: warning: method definition for 'layoutSublayers' not found [-Wincomplete-implementation]
    9 | @implementation ORBLayer
      |                 ^
   10 |
   11 | // TODO
   12 |
   13 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBLayer.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBLayer.h:54:1: note: method 'layoutSublayers' declared here
   54 | - (void)layoutSublayers;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBLayer.m:9:17: warning: method definition for 'displayIfNeeded' not found [-Wincomplete-implementation]
    9 | @implementation ORBLayer
      |                 ^
   10 |
   11 | // TODO
   12 |
   13 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBLayer.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBLayer.h:55:1: note: method 'displayIfNeeded' declared here
   55 | - (void)displayIfNeeded;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBLayer.m:9:17: warning: method definition for '_renderForegroundInContext:' not found [-Wincomplete-implementation]
    9 | @implementation ORBLayer
      |                 ^
   10 |
   11 | // TODO
   12 |
   13 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBLayer.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBLayer.h:56:1: note: method '_renderForegroundInContext:' declared here
   56 | - (void)_renderForegroundInContext:(CGContextRef)context;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBLayer.m:9:17: warning: method definition for 'actionForKey:' not found [-Wincomplete-implementation]
    9 | @implementation ORBLayer
      |                 ^
   10 |
   11 | // TODO
   12 |
   13 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBLayer.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBLayer.h:57:1: note: method 'actionForKey:' declared here
   57 | - (nullable id<CAAction>)actionForKey:(NSString *)key;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBLayer.m:9:17: warning: method definition for 'initWithLayer:' not found [-Wincomplete-implementation]
    9 | @implementation ORBLayer
      |                 ^
   10 |
   11 | // TODO
   12 |
   13 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBLayer.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBLayer.h:58:1: note: method 'initWithLayer:' declared here
   58 | - (instancetype)initWithLayer:(id)layer;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBLayer.m:9:17: warning: method definition for 'layerDidBecomeVisible:' not found [-Wincomplete-implementation]
    9 | @implementation ORBLayer
      |                 ^
   10 |
   11 | // TODO
   12 |
   13 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBLayer.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBLayer.h:60:1: note: method 'layerDidBecomeVisible:' declared here
   60 | - (void)layerDidBecomeVisible:(BOOL)visible;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBLayer.m:9:17: warning: method definition for 'renderInContext:' not found [-Wincomplete-implementation]
    9 | @implementation ORBLayer
      |                 ^
   10 |
   11 | // TODO
   12 |
   13 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBLayer.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBLayer.h:61:1: note: method 'renderInContext:' declared here
   61 | - (void)renderInContext:(CGContextRef)context;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBLayer.m:9:17: warning: method definition for 'setBounds:' not found [-Wincomplete-implementation]
    9 | @implementation ORBLayer
      |                 ^
   10 |
   11 | // TODO
   12 |
   13 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBLayer.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBLayer.h:62:1: note: method 'setBounds:' declared here
   62 | - (void)setBounds:(CGRect)bounds;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBLayer.m:9:17: warning: method definition for 'setContents:' not found [-Wincomplete-implementation]
    9 | @implementation ORBLayer
      |                 ^
   10 |
   11 | // TODO
   12 |
   13 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBLayer.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBLayer.h:63:1: note: method 'setContents:' declared here
   63 | - (void)setContents:(nullable id)contents;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBLayer.m:9:17: warning: method definition for '_RBDrawableStatisticsDidChange' not found [-Wincomplete-implementation]
    9 | @implementation ORBLayer
      |                 ^
   10 |
   11 | // TODO
   12 |
   13 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBLayer.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBLayer.h:64:1: note: method '_RBDrawableStatisticsDidChange' declared here
   64 | - (void)_RBDrawableStatisticsDidChange;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBLayer.m:9:17: warning: method definition for '_moveSubsurface:' not found [-Wincomplete-implementation]
    9 | @implementation ORBLayer
      |                 ^
   10 |
   11 | // TODO
   12 |
   13 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBLayer.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBLayer.h:65:1: note: method '_moveSubsurface:' declared here
   65 | - (void)_moveSubsurface:(void *)subsurface;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBLayer.m:9:17: warning: method definition for '_willMoveSubsurface:' not found [-Wincomplete-implementation]
    9 | @implementation ORBLayer
      |                 ^
   10 |
   11 | // TODO
   12 |
   13 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBLayer.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBLayer.h:66:1: note: method '_willMoveSubsurface:' declared here
   66 | - (BOOL)_willMoveSubsurface:(unsigned int)subsurface;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBLayer.m:9:17: warning: method definition for 'copyImageInRect:options:completionQueue:handler:' not found [-Wincomplete-implementation]
    9 | @implementation ORBLayer
      |                 ^
   10 |
   11 | // TODO
   12 |
   13 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBLayer.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBLayer.h:67:1: note: method 'copyImageInRect:options:completionQueue:handler:' declared here
   67 | - (void)copyImageInRect:(CGRect)rect options:(nullable id)options completionQueue:(nullable id)queue handler:(nullable id /* block */)handler;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBLayer.m:9:17: warning: method definition for 'displayWithBounds:callback:' not found [-Wincomplete-implementation]
    9 | @implementation ORBLayer
      |                 ^
   10 |
   11 | // TODO
   12 |
   13 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBLayer.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBLayer.h:68:1: note: method 'displayWithBounds:callback:' declared here
   68 | - (BOOL)displayWithBounds:(CGRect)bounds callback:(nullable id /* block */)callback;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBLayer.m:9:17: warning: method definition for 'drawInDisplayList:' not found [-Wincomplete-implementation]
    9 | @implementation ORBLayer
      |                 ^
   10 |
   11 | // TODO
   12 |
   13 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBLayer.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBLayer.h:69:1: note: method 'drawInDisplayList:' declared here
   69 | - (void)drawInDisplayList:(nullable ORBDisplayList *)list;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBLayer.m:9:17: warning: method definition for 'resetStatistics:alpha:' not found [-Wincomplete-implementation]
    9 | @implementation ORBLayer
      |                 ^
   10 |
   11 | // TODO
   12 |
   13 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBLayer.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBLayer.h:70:1: note: method 'resetStatistics:alpha:' declared here
   70 | - (void)resetStatistics:(NSUInteger)statistics alpha:(double)alpha;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBLayer.m:9:17: warning: method definition for 'waitUntilAsyncRenderingCompleted' not found [-Wincomplete-implementation]
    9 | @implementation ORBLayer
      |                 ^
   10 |
   11 | // TODO
   12 |
   13 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBLayer.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBLayer.h:71:1: note: method 'waitUntilAsyncRenderingCompleted' declared here
   71 | - (void)waitUntilAsyncRenderingCompleted;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBLayer.m:9:17: warning: method definition for 'defaultValueForKey:' not found [-Wincomplete-implementation]
    9 | @implementation ORBLayer
      |                 ^
   10 |
   11 | // TODO
   12 |
   13 | @end
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBLayer.m:5:
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBLayer.h:47:1: note: method 'defaultValueForKey:' declared here
   47 | + (nullable id)defaultValueForKey:(NSString *)key;
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBLayer.m:9:17: warning: class 'ORBLayer' does not conform to protocol 'ORBDrawableStatistics' [-Wprotocol]
    9 | @implementation ORBLayer
      |                 ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/Render/ORBLayer.m:9:17: note: add stubs for missing protocol requirements
    9 | @implementation ORBLayer
      |                 ^
   10 |
   11 | // TODO
   12 |
   13 | @end
23 warnings generated.
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OpenCoreGraphicsShims.o (in target 'OpenCoreGraphicsShims' from project 'OpenCoreGraphics')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OpenCoreGraphics
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OpenCoreGraphicsShims.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OpenRenderBoxCxx.o normal (in target 'OpenRenderBoxCxx' from project 'OpenRenderBox')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBoxCxx.build/Objects-normal/arm64/OpenRenderBoxCxx.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBoxCxx.build/Objects-normal/arm64/OpenRenderBoxCxx_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBoxCxx.build/Objects-normal/arm64/OpenRenderBoxCxx_dependency_info.dat -fobjc-arc -fobjc-link-runtime -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OpenRenderBoxCxx.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OpenRenderBoxCxx.o (in target 'OpenRenderBoxCxx' from project 'OpenRenderBox')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OpenRenderBoxCxx.o
SwiftDriverJobDiscovery normal arm64 Compiling Export.swift (in target 'OpenRenderBox' from project 'OpenRenderBox')
SwiftDriver\ Compilation OpenRenderBox normal arm64 com.apple.xcode.tools.swift.compiler (in target 'OpenRenderBox' from project 'OpenRenderBox')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name OpenRenderBox -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBox.build/Objects-normal/arm64/OpenRenderBox.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DOPENRENDERBOX_CF_CGTYPES -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBox.build/Objects-normal/arm64/OpenRenderBox-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/OpenRenderBox.build/Debug/OpenRenderBox.build/Objects-normal/arm64/OpenRenderBox.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBox.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBox.build/Objects-normal/arm64/OpenRenderBox_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBox.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBox.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBox.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -Xcc -DOPENRENDERBOX_CF_CGTYPES -Xcc -DOPENRENDERBOX_CF_CGTYPES -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBox.build/Objects-normal/arm64/OpenRenderBox-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OpenRenderBox.o normal (in target 'OpenRenderBox' from project 'OpenRenderBox')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBox.build/Objects-normal/arm64/OpenRenderBox.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBox.build/Objects-normal/arm64/OpenRenderBox_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBox.build/Objects-normal/arm64/OpenRenderBox_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBox.build/Objects-normal/arm64/OpenRenderBox.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OpenRenderBox.o
ExtractAppIntentsMetadata (in target 'OpenRenderBox' from project 'OpenRenderBox')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name OpenRenderBox --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.13 --bundle-identifier spi-builder-workspace.OpenRenderBox --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OpenRenderBox.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OpenRenderBox.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBox.build/Objects-normal/arm64/OpenRenderBox_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBox.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBox.build/Objects-normal/arm64/OpenRenderBox.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBox.build/OpenRenderBox.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBox.build/OpenRenderBox.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBox.build/Objects-normal/arm64/OpenRenderBox.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-03-26 01:20:38.989 appintentsmetadataprocessor[1101:5786] Starting appintentsmetadataprocessor export
2026-03-26 01:20:39.025 appintentsmetadataprocessor[1101:5786] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OpenRenderBox.o (in target 'OpenRenderBox' from project 'OpenRenderBox')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OpenRenderBox.o
SwiftDriverJobDiscovery normal arm64 Emitting module for OpenRenderBoxShims (in target 'OpenRenderBoxShims' from project 'OpenRenderBox')
SwiftDriver\ Compilation\ Requirements OpenRenderBoxShims normal arm64 com.apple.xcode.tools.swift.compiler (in target 'OpenRenderBoxShims' from project 'OpenRenderBox')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name OpenRenderBoxShims -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBoxShims.build/Objects-normal/arm64/OpenRenderBoxShims.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DOPENRENDERBOX_CF_CGTYPES -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBoxShims.build/Objects-normal/arm64/OpenRenderBoxShims-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/OpenRenderBox.build/Debug/OpenRenderBoxShims.build/Objects-normal/arm64/OpenRenderBoxShims.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBoxShims.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBoxShims.build/Objects-normal/arm64/OpenRenderBoxShims_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBoxShims.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBoxShims.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBoxShims.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/OpenRenderBox.build/Debug/OpenRenderBoxShims.build/Objects-normal/arm64/OpenRenderBoxShims-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/OpenRenderBoxShims-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBoxShims.build/Objects-normal/arm64/OpenRenderBoxShims-Swift.h (in target 'OpenRenderBoxShims' from project 'OpenRenderBox')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBoxShims.build/Objects-normal/arm64/OpenRenderBoxShims-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/OpenRenderBoxShims-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OpenRenderBoxShims.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBoxShims.build/Objects-normal/arm64/OpenRenderBoxShims.abi.json (in target 'OpenRenderBoxShims' from project 'OpenRenderBox')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBoxShims.build/Objects-normal/arm64/OpenRenderBoxShims.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OpenRenderBoxShims.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OpenRenderBoxShims.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBoxShims.build/Objects-normal/arm64/OpenRenderBoxShims.swiftdoc (in target 'OpenRenderBoxShims' from project 'OpenRenderBox')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBoxShims.build/Objects-normal/arm64/OpenRenderBoxShims.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OpenRenderBoxShims.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OpenRenderBoxShims.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBoxShims.build/Objects-normal/arm64/OpenRenderBoxShims.swiftmodule (in target 'OpenRenderBoxShims' from project 'OpenRenderBox')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBoxShims.build/Objects-normal/arm64/OpenRenderBoxShims.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OpenRenderBoxShims.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OpenRenderBoxShims.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBoxShims.build/Objects-normal/arm64/OpenRenderBoxShims.swiftsourceinfo (in target 'OpenRenderBoxShims' from project 'OpenRenderBox')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBoxShims.build/Objects-normal/arm64/OpenRenderBoxShims.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OpenRenderBoxShims.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling ORBShims.swift (in target 'OpenRenderBoxShims' from project 'OpenRenderBox')
SwiftDriver\ Compilation OpenRenderBoxShims normal arm64 com.apple.xcode.tools.swift.compiler (in target 'OpenRenderBoxShims' from project 'OpenRenderBox')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name OpenRenderBoxShims -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBoxShims.build/Objects-normal/arm64/OpenRenderBoxShims.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DOPENRENDERBOX_CF_CGTYPES -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBoxShims.build/Objects-normal/arm64/OpenRenderBoxShims-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/OpenRenderBox.build/Debug/OpenRenderBoxShims.build/Objects-normal/arm64/OpenRenderBoxShims.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBoxShims.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBoxShims.build/Objects-normal/arm64/OpenRenderBoxShims_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBoxCxx/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBoxShims.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBoxShims.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBoxShims.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/OpenRenderBox.build/Debug/OpenRenderBoxShims.build/Objects-normal/arm64/OpenRenderBoxShims-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OpenRenderBoxShims.o normal (in target 'OpenRenderBoxShims' from project 'OpenRenderBox')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBoxShims.build/Objects-normal/arm64/OpenRenderBoxShims.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBoxShims.build/Objects-normal/arm64/OpenRenderBoxShims_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBoxShims.build/Objects-normal/arm64/OpenRenderBoxShims_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBoxShims.build/Objects-normal/arm64/OpenRenderBoxShims.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OpenRenderBoxShims.o
ExtractAppIntentsMetadata (in target 'OpenRenderBoxShims' from project 'OpenRenderBox')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name OpenRenderBoxShims --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.13 --bundle-identifier spi-builder-workspace.OpenRenderBoxShims --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OpenRenderBoxShims.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OpenRenderBoxShims.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBoxShims.build/Objects-normal/arm64/OpenRenderBoxShims_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBoxShims.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBoxShims.build/Objects-normal/arm64/OpenRenderBoxShims.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBoxShims.build/OpenRenderBoxShims.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBoxShims.build/OpenRenderBoxShims.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug/OpenRenderBoxShims.build/Objects-normal/arm64/OpenRenderBoxShims.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-03-26 01:20:41.397 appintentsmetadataprocessor[1105:5860] Starting appintentsmetadataprocessor export
2026-03-26 01:20:41.434 appintentsmetadataprocessor[1105:5860] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OpenRenderBoxShims.o (in target 'OpenRenderBoxShims' from project 'OpenRenderBox')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OpenRenderBoxShims.o
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:18822a02e529b65c164f1e98db8ae63bb924d38c, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:18822a02e529b65c164f1e98db8ae63bb924d38c, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:18822a02e529b65c164f1e98db8ae63bb924d38c, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:18822a02e529b65c164f1e98db8ae63bb924d38c, name:My Mac }
Build complete.
{
  "cxx_language_standard" : "c++20",
  "dependencies" : [
    {
      "identity" : "swift-numerics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-numerics"
    },
    {
      "identity" : "opencoregraphics",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/OpenSwiftUIProject/OpenCoreGraphics"
    },
    {
      "identity" : "darwinprivateframeworks",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/OpenSwiftUIProject/DarwinPrivateFrameworks.git"
    }
  ],
  "manifest_display_name" : "OpenRenderBox",
  "name" : "OpenRenderBox",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "18.0"
    },
    {
      "name" : "tvos",
      "version" : "18.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "visionos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "OpenRenderBox",
      "targets" : [
        "OpenRenderBox",
        "OpenRenderBoxCxx"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "OpenRenderBoxShims",
      "targets" : [
        "OpenRenderBoxShims"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OpenRenderBoxTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenRenderBoxTests",
      "path" : "Tests/OpenRenderBoxTests",
      "sources" : [
        "Device/DeviceTests.swift",
        "Path/PathTests.swift",
        "Util/LogTests.swift"
      ],
      "target_dependencies" : [
        "OpenRenderBox"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenRenderBoxShims",
      "module_type" : "SwiftTarget",
      "name" : "OpenRenderBoxShims",
      "path" : "Sources/OpenRenderBoxShims",
      "product_dependencies" : [
        "RenderBox"
      ],
      "product_memberships" : [
        "OpenRenderBoxShims"
      ],
      "sources" : [
        "ORBShims.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "OpenRenderBoxCxx",
      "module_type" : "ClangTarget",
      "name" : "OpenRenderBoxCxx",
      "path" : "Sources/OpenRenderBoxCxx",
      "product_memberships" : [
        "OpenRenderBox"
      ],
      "sources" : [
        "Animation/ORBAnimation.m",
        "Animation/ORBSymbolAnimator.m",
        "Color/ColorSpace.cpp",
        "Color/ORBColor.cpp",
        "Color/ORBColorMode.cpp",
        "Device/ORBDevice.mm",
        "Encoding/ORBEncoderSet.m",
        "Path/NestedCallbacks.cpp",
        "Path/ORBPath.cpp",
        "Path/ORBPathCallbacks.cpp",
        "Path/ORBPathStorage.cpp",
        "Path/Storage.cpp",
        "Render/ORBDisplayList.m",
        "Render/ORBDisplayListInterpolator.m",
        "Render/ORBLayer.m",
        "UUID/ORBUUID.mm",
        "Util/assert.cpp",
        "Util/log.cpp",
        "Version/ORBVersion.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "OpenRenderBoxCompatibilityTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenRenderBoxCompatibilityTests",
      "path" : "Tests/OpenRenderBoxCompatibilityTests",
      "product_dependencies" : [
        "Numerics"
      ],
      "sources" : [
        "AnimationTests.swift",
        "ColorTests.swift",
        "DeviceTests.swift",
        "DisplayListTests.swift",
        "LayerTests.swift",
        "ORBShims.swift",
        "PathCallbacksTests.swift",
        "PathStorageTests.swift",
        "PathTests.swift",
        "SymbolAnimatorTests.swift",
        "UUIDTests.swift"
      ],
      "target_dependencies" : [
        "OpenRenderBox"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenRenderBox",
      "module_type" : "SwiftTarget",
      "name" : "OpenRenderBox",
      "path" : "Sources/OpenRenderBox",
      "product_dependencies" : [
        "OpenCoreGraphicsShims"
      ],
      "product_memberships" : [
        "OpenRenderBox"
      ],
      "sources" : [
        "Animation/ORBAnimation.swift",
        "Animation/ORBSymbolAnimator.swift",
        "Export.swift",
        "Path/ORBPath.swift",
        "Path/ORBPathCallbacks.swift",
        "Path/ORBPathStorage.swift",
        "Render/ORBDisplayList.swift",
        "Render/ORBDisplayListContents.swift",
        "Render/ORBDisplayListInterpolator.swift",
        "Util/Logging.swift"
      ],
      "target_dependencies" : [
        "OpenRenderBoxCxx"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
warning: 'spi-builder-workspace': [Env] OPENRENDERBOX_BUILD_FOR_DARWIN_PLATFORM not set -> true(default)
[Env] SPI_GENERATE_DOCS not set -> false(default)
[Env] SPI_BUILD not set -> false(default)
[Env] OPENRENDERBOX_DEVELOPMENT not set -> false(default)
[Env] OPENRENDERBOX_TARGET_RELEASE not set -> 2024(default)
[Env] OPENRENDERBOX_LIBRARY_EVOLUTION not set -> true(default)
[Env] OPENRENDERBOX_COMPATIBILITY_TEST not set -> false(default)
[Env] OPENRENDERBOX_USE_LOCAL_DEPS not set -> false(default)
[Env] OPENRENDERBOX_RENDERBOX not set -> true(default)
[Env] OPENRENDERBOX_CF_CGTYPES not set -> true(default)
[Env] OPENRENDERBOX_TARGET_RELEASE not set -> 2024(default)
Done.