Build Information
Successful build of OpenRenderBox, reference main (7a963a), with Swift 6.3 for tvOS using Xcode 26.4 on 16 Apr 2026 20:37:39 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme OpenRenderBox-Package -destination generic/platform=tvOSBuild Log
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-appletvos/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-appletvos/OpenRenderBoxCxx.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.4-23L236-688ef53f1462e2c8f657fdc38a81448fe9417fc108aa677fd4261ecaa021a5e7.sdkstatcache -target arm64-apple-tvos12.0 -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 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -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-appletvos/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-appletvos/OpenRenderBoxCxx.build/Objects-normal/arm64/ORBAnimation.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/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-appletvos/OpenRenderBoxCxx.build/Objects-normal/arm64/ORBAnimation.o -index-unit-output-path /OpenRenderBox.build/Debug-appletvos/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/IOSurface-1CCILMAFOXMMQPSJK573VA82P.scan
cd /
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/IOSurface-1CCILMAFOXMMQPSJK573VA82P.scan
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-61A3Z4HC5YGRZ4301Q8563VIJ.pcm
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Metal-5F9O2QBFW3FFPGPMN9S52DMJE.scan
cd /
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Metal-5F9O2QBFW3FFPGPMN9S52DMJE.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/OpenGLES-EUIKKIMCMZ6KMZUIZ0DFXFPFS.scan
cd /
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/OpenGLES-EUIKKIMCMZ6KMZUIZ0DFXFPFS.scan
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-AY4SBASI0IYB2DRL4P1HZYF3D.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/XPC-8J56K3TBOO6PAYWQ2YRFTOXRC.pcm
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CoreVideo-CSEDH32DVA6GU7K0I3FLV55TZ.scan
cd /
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CoreVideo-CSEDH32DVA6GU7K0I3FLV55TZ.scan
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-99BTF6SWJRRYNWL6MZ2TBIY92.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-D5CB4LO29N5WBJ3LLTIKRY0JG.pcm
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/QuartzCore-YCFO693D4MFYXOW04JX59UFR.scan
cd /
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/QuartzCore-YCFO693D4MFYXOW04JX59UFR.scan
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/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-appletvos/OpenRenderBoxCxx.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.4-23L236-688ef53f1462e2c8f657fdc38a81448fe9417fc108aa677fd4261ecaa021a5e7.sdkstatcache -target arm64-apple-tvos12.0 -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 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -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-appletvos/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-appletvos/OpenRenderBoxCxx.build/Objects-normal/arm64/ORBLayer.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/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-appletvos/OpenRenderBoxCxx.build/Objects-normal/arm64/ORBLayer.o -index-unit-output-path /OpenRenderBox.build/Debug-appletvos/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.
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-3LVP7PFMTBITP49EDS4BMYCFP.pcm
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OpenRenderBoxCxx.o normal (in target 'OpenRenderBoxCxx' from project 'OpenRenderBox')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -Xlinker -reproducible -target arm64-apple-tvos12.0 -r -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -O0 -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/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-appletvos/OpenRenderBoxCxx.build/Objects-normal/arm64/OpenRenderBoxCxx_lto.o -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/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-appletvos/OpenRenderBoxCxx.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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-appletvos/OpenRenderBoxCxx.o
SwiftEmitModule normal arm64 Emitting\ module\ for\ OpenCoreGraphics (in target 'OpenCoreGraphics' from project 'OpenCoreGraphics')
EmitSwiftModule normal arm64 (in target 'OpenCoreGraphics' from project 'OpenCoreGraphics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ IOSurface.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OpenCoreGraphics/Sources/OpenCoreGraphics/IOSurface.swift (in target 'OpenCoreGraphics' from project 'OpenCoreGraphics')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OpenCoreGraphics/Sources/OpenCoreGraphics/IOSurface.swift (in target 'OpenCoreGraphics' from project 'OpenCoreGraphics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ CGSize+Extension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OpenCoreGraphics/Sources/OpenCoreGraphics/CGSize+Extension.swift (in target 'OpenCoreGraphics' from project 'OpenCoreGraphics')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OpenCoreGraphics/Sources/OpenCoreGraphics/CGSize+Extension.swift (in target 'OpenCoreGraphics' from project 'OpenCoreGraphics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ CGRect+Extension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OpenCoreGraphics/Sources/OpenCoreGraphics/CGRect+Extension.swift (in target 'OpenCoreGraphics' from project 'OpenCoreGraphics')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OpenCoreGraphics/Sources/OpenCoreGraphics/CGRect+Extension.swift (in target 'OpenCoreGraphics' from project 'OpenCoreGraphics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ CGAffineTransform.swift,\ CGContext.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OpenCoreGraphics/Sources/OpenCoreGraphics/CGAffineTransform.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OpenCoreGraphics/Sources/OpenCoreGraphics/CGContext.swift (in target 'OpenCoreGraphics' from project 'OpenCoreGraphics')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OpenCoreGraphics/Sources/OpenCoreGraphics/CGAffineTransform.swift (in target 'OpenCoreGraphics' from project 'OpenCoreGraphics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OpenCoreGraphics/Sources/OpenCoreGraphics/CGContext.swift (in target 'OpenCoreGraphics' from project 'OpenCoreGraphics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ CGPath.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OpenCoreGraphics/Sources/OpenCoreGraphics/CGPath.swift (in target 'OpenCoreGraphics' from project 'OpenCoreGraphics')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OpenCoreGraphics/Sources/OpenCoreGraphics/CGPath.swift (in target 'OpenCoreGraphics' from project 'OpenCoreGraphics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ CGLine.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OpenCoreGraphics/Sources/OpenCoreGraphics/CGLine.swift (in target 'OpenCoreGraphics' from project 'OpenCoreGraphics')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OpenCoreGraphics/Sources/OpenCoreGraphics/CGLine.swift (in target 'OpenCoreGraphics' from project 'OpenCoreGraphics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ CGVector.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OpenCoreGraphics/Sources/OpenCoreGraphics/CGVector.swift (in target 'OpenCoreGraphics' from project 'OpenCoreGraphics')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OpenCoreGraphics/Sources/OpenCoreGraphics/CGVector.swift (in target 'OpenCoreGraphics' from project 'OpenCoreGraphics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ CGPoint+Extension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OpenCoreGraphics/Sources/OpenCoreGraphics/CGPoint+Extension.swift (in target 'OpenCoreGraphics' from project 'OpenCoreGraphics')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OpenCoreGraphics/Sources/OpenCoreGraphics/CGPoint+Extension.swift (in target 'OpenCoreGraphics' from project 'OpenCoreGraphics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ CGGeometry+Hashable.swift,\ CGImage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OpenCoreGraphics/Sources/OpenCoreGraphics/CGGeometry+Hashable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OpenCoreGraphics/Sources/OpenCoreGraphics/CGImage.swift (in target 'OpenCoreGraphics' from project 'OpenCoreGraphics')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OpenCoreGraphics/Sources/OpenCoreGraphics/CGGeometry+Hashable.swift (in target 'OpenCoreGraphics' from project 'OpenCoreGraphics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OpenCoreGraphics/Sources/OpenCoreGraphics/CGImage.swift (in target 'OpenCoreGraphics' from project 'OpenCoreGraphics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Export.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OpenCoreGraphics/Sources/OpenCoreGraphics/Export.swift (in target 'OpenCoreGraphics' from project 'OpenCoreGraphics')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OpenCoreGraphics/Sources/OpenCoreGraphics/Export.swift (in target 'OpenCoreGraphics' from project 'OpenCoreGraphics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for OpenCoreGraphics (in target 'OpenCoreGraphics' from project 'OpenCoreGraphics')
SwiftDriver\ Compilation\ Requirements 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-Requirements -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name OpenCoreGraphics -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-appletvos/OpenCoreGraphics.build/Objects-normal/arm64/OpenCoreGraphics.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DOPENCOREGRAPHICS_COREGRAPHICS -DXcode -enable-upcoming-feature InternalImportsByDefault -enable-library-evolution -no-verify-emitted-module-interface -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.4-23L236-688ef53f1462e2c8f657fdc38a81448fe9417fc108aa677fd4261ecaa021a5e7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-appletvos/OpenCoreGraphics.build/Objects-normal/arm64/OpenCoreGraphics-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-appletvos/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-appletvos/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-appletvos/OpenCoreGraphics.build/Objects-normal/arm64/OpenCoreGraphics_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-appletvos/OpenCoreGraphics.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-appletvos/OpenCoreGraphics.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-appletvos/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-appletvos/OpenCoreGraphics.build/Objects-normal/arm64/OpenCoreGraphics-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling CGGeometry+Hashable.swift, CGImage.swift (in target 'OpenCoreGraphics' from project 'OpenCoreGraphics')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/OpenCoreGraphics-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-appletvos/OpenCoreGraphics.build/Objects-normal/arm64/OpenCoreGraphics-Swift.h (in target 'OpenCoreGraphics' from project 'OpenCoreGraphics')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OpenCoreGraphics
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-appletvos/OpenCoreGraphics.build/Objects-normal/arm64/OpenCoreGraphics-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/OpenCoreGraphics-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OpenCoreGraphics.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-appletvos/OpenCoreGraphics.build/Objects-normal/arm64/OpenCoreGraphics.swiftmodule (in target 'OpenCoreGraphics' from project 'OpenCoreGraphics')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OpenCoreGraphics
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/OpenCoreGraphics.build/Debug-appletvos/OpenCoreGraphics.build/Objects-normal/arm64/OpenCoreGraphics.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OpenCoreGraphics.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OpenCoreGraphics.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-appletvos/OpenCoreGraphics.build/Objects-normal/arm64/OpenCoreGraphics.swiftdoc (in target 'OpenCoreGraphics' from project 'OpenCoreGraphics')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OpenCoreGraphics
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/OpenCoreGraphics.build/Debug-appletvos/OpenCoreGraphics.build/Objects-normal/arm64/OpenCoreGraphics.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OpenCoreGraphics.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OpenCoreGraphics.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-appletvos/OpenCoreGraphics.build/Objects-normal/arm64/OpenCoreGraphics.abi.json (in target 'OpenCoreGraphics' from project 'OpenCoreGraphics')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OpenCoreGraphics
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/OpenCoreGraphics.build/Debug-appletvos/OpenCoreGraphics.build/Objects-normal/arm64/OpenCoreGraphics.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OpenCoreGraphics.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OpenCoreGraphics.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-appletvos/OpenCoreGraphics.build/Objects-normal/arm64/OpenCoreGraphics.swiftsourceinfo (in target 'OpenCoreGraphics' from project 'OpenCoreGraphics')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OpenCoreGraphics
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/OpenCoreGraphics.build/Debug-appletvos/OpenCoreGraphics.build/Objects-normal/arm64/OpenCoreGraphics.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OpenCoreGraphics.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling IOSurface.swift (in target 'OpenCoreGraphics' from project 'OpenCoreGraphics')
SwiftDriver 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-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name OpenCoreGraphicsShims -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-appletvos/OpenCoreGraphicsShims.build/Objects-normal/arm64/OpenCoreGraphicsShims.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DOPENCOREGRAPHICS_COREGRAPHICS -DXcode -enable-upcoming-feature InternalImportsByDefault -enable-library-evolution -no-verify-emitted-module-interface -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.4-23L236-688ef53f1462e2c8f657fdc38a81448fe9417fc108aa677fd4261ecaa021a5e7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-appletvos/OpenCoreGraphicsShims.build/Objects-normal/arm64/OpenCoreGraphicsShims-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-appletvos/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-appletvos/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-appletvos/OpenCoreGraphicsShims.build/Objects-normal/arm64/OpenCoreGraphicsShims_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-appletvos/OpenCoreGraphicsShims.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-appletvos/OpenCoreGraphicsShims.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-appletvos/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-appletvos/OpenCoreGraphicsShims.build/Objects-normal/arm64/OpenCoreGraphicsShims-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling CGLine.swift (in target 'OpenCoreGraphics' from project 'OpenCoreGraphics')
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreGraphics-65MP6148H1SZ55E7SARL5GI35.pcm
SwiftCompile normal arm64 Compiling\ Export.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OpenCoreGraphics/Sources/OpenCoreGraphicsShims/Export.swift (in target 'OpenCoreGraphicsShims' from project 'OpenCoreGraphics')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OpenCoreGraphics/Sources/OpenCoreGraphicsShims/Export.swift (in target 'OpenCoreGraphicsShims' from project 'OpenCoreGraphics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ OpenCoreGraphicsShims (in target 'OpenCoreGraphicsShims' from project 'OpenCoreGraphics')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OpenCoreGraphics/Sources/OpenCoreGraphicsShims/Export.swift (in target 'OpenCoreGraphicsShims' from project 'OpenCoreGraphics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling CGSize+Extension.swift (in target 'OpenCoreGraphics' from project 'OpenCoreGraphics')
SwiftDriverJobDiscovery normal arm64 Compiling CGRect+Extension.swift (in target 'OpenCoreGraphics' from project 'OpenCoreGraphics')
SwiftDriverJobDiscovery normal arm64 Compiling CGPoint+Extension.swift (in target 'OpenCoreGraphics' from project 'OpenCoreGraphics')
SwiftDriverJobDiscovery normal arm64 Compiling CGAffineTransform.swift, CGContext.swift (in target 'OpenCoreGraphics' from project 'OpenCoreGraphics')
SwiftDriverJobDiscovery normal arm64 Compiling CGVector.swift (in target 'OpenCoreGraphics' from project 'OpenCoreGraphics')
SwiftDriverJobDiscovery normal arm64 Compiling CGPath.swift (in target 'OpenCoreGraphics' from project 'OpenCoreGraphics')
SwiftDriverJobDiscovery normal arm64 Emitting module for OpenCoreGraphicsShims (in target 'OpenCoreGraphicsShims' from project 'OpenCoreGraphics')
SwiftDriver\ Compilation\ Requirements 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-Requirements -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name OpenCoreGraphicsShims -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-appletvos/OpenCoreGraphicsShims.build/Objects-normal/arm64/OpenCoreGraphicsShims.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DOPENCOREGRAPHICS_COREGRAPHICS -DXcode -enable-upcoming-feature InternalImportsByDefault -enable-library-evolution -no-verify-emitted-module-interface -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.4-23L236-688ef53f1462e2c8f657fdc38a81448fe9417fc108aa677fd4261ecaa021a5e7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-appletvos/OpenCoreGraphicsShims.build/Objects-normal/arm64/OpenCoreGraphicsShims-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-appletvos/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-appletvos/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-appletvos/OpenCoreGraphicsShims.build/Objects-normal/arm64/OpenCoreGraphicsShims_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-appletvos/OpenCoreGraphicsShims.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-appletvos/OpenCoreGraphicsShims.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-appletvos/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-appletvos/OpenCoreGraphicsShims.build/Objects-normal/arm64/OpenCoreGraphicsShims-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-appletvos/OpenCoreGraphicsShims-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-appletvos/OpenCoreGraphicsShims.build/Objects-normal/arm64/OpenCoreGraphicsShims-Swift.h (in target 'OpenCoreGraphicsShims' from project 'OpenCoreGraphics')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OpenCoreGraphics
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-appletvos/OpenCoreGraphicsShims.build/Objects-normal/arm64/OpenCoreGraphicsShims-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/OpenCoreGraphicsShims-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OpenCoreGraphicsShims.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-appletvos/OpenCoreGraphicsShims.build/Objects-normal/arm64/OpenCoreGraphicsShims.swiftmodule (in target 'OpenCoreGraphicsShims' from project 'OpenCoreGraphics')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OpenCoreGraphics
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/OpenCoreGraphics.build/Debug-appletvos/OpenCoreGraphicsShims.build/Objects-normal/arm64/OpenCoreGraphicsShims.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OpenCoreGraphicsShims.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OpenCoreGraphicsShims.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-appletvos/OpenCoreGraphicsShims.build/Objects-normal/arm64/OpenCoreGraphicsShims.swiftdoc (in target 'OpenCoreGraphicsShims' from project 'OpenCoreGraphics')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OpenCoreGraphics
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/OpenCoreGraphics.build/Debug-appletvos/OpenCoreGraphicsShims.build/Objects-normal/arm64/OpenCoreGraphicsShims.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OpenCoreGraphicsShims.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OpenCoreGraphicsShims.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-appletvos/OpenCoreGraphicsShims.build/Objects-normal/arm64/OpenCoreGraphicsShims.abi.json (in target 'OpenCoreGraphicsShims' from project 'OpenCoreGraphics')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OpenCoreGraphics
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/OpenCoreGraphics.build/Debug-appletvos/OpenCoreGraphicsShims.build/Objects-normal/arm64/OpenCoreGraphicsShims.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OpenCoreGraphicsShims.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OpenCoreGraphicsShims.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-appletvos/OpenCoreGraphicsShims.build/Objects-normal/arm64/OpenCoreGraphicsShims.swiftsourceinfo (in target 'OpenCoreGraphicsShims' from project 'OpenCoreGraphics')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OpenCoreGraphics
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/OpenCoreGraphics.build/Debug-appletvos/OpenCoreGraphicsShims.build/Objects-normal/arm64/OpenCoreGraphicsShims.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OpenCoreGraphicsShims.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftDriver 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-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name OpenRenderBox -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/OpenRenderBox.build/Objects-normal/arm64/OpenRenderBox.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DOPENRENDERBOX_CF_CGTYPES -DXcode -enable-upcoming-feature InternalImportsByDefault -enable-library-evolution -no-verify-emitted-module-interface -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.4-23L236-688ef53f1462e2c8f657fdc38a81448fe9417fc108aa677fd4261ecaa021a5e7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/OpenRenderBox.build/Objects-normal/arm64/OpenRenderBox-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/OpenRenderBox.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/OpenRenderBox.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/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-appletvos/OpenRenderBox.build/Objects-normal/arm64/OpenRenderBox-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Export.swift (in target 'OpenCoreGraphics' from project 'OpenCoreGraphics')
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-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name OpenCoreGraphics -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-appletvos/OpenCoreGraphics.build/Objects-normal/arm64/OpenCoreGraphics.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DOPENCOREGRAPHICS_COREGRAPHICS -DXcode -enable-upcoming-feature InternalImportsByDefault -enable-library-evolution -no-verify-emitted-module-interface -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.4-23L236-688ef53f1462e2c8f657fdc38a81448fe9417fc108aa677fd4261ecaa021a5e7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-appletvos/OpenCoreGraphics.build/Objects-normal/arm64/OpenCoreGraphics-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-appletvos/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-appletvos/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-appletvos/OpenCoreGraphics.build/Objects-normal/arm64/OpenCoreGraphics_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-appletvos/OpenCoreGraphics.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-appletvos/OpenCoreGraphics.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-appletvos/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-appletvos/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-appletvos/OpenCoreGraphics.o normal (in target 'OpenCoreGraphics' from project 'OpenCoreGraphics')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OpenCoreGraphics
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos12.0 -r -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -O0 -w -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-appletvos/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-appletvos/OpenCoreGraphics.build/Objects-normal/arm64/OpenCoreGraphics_lto.o -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-appletvos/OpenCoreGraphics.build/Objects-normal/arm64/OpenCoreGraphics_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-appletvos/OpenCoreGraphics.build/Objects-normal/arm64/OpenCoreGraphics.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-appletvos/OpenCoreGraphics.build/Objects-normal/arm64/OpenCoreGraphics-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OpenCoreGraphics.o
ExtractAppIntentsMetadata (in target 'OpenCoreGraphics' from project 'OpenCoreGraphics')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OpenCoreGraphics
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /var/run/com.apple.security.cryptexd/mnt/com.apple.MobileAsset.MetalToolchain-v17.5.188.0.yJ019v/Metal.xctoolchain --module-name OpenCoreGraphics --sdk-root /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk --xcode-version 17E192 --platform-family tvOS --deployment-target 12.0 --bundle-identifier opencoregraphics.OpenCoreGraphics --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OpenCoreGraphics.appintents --target-triple arm64-apple-tvos12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OpenCoreGraphics.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-appletvos/OpenCoreGraphics.build/Objects-normal/arm64/OpenCoreGraphics_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-appletvos/OpenCoreGraphics.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-appletvos/OpenCoreGraphics.build/Objects-normal/arm64/OpenCoreGraphics.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-appletvos/OpenCoreGraphics.build/OpenCoreGraphics.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-appletvos/OpenCoreGraphics.build/OpenCoreGraphics.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-appletvos/OpenCoreGraphics.build/Objects-normal/arm64/OpenCoreGraphics.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-16 16:37:34.097 appintentsmetadataprocessor[1011:5527] Starting appintentsmetadataprocessor export
2026-04-16 16:37:34.120 appintentsmetadataprocessor[1011:5527] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling Export.swift (in target 'OpenCoreGraphicsShims' from project 'OpenCoreGraphics')
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-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name OpenCoreGraphicsShims -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-appletvos/OpenCoreGraphicsShims.build/Objects-normal/arm64/OpenCoreGraphicsShims.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DOPENCOREGRAPHICS_COREGRAPHICS -DXcode -enable-upcoming-feature InternalImportsByDefault -enable-library-evolution -no-verify-emitted-module-interface -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.4-23L236-688ef53f1462e2c8f657fdc38a81448fe9417fc108aa677fd4261ecaa021a5e7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-appletvos/OpenCoreGraphicsShims.build/Objects-normal/arm64/OpenCoreGraphicsShims-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-appletvos/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-appletvos/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-appletvos/OpenCoreGraphicsShims.build/Objects-normal/arm64/OpenCoreGraphicsShims_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-appletvos/OpenCoreGraphicsShims.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-appletvos/OpenCoreGraphicsShims.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-appletvos/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-appletvos/OpenCoreGraphicsShims.build/Objects-normal/arm64/OpenCoreGraphicsShims-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-3TFXOL8LBHQ42Z046AWHFSHJD.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-CDJ2KHFBOIYUCGMVH3UE86AC2.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-498OD0A3MQ2FB4WEYTSSRESP3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-APJW1H3M0H6WW921A1HTH8TUR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-CBH5L9UK0MYRFFH6MY5NJ4V3W.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-E1NTH8530FEXXG2GTAUIT8DK2.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-DA4K20U6XB1EOD4CZKTTAJ7TC.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-1VWV13EZFLE4K3XNZFR1YEB23.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-DEFB21H9HAHTSYO3N7OGD85HM.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-9SWLIDXZCMVBRSMOG0SS7TG1M.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-2PCHOXGEBZDW6IRU345TQJ4A5.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-6UR0OZZ8T5K2EZVBG8DLIA24A.pcm
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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-appletvos/OpenCoreGraphics.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OpenCoreGraphicsShims.o normal (in target 'OpenCoreGraphicsShims' from project 'OpenCoreGraphics')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OpenCoreGraphics
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos12.0 -r -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -O0 -w -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-appletvos/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-appletvos/OpenCoreGraphicsShims.build/Objects-normal/arm64/OpenCoreGraphicsShims_lto.o -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-appletvos/OpenCoreGraphicsShims.build/Objects-normal/arm64/OpenCoreGraphicsShims_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-appletvos/OpenCoreGraphicsShims.build/Objects-normal/arm64/OpenCoreGraphicsShims.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-appletvos/OpenCoreGraphicsShims.build/Objects-normal/arm64/OpenCoreGraphicsShims-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OpenCoreGraphicsShims.o
ExtractAppIntentsMetadata (in target 'OpenCoreGraphicsShims' from project 'OpenCoreGraphics')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OpenCoreGraphics
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /var/run/com.apple.security.cryptexd/mnt/com.apple.MobileAsset.MetalToolchain-v17.5.188.0.yJ019v/Metal.xctoolchain --module-name OpenCoreGraphicsShims --sdk-root /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk --xcode-version 17E192 --platform-family tvOS --deployment-target 12.0 --bundle-identifier opencoregraphics.OpenCoreGraphicsShims --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OpenCoreGraphicsShims.appintents --target-triple arm64-apple-tvos12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OpenCoreGraphicsShims.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-appletvos/OpenCoreGraphicsShims.build/Objects-normal/arm64/OpenCoreGraphicsShims_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-appletvos/OpenCoreGraphicsShims.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-appletvos/OpenCoreGraphicsShims.build/Objects-normal/arm64/OpenCoreGraphicsShims.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-appletvos/OpenCoreGraphicsShims.build/OpenCoreGraphicsShims.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-appletvos/OpenCoreGraphicsShims.build/OpenCoreGraphicsShims.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenCoreGraphics.build/Debug-appletvos/OpenCoreGraphicsShims.build/Objects-normal/arm64/OpenCoreGraphicsShims.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-16 16:37:34.176 appintentsmetadataprocessor[1027:5607] Starting appintentsmetadataprocessor export
2026-04-16 16:37:34.184 appintentsmetadataprocessor[1027:5607] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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-appletvos/OpenCoreGraphicsShims.o
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-19A7RTPGGOMMJEIHN8ZPO6YV8.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/sys_types-5MD4JTG2L57SEFCL9UN4KV2FR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-7AJH96TA6BPTGHWOTCNXMQE5V.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-DZ97A3HTGHMIIO7CQJ3LYXWJ6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-WFS4F1K7HDEI2UM5LJURL6SA.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-3IYM4Y41HLA5CLNQWTMSI0A3M.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-BM9P3GU672WD5259QENODF0UY.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-3XETCCBEM09CJ6G6XV135IHCE.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-B2MZBLQ0B1OUN4U1UQ7FUC0GD.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/XPC-DVNHBT3NL05T2VTXX0FLB3UP6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-BKZTU9DIE0QJ1CDS1UGVS8K6X.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-9S4VIWR39R5QS686FCJ6LWUKU.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreGraphics-97I8LORVWHXER7CO380RMH4XD.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-EVVI9HCIU2583YOM8G38A25SL.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-8GZCCWI5B8ALXBD0KG62MMUB0.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/IOSurface-C1C43JKLHJ0C4HVDI8MZHYXJ8.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Metal-2TPCFRIZPXFG7N9AFRGAYEY28.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/OpenGLES-EMABXCTCJ9F205BO12GQ370XT.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreVideo-469W3O0C2IK4Q62DK1JGQ8YL5.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/QuartzCore-3LEM7GISE2GC5YM9JFSSSS0NM.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules/OpenRenderBoxCxx-71CKTU92IP8WFTWY6T0F6RNTJ.pcm
SwiftCompile normal arm64 Compiling\ ORBDisplayListInterpolator.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBox/Render/ORBDisplayListInterpolator.swift (in target 'OpenRenderBox' from project 'OpenRenderBox')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBox/Render/ORBDisplayListInterpolator.swift (in target 'OpenRenderBox' from project 'OpenRenderBox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ OpenRenderBox (in target 'OpenRenderBox' from project 'OpenRenderBox')
EmitSwiftModule normal arm64 (in target 'OpenRenderBox' from project 'OpenRenderBox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Logging.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBox/Util/Logging.swift (in target 'OpenRenderBox' from project 'OpenRenderBox')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBox/Util/Logging.swift (in target 'OpenRenderBox' from project 'OpenRenderBox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ORBDisplayListContents.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBox/Render/ORBDisplayListContents.swift (in target 'OpenRenderBox' from project 'OpenRenderBox')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBox/Render/ORBDisplayListContents.swift (in target 'OpenRenderBox' from project 'OpenRenderBox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ORBDisplayList.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBox/Render/ORBDisplayList.swift (in target 'OpenRenderBox' from project 'OpenRenderBox')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBox/Render/ORBDisplayList.swift (in target 'OpenRenderBox' from project 'OpenRenderBox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ORBPathStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBox/Path/ORBPathStorage.swift (in target 'OpenRenderBox' from project 'OpenRenderBox')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBox/Path/ORBPathStorage.swift (in target 'OpenRenderBox' from project 'OpenRenderBox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ORBPath.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBox/Path/ORBPath.swift (in target 'OpenRenderBox' from project 'OpenRenderBox')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBox/Path/ORBPath.swift (in target 'OpenRenderBox' from project 'OpenRenderBox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ORBAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBox/Animation/ORBAnimation.swift (in target 'OpenRenderBox' from project 'OpenRenderBox')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBox/Animation/ORBAnimation.swift (in target 'OpenRenderBox' from project 'OpenRenderBox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ORBSymbolAnimator.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBox/Animation/ORBSymbolAnimator.swift (in target 'OpenRenderBox' from project 'OpenRenderBox')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBox/Animation/ORBSymbolAnimator.swift (in target 'OpenRenderBox' from project 'OpenRenderBox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Export.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBox/Export.swift (in target 'OpenRenderBox' from project 'OpenRenderBox')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenRenderBox/Export.swift (in target 'OpenRenderBox' from project 'OpenRenderBox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
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
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-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name OpenRenderBox -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/OpenRenderBox.build/Objects-normal/arm64/OpenRenderBox.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DOPENRENDERBOX_CF_CGTYPES -DXcode -enable-upcoming-feature InternalImportsByDefault -enable-library-evolution -no-verify-emitted-module-interface -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.4-23L236-688ef53f1462e2c8f657fdc38a81448fe9417fc108aa677fd4261ecaa021a5e7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/OpenRenderBox.build/Objects-normal/arm64/OpenRenderBox-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/OpenRenderBox.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/OpenRenderBox.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/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-appletvos/OpenRenderBox.build/Objects-normal/arm64/OpenRenderBox-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')
SwiftDriverJobDiscovery normal arm64 Compiling ORBDisplayList.swift (in target 'OpenRenderBox' from project 'OpenRenderBox')
SwiftDriverJobDiscovery normal arm64 Compiling ORBAnimation.swift (in target 'OpenRenderBox' from project 'OpenRenderBox')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/OpenRenderBox-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/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-appletvos/OpenRenderBox.build/Objects-normal/arm64/OpenRenderBox-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/OpenRenderBox-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OpenRenderBox.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/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-appletvos/OpenRenderBox.build/Objects-normal/arm64/OpenRenderBox.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OpenRenderBox.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OpenRenderBox.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/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-appletvos/OpenRenderBox.build/Objects-normal/arm64/OpenRenderBox.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OpenRenderBox.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OpenRenderBox.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/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-appletvos/OpenRenderBox.build/Objects-normal/arm64/OpenRenderBox.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OpenRenderBox.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OpenRenderBox.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/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-appletvos/OpenRenderBox.build/Objects-normal/arm64/OpenRenderBox.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OpenRenderBox.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling ORBPathStorage.swift (in target 'OpenRenderBox' from project 'OpenRenderBox')
SwiftDriverJobDiscovery normal arm64 Compiling ORBPath.swift (in target 'OpenRenderBox' from project 'OpenRenderBox')
SwiftDriverJobDiscovery normal arm64 Compiling ORBDisplayListContents.swift (in target 'OpenRenderBox' from project 'OpenRenderBox')
SwiftDriverJobDiscovery normal arm64 Compiling Logging.swift (in target 'OpenRenderBox' from project 'OpenRenderBox')
SwiftDriverJobDiscovery normal arm64 Compiling ORBSymbolAnimator.swift (in target 'OpenRenderBox' from project 'OpenRenderBox')
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-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name OpenRenderBoxShims -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/OpenRenderBoxShims.build/Objects-normal/arm64/OpenRenderBoxShims.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DOPENRENDERBOX_CF_CGTYPES -DXcode -enable-upcoming-feature InternalImportsByDefault -enable-library-evolution -no-verify-emitted-module-interface -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.4-23L236-688ef53f1462e2c8f657fdc38a81448fe9417fc108aa677fd4261ecaa021a5e7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/OpenRenderBoxShims.build/Objects-normal/arm64/OpenRenderBoxShims-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/OpenRenderBoxShims.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/OpenRenderBoxShims.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/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-appletvos/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 ORBPathCallbacks.swift (in target 'OpenRenderBox' from project 'OpenRenderBox')
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-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name OpenRenderBox -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/OpenRenderBox.build/Objects-normal/arm64/OpenRenderBox.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DOPENRENDERBOX_CF_CGTYPES -DXcode -enable-upcoming-feature InternalImportsByDefault -enable-library-evolution -no-verify-emitted-module-interface -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.4-23L236-688ef53f1462e2c8f657fdc38a81448fe9417fc108aa677fd4261ecaa021a5e7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/OpenRenderBox.build/Objects-normal/arm64/OpenRenderBox-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/OpenRenderBox.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/OpenRenderBox.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/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-appletvos/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-appletvos/OpenRenderBox.o normal (in target 'OpenRenderBox' from project 'OpenRenderBox')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos12.0 -r -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -O0 -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/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-appletvos/OpenRenderBox.build/Objects-normal/arm64/OpenRenderBox_lto.o -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/OpenRenderBox.build/Objects-normal/arm64/OpenRenderBox_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/OpenRenderBox.build/Objects-normal/arm64/OpenRenderBox.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/OpenRenderBox.build/Objects-normal/arm64/OpenRenderBox-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OpenRenderBox.o
ExtractAppIntentsMetadata (in target 'OpenRenderBox' from project 'OpenRenderBox')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /var/run/com.apple.security.cryptexd/mnt/com.apple.MobileAsset.MetalToolchain-v17.5.188.0.yJ019v/Metal.xctoolchain --module-name OpenRenderBox --sdk-root /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk --xcode-version 17E192 --platform-family tvOS --deployment-target 12.0 --bundle-identifier spi-builder-workspace.OpenRenderBox --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OpenRenderBox.appintents --target-triple arm64-apple-tvos12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OpenRenderBox.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/OpenRenderBox.build/Objects-normal/arm64/OpenRenderBox_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/OpenRenderBox.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/OpenRenderBox.build/Objects-normal/arm64/OpenRenderBox.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/OpenRenderBox.build/OpenRenderBox.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/OpenRenderBox.build/OpenRenderBox.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/OpenRenderBox.build/Objects-normal/arm64/OpenRenderBox.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-16 16:37:36.310 appintentsmetadataprocessor[1063:5740] Starting appintentsmetadataprocessor export
2026-04-16 16:37:36.323 appintentsmetadataprocessor[1063:5740] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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-appletvos/OpenRenderBox.o
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-96MY5YMIZE1U4MOE11R9ULKIT.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-C6Z7GBHIDKCEKLMFM2YYI3A7W.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-1IU6E9SKRA3YNK7CWSCP8LFFS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-CTW4BL8O8PXECFGEXKIKZLVOF.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-A40102RLLHJJJ9IDUDEST5BCC.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-9H0QRNNC5ZMLD86R6TPVNQQLB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-AQ1HY8MQB40OBEMHIY1GTTYAP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-6IR74AZANZ723GQ22P5KSUCNO.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-9YF1YACEBW6IEGLI4RGNNNLKV.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-C8K25E426DLKPVCAJ8SHHXWCC.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-AJ9HGUY5IRAH91VM50P1L9B11.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-83M597VMZ10XO5UMBNT95WK00.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-2JW6725WSOM329AHHOI2IXHEL.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/sys_types-4OHVUM6HD4FHWY3AVYX8MYOG5.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-2FMS4S00LDVTM3A5F3HG2NCPF.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-EK28CMNHQB1F0TL1JOVI3MZKI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-5GDWD1R0ICI11NFRTJALQMUXN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-4QNQ63T8WBQT7Y6WL2QAAYPBA.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-26N59NSK2V9GM0RAGWJKYQ34I.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-9LU39TAQEKUMHYW4P4QHHRUB5.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-3L2DRS4XWXWJFWZ35FJ52YWX5.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/XPC-C379776BHPBCF6T0UJQ2T5KDU.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-D0YBWMNC4I2CMNNCJIKGGV2JT.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-407VQ2T1SPKBHZUHTGS89B2G3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-AUUBCXQJ3JUND273V2HIDNB00.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreGraphics-4HV9HJ1WWEO0DZR5KL85QC65B.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-DBRMRWHF30W1EVX28MPWOGTP4.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/IOSurface-87OMD6EU9XOLCNYK2DMMJ2E5E.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/OpenGLES-53OIUJJTWF4WN7YXC9XRW7JDK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Metal-59TK9AHZOP2GUZV1PHFKQ7ZP5.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreVideo-4BENJDXYGPXK7AL0PI7G9WRI4.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/QuartzCore-AS88Z16W22WR8F9KS40KKY6WT.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules/OpenRenderBoxCxx-8D00PMBQNVQSZ8RMEH9W2CLV0.pcm
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
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
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-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name OpenRenderBoxShims -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/OpenRenderBoxShims.build/Objects-normal/arm64/OpenRenderBoxShims.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DOPENRENDERBOX_CF_CGTYPES -DXcode -enable-upcoming-feature InternalImportsByDefault -enable-library-evolution -no-verify-emitted-module-interface -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.4-23L236-688ef53f1462e2c8f657fdc38a81448fe9417fc108aa677fd4261ecaa021a5e7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/OpenRenderBoxShims.build/Objects-normal/arm64/OpenRenderBoxShims-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/OpenRenderBoxShims.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/OpenRenderBoxShims.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/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-appletvos/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-appletvos/OpenRenderBoxShims-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/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-appletvos/OpenRenderBoxShims.build/Objects-normal/arm64/OpenRenderBoxShims-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/OpenRenderBoxShims-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OpenRenderBoxShims.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/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-appletvos/OpenRenderBoxShims.build/Objects-normal/arm64/OpenRenderBoxShims.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OpenRenderBoxShims.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OpenRenderBoxShims.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/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-appletvos/OpenRenderBoxShims.build/Objects-normal/arm64/OpenRenderBoxShims.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OpenRenderBoxShims.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OpenRenderBoxShims.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/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-appletvos/OpenRenderBoxShims.build/Objects-normal/arm64/OpenRenderBoxShims.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OpenRenderBoxShims.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OpenRenderBoxShims.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/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-appletvos/OpenRenderBoxShims.build/Objects-normal/arm64/OpenRenderBoxShims.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OpenRenderBoxShims.swiftmodule/Project/arm64-apple-tvos.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-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name OpenRenderBoxShims -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/OpenRenderBoxShims.build/Objects-normal/arm64/OpenRenderBoxShims.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DOPENRENDERBOX_CF_CGTYPES -DXcode -enable-upcoming-feature InternalImportsByDefault -enable-library-evolution -no-verify-emitted-module-interface -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.4-23L236-688ef53f1462e2c8f657fdc38a81448fe9417fc108aa677fd4261ecaa021a5e7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/OpenRenderBoxShims.build/Objects-normal/arm64/OpenRenderBoxShims-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/OpenRenderBoxShims.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/OpenRenderBoxShims.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/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-appletvos/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-appletvos/OpenRenderBoxShims.o normal (in target 'OpenRenderBoxShims' from project 'OpenRenderBox')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos12.0 -r -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -O0 -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/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-appletvos/OpenRenderBoxShims.build/Objects-normal/arm64/OpenRenderBoxShims_lto.o -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/OpenRenderBoxShims.build/Objects-normal/arm64/OpenRenderBoxShims_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/OpenRenderBoxShims.build/Objects-normal/arm64/OpenRenderBoxShims.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/OpenRenderBoxShims.build/Objects-normal/arm64/OpenRenderBoxShims-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OpenRenderBoxShims.o
ExtractAppIntentsMetadata (in target 'OpenRenderBoxShims' from project 'OpenRenderBox')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /var/run/com.apple.security.cryptexd/mnt/com.apple.MobileAsset.MetalToolchain-v17.5.188.0.yJ019v/Metal.xctoolchain --module-name OpenRenderBoxShims --sdk-root /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk --xcode-version 17E192 --platform-family tvOS --deployment-target 12.0 --bundle-identifier spi-builder-workspace.OpenRenderBoxShims --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OpenRenderBoxShims.appintents --target-triple arm64-apple-tvos12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OpenRenderBoxShims.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/OpenRenderBoxShims.build/Objects-normal/arm64/OpenRenderBoxShims_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/OpenRenderBoxShims.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/OpenRenderBoxShims.build/Objects-normal/arm64/OpenRenderBoxShims.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/OpenRenderBoxShims.build/OpenRenderBoxShims.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/OpenRenderBoxShims.build/OpenRenderBoxShims.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenRenderBox.build/Debug-appletvos/OpenRenderBoxShims.build/Objects-normal/arm64/OpenRenderBoxShims.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-16 16:37:38.450 appintentsmetadataprocessor[1101:5844] Starting appintentsmetadataprocessor export
2026-04-16 16:37:38.458 appintentsmetadataprocessor[1101:5844] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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-appletvos/OpenRenderBoxShims.o
** BUILD SUCCEEDED **
2026-04-16 16:37:26.996 xcodebuild[797:4629] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
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.