The Swift Package Index logo.Swift Package Index

Build Information

Failed to build AsyncGraphics, reference main (b9cfba), with Swift 6.1 for macOS (SPM) on 26 Apr 2026 10:46:58 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

Build Log

338 |                 throw RendererError.failedToMakeArrayUniformBuffer
339 |             }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:354:62: warning: forming 'UnsafeRawPointer' to a variable of type 'VU'; this is likely incorrect because 'VU' may contain an object reference.
352 |             var uniforms: VU = vertexUniforms
353 |             let size = MemoryLayout<VU>.size
354 |             guard let buffer = metalDevice.makeBuffer(bytes: &uniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type 'VU'; this is likely incorrect because 'VU' may contain an object reference.
355 |                 throw RendererError.failedToMakeVertexUniformBuffer
356 |             }
[553/704] Compiling AsyncGraphics SendableImage.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:304:62: warning: forming 'UnsafeRawPointer' to a variable of type 'U'; this is likely incorrect because 'U' may contain an object reference.
302 |             var uniforms: U = uniforms
303 |             let size = MemoryLayout<U>.size
304 |             guard let buffer = metalDevice.makeBuffer(bytes: &uniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type 'U'; this is likely incorrect because 'U' may contain an object reference.
305 |                 throw RendererError.failedToMakeUniformBuffer
306 |             }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:337:62: warning: forming 'UnsafeRawPointer' to a variable of type '[AU]'; this is likely incorrect because 'AU' may contain an object reference.
335 |             let activeSize: Int = MemoryLayout<Bool>.size * uniformArrayMaxLimit
336 |
337 |             guard let buffer = metalDevice.makeBuffer(bytes: &fixedArrayUniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type '[AU]'; this is likely incorrect because 'AU' may contain an object reference.
338 |                 throw RendererError.failedToMakeArrayUniformBuffer
339 |             }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:354:62: warning: forming 'UnsafeRawPointer' to a variable of type 'VU'; this is likely incorrect because 'VU' may contain an object reference.
352 |             var uniforms: VU = vertexUniforms
353 |             let size = MemoryLayout<VU>.size
354 |             guard let buffer = metalDevice.makeBuffer(bytes: &uniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type 'VU'; this is likely incorrect because 'VU' may contain an object reference.
355 |                 throw RendererError.failedToMakeVertexUniformBuffer
356 |             }
[554/704] Compiling AsyncGraphics SendablePixelBuffer.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:304:62: warning: forming 'UnsafeRawPointer' to a variable of type 'U'; this is likely incorrect because 'U' may contain an object reference.
302 |             var uniforms: U = uniforms
303 |             let size = MemoryLayout<U>.size
304 |             guard let buffer = metalDevice.makeBuffer(bytes: &uniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type 'U'; this is likely incorrect because 'U' may contain an object reference.
305 |                 throw RendererError.failedToMakeUniformBuffer
306 |             }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:337:62: warning: forming 'UnsafeRawPointer' to a variable of type '[AU]'; this is likely incorrect because 'AU' may contain an object reference.
335 |             let activeSize: Int = MemoryLayout<Bool>.size * uniformArrayMaxLimit
336 |
337 |             guard let buffer = metalDevice.makeBuffer(bytes: &fixedArrayUniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type '[AU]'; this is likely incorrect because 'AU' may contain an object reference.
338 |                 throw RendererError.failedToMakeArrayUniformBuffer
339 |             }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:354:62: warning: forming 'UnsafeRawPointer' to a variable of type 'VU'; this is likely incorrect because 'VU' may contain an object reference.
352 |             var uniforms: VU = vertexUniforms
353 |             let size = MemoryLayout<VU>.size
354 |             guard let buffer = metalDevice.makeBuffer(bytes: &uniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type 'VU'; this is likely incorrect because 'VU' may contain an object reference.
355 |                 throw RendererError.failedToMakeVertexUniformBuffer
356 |             }
[555/704] Compiling AsyncGraphics SendableSampleBuffer.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:304:62: warning: forming 'UnsafeRawPointer' to a variable of type 'U'; this is likely incorrect because 'U' may contain an object reference.
302 |             var uniforms: U = uniforms
303 |             let size = MemoryLayout<U>.size
304 |             guard let buffer = metalDevice.makeBuffer(bytes: &uniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type 'U'; this is likely incorrect because 'U' may contain an object reference.
305 |                 throw RendererError.failedToMakeUniformBuffer
306 |             }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:337:62: warning: forming 'UnsafeRawPointer' to a variable of type '[AU]'; this is likely incorrect because 'AU' may contain an object reference.
335 |             let activeSize: Int = MemoryLayout<Bool>.size * uniformArrayMaxLimit
336 |
337 |             guard let buffer = metalDevice.makeBuffer(bytes: &fixedArrayUniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type '[AU]'; this is likely incorrect because 'AU' may contain an object reference.
338 |                 throw RendererError.failedToMakeArrayUniformBuffer
339 |             }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:354:62: warning: forming 'UnsafeRawPointer' to a variable of type 'VU'; this is likely incorrect because 'VU' may contain an object reference.
352 |             var uniforms: VU = vertexUniforms
353 |             let size = MemoryLayout<VU>.size
354 |             guard let buffer = metalDevice.makeBuffer(bytes: &uniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type 'VU'; this is likely incorrect because 'VU' may contain an object reference.
355 |                 throw RendererError.failedToMakeVertexUniformBuffer
356 |             }
[556/704] Compiling AsyncGraphics SendableTexture.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:304:62: warning: forming 'UnsafeRawPointer' to a variable of type 'U'; this is likely incorrect because 'U' may contain an object reference.
302 |             var uniforms: U = uniforms
303 |             let size = MemoryLayout<U>.size
304 |             guard let buffer = metalDevice.makeBuffer(bytes: &uniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type 'U'; this is likely incorrect because 'U' may contain an object reference.
305 |                 throw RendererError.failedToMakeUniformBuffer
306 |             }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:337:62: warning: forming 'UnsafeRawPointer' to a variable of type '[AU]'; this is likely incorrect because 'AU' may contain an object reference.
335 |             let activeSize: Int = MemoryLayout<Bool>.size * uniformArrayMaxLimit
336 |
337 |             guard let buffer = metalDevice.makeBuffer(bytes: &fixedArrayUniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type '[AU]'; this is likely incorrect because 'AU' may contain an object reference.
338 |                 throw RendererError.failedToMakeArrayUniformBuffer
339 |             }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:354:62: warning: forming 'UnsafeRawPointer' to a variable of type 'VU'; this is likely incorrect because 'VU' may contain an object reference.
352 |             var uniforms: VU = vertexUniforms
353 |             let size = MemoryLayout<VU>.size
354 |             guard let buffer = metalDevice.makeBuffer(bytes: &uniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type 'VU'; this is likely incorrect because 'VU' may contain an object reference.
355 |                 throw RendererError.failedToMakeVertexUniformBuffer
356 |             }
[557/704] Compiling AsyncGraphics Angle.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:304:62: warning: forming 'UnsafeRawPointer' to a variable of type 'U'; this is likely incorrect because 'U' may contain an object reference.
302 |             var uniforms: U = uniforms
303 |             let size = MemoryLayout<U>.size
304 |             guard let buffer = metalDevice.makeBuffer(bytes: &uniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type 'U'; this is likely incorrect because 'U' may contain an object reference.
305 |                 throw RendererError.failedToMakeUniformBuffer
306 |             }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:337:62: warning: forming 'UnsafeRawPointer' to a variable of type '[AU]'; this is likely incorrect because 'AU' may contain an object reference.
335 |             let activeSize: Int = MemoryLayout<Bool>.size * uniformArrayMaxLimit
336 |
337 |             guard let buffer = metalDevice.makeBuffer(bytes: &fixedArrayUniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type '[AU]'; this is likely incorrect because 'AU' may contain an object reference.
338 |                 throw RendererError.failedToMakeArrayUniformBuffer
339 |             }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:354:62: warning: forming 'UnsafeRawPointer' to a variable of type 'VU'; this is likely incorrect because 'VU' may contain an object reference.
352 |             var uniforms: VU = vertexUniforms
353 |             let size = MemoryLayout<VU>.size
354 |             guard let buffer = metalDevice.makeBuffer(bytes: &uniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type 'VU'; this is likely incorrect because 'VU' may contain an object reference.
355 |                 throw RendererError.failedToMakeVertexUniformBuffer
356 |             }
[558/704] Compiling AsyncGraphics ColorUniform.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:304:62: warning: forming 'UnsafeRawPointer' to a variable of type 'U'; this is likely incorrect because 'U' may contain an object reference.
302 |             var uniforms: U = uniforms
303 |             let size = MemoryLayout<U>.size
304 |             guard let buffer = metalDevice.makeBuffer(bytes: &uniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type 'U'; this is likely incorrect because 'U' may contain an object reference.
305 |                 throw RendererError.failedToMakeUniformBuffer
306 |             }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:337:62: warning: forming 'UnsafeRawPointer' to a variable of type '[AU]'; this is likely incorrect because 'AU' may contain an object reference.
335 |             let activeSize: Int = MemoryLayout<Bool>.size * uniformArrayMaxLimit
336 |
337 |             guard let buffer = metalDevice.makeBuffer(bytes: &fixedArrayUniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type '[AU]'; this is likely incorrect because 'AU' may contain an object reference.
338 |                 throw RendererError.failedToMakeArrayUniformBuffer
339 |             }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:354:62: warning: forming 'UnsafeRawPointer' to a variable of type 'VU'; this is likely incorrect because 'VU' may contain an object reference.
352 |             var uniforms: VU = vertexUniforms
353 |             let size = MemoryLayout<VU>.size
354 |             guard let buffer = metalDevice.makeBuffer(bytes: &uniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type 'VU'; this is likely incorrect because 'VU' may contain an object reference.
355 |                 throw RendererError.failedToMakeVertexUniformBuffer
356 |             }
[559/704] Compiling AsyncGraphics Edge.swift
[560/704] Compiling AsyncGraphics Edge3D.swift
[561/704] Compiling AsyncGraphics Edge3DGraphic.swift
[562/704] Compiling AsyncGraphics EdgeGraphic.swift
[563/704] Compiling AsyncGraphics Effect+Space.swift
[564/704] Compiling AsyncGraphics Kaleidoscope.swift
[565/704] Compiling AsyncGraphics KaleidoscopeGraphic.swift
[566/704] Compiling AsyncGraphics DirectMetal.swift
[567/704] Compiling AsyncGraphics Morph.swift
[568/704] Compiling AsyncGraphics MorphGraphic.swift
[569/704] Compiling AsyncGraphics Pixelate.swift
[570/704] Compiling AsyncGraphics PixelateGraphic.swift
[571/704] Compiling AsyncGraphics RainbowBlur.swift
[572/704] Compiling AsyncGraphics RainbowBlurGraphic.swift
[573/704] Compiling AsyncGraphics SampleLine.swift
[574/704] Compiling AsyncGraphics Sharpen.swift
[575/704] Compiling AsyncGraphics SharpenGraphic.swift
[576/704] Compiling AsyncGraphics SpaceEffectGraphic3DProtocol.swift
[577/704] Compiling AsyncGraphics SpaceEffectGraphic3DType.swift
[578/704] Compiling AsyncGraphics SpaceEffectGraphicProtocol.swift
[579/704] Compiling AsyncGraphics SpaceEffectGraphicType.swift
[580/704] Compiling AsyncGraphics AGOffset.swift
[581/704] Compiling AsyncGraphics Transform.swift
[582/704] Compiling AsyncGraphics Transform3D.swift
[583/704] Compiling AsyncGraphics Lookup3DGraphic.swift
[584/704] Compiling AsyncGraphics LookupGraphic.swift
[585/704] Compiling AsyncGraphics LumaBlur.swift
[586/704] Compiling AsyncGraphics LumaBlur3D.swift
[587/704] Compiling AsyncGraphics LumaBlur3DGraphic.swift
[588/704] Compiling AsyncGraphics LumaBlurGraphic.swift
[589/704] Compiling AsyncGraphics LumaColorShift.swift
[590/704] Compiling AsyncGraphics LumaColorShift3D.swift
[591/704] Compiling AsyncGraphics LumaColorShift3DGraphic.swift
[592/704] Compiling AsyncGraphics LumaColorShiftGraphic.swift
[593/704] Compiling AsyncGraphics LumaLevels.swift
[594/704] Compiling AsyncGraphics LumaLevels3D.swift
[595/704] Compiling AsyncGraphics LumaLevels3DGraphic.swift
[596/704] Compiling AsyncGraphics LumaLevelsGraphic.swift
[597/704] Compiling AsyncGraphics LumaRainbowBlur.swift
[598/704] Compiling AsyncGraphics LumaRainbowBlur3D.swift
[599/704] Compiling AsyncGraphics LumaRainbowBlur3DGraphic.swift
[600/704] Compiling AsyncGraphics LumaRainbowBlurGraphic.swift
[601/704] Compiling AsyncGraphics LumaSample.swift
[602/704] Compiling AsyncGraphics LumaTransform.swift
[603/704] Compiling AsyncGraphics LumaTransform3D.swift
[604/704] Compiling AsyncGraphics LumaTransform3DGraphic.swift
[605/704] Compiling AsyncGraphics LumaTransformGraphic.swift
[606/704] Compiling AsyncGraphics AGMask.swift
[607/704] Compiling AsyncGraphics Mask.swift
[608/704] Compiling AsyncGraphics Mask3DGraphic.swift
[609/704] Compiling AsyncGraphics MaskGraphic.swift
[610/704] Compiling AsyncGraphics DualMetal.swift
[611/704] Compiling AsyncGraphics ModifierEffectGraphic3DProtocol.swift
[612/704] Compiling AsyncGraphics ModifierEffectGraphic3DType.swift
[613/704] Compiling AsyncGraphics ModifierEffectGraphicProtocol.swift
[614/704] Compiling AsyncGraphics ModifierEffectGraphicType.swift
[615/704] Compiling AsyncGraphics Remap.swift
[616/704] Compiling AsyncGraphics ABStack.swift
[617/704] Compiling AsyncGraphics Stack3D.swift
[618/704] Compiling AsyncGraphics Blends.swift
[619/704] Compiling AsyncGraphics AGForEach.swift
[620/704] Compiling AsyncGraphics AGGroup.swift
[621/704] Compiling AsyncGraphics ArrayMetal.swift
[622/704] Compiling AsyncGraphics Sprites.swift
[623/704] Compiling AsyncGraphics AGBlur.swift
[624/704] Compiling AsyncGraphics Blur.swift
[625/704] Compiling AsyncGraphics Blur3D.swift
[626/704] Compiling AsyncGraphics Blur3DGraphic.swift
[627/704] Compiling AsyncGraphics BlurGraphic.swift
[628/704] Compiling AsyncGraphics CircleBlur.swift
[629/704] Compiling AsyncGraphics CircleBlurGraphic.swift
[630/704] Compiling AsyncGraphics CoordinateSpace.swift
[631/704] Compiling AsyncGraphics Noise3DGraphic.swift
[632/704] Compiling AsyncGraphics NoiseGraphic.swift
[633/704] Compiling AsyncGraphics SolidContentGraphic3DProtocol.swift
[634/704] Compiling AsyncGraphics SolidContentGraphic3DType.swift
[635/704] Compiling AsyncGraphics SolidContentGraphicProtocol.swift
[636/704] Compiling AsyncGraphics SolidContentGraphicType.swift
[637/704] Compiling AsyncGraphics AGSpacer.swift
[638/704] Compiling AsyncGraphics AGBackgroundColor.swift
[639/704] Compiling AsyncGraphics BayerDither.swift
[640/704] Compiling AsyncGraphics BayerDitherGraphic.swift
[641/704] Compiling AsyncGraphics AGBorder.swift
[642/704] Compiling AsyncGraphics AGChannelMix.swift
[643/704] Compiling AsyncGraphics ChannelMix.swift
[644/704] Compiling AsyncGraphics ChannelMix3D.swift
[645/704] Compiling AsyncGraphics ChannelMix3DGraphic.swift
[646/704] Compiling AsyncGraphics ChannelMixGraphic.swift
[647/704] Compiling AsyncGraphics ChromaKey.swift
[648/704] Compiling AsyncGraphics ChromaKeyGraphic.swift
[649/704] Compiling AsyncGraphics Clamp.swift
[650/704] Compiling AsyncGraphics Clamp3D.swift
[651/704] Compiling AsyncGraphics Clamp3DGraphic.swift
[652/704] Compiling AsyncGraphics ClampGraphic.swift
[653/704] Compiling AsyncGraphics ColorEffectGraphic3DProtocol.swift
[654/704] Compiling AsyncGraphics ColorEffectGraphic3DType.swift
[655/704] Compiling AsyncGraphics AGGraph.swift
[656/704] Compiling AsyncGraphics AGParentGraph.swift
[657/704] Compiling AsyncGraphics AGSingleModifierParentGraph.swift
[658/704] Compiling AsyncGraphics AGSingleParentGraph.swift
[659/704] Compiling AsyncGraphics AGGraphBuilder.swift
[660/704] Compiling AsyncGraphics Array+AGGraph.swift
[661/704] Compiling AsyncGraphics AGGraphRenderer.swift
[662/704] Compiling AsyncGraphics AGComponents.swift
[663/704] Compiling AsyncGraphics AGDetails.swift
[664/704] Compiling AsyncGraphics AGSpecification.swift
[665/704] Compiling AsyncGraphics AGResourceResolutions.swift
[666/704] Compiling AsyncGraphics AGResources.swift
[667/704] Compiling AsyncGraphics AGContentMode.swift
[668/704] Compiling AsyncGraphics GraphicComplexity.swift
[669/704] Compiling AsyncGraphics CodableMacros.swift
[670/704] Compiling AsyncGraphics GraphicEnum.swift
[671/704] Compiling AsyncGraphics GraphicEnumCase.swift
[672/704] Compiling AsyncGraphics GraphicEnumMetadata.swift
[673/704] Compiling AsyncGraphics GraphicMetadata.swift
[674/704] Compiling AsyncGraphics GraphicMetadataOptions.swift
[675/704] Compiling AsyncGraphics GraphicMetadataValue.swift
[676/704] Compiling AsyncGraphics CodableGraphic.swift
[677/704] Compiling AsyncGraphics CodableGraphic3D.swift
[678/704] Compiling AsyncGraphics AnyGraphicEnumProperty.swift
[679/704] Compiling AsyncGraphics AnyGraphicProperty.swift
[680/704] Emitting module AsyncGraphics
[681/704] Compiling AsyncGraphics Quantize3DGraphic.swift
[682/704] Compiling AsyncGraphics QuantizeGraphic.swift
[683/704] Compiling AsyncGraphics Range.swift
[684/704] Compiling AsyncGraphics Range3D.swift
[685/704] Compiling AsyncGraphics Range3DGraphic.swift
[686/704] Compiling AsyncGraphics RangeGraphic.swift
[687/704] Compiling AsyncGraphics Saliency.swift
[688/704] Compiling AsyncGraphics SaliencyGraphic.swift
[689/704] Compiling AsyncGraphics ColorShift.swift
[690/704] Compiling AsyncGraphics ColorShift3D.swift
[691/704] Compiling AsyncGraphics ColorShift3DGraphic.swift
[692/704] Compiling AsyncGraphics ColorShiftGraphic.swift
[693/704] Compiling AsyncGraphics Slope.swift
[694/704] Compiling AsyncGraphics Slope3D.swift
[695/704] Compiling AsyncGraphics Slope3DGraphic.swift
[696/704] Compiling AsyncGraphics SlopeGraphic.swift
[697/704] Compiling AsyncGraphics Threshold.swift
[698/704] Compiling AsyncGraphics Threshold3D.swift
[699/704] Compiling AsyncGraphics Threshold3DGraphic.swift
[700/704] Compiling AsyncGraphics ThresholdGraphic.swift
[701/704] Compiling AsyncGraphics Add3D.swift
[702/704] Compiling AsyncGraphics Average3D.swift
[703/704] Compiling AsyncGraphics Bits.swift
[704/704] Compiling AsyncGraphics Bits3D.swift
Fetching https://github.com/heestand-xyz/VideoFrames
Fetching https://github.com/heestand-xyz/TextureMap
Fetching https://github.com/heestand-xyz/SpatialExtensions
Fetching https://github.com/heestand-xyz/CoreGraphicsExtensions
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-syntax
Fetching https://github.com/heestand-xyz/PixelColor
[1/488] Fetching pixelcolor
[45/861] Fetching pixelcolor, videoframes
[604/1032] Fetching pixelcolor, videoframes, spatialextensions
[740/1464] Fetching pixelcolor, videoframes, spatialextensions, coregraphicsextensions
[1047/2170] Fetching pixelcolor, videoframes, spatialextensions, coregraphicsextensions, texturemap
[1295/4447] Fetching pixelcolor, videoframes, spatialextensions, coregraphicsextensions, texturemap, swift-docc-plugin
Fetched https://github.com/heestand-xyz/SpatialExtensions from cache (0.67s)
[1277/4276] Fetching pixelcolor, videoframes, coregraphicsextensions, texturemap, swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.23s)
Fetched https://github.com/heestand-xyz/CoreGraphicsExtensions from cache (1.23s)
Fetched https://github.com/heestand-xyz/TextureMap from cache (1.23s)
Fetched https://github.com/heestand-xyz/VideoFrames from cache (1.23s)
[489/75527] Fetching pixelcolor, swift-syntax
Fetched https://github.com/heestand-xyz/PixelColor from cache (5.87s)
Fetched https://github.com/apple/swift-syntax from cache (5.88s)
Computing version for https://github.com/heestand-xyz/VideoFrames
Computed https://github.com/heestand-xyz/VideoFrames at 2.2.0 (6.37s)
Computing version for https://github.com/heestand-xyz/CoreGraphicsExtensions
Computed https://github.com/heestand-xyz/CoreGraphicsExtensions at 2.0.1 (0.44s)
Computing version for https://github.com/heestand-xyz/PixelColor
Computed https://github.com/heestand-xyz/PixelColor at 3.2.0 (0.44s)
Computing version for https://github.com/heestand-xyz/TextureMap
Computed https://github.com/heestand-xyz/TextureMap at 2.2.2 (0.44s)
Computing version for https://github.com/heestand-xyz/SpatialExtensions
Computed https://github.com/heestand-xyz/SpatialExtensions at 1.0.1 (0.45s)
Computing version for https://github.com/apple/swift-syntax
Computed https://github.com/apple/swift-syntax at 510.0.3 (3.39s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (0.54s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.84s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.49s)
Creating working copy for https://github.com/heestand-xyz/PixelColor
Working copy of https://github.com/heestand-xyz/PixelColor resolved at 3.2.0
Creating working copy for https://github.com/heestand-xyz/CoreGraphicsExtensions
Working copy of https://github.com/heestand-xyz/CoreGraphicsExtensions resolved at 2.0.1
Creating working copy for https://github.com/heestand-xyz/VideoFrames
Working copy of https://github.com/heestand-xyz/VideoFrames resolved at 2.2.0
Creating working copy for https://github.com/apple/swift-syntax
Working copy of https://github.com/apple/swift-syntax resolved at 510.0.3
Creating working copy for https://github.com/heestand-xyz/TextureMap
Working copy of https://github.com/heestand-xyz/TextureMap resolved at 2.2.2
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.6
Creating working copy for https://github.com/heestand-xyz/SpatialExtensions
Working copy of https://github.com/heestand-xyz/SpatialExtensions resolved at 1.0.1
warning: 'spi-builder-workspace': found 129 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Convert/Trace/Trace.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Shape/Sphere/Sphere3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Shaders/Vertex/VertexCamera.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Modifier/Stack/Stack3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Modifier/Remap/Remap.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Threshold/Threshold.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Shaders/Effects/clamp.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Convert/Bits/Bits3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Range/Range.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Modifier/Luma Blur/LumaBlur3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Convert/Transpose/Transpose.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Solid/Color/Color3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Space/Edge/Edge.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Shape/Torus/Torus3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Modifier/Luma Blur/LumaBlur.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Modifier/Luma Sample/LumaSample.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Clamp/Clamp.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Chroma Key/ChromaKey.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Shape/Line/Line.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Shift/ColorShift3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Shape/Cone/Cone3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Modifier/Luma Transform/LumaTransform3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Shaders/Effects/place.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Shaders/Effects/rotation_header.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Convert/ColorConvert.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Shape/Box/Box3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Space/Transform/Transform.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Shaders/Vertex/FragmentPassthrough.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Sequence/Sprites/Sprites.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Convert/Average/Average.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Solid/Gradient/Gradient.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Convert/Inspect/Inspect.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Modifier/Displace/Displace3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Solid/Gradient/Gradient3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Convert/Orbit/Orbit.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Slope/Slope3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Modifier/Luma Color Shift/LumaColorShift.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Space/Blur/Blur.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Shaders/Effects/hsv_header.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Quantize/Quantize3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Convert/Location from Depth/LocationFromDepthPerspective.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Convert/Crop/Crop.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Convert/Resolution/Resolution.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Shaders/Effects/place_header.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Shaders/Content/random_header.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Convert/Stack/Stack.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Space/Edge/Edge3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Space/Blur/Blur3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Space/Pixelate/Pixelate.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Convert/Bits/Bits.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Shape/Rectangle/Rectangle.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Convert/Down Sample/DownSample.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Channel Mix/ChannelMix3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Solid/Color/Color.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Solid/Noise/Noise3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Flood Fill/FloodFill.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Shaders/Effects/blends_header.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Gradient Lookup/GradientLookup3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Shaders/Content/gradient.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Levels/Levels.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Shaders/Content/radius.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Threshold/Threshold3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Modifier/Lookup/Lookup.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Levels/Levels3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Modifier/Lookup/Lookup3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Shaders/Vertex/VertexPassthrough.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Modifier/Luma Levels/LumaLevels3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Modifier/Blend/Blend.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Modifier/Luma Levels/LumaLevels.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Convert/Construct/Construct3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Bayer Dither/BayerDither.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Particles/UV Color Particles/UVColorParticles.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Convert/Location from Depth/LocationFromDepthWithCurvature.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Space/Rainbow Blur/RainbowBlur.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Shape/Tetrahedron/Tetrahedron3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Range/Range3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Shaders/Effects/blends.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Quantize/Quantize.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Modifier/Displace/Displace.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Slope/Slope.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Shape/Cylinder/Cylinder3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Particles/UVW Particles/UVWParticles.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Convert/Location from Depth/LocationFromDepthCameraProjection.metalh
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/LUT/LUT.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Modifier/Stack/ABStack.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Sequence/Blends/Blends.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Shift/ColorShift.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Particles/UV Particles/UVParticles.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Convert/Crop/Crop3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Space/Circle Blur/CircleBlur.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Space/Transform/Transform3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Shaders/Content/noise.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Shaders/Content/noise_header.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Shaders/Effects/blend.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Shaders/Effects/hsv.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Shape/Polygon/Polygon.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Convert/YUV/YUVToRGB.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Map/ColorMap3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Space/Sharpen/Sharpen.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Shaders/Content/gradient_header.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Map/ColorMap.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Convert/Add/Add3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Shaders/Content/random.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Channel Mix/ChannelMix.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Layout/Padding/Padding.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Clamp/Clamp3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Space/Sample Line/SampleLine.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Modifier/Cross/Cross3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Shape/Arc/Arc.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Shaders/Vertex/FragmentColor.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Modifier/Luma Rainbow Blur/LumaRainbowBlur3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Space/Coordinate Space/CoordinateSpace.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Shaders/Effects/blend_header.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Space/Kaleidoscope/Kaleidoscope.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Modifier/Cross/Cross.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Shape/Star/Star.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Shape/Circle/Circle.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Convert/Location from Depth/LocationFromDepthOrthographic.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Shaders/Effects/clamp_header.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Modifier/Luma Color Shift/LumaColorShift3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Modifier/Luma Rainbow Blur/LumaRainbowBlur.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Modifier/Luma Transform/LumaTransform.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Convert/Polar/Polar3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Shaders/Effects/rotation.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Shaders/Content/radius_header.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Solid/Noise/Noise.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Convert/Polar/Polar.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Modifier/Blend/Blend3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Gradient Lookup/GradientLookup.metal
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/5] Write swift-version-2F0A5646E1D333AE.txt
[4/62] Emitting module SwiftSyntax509
[5/62] Compiling SwiftSyntax509 Empty.swift
[6/62] Emitting module SwiftSyntax510
[7/62] Compiling SwiftSyntax510 Empty.swift
[8/62] Compiling SpatialExtensions Point3D.swift
[9/62] Compiling CoreGraphicsExtensions CGFloat+Lerp.swift
[10/63] Compiling SpatialExtensions Size3D.swift
[11/63] Compiling SpatialExtensions Rect3D.swift
[12/63] Compiling SpatialExtensions Vector3D.swift
[13/63] Compiling SpatialExtensions Size3D+place.swift
[14/63] Compiling PixelColor PixelColor+sRGB.swift
[15/64] Emitting module SpatialExtensions
[16/64] Compiling SpatialExtensions Angle3D.swift
[17/64] Compiling CoreGraphicsExtensions ReaderTiming.swift
[18/64] Compiling CoreGraphicsExtensions SizeReader.swift
[19/64] Compiling PixelColor PixelColor+Hashable.swift
[20/64] Compiling PixelColor PixelColor+Operators.swift
[21/64] Compiling CoreGraphicsExtensions OriginReader.swift
[22/64] Compiling CoreGraphicsExtensions SafeAreaReader.swift
[23/64] Compiling PixelColor PixelColor+Random.swift
[24/64] Compiling PixelColor PixelColor+Types.swift
[25/64] Compiling TextureMap CGSize.swift
[26/64] Compiling TextureMap CVPixelBuffer.swift
[27/64] Compiling TextureMap MTLTexture+sample.swift
[28/64] Compiling TextureMap TextureMap.swift
[29/64] Compiling TextureMap TexureMap+Raw.swift
[30/64] Compiling TextureMap TMAxis.swift
[31/64] Emitting module TextureMap
[32/65] Compiling TextureMap MTLTexture.swift
[33/65] Compiling TextureMap Array+MTLTexture.swift
[34/65] Emitting module CoreGraphicsExtensions
[35/65] Emitting module PixelColor
[44/127] Compiling TextureMap TMColor.swift
[45/127] Compiling TextureMap TMColorSpace.swift
[46/127] Compiling TextureMap TMBits.swift
[47/127] Compiling TextureMap TMImage.swift
[48/127] Compiling TextureMap TMError.swift
[49/127] Compiling CoreGraphicsExtensions CGPoint+Lerp.swift
[50/127] Compiling VideoFrames ToVideo.swift
[51/127] Compiling VideoFrames Shared.swift
[52/127] Compiling VideoFrames ToFrames.swift
[53/127] Emitting module VideoFrames
[54/127] Compiling TextureMap TMSendableImage.swift
[55/127] Compiling SwiftSyntax BumpPtrAllocator.swift
[56/127] Compiling SwiftSyntax CommonAncestor.swift
[57/127] Compiling SwiftSyntax AbsolutePosition.swift
[58/127] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[59/127] Compiling SwiftSyntax Convenience.swift
[60/127] Compiling SwiftSyntax MemoryLayout.swift
[61/127] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[62/127] Compiling SwiftSyntax Assert.swift
[70/133] Compiling PixelColor PixelColor.swift
[71/133] Compiling SwiftSyntax SourceLocation.swift
[72/133] Compiling SwiftSyntax SourcePresence.swift
[73/133] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[74/133] Compiling SwiftSyntax Syntax.swift
[75/133] Compiling SwiftSyntax SyntaxArena.swift
[76/133] Compiling SwiftSyntax SyntaxChildren.swift
[77/133] Compiling SwiftSyntax SyntaxCollection.swift
[78/133] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[79/133] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[80/133] Compiling SwiftSyntax SyntaxBaseNodes.swift
[81/133] Compiling SwiftSyntax SyntaxCollections.swift
[82/133] Compiling SwiftSyntax SyntaxEnum.swift
[83/133] Compiling SwiftSyntax SyntaxKind.swift
[84/133] Compiling SwiftSyntax SyntaxRewriter.swift
[85/133] Emitting module SwiftSyntax
[86/133] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[87/133] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[88/133] Compiling SwiftSyntax RawSyntaxValidation.swift
[89/133] Compiling SwiftSyntax SyntaxNodesAB.swift
[90/133] Compiling SwiftSyntax SyntaxNodesC.swift
[91/133] Compiling SwiftSyntax SyntaxNodesD.swift
[92/133] Compiling SwiftSyntax SyntaxNodesEF.swift
[93/133] Compiling SwiftSyntax SyntaxNodesGHI.swift
[94/133] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[95/133] Compiling SwiftSyntax SyntaxNodesOP.swift
[96/133] Compiling SwiftSyntax SyntaxNodesQRS.swift
[97/133] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[98/133] Compiling SwiftSyntax TokenSequence.swift
[99/133] Compiling SwiftSyntax TokenSyntax.swift
[100/133] Compiling SwiftSyntax Trivia.swift
[101/133] Compiling SwiftSyntax Utils.swift
[102/133] Compiling SwiftSyntax ChildNameForKeyPath.swift
[103/133] Compiling SwiftSyntax Keyword.swift
[104/133] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[105/133] Compiling SwiftSyntax SyntaxHashable.swift
[106/133] Compiling SwiftSyntax SyntaxIdentifier.swift
[107/133] Compiling SwiftSyntax SyntaxNodeStructure.swift
[108/133] Compiling SwiftSyntax SyntaxProtocol.swift
[109/133] Compiling SwiftSyntax SyntaxText.swift
[110/133] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[111/133] Compiling SwiftSyntax TokenDiagnostic.swift
[113/133] Compiling SwiftSyntax MissingNodeInitializers.swift
[114/133] Compiling SwiftSyntax RawSyntax.swift
[115/133] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[116/133] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[117/133] Compiling SwiftSyntax RawSyntaxTokenView.swift
[118/133] Compiling SwiftSyntax SourceLength.swift
[119/133] Compiling SwiftSyntax RawSyntaxNodesC.swift
[120/133] Compiling SwiftSyntax RawSyntaxNodesD.swift
[121/133] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[122/133] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[123/133] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[124/133] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[125/133] Compiling SwiftSyntax SyntaxTraits.swift
[126/133] Compiling SwiftSyntax SyntaxTransform.swift
[127/133] Compiling SwiftSyntax SyntaxVisitor.swift
[128/133] Compiling SwiftSyntax TokenKind.swift
[129/133] Compiling SwiftSyntax Tokens.swift
[130/133] Compiling SwiftSyntax TriviaPieces.swift
[131/133] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[132/185] Compiling SwiftDiagnostics Message.swift
[133/185] Compiling SwiftDiagnostics Note.swift
[134/185] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[135/185] Compiling SwiftBasicFormat Syntax+Extensions.swift
[136/185] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[137/185] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[138/185] Compiling SwiftDiagnostics FixIt.swift
[139/185] Compiling SwiftDiagnostics Convenience.swift
[140/185] Compiling SwiftDiagnostics Diagnostic.swift
[141/185] Emitting module SwiftDiagnostics
[142/185] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[143/185] Emitting module SwiftBasicFormat
[144/185] Compiling SwiftBasicFormat BasicFormat.swift
[145/185] Compiling SwiftParser Lexeme.swift
[146/185] Compiling SwiftParser LexemeSequence.swift
[147/185] Compiling SwiftParser Lexer.swift
[148/185] Compiling SwiftParser RegexLiteralLexer.swift
[149/185] Compiling SwiftParser UnicodeScalarExtensions.swift
[150/185] Compiling SwiftParser Lookahead.swift
[151/185] Compiling SwiftParser LoopProgressCondition.swift
[152/185] Compiling SwiftParser Modifiers.swift
[153/189] Compiling SwiftParser Statements.swift
[154/189] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[155/189] Compiling SwiftParser StringLiterals.swift
[156/189] Compiling SwiftParser SwiftParserCompatibility.swift
[157/189] Compiling SwiftParser Names.swift
[158/189] Compiling SwiftParser Nominals.swift
[159/189] Compiling SwiftParser Parameters.swift
[160/189] Compiling SwiftParser ParseSourceFile.swift
[161/189] Compiling SwiftParser Parser.swift
[162/189] Compiling SwiftParser Patterns.swift
[163/189] Compiling SwiftParser Recovery.swift
[164/189] Compiling SwiftParser Specifiers.swift
[165/189] Emitting module SwiftParser
[166/189] Compiling SwiftParser SyntaxUtils.swift
[167/189] Compiling SwiftParser TokenConsumer.swift
[168/189] Compiling SwiftParser TokenPrecedence.swift
[169/189] Compiling SwiftParser TokenSpec.swift
[170/189] Compiling SwiftParser TokenSpecSet.swift
[171/189] Compiling SwiftParser TopLevel.swift
[172/189] Compiling SwiftParser TriviaParser.swift
[173/189] Compiling SwiftParser Types.swift
[174/189] Compiling SwiftParser IsLexerClassified.swift
[175/189] Compiling SwiftParser LayoutNodes+Parsable.swift
[176/189] Compiling SwiftParser Parser+TokenSpecSet.swift
[177/189] Compiling SwiftParser TokenSpecStaticMembers.swift
[178/189] Compiling SwiftParser Attributes.swift
[179/189] Compiling SwiftParser Availability.swift
[180/189] Compiling SwiftParser CharacterInfo.swift
[181/189] Compiling SwiftParser CollectionNodes+Parsable.swift
[182/189] Compiling SwiftParser Declarations.swift
[183/189] Compiling SwiftParser Directives.swift
[184/189] Compiling SwiftParser ExperimentalFeatures.swift
[185/189] Compiling SwiftParser Expressions.swift
[186/189] Compiling SwiftParser IncrementalParseTransition.swift
[187/189] Compiling SwiftParser Cursor.swift
[188/212] Compiling SwiftOperators PrecedenceGroup.swift
[189/213] Compiling SwiftOperators PrecedenceGraph.swift
[190/213] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[191/213] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[192/214] Compiling SwiftOperators OperatorTable+Defaults.swift
[193/214] Compiling SwiftOperators Operator.swift
[194/214] Compiling SwiftOperators OperatorTable.swift
[195/214] Compiling SwiftOperators OperatorTable+Folding.swift
[196/214] Compiling SwiftOperators OperatorTable+Semantics.swift
[197/214] Compiling SwiftOperators OperatorError+Diagnostics.swift
[198/214] Compiling SwiftOperators OperatorError.swift
[199/214] Emitting module SwiftOperators
[200/214] Compiling SwiftOperators SyntaxSynthesis.swift
[201/214] Compiling SwiftParserDiagnostics PresenceUtils.swift
[202/214] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[203/214] Compiling SwiftParserDiagnostics Utils.swift
[204/214] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[205/214] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[206/214] Compiling SwiftParserDiagnostics MissingNodesError.swift
[207/214] Compiling SwiftParserDiagnostics MissingTokenError.swift
[208/214] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[209/214] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[210/214] Emitting module SwiftParserDiagnostics
[211/214] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[212/214] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[213/228] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[214/229] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[215/229] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[216/229] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[217/229] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[218/229] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[219/229] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[220/229] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[221/229] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[222/229] Emitting module SwiftSyntaxBuilder
[223/229] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[224/229] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[225/229] Compiling SwiftSyntaxBuilder Indenter.swift
[226/229] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[227/229] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[228/243] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[229/244] Compiling SwiftSyntaxMacros Macro.swift
[230/244] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[231/244] Compiling SwiftSyntaxMacros Macro+Format.swift
[232/244] Compiling SwiftSyntaxMacros MemberMacro.swift
[233/244] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[234/244] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[235/244] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[236/244] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[237/244] Compiling SwiftSyntaxMacros AccessorMacro.swift
[238/244] Compiling SwiftSyntaxMacros AttachedMacro.swift
[239/244] Emitting module SwiftSyntaxMacros
[240/244] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[241/244] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[242/244] Compiling SwiftSyntaxMacros PeerMacro.swift
[243/252] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[244/252] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[245/252] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[246/252] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[247/252] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[248/252] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[249/252] Emitting module SwiftSyntaxMacroExpansion
[250/252] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[251/259] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[252/259] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[253/259] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[254/259] Emitting module SwiftCompilerPluginMessageHandling
[255/259] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[256/259] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[257/259] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[258/261] Emitting module SwiftCompilerPlugin
[259/261] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[260/267] Compiling AsyncGraphicsMacros Plugin.swift
[261/267] Compiling AsyncGraphicsMacros VariantMacro.swift
[262/267] Compiling AsyncGraphicsMacros GraphicMacro.swift
[263/267] Compiling AsyncGraphicsMacros EnumMacro.swift
[264/267] Emitting module AsyncGraphicsMacros
[265/267] Compiling AsyncGraphicsMacros GraphicTypeMacro.swift
[265/266] Linking AsyncGraphicsMacros-tool
[267/484] Compiling AsyncGraphics Graphicable.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Resource/Camera/Photo/Graphic+PhotoCamera.swift:125:10: warning: '@concurrent' has been renamed to '@Sendable'
123 |         // MARK: - Capture
124 |
125 |         @concurrent func capture(
    |          `- warning: '@concurrent' has been renamed to '@Sendable'
126 |             for device: AVCaptureDevice,
127 |             at preset: AVCaptureSession.Preset,
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Resource/Camera/Photo/Graphic+PhotoCamera.swift:213:10: warning: '@concurrent' has been renamed to '@Sendable'
211 |         // MARK: - Capture Bracketed
212 |
213 |         @concurrent func captureBracketed(
    |          `- warning: '@concurrent' has been renamed to '@Sendable'
214 |             for device: AVCaptureDevice,
215 |             at preset: AVCaptureSession.Preset,
[268/484] Compiling AsyncGraphics ArrayBlendMode.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Resource/Camera/Photo/Graphic+PhotoCamera.swift:125:10: warning: '@concurrent' has been renamed to '@Sendable'
123 |         // MARK: - Capture
124 |
125 |         @concurrent func capture(
    |          `- warning: '@concurrent' has been renamed to '@Sendable'
126 |             for device: AVCaptureDevice,
127 |             at preset: AVCaptureSession.Preset,
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Resource/Camera/Photo/Graphic+PhotoCamera.swift:213:10: warning: '@concurrent' has been renamed to '@Sendable'
211 |         // MARK: - Capture Bracketed
212 |
213 |         @concurrent func captureBracketed(
    |          `- warning: '@concurrent' has been renamed to '@Sendable'
214 |             for device: AVCaptureDevice,
215 |             at preset: AVCaptureSession.Preset,
[269/484] Compiling AsyncGraphics BlendMode.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Resource/Camera/Photo/Graphic+PhotoCamera.swift:125:10: warning: '@concurrent' has been renamed to '@Sendable'
123 |         // MARK: - Capture
124 |
125 |         @concurrent func capture(
    |          `- warning: '@concurrent' has been renamed to '@Sendable'
126 |             for device: AVCaptureDevice,
127 |             at preset: AVCaptureSession.Preset,
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Resource/Camera/Photo/Graphic+PhotoCamera.swift:213:10: warning: '@concurrent' has been renamed to '@Sendable'
211 |         // MARK: - Capture Bracketed
212 |
213 |         @concurrent func captureBracketed(
    |          `- warning: '@concurrent' has been renamed to '@Sendable'
214 |             for device: AVCaptureDevice,
215 |             at preset: AVCaptureSession.Preset,
[270/484] Compiling AsyncGraphics ExtendMode.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Resource/Camera/Photo/Graphic+PhotoCamera.swift:125:10: warning: '@concurrent' has been renamed to '@Sendable'
123 |         // MARK: - Capture
124 |
125 |         @concurrent func capture(
    |          `- warning: '@concurrent' has been renamed to '@Sendable'
126 |             for device: AVCaptureDevice,
127 |             at preset: AVCaptureSession.Preset,
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Resource/Camera/Photo/Graphic+PhotoCamera.swift:213:10: warning: '@concurrent' has been renamed to '@Sendable'
211 |         // MARK: - Capture Bracketed
212 |
213 |         @concurrent func captureBracketed(
    |          `- warning: '@concurrent' has been renamed to '@Sendable'
214 |             for device: AVCaptureDevice,
215 |             at preset: AVCaptureSession.Preset,
[271/484] Compiling AsyncGraphics ViewInterpolation.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Resource/Camera/Photo/Graphic+PhotoCamera.swift:125:10: warning: '@concurrent' has been renamed to '@Sendable'
123 |         // MARK: - Capture
124 |
125 |         @concurrent func capture(
    |          `- warning: '@concurrent' has been renamed to '@Sendable'
126 |             for device: AVCaptureDevice,
127 |             at preset: AVCaptureSession.Preset,
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Resource/Camera/Photo/Graphic+PhotoCamera.swift:213:10: warning: '@concurrent' has been renamed to '@Sendable'
211 |         // MARK: - Capture Bracketed
212 |
213 |         @concurrent func captureBracketed(
    |          `- warning: '@concurrent' has been renamed to '@Sendable'
214 |             for device: AVCaptureDevice,
215 |             at preset: AVCaptureSession.Preset,
[272/484] Compiling AsyncGraphics Placement.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Resource/Camera/Photo/Graphic+PhotoCamera.swift:125:10: warning: '@concurrent' has been renamed to '@Sendable'
123 |         // MARK: - Capture
124 |
125 |         @concurrent func capture(
    |          `- warning: '@concurrent' has been renamed to '@Sendable'
126 |             for device: AVCaptureDevice,
127 |             at preset: AVCaptureSession.Preset,
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Resource/Camera/Photo/Graphic+PhotoCamera.swift:213:10: warning: '@concurrent' has been renamed to '@Sendable'
211 |         // MARK: - Capture Bracketed
212 |
213 |         @concurrent func captureBracketed(
    |          `- warning: '@concurrent' has been renamed to '@Sendable'
214 |             for device: AVCaptureDevice,
215 |             at preset: AVCaptureSession.Preset,
[273/484] Compiling AsyncGraphics Content.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Resource/Camera/Photo/Graphic+PhotoCamera.swift:125:10: warning: '@concurrent' has been renamed to '@Sendable'
123 |         // MARK: - Capture
124 |
125 |         @concurrent func capture(
    |          `- warning: '@concurrent' has been renamed to '@Sendable'
126 |             for device: AVCaptureDevice,
127 |             at preset: AVCaptureSession.Preset,
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Resource/Camera/Photo/Graphic+PhotoCamera.swift:213:10: warning: '@concurrent' has been renamed to '@Sendable'
211 |         // MARK: - Capture Bracketed
212 |
213 |         @concurrent func captureBracketed(
    |          `- warning: '@concurrent' has been renamed to '@Sendable'
214 |             for device: AVCaptureDevice,
215 |             at preset: AVCaptureSession.Preset,
[274/484] Compiling AsyncGraphics ContentGraphic3DProtocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Resource/Camera/Photo/Graphic+PhotoCamera.swift:125:10: warning: '@concurrent' has been renamed to '@Sendable'
123 |         // MARK: - Capture
124 |
125 |         @concurrent func capture(
    |          `- warning: '@concurrent' has been renamed to '@Sendable'
126 |             for device: AVCaptureDevice,
127 |             at preset: AVCaptureSession.Preset,
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Resource/Camera/Photo/Graphic+PhotoCamera.swift:213:10: warning: '@concurrent' has been renamed to '@Sendable'
211 |         // MARK: - Capture Bracketed
212 |
213 |         @concurrent func captureBracketed(
    |          `- warning: '@concurrent' has been renamed to '@Sendable'
214 |             for device: AVCaptureDevice,
215 |             at preset: AVCaptureSession.Preset,
[275/484] Compiling AsyncGraphics ContentGraphic3DType.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Resource/Camera/Photo/Graphic+PhotoCamera.swift:125:10: warning: '@concurrent' has been renamed to '@Sendable'
123 |         // MARK: - Capture
124 |
125 |         @concurrent func capture(
    |          `- warning: '@concurrent' has been renamed to '@Sendable'
126 |             for device: AVCaptureDevice,
127 |             at preset: AVCaptureSession.Preset,
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Resource/Camera/Photo/Graphic+PhotoCamera.swift:213:10: warning: '@concurrent' has been renamed to '@Sendable'
211 |         // MARK: - Capture Bracketed
212 |
213 |         @concurrent func captureBracketed(
    |          `- warning: '@concurrent' has been renamed to '@Sendable'
214 |             for device: AVCaptureDevice,
215 |             at preset: AVCaptureSession.Preset,
[276/484] Compiling AsyncGraphics ContentGraphicProtocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Resource/Camera/Photo/Graphic+PhotoCamera.swift:125:10: warning: '@concurrent' has been renamed to '@Sendable'
123 |         // MARK: - Capture
124 |
125 |         @concurrent func capture(
    |          `- warning: '@concurrent' has been renamed to '@Sendable'
126 |             for device: AVCaptureDevice,
127 |             at preset: AVCaptureSession.Preset,
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Resource/Camera/Photo/Graphic+PhotoCamera.swift:213:10: warning: '@concurrent' has been renamed to '@Sendable'
211 |         // MARK: - Capture Bracketed
212 |
213 |         @concurrent func captureBracketed(
    |          `- warning: '@concurrent' has been renamed to '@Sendable'
214 |             for device: AVCaptureDevice,
215 |             at preset: AVCaptureSession.Preset,
[277/484] Compiling AsyncGraphics ContentGraphicType.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Resource/Camera/Photo/Graphic+PhotoCamera.swift:125:10: warning: '@concurrent' has been renamed to '@Sendable'
123 |         // MARK: - Capture
124 |
125 |         @concurrent func capture(
    |          `- warning: '@concurrent' has been renamed to '@Sendable'
126 |             for device: AVCaptureDevice,
127 |             at preset: AVCaptureSession.Preset,
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Resource/Camera/Photo/Graphic+PhotoCamera.swift:213:10: warning: '@concurrent' has been renamed to '@Sendable'
211 |         // MARK: - Capture Bracketed
212 |
213 |         @concurrent func captureBracketed(
    |          `- warning: '@concurrent' has been renamed to '@Sendable'
214 |             for device: AVCaptureDevice,
215 |             at preset: AVCaptureSession.Preset,
[278/484] Compiling AsyncGraphics UVColorParticles.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Resource/Camera/Photo/Graphic+PhotoCamera.swift:125:10: warning: '@concurrent' has been renamed to '@Sendable'
123 |         // MARK: - Capture
124 |
125 |         @concurrent func capture(
    |          `- warning: '@concurrent' has been renamed to '@Sendable'
126 |             for device: AVCaptureDevice,
127 |             at preset: AVCaptureSession.Preset,
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Resource/Camera/Photo/Graphic+PhotoCamera.swift:213:10: warning: '@concurrent' has been renamed to '@Sendable'
211 |         // MARK: - Capture Bracketed
212 |
213 |         @concurrent func captureBracketed(
    |          `- warning: '@concurrent' has been renamed to '@Sendable'
214 |             for device: AVCaptureDevice,
215 |             at preset: AVCaptureSession.Preset,
[279/484] Compiling AsyncGraphics UVParticles.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Resource/Camera/Photo/Graphic+PhotoCamera.swift:125:10: warning: '@concurrent' has been renamed to '@Sendable'
123 |         // MARK: - Capture
124 |
125 |         @concurrent func capture(
    |          `- warning: '@concurrent' has been renamed to '@Sendable'
126 |             for device: AVCaptureDevice,
127 |             at preset: AVCaptureSession.Preset,
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Resource/Camera/Photo/Graphic+PhotoCamera.swift:213:10: warning: '@concurrent' has been renamed to '@Sendable'
211 |         // MARK: - Capture Bracketed
212 |
213 |         @concurrent func captureBracketed(
    |          `- warning: '@concurrent' has been renamed to '@Sendable'
214 |             for device: AVCaptureDevice,
215 |             at preset: AVCaptureSession.Preset,
[280/484] Compiling AsyncGraphics UVWParticles.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Resource/Camera/Photo/Graphic+PhotoCamera.swift:125:10: warning: '@concurrent' has been renamed to '@Sendable'
123 |         // MARK: - Capture
124 |
125 |         @concurrent func capture(
    |          `- warning: '@concurrent' has been renamed to '@Sendable'
126 |             for device: AVCaptureDevice,
127 |             at preset: AVCaptureSession.Preset,
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Resource/Camera/Photo/Graphic+PhotoCamera.swift:213:10: warning: '@concurrent' has been renamed to '@Sendable'
211 |         // MARK: - Capture Bracketed
212 |
213 |         @concurrent func captureBracketed(
    |          `- warning: '@concurrent' has been renamed to '@Sendable'
214 |             for device: AVCaptureDevice,
215 |             at preset: AVCaptureSession.Preset,
[281/484] Compiling AsyncGraphics Buffer.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Resource/Camera/Photo/Graphic+PhotoCamera.swift:125:10: warning: '@concurrent' has been renamed to '@Sendable'
123 |         // MARK: - Capture
124 |
125 |         @concurrent func capture(
    |          `- warning: '@concurrent' has been renamed to '@Sendable'
126 |             for device: AVCaptureDevice,
127 |             at preset: AVCaptureSession.Preset,
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Resource/Camera/Photo/Graphic+PhotoCamera.swift:213:10: warning: '@concurrent' has been renamed to '@Sendable'
211 |         // MARK: - Capture Bracketed
212 |
213 |         @concurrent func captureBracketed(
    |          `- warning: '@concurrent' has been renamed to '@Sendable'
214 |             for device: AVCaptureDevice,
215 |             at preset: AVCaptureSession.Preset,
[282/484] Compiling AsyncGraphics AGCamera.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Resource/Camera/Photo/Graphic+PhotoCamera.swift:125:10: warning: '@concurrent' has been renamed to '@Sendable'
123 |         // MARK: - Capture
124 |
125 |         @concurrent func capture(
    |          `- warning: '@concurrent' has been renamed to '@Sendable'
126 |             for device: AVCaptureDevice,
127 |             at preset: AVCaptureSession.Preset,
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Resource/Camera/Photo/Graphic+PhotoCamera.swift:213:10: warning: '@concurrent' has been renamed to '@Sendable'
211 |         // MARK: - Capture Bracketed
212 |
213 |         @concurrent func captureBracketed(
    |          `- warning: '@concurrent' has been renamed to '@Sendable'
214 |             for device: AVCaptureDevice,
215 |             at preset: AVCaptureSession.Preset,
[283/484] Compiling AsyncGraphics Camera.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Resource/Camera/Photo/Graphic+PhotoCamera.swift:125:10: warning: '@concurrent' has been renamed to '@Sendable'
123 |         // MARK: - Capture
124 |
125 |         @concurrent func capture(
    |          `- warning: '@concurrent' has been renamed to '@Sendable'
126 |             for device: AVCaptureDevice,
127 |             at preset: AVCaptureSession.Preset,
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Resource/Camera/Photo/Graphic+PhotoCamera.swift:213:10: warning: '@concurrent' has been renamed to '@Sendable'
211 |         // MARK: - Capture Bracketed
212 |
213 |         @concurrent func captureBracketed(
    |          `- warning: '@concurrent' has been renamed to '@Sendable'
214 |             for device: AVCaptureDevice,
215 |             at preset: AVCaptureSession.Preset,
[284/484] Compiling AsyncGraphics CameraPosition.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Resource/Camera/Photo/Graphic+PhotoCamera.swift:125:10: warning: '@concurrent' has been renamed to '@Sendable'
123 |         // MARK: - Capture
124 |
125 |         @concurrent func capture(
    |          `- warning: '@concurrent' has been renamed to '@Sendable'
126 |             for device: AVCaptureDevice,
127 |             at preset: AVCaptureSession.Preset,
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Resource/Camera/Photo/Graphic+PhotoCamera.swift:213:10: warning: '@concurrent' has been renamed to '@Sendable'
211 |         // MARK: - Capture Bracketed
212 |
213 |         @concurrent func captureBracketed(
    |          `- warning: '@concurrent' has been renamed to '@Sendable'
214 |             for device: AVCaptureDevice,
215 |             at preset: AVCaptureSession.Preset,
[285/484] Compiling AsyncGraphics Graphic+Camera.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Resource/Camera/Photo/Graphic+PhotoCamera.swift:125:10: warning: '@concurrent' has been renamed to '@Sendable'
123 |         // MARK: - Capture
124 |
125 |         @concurrent func capture(
    |          `- warning: '@concurrent' has been renamed to '@Sendable'
126 |             for device: AVCaptureDevice,
127 |             at preset: AVCaptureSession.Preset,
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Resource/Camera/Photo/Graphic+PhotoCamera.swift:213:10: warning: '@concurrent' has been renamed to '@Sendable'
211 |         // MARK: - Capture Bracketed
212 |
213 |         @concurrent func captureBracketed(
    |          `- warning: '@concurrent' has been renamed to '@Sendable'
214 |             for device: AVCaptureDevice,
215 |             at preset: AVCaptureSession.Preset,
[286/484] Compiling AsyncGraphics Graphic+PhotoCamera.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Resource/Camera/Photo/Graphic+PhotoCamera.swift:125:10: warning: '@concurrent' has been renamed to '@Sendable'
123 |         // MARK: - Capture
124 |
125 |         @concurrent func capture(
    |          `- warning: '@concurrent' has been renamed to '@Sendable'
126 |             for device: AVCaptureDevice,
127 |             at preset: AVCaptureSession.Preset,
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Resource/Camera/Photo/Graphic+PhotoCamera.swift:213:10: warning: '@concurrent' has been renamed to '@Sendable'
211 |         // MARK: - Capture Bracketed
212 |
213 |         @concurrent func captureBracketed(
    |          `- warning: '@concurrent' has been renamed to '@Sendable'
214 |             for device: AVCaptureDevice,
215 |             at preset: AVCaptureSession.Preset,
[287/484] Compiling AsyncGraphics PhotoCamera.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Resource/Camera/Photo/Graphic+PhotoCamera.swift:125:10: warning: '@concurrent' has been renamed to '@Sendable'
123 |         // MARK: - Capture
124 |
125 |         @concurrent func capture(
    |          `- warning: '@concurrent' has been renamed to '@Sendable'
126 |             for device: AVCaptureDevice,
127 |             at preset: AVCaptureSession.Preset,
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Resource/Camera/Photo/Graphic+PhotoCamera.swift:213:10: warning: '@concurrent' has been renamed to '@Sendable'
211 |         // MARK: - Capture Bracketed
212 |
213 |         @concurrent func captureBracketed(
    |          `- warning: '@concurrent' has been renamed to '@Sendable'
214 |             for device: AVCaptureDevice,
215 |             at preset: AVCaptureSession.Preset,
[288/484] Compiling AsyncGraphics Graph.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Resource/Camera/Photo/Graphic+PhotoCamera.swift:125:10: warning: '@concurrent' has been renamed to '@Sendable'
123 |         // MARK: - Capture
124 |
125 |         @concurrent func capture(
    |          `- warning: '@concurrent' has been renamed to '@Sendable'
126 |             for device: AVCaptureDevice,
127 |             at preset: AVCaptureSession.Preset,
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Resource/Camera/Photo/Graphic+PhotoCamera.swift:213:10: warning: '@concurrent' has been renamed to '@Sendable'
211 |         // MARK: - Capture Bracketed
212 |
213 |         @concurrent func captureBracketed(
    |          `- warning: '@concurrent' has been renamed to '@Sendable'
214 |             for device: AVCaptureDevice,
215 |             at preset: AVCaptureSession.Preset,
[289/484] Compiling AsyncGraphics AGGraphic.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Resource/Camera/Photo/Graphic+PhotoCamera.swift:125:10: warning: '@concurrent' has been renamed to '@Sendable'
123 |         // MARK: - Capture
124 |
125 |         @concurrent func capture(
    |          `- warning: '@concurrent' has been renamed to '@Sendable'
126 |             for device: AVCaptureDevice,
127 |             at preset: AVCaptureSession.Preset,
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Resource/Camera/Photo/Graphic+PhotoCamera.swift:213:10: warning: '@concurrent' has been renamed to '@Sendable'
211 |         // MARK: - Capture Bracketed
212 |
213 |         @concurrent func captureBracketed(
    |          `- warning: '@concurrent' has been renamed to '@Sendable'
214 |             for device: AVCaptureDevice,
215 |             at preset: AVCaptureSession.Preset,
[290/484] Compiling AsyncGraphics AGImage.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Resource/Camera/Photo/Graphic+PhotoCamera.swift:125:10: warning: '@concurrent' has been renamed to '@Sendable'
123 |         // MARK: - Capture
124 |
125 |         @concurrent func capture(
    |          `- warning: '@concurrent' has been renamed to '@Sendable'
126 |             for device: AVCaptureDevice,
127 |             at preset: AVCaptureSession.Preset,
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Resource/Camera/Photo/Graphic+PhotoCamera.swift:213:10: warning: '@concurrent' has been renamed to '@Sendable'
211 |         // MARK: - Capture Bracketed
212 |
213 |         @concurrent func captureBracketed(
    |          `- warning: '@concurrent' has been renamed to '@Sendable'
214 |             for device: AVCaptureDevice,
215 |             at preset: AVCaptureSession.Preset,
[291/508] Compiling AsyncGraphics Image+Steroscopic.swift
[292/508] Compiling AsyncGraphics Image.swift
[293/508] Compiling AsyncGraphics SpatialGraphicMetadata.swift
[294/508] Compiling AsyncGraphics MKCoordinateRegion+isValid.swift
[295/508] Compiling AsyncGraphics Maps.swift
[296/508] Compiling AsyncGraphics Metal.swift
[297/508] Compiling AsyncGraphics Pixels.swift
[298/508] Compiling AsyncGraphics Screen.swift
[299/508] Compiling AsyncGraphics ScreenController.swift
[300/508] Compiling AsyncGraphics Texture.swift
[301/508] Compiling AsyncGraphics Texture3D.swift
[302/508] Compiling AsyncGraphics AGVideo.swift
[303/508] Compiling AsyncGraphics GraphicVideoController.swift
[304/508] Compiling AsyncGraphics GraphicVideoPlayer.swift
[305/508] Compiling AsyncGraphics GraphicVideoRecordable.swift
[306/508] Compiling AsyncGraphics GraphicVideoRecorder.swift
[307/508] Compiling AsyncGraphics StereoscopicGraphicVideoRecorder.swift
[308/508] Compiling AsyncGraphics Video.swift
[309/508] Compiling AsyncGraphics VideoExport.swift
[310/508] Compiling AsyncGraphics VideoFrames.swift
[311/508] Compiling AsyncGraphics View.swift
[312/508] Compiling AsyncGraphics Voxels.swift
[313/508] Compiling AsyncGraphics Arc.swift
[314/508] Compiling AsyncGraphics ArcGraphic.swift
[315/508] Compiling AsyncGraphics Sphere3D.swift
[316/508] Compiling AsyncGraphics Sphere3DGraphic.swift
[317/508] Compiling AsyncGraphics Star.swift
[318/508] Compiling AsyncGraphics StarGraphic.swift
[319/508] Compiling AsyncGraphics Tetrahedron3D.swift
[320/508] Compiling AsyncGraphics Tetrahedron3DGraphic.swift
[321/508] Compiling AsyncGraphics Torus3D.swift
[322/508] Compiling AsyncGraphics Torus3DGraphic.swift
[323/508] Compiling AsyncGraphics AGColor.swift
[324/508] Compiling AsyncGraphics AGForegroundColor.swift
[325/508] Compiling AsyncGraphics Color.swift
[326/508] Compiling AsyncGraphics Color3D.swift
[327/508] Compiling AsyncGraphics Color3DGraphic.swift
[328/508] Compiling AsyncGraphics ColorGraphic.swift
[329/508] Compiling AsyncGraphics Content+Solid.swift
[330/508] Compiling AsyncGraphics Gradient.swift
[331/508] Compiling AsyncGraphics Gradient3D.swift
[332/508] Compiling AsyncGraphics Gradient3DGraphic.swift
[333/508] Compiling AsyncGraphics GradientGraphic.swift
[334/508] Compiling AsyncGraphics SolidMetal.swift
[335/508] Compiling AsyncGraphics SolidMetal3D.swift
[336/508] Compiling AsyncGraphics AGNoise.swift
[337/508] Compiling AsyncGraphics Noise.swift
[338/508] Compiling AsyncGraphics Noise3D.swift
[339/508] Compiling AsyncGraphics Noise3DGraphic.swift
[340/508] Compiling AsyncGraphics NoiseGraphic.swift
[341/508] Compiling AsyncGraphics SolidContentGraphic3DProtocol.swift
[342/508] Compiling AsyncGraphics SolidContentGraphic3DType.swift
[343/508] Compiling AsyncGraphics SolidContentGraphicProtocol.swift
[344/508] Compiling AsyncGraphics SolidContentGraphicType.swift
[345/508] Compiling AsyncGraphics AGSpacer.swift
[346/508] Compiling AsyncGraphics AGBackgroundColor.swift
[347/508] Compiling AsyncGraphics BayerDither.swift
[348/508] Compiling AsyncGraphics BayerDitherGraphic.swift
[349/508] Compiling AsyncGraphics AGBorder.swift
[350/508] Compiling AsyncGraphics AGChannelMix.swift
[351/508] Compiling AsyncGraphics ChannelMix.swift
[352/508] Compiling AsyncGraphics ChannelMix3D.swift
[353/508] Compiling AsyncGraphics ChannelMix3DGraphic.swift
[354/508] Compiling AsyncGraphics ChannelMixGraphic.swift
[355/508] Compiling AsyncGraphics ChromaKey.swift
[356/508] Compiling AsyncGraphics ChromaKeyGraphic.swift
[357/508] Compiling AsyncGraphics Clamp.swift
[358/508] Compiling AsyncGraphics Clamp3D.swift
[359/508] Compiling AsyncGraphics Clamp3DGraphic.swift
[360/508] Compiling AsyncGraphics ClampGraphic.swift
[361/508] Compiling AsyncGraphics ColorEffectGraphic3DProtocol.swift
[362/508] Compiling AsyncGraphics ColorEffectGraphic3DType.swift
[363/508] Compiling AsyncGraphics AnyGraphicValueProperty.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphic/Graphic.swift:162:49: error: value of type 'TMImage' (aka 'NSImage') has no member 'exrData'
160 |     public var exrData: Data {
161 |         get async throws {
162 |             guard let exrData = try await image.exrData()
    |                                                 `- error: value of type 'TMImage' (aka 'NSImage') has no member 'exrData'
163 |             else { throw ImageDataError.exrDataNotFound }
164 |             return exrData
[364/508] Compiling AsyncGraphics GraphicEnumProperty.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphic/Graphic.swift:162:49: error: value of type 'TMImage' (aka 'NSImage') has no member 'exrData'
160 |     public var exrData: Data {
161 |         get async throws {
162 |             guard let exrData = try await image.exrData()
    |                                                 `- error: value of type 'TMImage' (aka 'NSImage') has no member 'exrData'
163 |             else { throw ImageDataError.exrDataNotFound }
164 |             return exrData
[365/508] Compiling AsyncGraphics GraphicPropertyType.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphic/Graphic.swift:162:49: error: value of type 'TMImage' (aka 'NSImage') has no member 'exrData'
160 |     public var exrData: Data {
161 |         get async throws {
162 |             guard let exrData = try await image.exrData()
    |                                                 `- error: value of type 'TMImage' (aka 'NSImage') has no member 'exrData'
163 |             else { throw ImageDataError.exrDataNotFound }
164 |             return exrData
[366/508] Compiling AsyncGraphics GraphicValueProperty.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphic/Graphic.swift:162:49: error: value of type 'TMImage' (aka 'NSImage') has no member 'exrData'
160 |     public var exrData: Data {
161 |         get async throws {
162 |             guard let exrData = try await image.exrData()
    |                                                 `- error: value of type 'TMImage' (aka 'NSImage') has no member 'exrData'
163 |             else { throw ImageDataError.exrDataNotFound }
164 |             return exrData
[367/508] Compiling AsyncGraphics CodableGraphic3DProtocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphic/Graphic.swift:162:49: error: value of type 'TMImage' (aka 'NSImage') has no member 'exrData'
160 |     public var exrData: Data {
161 |         get async throws {
162 |             guard let exrData = try await image.exrData()
    |                                                 `- error: value of type 'TMImage' (aka 'NSImage') has no member 'exrData'
163 |             else { throw ImageDataError.exrDataNotFound }
164 |             return exrData
[368/508] Compiling AsyncGraphics CodableGraphicProtocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphic/Graphic.swift:162:49: error: value of type 'TMImage' (aka 'NSImage') has no member 'exrData'
160 |     public var exrData: Data {
161 |         get async throws {
162 |             guard let exrData = try await image.exrData()
    |                                                 `- error: value of type 'TMImage' (aka 'NSImage') has no member 'exrData'
163 |             else { throw ImageDataError.exrDataNotFound }
164 |             return exrData
[369/508] Compiling AsyncGraphics CodableGraphic3DType.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphic/Graphic.swift:162:49: error: value of type 'TMImage' (aka 'NSImage') has no member 'exrData'
160 |     public var exrData: Data {
161 |         get async throws {
162 |             guard let exrData = try await image.exrData()
    |                                                 `- error: value of type 'TMImage' (aka 'NSImage') has no member 'exrData'
163 |             else { throw ImageDataError.exrDataNotFound }
164 |             return exrData
[370/508] Compiling AsyncGraphics CodableGraphicType.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphic/Graphic.swift:162:49: error: value of type 'TMImage' (aka 'NSImage') has no member 'exrData'
160 |     public var exrData: Data {
161 |         get async throws {
162 |             guard let exrData = try await image.exrData()
    |                                                 `- error: value of type 'TMImage' (aka 'NSImage') has no member 'exrData'
163 |             else { throw ImageDataError.exrDataNotFound }
164 |             return exrData
[371/508] Compiling AsyncGraphics CodableGraphicTypeProtocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphic/Graphic.swift:162:49: error: value of type 'TMImage' (aka 'NSImage') has no member 'exrData'
160 |     public var exrData: Data {
161 |         get async throws {
162 |             guard let exrData = try await image.exrData()
    |                                                 `- error: value of type 'TMImage' (aka 'NSImage') has no member 'exrData'
163 |             else { throw ImageDataError.exrDataNotFound }
164 |             return exrData
[372/508] Compiling AsyncGraphics GraphicValue.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphic/Graphic.swift:162:49: error: value of type 'TMImage' (aka 'NSImage') has no member 'exrData'
160 |     public var exrData: Data {
161 |         get async throws {
162 |             guard let exrData = try await image.exrData()
    |                                                 `- error: value of type 'TMImage' (aka 'NSImage') has no member 'exrData'
163 |             else { throw ImageDataError.exrDataNotFound }
164 |             return exrData
[373/508] Compiling AsyncGraphics GraphicValueType.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphic/Graphic.swift:162:49: error: value of type 'TMImage' (aka 'NSImage') has no member 'exrData'
160 |     public var exrData: Data {
161 |         get async throws {
162 |             guard let exrData = try await image.exrData()
    |                                                 `- error: value of type 'TMImage' (aka 'NSImage') has no member 'exrData'
163 |             else { throw ImageDataError.exrDataNotFound }
164 |             return exrData
[374/508] Compiling AsyncGraphics CodableGraphic3DVariant.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphic/Graphic.swift:162:49: error: value of type 'TMImage' (aka 'NSImage') has no member 'exrData'
160 |     public var exrData: Data {
161 |         get async throws {
162 |             guard let exrData = try await image.exrData()
    |                                                 `- error: value of type 'TMImage' (aka 'NSImage') has no member 'exrData'
163 |             else { throw ImageDataError.exrDataNotFound }
164 |             return exrData
[375/508] Compiling AsyncGraphics CodableGraphicVariant.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphic/Graphic.swift:162:49: error: value of type 'TMImage' (aka 'NSImage') has no member 'exrData'
160 |     public var exrData: Data {
161 |         get async throws {
162 |             guard let exrData = try await image.exrData()
    |                                                 `- error: value of type 'TMImage' (aka 'NSImage') has no member 'exrData'
163 |             else { throw ImageDataError.exrDataNotFound }
164 |             return exrData
[376/508] Compiling AsyncGraphics GraphicVariant.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphic/Graphic.swift:162:49: error: value of type 'TMImage' (aka 'NSImage') has no member 'exrData'
160 |     public var exrData: Data {
161 |         get async throws {
162 |             guard let exrData = try await image.exrData()
    |                                                 `- error: value of type 'TMImage' (aka 'NSImage') has no member 'exrData'
163 |             else { throw ImageDataError.exrDataNotFound }
164 |             return exrData
[377/508] Compiling AsyncGraphics GraphicVariantID.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphic/Graphic.swift:162:49: error: value of type 'TMImage' (aka 'NSImage') has no member 'exrData'
160 |     public var exrData: Data {
161 |         get async throws {
162 |             guard let exrData = try await image.exrData()
    |                                                 `- error: value of type 'TMImage' (aka 'NSImage') has no member 'exrData'
163 |             else { throw ImageDataError.exrDataNotFound }
164 |             return exrData
[378/508] Compiling AsyncGraphics Graphic+EdgeInsets.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphic/Graphic.swift:162:49: error: value of type 'TMImage' (aka 'NSImage') has no member 'exrData'
160 |     public var exrData: Data {
161 |         get async throws {
162 |             guard let exrData = try await image.exrData()
    |                                                 `- error: value of type 'TMImage' (aka 'NSImage') has no member 'exrData'
163 |             else { throw ImageDataError.exrDataNotFound }
164 |             return exrData
[379/508] Compiling AsyncGraphics Graphic+Options.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphic/Graphic.swift:162:49: error: value of type 'TMImage' (aka 'NSImage') has no member 'exrData'
160 |     public var exrData: Data {
161 |         get async throws {
162 |             guard let exrData = try await image.exrData()
    |                                                 `- error: value of type 'TMImage' (aka 'NSImage') has no member 'exrData'
163 |             else { throw ImageDataError.exrDataNotFound }
164 |             return exrData
[380/508] Compiling AsyncGraphics Graphic+TaskGroup.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphic/Graphic.swift:162:49: error: value of type 'TMImage' (aka 'NSImage') has no member 'exrData'
160 |     public var exrData: Data {
161 |         get async throws {
162 |             guard let exrData = try await image.exrData()
    |                                                 `- error: value of type 'TMImage' (aka 'NSImage') has no member 'exrData'
163 |             else { throw ImageDataError.exrDataNotFound }
164 |             return exrData
[381/508] Compiling AsyncGraphics Graphic+Tile.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphic/Graphic.swift:162:49: error: value of type 'TMImage' (aka 'NSImage') has no member 'exrData'
160 |     public var exrData: Data {
161 |         get async throws {
162 |             guard let exrData = try await image.exrData()
    |                                                 `- error: value of type 'TMImage' (aka 'NSImage') has no member 'exrData'
163 |             else { throw ImageDataError.exrDataNotFound }
164 |             return exrData
[382/508] Compiling AsyncGraphics Graphic3D+Axis.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphic/Graphic.swift:162:49: error: value of type 'TMImage' (aka 'NSImage') has no member 'exrData'
160 |     public var exrData: Data {
161 |         get async throws {
162 |             guard let exrData = try await image.exrData()
    |                                                 `- error: value of type 'TMImage' (aka 'NSImage') has no member 'exrData'
163 |             else { throw ImageDataError.exrDataNotFound }
164 |             return exrData
[383/508] Compiling AsyncGraphics Graphic3D+Options.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphic/Graphic.swift:162:49: error: value of type 'TMImage' (aka 'NSImage') has no member 'exrData'
160 |     public var exrData: Data {
161 |         get async throws {
162 |             guard let exrData = try await image.exrData()
    |                                                 `- error: value of type 'TMImage' (aka 'NSImage') has no member 'exrData'
163 |             else { throw ImageDataError.exrDataNotFound }
164 |             return exrData
[384/508] Compiling AsyncGraphics Graphic3D+Tile.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphic/Graphic.swift:162:49: error: value of type 'TMImage' (aka 'NSImage') has no member 'exrData'
160 |     public var exrData: Data {
161 |         get async throws {
162 |             guard let exrData = try await image.exrData()
    |                                                 `- error: value of type 'TMImage' (aka 'NSImage') has no member 'exrData'
163 |             else { throw ImageDataError.exrDataNotFound }
164 |             return exrData
[385/508] Compiling AsyncGraphics Graphic.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphic/Graphic.swift:162:49: error: value of type 'TMImage' (aka 'NSImage') has no member 'exrData'
160 |     public var exrData: Data {
161 |         get async throws {
162 |             guard let exrData = try await image.exrData()
    |                                                 `- error: value of type 'TMImage' (aka 'NSImage') has no member 'exrData'
163 |             else { throw ImageDataError.exrDataNotFound }
164 |             return exrData
[386/508] Compiling AsyncGraphics Graphic3D.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphic/Graphic.swift:162:49: error: value of type 'TMImage' (aka 'NSImage') has no member 'exrData'
160 |     public var exrData: Data {
161 |         get async throws {
162 |             guard let exrData = try await image.exrData()
    |                                                 `- error: value of type 'TMImage' (aka 'NSImage') has no member 'exrData'
163 |             else { throw ImageDataError.exrDataNotFound }
164 |             return exrData
[387/604] Compiling AsyncGraphics Bits3DGraphic.swift
[388/604] Compiling AsyncGraphics BitsGraphic.swift
[389/604] Compiling AsyncGraphics ColorSpace.swift
[390/604] Compiling AsyncGraphics Construct3D.swift
[391/604] Compiling AsyncGraphics ConvertEffectGraphic3DProtocol.swift
[392/604] Compiling AsyncGraphics ConvertEffectGraphic3DType.swift
[393/604] Compiling AsyncGraphics ConvertEffectGraphicProtocol.swift
[394/604] Compiling AsyncGraphics ConvertEffectGraphicType.swift
[395/604] Compiling AsyncGraphics Copy.swift
[396/604] Compiling AsyncGraphics CornerPin.swift
[397/604] Compiling AsyncGraphics CornerPinGraphic.swift
[398/604] Compiling AsyncGraphics Crop.swift
[399/604] Compiling AsyncGraphics Crop3D.swift
[400/604] Compiling AsyncGraphics CropGraphic.swift
[401/604] Compiling AsyncGraphics CropGraphic3D.swift
[402/604] Compiling AsyncGraphics FrameCropGraphic.swift
[403/604] Compiling AsyncGraphics DownSample.swift
[404/604] Compiling AsyncGraphics Effect+Convert.swift
[405/604] Compiling AsyncGraphics FaceDetection.swift
[406/604] Compiling AsyncGraphics GridWarp.swift
[407/604] Compiling AsyncGraphics IOSurface.swift
[408/604] Compiling AsyncGraphics Inspect.swift
[409/604] Compiling AsyncGraphics LocationFromDepth.swift
[410/604] Compiling AsyncGraphics Map.swift
[411/628] Compiling AsyncGraphics Merge3D.swift
[412/628] Compiling AsyncGraphics OpticalFlow.swift
[413/628] Compiling AsyncGraphics Orbit.swift
[414/628] Compiling AsyncGraphics Polar.swift
[415/628] Compiling AsyncGraphics Polar3D.swift
[416/628] Compiling AsyncGraphics Reduce.swift
[417/628] Compiling AsyncGraphics Resolution.swift
[418/628] Compiling AsyncGraphics ResolutionGraphic.swift
[419/628] Compiling AsyncGraphics Sample.swift
[420/628] Compiling AsyncGraphics Sample3D.swift
[421/628] Compiling AsyncGraphics AGHStack.swift
[422/628] Compiling AsyncGraphics AGVStack.swift
[423/628] Compiling AsyncGraphics AGZStack.swift
[424/628] Compiling AsyncGraphics Stack.swift
[425/628] Compiling AsyncGraphics Tile.swift
[426/628] Compiling AsyncGraphics Tile3D.swift
[427/628] Compiling AsyncGraphics Trace3D.swift
[428/628] Compiling AsyncGraphics Transpose.swift
[429/628] Compiling AsyncGraphics YUVToRGB.swift
[430/628] Compiling AsyncGraphics Effect.swift
[431/628] Compiling AsyncGraphics EffectGraphic3DProtocol.swift
[432/628] Compiling AsyncGraphics EffectGraphic3DType.swift
[433/628] Compiling AsyncGraphics EffectGraphicProtocol.swift
[434/628] Compiling AsyncGraphics EffectGraphicType.swift
[435/652] Compiling AsyncGraphics AGAspectRatio.swift
[436/652] Compiling AsyncGraphics AGFrame.swift
[437/652] Compiling AsyncGraphics AGPadding.swift
[438/652] Compiling AsyncGraphics Padding.swift
[439/652] Compiling AsyncGraphics AGBackground.swift
[440/652] Compiling AsyncGraphics AGBlend.swift
[441/652] Compiling AsyncGraphics AGBlended.swift
[442/652] Compiling AsyncGraphics Blend.swift
[443/652] Compiling AsyncGraphics Blend3D.swift
[444/652] Compiling AsyncGraphics Blend3DGraphic.swift
[445/652] Compiling AsyncGraphics BlendGraphic.swift
[446/652] Compiling AsyncGraphics FrameBlendGraphic.swift
[447/652] Compiling AsyncGraphics TransformBlendGraphic.swift
[448/652] Compiling AsyncGraphics Cross.swift
[449/652] Compiling AsyncGraphics Cross3D.swift
[450/652] Compiling AsyncGraphics Cross3DGraphic.swift
[451/652] Compiling AsyncGraphics CrossGraphic.swift
[452/652] Compiling AsyncGraphics Displace.swift
[453/652] Compiling AsyncGraphics Displace3D.swift
[454/652] Compiling AsyncGraphics Displace3DGraphic.swift
[455/652] Compiling AsyncGraphics DisplaceGraphic.swift
[456/652] Compiling AsyncGraphics Effect+Modifier.swift
[457/652] Compiling AsyncGraphics Lookup.swift
[458/652] Compiling AsyncGraphics Lookup3D.swift
[459/676] Compiling AsyncGraphics PointUniform.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Views/GraphicView.swift:40:17: error: main actor-isolated property 'renderUpdate' can not be referenced from a Sendable closure
11 |     private let graphic: Graphic
12 |
13 |     private let renderUpdate: ((GraphicRenderState) -> ())?
   |                 `- note: property declared here
14 |
15 |     private let interpolation: Graphic.ViewInterpolation
   :
38 |                                      interpolation: interpolation,
39 |                                      extendedDynamicRange: extendedDynamicRange) { id in
40 |                 renderUpdate?(.done(id: id))
   |                 `- error: main actor-isolated property 'renderUpdate' can not be referenced from a Sendable closure
41 |             }
42 |             .id(extendedDynamicRange) // XDR force update
[460/676] Compiling AsyncGraphics SizeUniform.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Views/GraphicView.swift:40:17: error: main actor-isolated property 'renderUpdate' can not be referenced from a Sendable closure
11 |     private let graphic: Graphic
12 |
13 |     private let renderUpdate: ((GraphicRenderState) -> ())?
   |                 `- note: property declared here
14 |
15 |     private let interpolation: Graphic.ViewInterpolation
   :
38 |                                      interpolation: interpolation,
39 |                                      extendedDynamicRange: extendedDynamicRange) { id in
40 |                 renderUpdate?(.done(id: id))
   |                 `- error: main actor-isolated property 'renderUpdate' can not be referenced from a Sendable closure
41 |             }
42 |             .id(extendedDynamicRange) // XDR force update
[461/676] Compiling AsyncGraphics Uniforms.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Views/GraphicView.swift:40:17: error: main actor-isolated property 'renderUpdate' can not be referenced from a Sendable closure
11 |     private let graphic: Graphic
12 |
13 |     private let renderUpdate: ((GraphicRenderState) -> ())?
   |                 `- note: property declared here
14 |
15 |     private let interpolation: Graphic.ViewInterpolation
   :
38 |                                      interpolation: interpolation,
39 |                                      extendedDynamicRange: extendedDynamicRange) { id in
40 |                 renderUpdate?(.done(id: id))
   |                 `- error: main actor-isolated property 'renderUpdate' can not be referenced from a Sendable closure
41 |             }
42 |             .id(extendedDynamicRange) // XDR force update
[462/676] Compiling AsyncGraphics VectorUniform.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Views/GraphicView.swift:40:17: error: main actor-isolated property 'renderUpdate' can not be referenced from a Sendable closure
11 |     private let graphic: Graphic
12 |
13 |     private let renderUpdate: ((GraphicRenderState) -> ())?
   |                 `- note: property declared here
14 |
15 |     private let interpolation: Graphic.ViewInterpolation
   :
38 |                                      interpolation: interpolation,
39 |                                      extendedDynamicRange: extendedDynamicRange) { id in
40 |                 renderUpdate?(.done(id: id))
   |                 `- error: main actor-isolated property 'renderUpdate' can not be referenced from a Sendable closure
41 |             }
42 |             .id(extendedDynamicRange) // XDR force update
[463/676] Compiling AsyncGraphics AGView.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Views/GraphicView.swift:40:17: error: main actor-isolated property 'renderUpdate' can not be referenced from a Sendable closure
11 |     private let graphic: Graphic
12 |
13 |     private let renderUpdate: ((GraphicRenderState) -> ())?
   |                 `- note: property declared here
14 |
15 |     private let interpolation: Graphic.ViewInterpolation
   :
38 |                                      interpolation: interpolation,
39 |                                      extendedDynamicRange: extendedDynamicRange) { id in
40 |                 renderUpdate?(.done(id: id))
   |                 `- error: main actor-isolated property 'renderUpdate' can not be referenced from a Sendable closure
41 |             }
42 |             .id(extendedDynamicRange) // XDR force update
[464/676] Compiling AsyncGraphics AsyncGraphicView.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Views/GraphicView.swift:40:17: error: main actor-isolated property 'renderUpdate' can not be referenced from a Sendable closure
11 |     private let graphic: Graphic
12 |
13 |     private let renderUpdate: ((GraphicRenderState) -> ())?
   |                 `- note: property declared here
14 |
15 |     private let interpolation: Graphic.ViewInterpolation
   :
38 |                                      interpolation: interpolation,
39 |                                      extendedDynamicRange: extendedDynamicRange) { id in
40 |                 renderUpdate?(.done(id: id))
   |                 `- error: main actor-isolated property 'renderUpdate' can not be referenced from a Sendable closure
41 |             }
42 |             .id(extendedDynamicRange) // XDR force update
[465/676] Compiling AsyncGraphics Graphic3DImageRenderView.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Views/GraphicView.swift:40:17: error: main actor-isolated property 'renderUpdate' can not be referenced from a Sendable closure
11 |     private let graphic: Graphic
12 |
13 |     private let renderUpdate: ((GraphicRenderState) -> ())?
   |                 `- note: property declared here
14 |
15 |     private let interpolation: Graphic.ViewInterpolation
   :
38 |                                      interpolation: interpolation,
39 |                                      extendedDynamicRange: extendedDynamicRange) { id in
40 |                 renderUpdate?(.done(id: id))
   |                 `- error: main actor-isolated property 'renderUpdate' can not be referenced from a Sendable closure
41 |             }
42 |             .id(extendedDynamicRange) // XDR force update
[466/676] Compiling AsyncGraphics Graphic3DRenderView.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Views/GraphicView.swift:40:17: error: main actor-isolated property 'renderUpdate' can not be referenced from a Sendable closure
11 |     private let graphic: Graphic
12 |
13 |     private let renderUpdate: ((GraphicRenderState) -> ())?
   |                 `- note: property declared here
14 |
15 |     private let interpolation: Graphic.ViewInterpolation
   :
38 |                                      interpolation: interpolation,
39 |                                      extendedDynamicRange: extendedDynamicRange) { id in
40 |                 renderUpdate?(.done(id: id))
   |                 `- error: main actor-isolated property 'renderUpdate' can not be referenced from a Sendable closure
41 |             }
42 |             .id(extendedDynamicRange) // XDR force update
[467/676] Compiling AsyncGraphics Graphic3DView.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Views/GraphicView.swift:40:17: error: main actor-isolated property 'renderUpdate' can not be referenced from a Sendable closure
11 |     private let graphic: Graphic
12 |
13 |     private let renderUpdate: ((GraphicRenderState) -> ())?
   |                 `- note: property declared here
14 |
15 |     private let interpolation: Graphic.ViewInterpolation
   :
38 |                                      interpolation: interpolation,
39 |                                      extendedDynamicRange: extendedDynamicRange) { id in
40 |                 renderUpdate?(.done(id: id))
   |                 `- error: main actor-isolated property 'renderUpdate' can not be referenced from a Sendable closure
41 |             }
42 |             .id(extendedDynamicRange) // XDR force update
[468/676] Compiling AsyncGraphics GraphicImageRenderView.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Views/GraphicView.swift:40:17: error: main actor-isolated property 'renderUpdate' can not be referenced from a Sendable closure
11 |     private let graphic: Graphic
12 |
13 |     private let renderUpdate: ((GraphicRenderState) -> ())?
   |                 `- note: property declared here
14 |
15 |     private let interpolation: Graphic.ViewInterpolation
   :
38 |                                      interpolation: interpolation,
39 |                                      extendedDynamicRange: extendedDynamicRange) { id in
40 |                 renderUpdate?(.done(id: id))
   |                 `- error: main actor-isolated property 'renderUpdate' can not be referenced from a Sendable closure
41 |             }
42 |             .id(extendedDynamicRange) // XDR force update
[469/676] Compiling AsyncGraphics GraphicRenderView.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Views/GraphicView.swift:40:17: error: main actor-isolated property 'renderUpdate' can not be referenced from a Sendable closure
11 |     private let graphic: Graphic
12 |
13 |     private let renderUpdate: ((GraphicRenderState) -> ())?
   |                 `- note: property declared here
14 |
15 |     private let interpolation: Graphic.ViewInterpolation
   :
38 |                                      interpolation: interpolation,
39 |                                      extendedDynamicRange: extendedDynamicRange) { id in
40 |                 renderUpdate?(.done(id: id))
   |                 `- error: main actor-isolated property 'renderUpdate' can not be referenced from a Sendable closure
41 |             }
42 |             .id(extendedDynamicRange) // XDR force update
[470/676] Compiling AsyncGraphics GraphicView.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Views/GraphicView.swift:40:17: error: main actor-isolated property 'renderUpdate' can not be referenced from a Sendable closure
11 |     private let graphic: Graphic
12 |
13 |     private let renderUpdate: ((GraphicRenderState) -> ())?
   |                 `- note: property declared here
14 |
15 |     private let interpolation: Graphic.ViewInterpolation
   :
38 |                                      interpolation: interpolation,
39 |                                      extendedDynamicRange: extendedDynamicRange) { id in
40 |                 renderUpdate?(.done(id: id))
   |                 `- error: main actor-isolated property 'renderUpdate' can not be referenced from a Sendable closure
41 |             }
42 |             .id(extendedDynamicRange) // XDR force update
[471/676] Compiling AsyncGraphics GraphicMetalView.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Views/GraphicView.swift:40:17: error: main actor-isolated property 'renderUpdate' can not be referenced from a Sendable closure
11 |     private let graphic: Graphic
12 |
13 |     private let renderUpdate: ((GraphicRenderState) -> ())?
   |                 `- note: property declared here
14 |
15 |     private let interpolation: Graphic.ViewInterpolation
   :
38 |                                      interpolation: interpolation,
39 |                                      extendedDynamicRange: extendedDynamicRange) { id in
40 |                 renderUpdate?(.done(id: id))
   |                 `- error: main actor-isolated property 'renderUpdate' can not be referenced from a Sendable closure
41 |             }
42 |             .id(extendedDynamicRange) // XDR force update
[472/676] Compiling AsyncGraphics GraphicMetalViewable.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Views/GraphicView.swift:40:17: error: main actor-isolated property 'renderUpdate' can not be referenced from a Sendable closure
11 |     private let graphic: Graphic
12 |
13 |     private let renderUpdate: ((GraphicRenderState) -> ())?
   |                 `- note: property declared here
14 |
15 |     private let interpolation: Graphic.ViewInterpolation
   :
38 |                                      interpolation: interpolation,
39 |                                      extendedDynamicRange: extendedDynamicRange) { id in
40 |                 renderUpdate?(.done(id: id))
   |                 `- error: main actor-isolated property 'renderUpdate' can not be referenced from a Sendable closure
41 |             }
42 |             .id(extendedDynamicRange) // XDR force update
[473/676] Compiling AsyncGraphics GraphicMetalVisionView.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Views/GraphicView.swift:40:17: error: main actor-isolated property 'renderUpdate' can not be referenced from a Sendable closure
11 |     private let graphic: Graphic
12 |
13 |     private let renderUpdate: ((GraphicRenderState) -> ())?
   |                 `- note: property declared here
14 |
15 |     private let interpolation: Graphic.ViewInterpolation
   :
38 |                                      interpolation: interpolation,
39 |                                      extendedDynamicRange: extendedDynamicRange) { id in
40 |                 renderUpdate?(.done(id: id))
   |                 `- error: main actor-isolated property 'renderUpdate' can not be referenced from a Sendable closure
41 |             }
42 |             .id(extendedDynamicRange) // XDR force update
[474/676] Compiling AsyncGraphics Graphic3DImageRenderer.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Views/GraphicView.swift:40:17: error: main actor-isolated property 'renderUpdate' can not be referenced from a Sendable closure
11 |     private let graphic: Graphic
12 |
13 |     private let renderUpdate: ((GraphicRenderState) -> ())?
   |                 `- note: property declared here
14 |
15 |     private let interpolation: Graphic.ViewInterpolation
   :
38 |                                      interpolation: interpolation,
39 |                                      extendedDynamicRange: extendedDynamicRange) { id in
40 |                 renderUpdate?(.done(id: id))
   |                 `- error: main actor-isolated property 'renderUpdate' can not be referenced from a Sendable closure
41 |             }
42 |             .id(extendedDynamicRange) // XDR force update
[475/676] Compiling AsyncGraphics Graphic3DViewRenderer.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Views/GraphicView.swift:40:17: error: main actor-isolated property 'renderUpdate' can not be referenced from a Sendable closure
11 |     private let graphic: Graphic
12 |
13 |     private let renderUpdate: ((GraphicRenderState) -> ())?
   |                 `- note: property declared here
14 |
15 |     private let interpolation: Graphic.ViewInterpolation
   :
38 |                                      interpolation: interpolation,
39 |                                      extendedDynamicRange: extendedDynamicRange) { id in
40 |                 renderUpdate?(.done(id: id))
   |                 `- error: main actor-isolated property 'renderUpdate' can not be referenced from a Sendable closure
41 |             }
42 |             .id(extendedDynamicRange) // XDR force update
[476/676] Compiling AsyncGraphics GraphicImageRenderer.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Views/GraphicView.swift:40:17: error: main actor-isolated property 'renderUpdate' can not be referenced from a Sendable closure
11 |     private let graphic: Graphic
12 |
13 |     private let renderUpdate: ((GraphicRenderState) -> ())?
   |                 `- note: property declared here
14 |
15 |     private let interpolation: Graphic.ViewInterpolation
   :
38 |                                      interpolation: interpolation,
39 |                                      extendedDynamicRange: extendedDynamicRange) { id in
40 |                 renderUpdate?(.done(id: id))
   |                 `- error: main actor-isolated property 'renderUpdate' can not be referenced from a Sendable closure
41 |             }
42 |             .id(extendedDynamicRange) // XDR force update
[477/676] Compiling AsyncGraphics GraphicViewRenderer.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Views/GraphicView.swift:40:17: error: main actor-isolated property 'renderUpdate' can not be referenced from a Sendable closure
11 |     private let graphic: Graphic
12 |
13 |     private let renderUpdate: ((GraphicRenderState) -> ())?
   |                 `- note: property declared here
14 |
15 |     private let interpolation: Graphic.ViewInterpolation
   :
38 |                                      interpolation: interpolation,
39 |                                      extendedDynamicRange: extendedDynamicRange) { id in
40 |                 renderUpdate?(.done(id: id))
   |                 `- error: main actor-isolated property 'renderUpdate' can not be referenced from a Sendable closure
41 |             }
42 |             .id(extendedDynamicRange) // XDR force update
[478/676] Compiling AsyncGraphics GraphicRepresentableView.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Views/GraphicView.swift:40:17: error: main actor-isolated property 'renderUpdate' can not be referenced from a Sendable closure
11 |     private let graphic: Graphic
12 |
13 |     private let renderUpdate: ((GraphicRenderState) -> ())?
   |                 `- note: property declared here
14 |
15 |     private let interpolation: Graphic.ViewInterpolation
   :
38 |                                      interpolation: interpolation,
39 |                                      extendedDynamicRange: extendedDynamicRange) { id in
40 |                 renderUpdate?(.done(id: id))
   |                 `- error: main actor-isolated property 'renderUpdate' can not be referenced from a Sendable closure
41 |             }
42 |             .id(extendedDynamicRange) // XDR force update
[479/676] Compiling AsyncGraphics GraphicVisionRepresentableView.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Views/GraphicView.swift:40:17: error: main actor-isolated property 'renderUpdate' can not be referenced from a Sendable closure
11 |     private let graphic: Graphic
12 |
13 |     private let renderUpdate: ((GraphicRenderState) -> ())?
   |                 `- note: property declared here
14 |
15 |     private let interpolation: Graphic.ViewInterpolation
   :
38 |                                      interpolation: interpolation,
39 |                                      extendedDynamicRange: extendedDynamicRange) { id in
40 |                 renderUpdate?(.done(id: id))
   |                 `- error: main actor-isolated property 'renderUpdate' can not be referenced from a Sendable closure
41 |             }
42 |             .id(extendedDynamicRange) // XDR force update
[480/676] Compiling AsyncGraphics Graphic3DRenderState.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Views/GraphicView.swift:40:17: error: main actor-isolated property 'renderUpdate' can not be referenced from a Sendable closure
11 |     private let graphic: Graphic
12 |
13 |     private let renderUpdate: ((GraphicRenderState) -> ())?
   |                 `- note: property declared here
14 |
15 |     private let interpolation: Graphic.ViewInterpolation
   :
38 |                                      interpolation: interpolation,
39 |                                      extendedDynamicRange: extendedDynamicRange) { id in
40 |                 renderUpdate?(.done(id: id))
   |                 `- error: main actor-isolated property 'renderUpdate' can not be referenced from a Sendable closure
41 |             }
42 |             .id(extendedDynamicRange) // XDR force update
[481/676] Compiling AsyncGraphics GraphicRenderState.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Views/GraphicView.swift:40:17: error: main actor-isolated property 'renderUpdate' can not be referenced from a Sendable closure
11 |     private let graphic: Graphic
12 |
13 |     private let renderUpdate: ((GraphicRenderState) -> ())?
   |                 `- note: property declared here
14 |
15 |     private let interpolation: Graphic.ViewInterpolation
   :
38 |                                      interpolation: interpolation,
39 |                                      extendedDynamicRange: extendedDynamicRange) { id in
40 |                 renderUpdate?(.done(id: id))
   |                 `- error: main actor-isolated property 'renderUpdate' can not be referenced from a Sendable closure
41 |             }
42 |             .id(extendedDynamicRange) // XDR force update
[482/676] Compiling AsyncGraphics resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Views/GraphicView.swift:40:17: error: main actor-isolated property 'renderUpdate' can not be referenced from a Sendable closure
11 |     private let graphic: Graphic
12 |
13 |     private let renderUpdate: ((GraphicRenderState) -> ())?
   |                 `- note: property declared here
14 |
15 |     private let interpolation: Graphic.ViewInterpolation
   :
38 |                                      interpolation: interpolation,
39 |                                      extendedDynamicRange: extendedDynamicRange) { id in
40 |                 renderUpdate?(.done(id: id))
   |                 `- error: main actor-isolated property 'renderUpdate' can not be referenced from a Sendable closure
41 |             }
42 |             .id(extendedDynamicRange) // XDR force update
[483/676] Compiling AsyncGraphics TransformGraphic.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:304:62: warning: forming 'UnsafeRawPointer' to a variable of type 'U'; this is likely incorrect because 'U' may contain an object reference.
302 |             var uniforms: U = uniforms
303 |             let size = MemoryLayout<U>.size
304 |             guard let buffer = metalDevice.makeBuffer(bytes: &uniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type 'U'; this is likely incorrect because 'U' may contain an object reference.
305 |                 throw RendererError.failedToMakeUniformBuffer
306 |             }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:337:62: warning: forming 'UnsafeRawPointer' to a variable of type '[AU]'; this is likely incorrect because 'AU' may contain an object reference.
335 |             let activeSize: Int = MemoryLayout<Bool>.size * uniformArrayMaxLimit
336 |
337 |             guard let buffer = metalDevice.makeBuffer(bytes: &fixedArrayUniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type '[AU]'; this is likely incorrect because 'AU' may contain an object reference.
338 |                 throw RendererError.failedToMakeArrayUniformBuffer
339 |             }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:354:62: warning: forming 'UnsafeRawPointer' to a variable of type 'VU'; this is likely incorrect because 'VU' may contain an object reference.
352 |             var uniforms: VU = vertexUniforms
353 |             let size = MemoryLayout<VU>.size
354 |             guard let buffer = metalDevice.makeBuffer(bytes: &uniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type 'VU'; this is likely incorrect because 'VU' may contain an object reference.
355 |                 throw RendererError.failedToMakeVertexUniformBuffer
356 |             }
[484/676] Compiling AsyncGraphics TransformGraphic3D.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:304:62: warning: forming 'UnsafeRawPointer' to a variable of type 'U'; this is likely incorrect because 'U' may contain an object reference.
302 |             var uniforms: U = uniforms
303 |             let size = MemoryLayout<U>.size
304 |             guard let buffer = metalDevice.makeBuffer(bytes: &uniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type 'U'; this is likely incorrect because 'U' may contain an object reference.
305 |                 throw RendererError.failedToMakeUniformBuffer
306 |             }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:337:62: warning: forming 'UnsafeRawPointer' to a variable of type '[AU]'; this is likely incorrect because 'AU' may contain an object reference.
335 |             let activeSize: Int = MemoryLayout<Bool>.size * uniformArrayMaxLimit
336 |
337 |             guard let buffer = metalDevice.makeBuffer(bytes: &fixedArrayUniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type '[AU]'; this is likely incorrect because 'AU' may contain an object reference.
338 |                 throw RendererError.failedToMakeArrayUniformBuffer
339 |             }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:354:62: warning: forming 'UnsafeRawPointer' to a variable of type 'VU'; this is likely incorrect because 'VU' may contain an object reference.
352 |             var uniforms: VU = vertexUniforms
353 |             let size = MemoryLayout<VU>.size
354 |             guard let buffer = metalDevice.makeBuffer(bytes: &uniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type 'VU'; this is likely incorrect because 'VU' may contain an object reference.
355 |                 throw RendererError.failedToMakeVertexUniformBuffer
356 |             }
[485/676] Compiling AsyncGraphics Renderer+CommandEncoder.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:304:62: warning: forming 'UnsafeRawPointer' to a variable of type 'U'; this is likely incorrect because 'U' may contain an object reference.
302 |             var uniforms: U = uniforms
303 |             let size = MemoryLayout<U>.size
304 |             guard let buffer = metalDevice.makeBuffer(bytes: &uniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type 'U'; this is likely incorrect because 'U' may contain an object reference.
305 |                 throw RendererError.failedToMakeUniformBuffer
306 |             }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:337:62: warning: forming 'UnsafeRawPointer' to a variable of type '[AU]'; this is likely incorrect because 'AU' may contain an object reference.
335 |             let activeSize: Int = MemoryLayout<Bool>.size * uniformArrayMaxLimit
336 |
337 |             guard let buffer = metalDevice.makeBuffer(bytes: &fixedArrayUniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type '[AU]'; this is likely incorrect because 'AU' may contain an object reference.
338 |                 throw RendererError.failedToMakeArrayUniformBuffer
339 |             }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:354:62: warning: forming 'UnsafeRawPointer' to a variable of type 'VU'; this is likely incorrect because 'VU' may contain an object reference.
352 |             var uniforms: VU = vertexUniforms
353 |             let size = MemoryLayout<VU>.size
354 |             guard let buffer = metalDevice.makeBuffer(bytes: &uniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type 'VU'; this is likely incorrect because 'VU' may contain an object reference.
355 |                 throw RendererError.failedToMakeVertexUniformBuffer
356 |             }
[486/676] Compiling AsyncGraphics Renderer+Error.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:304:62: warning: forming 'UnsafeRawPointer' to a variable of type 'U'; this is likely incorrect because 'U' may contain an object reference.
302 |             var uniforms: U = uniforms
303 |             let size = MemoryLayout<U>.size
304 |             guard let buffer = metalDevice.makeBuffer(bytes: &uniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type 'U'; this is likely incorrect because 'U' may contain an object reference.
305 |                 throw RendererError.failedToMakeUniformBuffer
306 |             }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:337:62: warning: forming 'UnsafeRawPointer' to a variable of type '[AU]'; this is likely incorrect because 'AU' may contain an object reference.
335 |             let activeSize: Int = MemoryLayout<Bool>.size * uniformArrayMaxLimit
336 |
337 |             guard let buffer = metalDevice.makeBuffer(bytes: &fixedArrayUniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type '[AU]'; this is likely incorrect because 'AU' may contain an object reference.
338 |                 throw RendererError.failedToMakeArrayUniformBuffer
339 |             }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:354:62: warning: forming 'UnsafeRawPointer' to a variable of type 'VU'; this is likely incorrect because 'VU' may contain an object reference.
352 |             var uniforms: VU = vertexUniforms
353 |             let size = MemoryLayout<VU>.size
354 |             guard let buffer = metalDevice.makeBuffer(bytes: &uniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type 'VU'; this is likely incorrect because 'VU' may contain an object reference.
355 |                 throw RendererError.failedToMakeVertexUniformBuffer
356 |             }
[487/676] Compiling AsyncGraphics Renderer+Pipeline.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:304:62: warning: forming 'UnsafeRawPointer' to a variable of type 'U'; this is likely incorrect because 'U' may contain an object reference.
302 |             var uniforms: U = uniforms
303 |             let size = MemoryLayout<U>.size
304 |             guard let buffer = metalDevice.makeBuffer(bytes: &uniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type 'U'; this is likely incorrect because 'U' may contain an object reference.
305 |                 throw RendererError.failedToMakeUniformBuffer
306 |             }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:337:62: warning: forming 'UnsafeRawPointer' to a variable of type '[AU]'; this is likely incorrect because 'AU' may contain an object reference.
335 |             let activeSize: Int = MemoryLayout<Bool>.size * uniformArrayMaxLimit
336 |
337 |             guard let buffer = metalDevice.makeBuffer(bytes: &fixedArrayUniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type '[AU]'; this is likely incorrect because 'AU' may contain an object reference.
338 |                 throw RendererError.failedToMakeArrayUniformBuffer
339 |             }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:354:62: warning: forming 'UnsafeRawPointer' to a variable of type 'VU'; this is likely incorrect because 'VU' may contain an object reference.
352 |             var uniforms: VU = vertexUniforms
353 |             let size = MemoryLayout<VU>.size
354 |             guard let buffer = metalDevice.makeBuffer(bytes: &uniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type 'VU'; this is likely incorrect because 'VU' may contain an object reference.
355 |                 throw RendererError.failedToMakeVertexUniformBuffer
356 |             }
[488/676] Compiling AsyncGraphics Renderer+Sampler.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:304:62: warning: forming 'UnsafeRawPointer' to a variable of type 'U'; this is likely incorrect because 'U' may contain an object reference.
302 |             var uniforms: U = uniforms
303 |             let size = MemoryLayout<U>.size
304 |             guard let buffer = metalDevice.makeBuffer(bytes: &uniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type 'U'; this is likely incorrect because 'U' may contain an object reference.
305 |                 throw RendererError.failedToMakeUniformBuffer
306 |             }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:337:62: warning: forming 'UnsafeRawPointer' to a variable of type '[AU]'; this is likely incorrect because 'AU' may contain an object reference.
335 |             let activeSize: Int = MemoryLayout<Bool>.size * uniformArrayMaxLimit
336 |
337 |             guard let buffer = metalDevice.makeBuffer(bytes: &fixedArrayUniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type '[AU]'; this is likely incorrect because 'AU' may contain an object reference.
338 |                 throw RendererError.failedToMakeArrayUniformBuffer
339 |             }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:354:62: warning: forming 'UnsafeRawPointer' to a variable of type 'VU'; this is likely incorrect because 'VU' may contain an object reference.
352 |             var uniforms: VU = vertexUniforms
353 |             let size = MemoryLayout<VU>.size
354 |             guard let buffer = metalDevice.makeBuffer(bytes: &uniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type 'VU'; this is likely incorrect because 'VU' may contain an object reference.
355 |                 throw RendererError.failedToMakeVertexUniformBuffer
356 |             }
[489/676] Compiling AsyncGraphics Renderer+Shaders.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:304:62: warning: forming 'UnsafeRawPointer' to a variable of type 'U'; this is likely incorrect because 'U' may contain an object reference.
302 |             var uniforms: U = uniforms
303 |             let size = MemoryLayout<U>.size
304 |             guard let buffer = metalDevice.makeBuffer(bytes: &uniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type 'U'; this is likely incorrect because 'U' may contain an object reference.
305 |                 throw RendererError.failedToMakeUniformBuffer
306 |             }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:337:62: warning: forming 'UnsafeRawPointer' to a variable of type '[AU]'; this is likely incorrect because 'AU' may contain an object reference.
335 |             let activeSize: Int = MemoryLayout<Bool>.size * uniformArrayMaxLimit
336 |
337 |             guard let buffer = metalDevice.makeBuffer(bytes: &fixedArrayUniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type '[AU]'; this is likely incorrect because 'AU' may contain an object reference.
338 |                 throw RendererError.failedToMakeArrayUniformBuffer
339 |             }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:354:62: warning: forming 'UnsafeRawPointer' to a variable of type 'VU'; this is likely incorrect because 'VU' may contain an object reference.
352 |             var uniforms: VU = vertexUniforms
353 |             let size = MemoryLayout<VU>.size
354 |             guard let buffer = metalDevice.makeBuffer(bytes: &uniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type 'VU'; this is likely incorrect because 'VU' may contain an object reference.
355 |                 throw RendererError.failedToMakeVertexUniformBuffer
356 |             }
[490/676] Compiling AsyncGraphics Renderer+Vertex.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:304:62: warning: forming 'UnsafeRawPointer' to a variable of type 'U'; this is likely incorrect because 'U' may contain an object reference.
302 |             var uniforms: U = uniforms
303 |             let size = MemoryLayout<U>.size
304 |             guard let buffer = metalDevice.makeBuffer(bytes: &uniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type 'U'; this is likely incorrect because 'U' may contain an object reference.
305 |                 throw RendererError.failedToMakeUniformBuffer
306 |             }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:337:62: warning: forming 'UnsafeRawPointer' to a variable of type '[AU]'; this is likely incorrect because 'AU' may contain an object reference.
335 |             let activeSize: Int = MemoryLayout<Bool>.size * uniformArrayMaxLimit
336 |
337 |             guard let buffer = metalDevice.makeBuffer(bytes: &fixedArrayUniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type '[AU]'; this is likely incorrect because 'AU' may contain an object reference.
338 |                 throw RendererError.failedToMakeArrayUniformBuffer
339 |             }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:354:62: warning: forming 'UnsafeRawPointer' to a variable of type 'VU'; this is likely incorrect because 'VU' may contain an object reference.
352 |             var uniforms: VU = vertexUniforms
353 |             let size = MemoryLayout<VU>.size
354 |             guard let buffer = metalDevice.makeBuffer(bytes: &uniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type 'VU'; this is likely incorrect because 'VU' may contain an object reference.
355 |                 throw RendererError.failedToMakeVertexUniformBuffer
356 |             }
[491/676] Compiling AsyncGraphics Renderer+Camera.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:304:62: warning: forming 'UnsafeRawPointer' to a variable of type 'U'; this is likely incorrect because 'U' may contain an object reference.
302 |             var uniforms: U = uniforms
303 |             let size = MemoryLayout<U>.size
304 |             guard let buffer = metalDevice.makeBuffer(bytes: &uniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type 'U'; this is likely incorrect because 'U' may contain an object reference.
305 |                 throw RendererError.failedToMakeUniformBuffer
306 |             }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:337:62: warning: forming 'UnsafeRawPointer' to a variable of type '[AU]'; this is likely incorrect because 'AU' may contain an object reference.
335 |             let activeSize: Int = MemoryLayout<Bool>.size * uniformArrayMaxLimit
336 |
337 |             guard let buffer = metalDevice.makeBuffer(bytes: &fixedArrayUniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type '[AU]'; this is likely incorrect because 'AU' may contain an object reference.
338 |                 throw RendererError.failedToMakeArrayUniformBuffer
339 |             }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:354:62: warning: forming 'UnsafeRawPointer' to a variable of type 'VU'; this is likely incorrect because 'VU' may contain an object reference.
352 |             var uniforms: VU = vertexUniforms
353 |             let size = MemoryLayout<VU>.size
354 |             guard let buffer = metalDevice.makeBuffer(bytes: &uniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type 'VU'; this is likely incorrect because 'VU' may contain an object reference.
355 |                 throw RendererError.failedToMakeVertexUniformBuffer
356 |             }
[492/676] Compiling AsyncGraphics Renderer+Metadata.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:304:62: warning: forming 'UnsafeRawPointer' to a variable of type 'U'; this is likely incorrect because 'U' may contain an object reference.
302 |             var uniforms: U = uniforms
303 |             let size = MemoryLayout<U>.size
304 |             guard let buffer = metalDevice.makeBuffer(bytes: &uniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type 'U'; this is likely incorrect because 'U' may contain an object reference.
305 |                 throw RendererError.failedToMakeUniformBuffer
306 |             }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:337:62: warning: forming 'UnsafeRawPointer' to a variable of type '[AU]'; this is likely incorrect because 'AU' may contain an object reference.
335 |             let activeSize: Int = MemoryLayout<Bool>.size * uniformArrayMaxLimit
336 |
337 |             guard let buffer = metalDevice.makeBuffer(bytes: &fixedArrayUniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type '[AU]'; this is likely incorrect because 'AU' may contain an object reference.
338 |                 throw RendererError.failedToMakeArrayUniformBuffer
339 |             }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:354:62: warning: forming 'UnsafeRawPointer' to a variable of type 'VU'; this is likely incorrect because 'VU' may contain an object reference.
352 |             var uniforms: VU = vertexUniforms
353 |             let size = MemoryLayout<VU>.size
354 |             guard let buffer = metalDevice.makeBuffer(bytes: &uniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type 'VU'; this is likely incorrect because 'VU' may contain an object reference.
355 |                 throw RendererError.failedToMakeVertexUniformBuffer
356 |             }
[493/676] Compiling AsyncGraphics Renderer+Options.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:304:62: warning: forming 'UnsafeRawPointer' to a variable of type 'U'; this is likely incorrect because 'U' may contain an object reference.
302 |             var uniforms: U = uniforms
303 |             let size = MemoryLayout<U>.size
304 |             guard let buffer = metalDevice.makeBuffer(bytes: &uniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type 'U'; this is likely incorrect because 'U' may contain an object reference.
305 |                 throw RendererError.failedToMakeUniformBuffer
306 |             }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:337:62: warning: forming 'UnsafeRawPointer' to a variable of type '[AU]'; this is likely incorrect because 'AU' may contain an object reference.
335 |             let activeSize: Int = MemoryLayout<Bool>.size * uniformArrayMaxLimit
336 |
337 |             guard let buffer = metalDevice.makeBuffer(bytes: &fixedArrayUniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type '[AU]'; this is likely incorrect because 'AU' may contain an object reference.
338 |                 throw RendererError.failedToMakeArrayUniformBuffer
339 |             }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:354:62: warning: forming 'UnsafeRawPointer' to a variable of type 'VU'; this is likely incorrect because 'VU' may contain an object reference.
352 |             var uniforms: VU = vertexUniforms
353 |             let size = MemoryLayout<VU>.size
354 |             guard let buffer = metalDevice.makeBuffer(bytes: &uniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type 'VU'; this is likely incorrect because 'VU' may contain an object reference.
355 |                 throw RendererError.failedToMakeVertexUniformBuffer
356 |             }
[494/676] Compiling AsyncGraphics Renderer+Shader.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:304:62: warning: forming 'UnsafeRawPointer' to a variable of type 'U'; this is likely incorrect because 'U' may contain an object reference.
302 |             var uniforms: U = uniforms
303 |             let size = MemoryLayout<U>.size
304 |             guard let buffer = metalDevice.makeBuffer(bytes: &uniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type 'U'; this is likely incorrect because 'U' may contain an object reference.
305 |                 throw RendererError.failedToMakeUniformBuffer
306 |             }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:337:62: warning: forming 'UnsafeRawPointer' to a variable of type '[AU]'; this is likely incorrect because 'AU' may contain an object reference.
335 |             let activeSize: Int = MemoryLayout<Bool>.size * uniformArrayMaxLimit
336 |
337 |             guard let buffer = metalDevice.makeBuffer(bytes: &fixedArrayUniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type '[AU]'; this is likely incorrect because 'AU' may contain an object reference.
338 |                 throw RendererError.failedToMakeArrayUniformBuffer
339 |             }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:354:62: warning: forming 'UnsafeRawPointer' to a variable of type 'VU'; this is likely incorrect because 'VU' may contain an object reference.
352 |             var uniforms: VU = vertexUniforms
353 |             let size = MemoryLayout<VU>.size
354 |             guard let buffer = metalDevice.makeBuffer(bytes: &uniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type 'VU'; this is likely incorrect because 'VU' may contain an object reference.
355 |                 throw RendererError.failedToMakeVertexUniformBuffer
356 |             }
[495/676] Compiling AsyncGraphics Renderer+Uniforms.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:304:62: warning: forming 'UnsafeRawPointer' to a variable of type 'U'; this is likely incorrect because 'U' may contain an object reference.
302 |             var uniforms: U = uniforms
303 |             let size = MemoryLayout<U>.size
304 |             guard let buffer = metalDevice.makeBuffer(bytes: &uniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type 'U'; this is likely incorrect because 'U' may contain an object reference.
305 |                 throw RendererError.failedToMakeUniformBuffer
306 |             }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:337:62: warning: forming 'UnsafeRawPointer' to a variable of type '[AU]'; this is likely incorrect because 'AU' may contain an object reference.
335 |             let activeSize: Int = MemoryLayout<Bool>.size * uniformArrayMaxLimit
336 |
337 |             guard let buffer = metalDevice.makeBuffer(bytes: &fixedArrayUniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type '[AU]'; this is likely incorrect because 'AU' may contain an object reference.
338 |                 throw RendererError.failedToMakeArrayUniformBuffer
339 |             }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:354:62: warning: forming 'UnsafeRawPointer' to a variable of type 'VU'; this is likely incorrect because 'VU' may contain an object reference.
352 |             var uniforms: VU = vertexUniforms
353 |             let size = MemoryLayout<VU>.size
354 |             guard let buffer = metalDevice.makeBuffer(bytes: &uniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type 'VU'; this is likely incorrect because 'VU' may contain an object reference.
355 |                 throw RendererError.failedToMakeVertexUniformBuffer
356 |             }
[496/676] Compiling AsyncGraphics Renderer.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:304:62: warning: forming 'UnsafeRawPointer' to a variable of type 'U'; this is likely incorrect because 'U' may contain an object reference.
302 |             var uniforms: U = uniforms
303 |             let size = MemoryLayout<U>.size
304 |             guard let buffer = metalDevice.makeBuffer(bytes: &uniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type 'U'; this is likely incorrect because 'U' may contain an object reference.
305 |                 throw RendererError.failedToMakeUniformBuffer
306 |             }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:337:62: warning: forming 'UnsafeRawPointer' to a variable of type '[AU]'; this is likely incorrect because 'AU' may contain an object reference.
335 |             let activeSize: Int = MemoryLayout<Bool>.size * uniformArrayMaxLimit
336 |
337 |             guard let buffer = metalDevice.makeBuffer(bytes: &fixedArrayUniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type '[AU]'; this is likely incorrect because 'AU' may contain an object reference.
338 |                 throw RendererError.failedToMakeArrayUniformBuffer
339 |             }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:354:62: warning: forming 'UnsafeRawPointer' to a variable of type 'VU'; this is likely incorrect because 'VU' may contain an object reference.
352 |             var uniforms: VU = vertexUniforms
353 |             let size = MemoryLayout<VU>.size
354 |             guard let buffer = metalDevice.makeBuffer(bytes: &uniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type 'VU'; this is likely incorrect because 'VU' may contain an object reference.
355 |                 throw RendererError.failedToMakeVertexUniformBuffer
356 |             }
[497/676] Compiling AsyncGraphics Angle+codable.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:304:62: warning: forming 'UnsafeRawPointer' to a variable of type 'U'; this is likely incorrect because 'U' may contain an object reference.
302 |             var uniforms: U = uniforms
303 |             let size = MemoryLayout<U>.size
304 |             guard let buffer = metalDevice.makeBuffer(bytes: &uniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type 'U'; this is likely incorrect because 'U' may contain an object reference.
305 |                 throw RendererError.failedToMakeUniformBuffer
306 |             }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:337:62: warning: forming 'UnsafeRawPointer' to a variable of type '[AU]'; this is likely incorrect because 'AU' may contain an object reference.
335 |             let activeSize: Int = MemoryLayout<Bool>.size * uniformArrayMaxLimit
336 |
337 |             guard let buffer = metalDevice.makeBuffer(bytes: &fixedArrayUniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type '[AU]'; this is likely incorrect because 'AU' may contain an object reference.
338 |                 throw RendererError.failedToMakeArrayUniformBuffer
339 |             }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:354:62: warning: forming 'UnsafeRawPointer' to a variable of type 'VU'; this is likely incorrect because 'VU' may contain an object reference.
352 |             var uniforms: VU = vertexUniforms
353 |             let size = MemoryLayout<VU>.size
354 |             guard let buffer = metalDevice.makeBuffer(bytes: &uniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type 'VU'; this is likely incorrect because 'VU' may contain an object reference.
355 |                 throw RendererError.failedToMakeVertexUniformBuffer
356 |             }
[498/676] Compiling AsyncGraphics MetalUniform.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:304:62: warning: forming 'UnsafeRawPointer' to a variable of type 'U'; this is likely incorrect because 'U' may contain an object reference.
302 |             var uniforms: U = uniforms
303 |             let size = MemoryLayout<U>.size
304 |             guard let buffer = metalDevice.makeBuffer(bytes: &uniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type 'U'; this is likely incorrect because 'U' may contain an object reference.
305 |                 throw RendererError.failedToMakeUniformBuffer
306 |             }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:337:62: warning: forming 'UnsafeRawPointer' to a variable of type '[AU]'; this is likely incorrect because 'AU' may contain an object reference.
335 |             let activeSize: Int = MemoryLayout<Bool>.size * uniformArrayMaxLimit
336 |
337 |             guard let buffer = metalDevice.makeBuffer(bytes: &fixedArrayUniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type '[AU]'; this is likely incorrect because 'AU' may contain an object reference.
338 |                 throw RendererError.failedToMakeArrayUniformBuffer
339 |             }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:354:62: warning: forming 'UnsafeRawPointer' to a variable of type 'VU'; this is likely incorrect because 'VU' may contain an object reference.
352 |             var uniforms: VU = vertexUniforms
353 |             let size = MemoryLayout<VU>.size
354 |             guard let buffer = metalDevice.makeBuffer(bytes: &uniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type 'VU'; this is likely incorrect because 'VU' may contain an object reference.
355 |                 throw RendererError.failedToMakeVertexUniformBuffer
356 |             }
[499/676] Compiling AsyncGraphics RawMetalUniform.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:304:62: warning: forming 'UnsafeRawPointer' to a variable of type 'U'; this is likely incorrect because 'U' may contain an object reference.
302 |             var uniforms: U = uniforms
303 |             let size = MemoryLayout<U>.size
304 |             guard let buffer = metalDevice.makeBuffer(bytes: &uniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type 'U'; this is likely incorrect because 'U' may contain an object reference.
305 |                 throw RendererError.failedToMakeUniformBuffer
306 |             }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:337:62: warning: forming 'UnsafeRawPointer' to a variable of type '[AU]'; this is likely incorrect because 'AU' may contain an object reference.
335 |             let activeSize: Int = MemoryLayout<Bool>.size * uniformArrayMaxLimit
336 |
337 |             guard let buffer = metalDevice.makeBuffer(bytes: &fixedArrayUniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type '[AU]'; this is likely incorrect because 'AU' may contain an object reference.
338 |                 throw RendererError.failedToMakeArrayUniformBuffer
339 |             }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:354:62: warning: forming 'UnsafeRawPointer' to a variable of type 'VU'; this is likely incorrect because 'VU' may contain an object reference.
352 |             var uniforms: VU = vertexUniforms
353 |             let size = MemoryLayout<VU>.size
354 |             guard let buffer = metalDevice.makeBuffer(bytes: &uniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type 'VU'; this is likely incorrect because 'VU' may contain an object reference.
355 |                 throw RendererError.failedToMakeVertexUniformBuffer
356 |             }
[500/676] Compiling AsyncGraphics MultiDimensionalResolution.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:304:62: warning: forming 'UnsafeRawPointer' to a variable of type 'U'; this is likely incorrect because 'U' may contain an object reference.
302 |             var uniforms: U = uniforms
303 |             let size = MemoryLayout<U>.size
304 |             guard let buffer = metalDevice.makeBuffer(bytes: &uniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type 'U'; this is likely incorrect because 'U' may contain an object reference.
305 |                 throw RendererError.failedToMakeUniformBuffer
306 |             }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:337:62: warning: forming 'UnsafeRawPointer' to a variable of type '[AU]'; this is likely incorrect because 'AU' may contain an object reference.
335 |             let activeSize: Int = MemoryLayout<Bool>.size * uniformArrayMaxLimit
336 |
337 |             guard let buffer = metalDevice.makeBuffer(bytes: &fixedArrayUniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type '[AU]'; this is likely incorrect because 'AU' may contain an object reference.
338 |                 throw RendererError.failedToMakeArrayUniformBuffer
339 |             }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:354:62: warning: forming 'UnsafeRawPointer' to a variable of type 'VU'; this is likely incorrect because 'VU' may contain an object reference.
352 |             var uniforms: VU = vertexUniforms
353 |             let size = MemoryLayout<VU>.size
354 |             guard let buffer = metalDevice.makeBuffer(bytes: &uniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type 'VU'; this is likely incorrect because 'VU' may contain an object reference.
355 |                 throw RendererError.failedToMakeVertexUniformBuffer
356 |             }
[501/676] Compiling AsyncGraphics SendableImage.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:304:62: warning: forming 'UnsafeRawPointer' to a variable of type 'U'; this is likely incorrect because 'U' may contain an object reference.
302 |             var uniforms: U = uniforms
303 |             let size = MemoryLayout<U>.size
304 |             guard let buffer = metalDevice.makeBuffer(bytes: &uniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type 'U'; this is likely incorrect because 'U' may contain an object reference.
305 |                 throw RendererError.failedToMakeUniformBuffer
306 |             }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:337:62: warning: forming 'UnsafeRawPointer' to a variable of type '[AU]'; this is likely incorrect because 'AU' may contain an object reference.
335 |             let activeSize: Int = MemoryLayout<Bool>.size * uniformArrayMaxLimit
336 |
337 |             guard let buffer = metalDevice.makeBuffer(bytes: &fixedArrayUniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type '[AU]'; this is likely incorrect because 'AU' may contain an object reference.
338 |                 throw RendererError.failedToMakeArrayUniformBuffer
339 |             }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:354:62: warning: forming 'UnsafeRawPointer' to a variable of type 'VU'; this is likely incorrect because 'VU' may contain an object reference.
352 |             var uniforms: VU = vertexUniforms
353 |             let size = MemoryLayout<VU>.size
354 |             guard let buffer = metalDevice.makeBuffer(bytes: &uniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type 'VU'; this is likely incorrect because 'VU' may contain an object reference.
355 |                 throw RendererError.failedToMakeVertexUniformBuffer
356 |             }
[502/676] Compiling AsyncGraphics SendablePixelBuffer.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:304:62: warning: forming 'UnsafeRawPointer' to a variable of type 'U'; this is likely incorrect because 'U' may contain an object reference.
302 |             var uniforms: U = uniforms
303 |             let size = MemoryLayout<U>.size
304 |             guard let buffer = metalDevice.makeBuffer(bytes: &uniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type 'U'; this is likely incorrect because 'U' may contain an object reference.
305 |                 throw RendererError.failedToMakeUniformBuffer
306 |             }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:337:62: warning: forming 'UnsafeRawPointer' to a variable of type '[AU]'; this is likely incorrect because 'AU' may contain an object reference.
335 |             let activeSize: Int = MemoryLayout<Bool>.size * uniformArrayMaxLimit
336 |
337 |             guard let buffer = metalDevice.makeBuffer(bytes: &fixedArrayUniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type '[AU]'; this is likely incorrect because 'AU' may contain an object reference.
338 |                 throw RendererError.failedToMakeArrayUniformBuffer
339 |             }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:354:62: warning: forming 'UnsafeRawPointer' to a variable of type 'VU'; this is likely incorrect because 'VU' may contain an object reference.
352 |             var uniforms: VU = vertexUniforms
353 |             let size = MemoryLayout<VU>.size
354 |             guard let buffer = metalDevice.makeBuffer(bytes: &uniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type 'VU'; this is likely incorrect because 'VU' may contain an object reference.
355 |                 throw RendererError.failedToMakeVertexUniformBuffer
356 |             }
[503/676] Compiling AsyncGraphics SendableSampleBuffer.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:304:62: warning: forming 'UnsafeRawPointer' to a variable of type 'U'; this is likely incorrect because 'U' may contain an object reference.
302 |             var uniforms: U = uniforms
303 |             let size = MemoryLayout<U>.size
304 |             guard let buffer = metalDevice.makeBuffer(bytes: &uniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type 'U'; this is likely incorrect because 'U' may contain an object reference.
305 |                 throw RendererError.failedToMakeUniformBuffer
306 |             }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:337:62: warning: forming 'UnsafeRawPointer' to a variable of type '[AU]'; this is likely incorrect because 'AU' may contain an object reference.
335 |             let activeSize: Int = MemoryLayout<Bool>.size * uniformArrayMaxLimit
336 |
337 |             guard let buffer = metalDevice.makeBuffer(bytes: &fixedArrayUniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type '[AU]'; this is likely incorrect because 'AU' may contain an object reference.
338 |                 throw RendererError.failedToMakeArrayUniformBuffer
339 |             }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:354:62: warning: forming 'UnsafeRawPointer' to a variable of type 'VU'; this is likely incorrect because 'VU' may contain an object reference.
352 |             var uniforms: VU = vertexUniforms
353 |             let size = MemoryLayout<VU>.size
354 |             guard let buffer = metalDevice.makeBuffer(bytes: &uniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type 'VU'; this is likely incorrect because 'VU' may contain an object reference.
355 |                 throw RendererError.failedToMakeVertexUniformBuffer
356 |             }
[504/676] Compiling AsyncGraphics SendableTexture.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:304:62: warning: forming 'UnsafeRawPointer' to a variable of type 'U'; this is likely incorrect because 'U' may contain an object reference.
302 |             var uniforms: U = uniforms
303 |             let size = MemoryLayout<U>.size
304 |             guard let buffer = metalDevice.makeBuffer(bytes: &uniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type 'U'; this is likely incorrect because 'U' may contain an object reference.
305 |                 throw RendererError.failedToMakeUniformBuffer
306 |             }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:337:62: warning: forming 'UnsafeRawPointer' to a variable of type '[AU]'; this is likely incorrect because 'AU' may contain an object reference.
335 |             let activeSize: Int = MemoryLayout<Bool>.size * uniformArrayMaxLimit
336 |
337 |             guard let buffer = metalDevice.makeBuffer(bytes: &fixedArrayUniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type '[AU]'; this is likely incorrect because 'AU' may contain an object reference.
338 |                 throw RendererError.failedToMakeArrayUniformBuffer
339 |             }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:354:62: warning: forming 'UnsafeRawPointer' to a variable of type 'VU'; this is likely incorrect because 'VU' may contain an object reference.
352 |             var uniforms: VU = vertexUniforms
353 |             let size = MemoryLayout<VU>.size
354 |             guard let buffer = metalDevice.makeBuffer(bytes: &uniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type 'VU'; this is likely incorrect because 'VU' may contain an object reference.
355 |                 throw RendererError.failedToMakeVertexUniformBuffer
356 |             }
[505/676] Compiling AsyncGraphics Angle.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:304:62: warning: forming 'UnsafeRawPointer' to a variable of type 'U'; this is likely incorrect because 'U' may contain an object reference.
302 |             var uniforms: U = uniforms
303 |             let size = MemoryLayout<U>.size
304 |             guard let buffer = metalDevice.makeBuffer(bytes: &uniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type 'U'; this is likely incorrect because 'U' may contain an object reference.
305 |                 throw RendererError.failedToMakeUniformBuffer
306 |             }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:337:62: warning: forming 'UnsafeRawPointer' to a variable of type '[AU]'; this is likely incorrect because 'AU' may contain an object reference.
335 |             let activeSize: Int = MemoryLayout<Bool>.size * uniformArrayMaxLimit
336 |
337 |             guard let buffer = metalDevice.makeBuffer(bytes: &fixedArrayUniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type '[AU]'; this is likely incorrect because 'AU' may contain an object reference.
338 |                 throw RendererError.failedToMakeArrayUniformBuffer
339 |             }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:354:62: warning: forming 'UnsafeRawPointer' to a variable of type 'VU'; this is likely incorrect because 'VU' may contain an object reference.
352 |             var uniforms: VU = vertexUniforms
353 |             let size = MemoryLayout<VU>.size
354 |             guard let buffer = metalDevice.makeBuffer(bytes: &uniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type 'VU'; this is likely incorrect because 'VU' may contain an object reference.
355 |                 throw RendererError.failedToMakeVertexUniformBuffer
356 |             }
[506/676] Compiling AsyncGraphics ColorUniform.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:304:62: warning: forming 'UnsafeRawPointer' to a variable of type 'U'; this is likely incorrect because 'U' may contain an object reference.
302 |             var uniforms: U = uniforms
303 |             let size = MemoryLayout<U>.size
304 |             guard let buffer = metalDevice.makeBuffer(bytes: &uniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type 'U'; this is likely incorrect because 'U' may contain an object reference.
305 |                 throw RendererError.failedToMakeUniformBuffer
306 |             }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:337:62: warning: forming 'UnsafeRawPointer' to a variable of type '[AU]'; this is likely incorrect because 'AU' may contain an object reference.
335 |             let activeSize: Int = MemoryLayout<Bool>.size * uniformArrayMaxLimit
336 |
337 |             guard let buffer = metalDevice.makeBuffer(bytes: &fixedArrayUniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type '[AU]'; this is likely incorrect because 'AU' may contain an object reference.
338 |                 throw RendererError.failedToMakeArrayUniformBuffer
339 |             }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Renderer/Renderer.swift:354:62: warning: forming 'UnsafeRawPointer' to a variable of type 'VU'; this is likely incorrect because 'VU' may contain an object reference.
352 |             var uniforms: VU = vertexUniforms
353 |             let size = MemoryLayout<VU>.size
354 |             guard let buffer = metalDevice.makeBuffer(bytes: &uniforms, length: size) else {
    |                                                              `- warning: forming 'UnsafeRawPointer' to a variable of type 'VU'; this is likely incorrect because 'VU' may contain an object reference.
355 |                 throw RendererError.failedToMakeVertexUniformBuffer
356 |             }
[507/676] Compiling AsyncGraphics Lookup3DGraphic.swift
[508/676] Compiling AsyncGraphics LookupGraphic.swift
[509/676] Compiling AsyncGraphics LumaBlur.swift
[510/676] Compiling AsyncGraphics LumaBlur3D.swift
[511/676] Compiling AsyncGraphics LumaBlur3DGraphic.swift
[512/676] Compiling AsyncGraphics LumaBlurGraphic.swift
[513/676] Compiling AsyncGraphics LumaColorShift.swift
[514/676] Compiling AsyncGraphics LumaColorShift3D.swift
[515/676] Compiling AsyncGraphics LumaColorShift3DGraphic.swift
[516/676] Compiling AsyncGraphics LumaColorShiftGraphic.swift
[517/676] Compiling AsyncGraphics LumaLevels.swift
[518/676] Compiling AsyncGraphics LumaLevels3D.swift
[519/676] Compiling AsyncGraphics LumaLevels3DGraphic.swift
[520/676] Compiling AsyncGraphics LumaLevelsGraphic.swift
[521/676] Compiling AsyncGraphics LumaRainbowBlur.swift
[522/676] Compiling AsyncGraphics LumaRainbowBlur3D.swift
[523/676] Compiling AsyncGraphics LumaRainbowBlur3DGraphic.swift
[524/676] Compiling AsyncGraphics LumaRainbowBlurGraphic.swift
[525/676] Compiling AsyncGraphics LumaSample.swift
[526/676] Compiling AsyncGraphics LumaTransform.swift
[527/676] Compiling AsyncGraphics LumaTransform3D.swift
[528/676] Compiling AsyncGraphics LumaTransform3DGraphic.swift
[529/676] Compiling AsyncGraphics LumaTransformGraphic.swift
[530/676] Compiling AsyncGraphics AGMask.swift
[531/676] Compiling AsyncGraphics Edge.swift
[532/676] Compiling AsyncGraphics Edge3D.swift
[533/676] Compiling AsyncGraphics Edge3DGraphic.swift
[534/676] Compiling AsyncGraphics EdgeGraphic.swift
[535/676] Compiling AsyncGraphics Effect+Space.swift
[536/676] Compiling AsyncGraphics Kaleidoscope.swift
[537/676] Compiling AsyncGraphics KaleidoscopeGraphic.swift
[538/676] Compiling AsyncGraphics DirectMetal.swift
[539/676] Compiling AsyncGraphics Morph.swift
[540/676] Compiling AsyncGraphics MorphGraphic.swift
[541/676] Compiling AsyncGraphics Pixelate.swift
[542/676] Compiling AsyncGraphics PixelateGraphic.swift
[543/676] Compiling AsyncGraphics RainbowBlur.swift
[544/676] Compiling AsyncGraphics RainbowBlurGraphic.swift
[545/676] Compiling AsyncGraphics SampleLine.swift
[546/676] Compiling AsyncGraphics Sharpen.swift
[547/676] Compiling AsyncGraphics SharpenGraphic.swift
[548/676] Compiling AsyncGraphics SpaceEffectGraphic3DProtocol.swift
[549/676] Compiling AsyncGraphics SpaceEffectGraphic3DType.swift
[550/676] Compiling AsyncGraphics SpaceEffectGraphicProtocol.swift
[551/676] Compiling AsyncGraphics SpaceEffectGraphicType.swift
[552/676] Compiling AsyncGraphics AGOffset.swift
[553/676] Compiling AsyncGraphics Transform.swift
[554/676] Compiling AsyncGraphics Transform3D.swift
[555/676] Compiling AsyncGraphics Mask.swift
[556/676] Compiling AsyncGraphics Mask3DGraphic.swift
[557/676] Compiling AsyncGraphics MaskGraphic.swift
[558/676] Compiling AsyncGraphics DualMetal.swift
[559/676] Compiling AsyncGraphics ModifierEffectGraphic3DProtocol.swift
[560/676] Compiling AsyncGraphics ModifierEffectGraphic3DType.swift
[561/676] Compiling AsyncGraphics ModifierEffectGraphicProtocol.swift
[562/676] Compiling AsyncGraphics ModifierEffectGraphicType.swift
[563/676] Compiling AsyncGraphics Remap.swift
[564/676] Compiling AsyncGraphics ABStack.swift
[565/676] Compiling AsyncGraphics Stack3D.swift
[566/676] Compiling AsyncGraphics Blends.swift
[567/676] Compiling AsyncGraphics AGForEach.swift
[568/676] Compiling AsyncGraphics AGGroup.swift
[569/676] Compiling AsyncGraphics ArrayMetal.swift
[570/676] Compiling AsyncGraphics Sprites.swift
[571/676] Compiling AsyncGraphics AGBlur.swift
[572/676] Compiling AsyncGraphics Blur.swift
[573/676] Compiling AsyncGraphics Blur3D.swift
[574/676] Compiling AsyncGraphics Blur3DGraphic.swift
[575/676] Compiling AsyncGraphics BlurGraphic.swift
[576/676] Compiling AsyncGraphics CircleBlur.swift
[577/676] Compiling AsyncGraphics CircleBlurGraphic.swift
[578/676] Compiling AsyncGraphics CoordinateSpace.swift
[579/676] Compiling AsyncGraphics Box3D.swift
[580/676] Compiling AsyncGraphics Box3DGraphic.swift
[581/676] Compiling AsyncGraphics AGCircle.swift
[582/676] Compiling AsyncGraphics Circle.swift
[583/676] Compiling AsyncGraphics CircleGraphic.swift
[584/676] Compiling AsyncGraphics Cone3D.swift
[585/676] Compiling AsyncGraphics Cone3DGraphic.swift
[586/676] Compiling AsyncGraphics Content+Shape.swift
[587/676] Compiling AsyncGraphics Cylinder3D.swift
[588/676] Compiling AsyncGraphics Cylinder3DGraphic.swift
[589/676] Compiling AsyncGraphics Line.swift
[590/676] Compiling AsyncGraphics LineGraphic.swift
[591/676] Compiling AsyncGraphics AGPolygon.swift
[592/676] Compiling AsyncGraphics AGRoundedPolygon.swift
[593/676] Compiling AsyncGraphics Polygon.swift
[594/676] Compiling AsyncGraphics PolygonGraphic.swift
[595/676] Compiling AsyncGraphics AGRectangle.swift
[596/676] Compiling AsyncGraphics AGRoundedRectangle.swift
[597/676] Compiling AsyncGraphics Rectangle.swift
[598/676] Compiling AsyncGraphics RectangleGraphic.swift
[599/676] Compiling AsyncGraphics ShapeContentGraphic3DProtocol.swift
[600/676] Compiling AsyncGraphics ShapeContentGraphic3DType.swift
[601/676] Compiling AsyncGraphics ShapeContentGraphicProtocol.swift
[602/676] Compiling AsyncGraphics ShapeContentGraphicType.swift
[603/676] Compiling AsyncGraphics AGGraph.swift
[604/676] Compiling AsyncGraphics AGParentGraph.swift
[605/676] Compiling AsyncGraphics AGSingleModifierParentGraph.swift
[606/676] Compiling AsyncGraphics AGSingleParentGraph.swift
[607/676] Compiling AsyncGraphics AGGraphBuilder.swift
[608/676] Compiling AsyncGraphics Array+AGGraph.swift
[609/676] Compiling AsyncGraphics AGGraphRenderer.swift
[610/676] Compiling AsyncGraphics AGComponents.swift
[611/676] Compiling AsyncGraphics AGDetails.swift
[612/676] Compiling AsyncGraphics AGSpecification.swift
[613/676] Compiling AsyncGraphics AGResourceResolutions.swift
[614/676] Compiling AsyncGraphics AGResources.swift
[615/676] Compiling AsyncGraphics AGContentMode.swift
[616/676] Compiling AsyncGraphics GraphicComplexity.swift
[617/676] Compiling AsyncGraphics CodableMacros.swift
[618/676] Compiling AsyncGraphics GraphicEnum.swift
[619/676] Compiling AsyncGraphics GraphicEnumCase.swift
[620/676] Compiling AsyncGraphics GraphicEnumMetadata.swift
[621/676] Compiling AsyncGraphics GraphicMetadata.swift
[622/676] Compiling AsyncGraphics GraphicMetadataOptions.swift
[623/676] Compiling AsyncGraphics GraphicMetadataValue.swift
[624/676] Compiling AsyncGraphics CodableGraphic.swift
[625/676] Compiling AsyncGraphics CodableGraphic3D.swift
[626/676] Compiling AsyncGraphics AnyGraphicEnumProperty.swift
[627/676] Compiling AsyncGraphics AnyGraphicProperty.swift
[628/676] Compiling AsyncGraphics Quantize3DGraphic.swift
[629/676] Compiling AsyncGraphics QuantizeGraphic.swift
[630/676] Compiling AsyncGraphics Range.swift
[631/676] Compiling AsyncGraphics Range3D.swift
[632/676] Compiling AsyncGraphics Range3DGraphic.swift
[633/676] Compiling AsyncGraphics RangeGraphic.swift
[634/676] Compiling AsyncGraphics Saliency.swift
[635/676] Compiling AsyncGraphics SaliencyGraphic.swift
[636/676] Compiling AsyncGraphics ColorShift.swift
[637/676] Compiling AsyncGraphics ColorShift3D.swift
[638/676] Compiling AsyncGraphics ColorShift3DGraphic.swift
[639/676] Compiling AsyncGraphics ColorShiftGraphic.swift
[640/676] Compiling AsyncGraphics Slope.swift
[641/676] Compiling AsyncGraphics Slope3D.swift
[642/676] Compiling AsyncGraphics Slope3DGraphic.swift
[643/676] Compiling AsyncGraphics SlopeGraphic.swift
[644/676] Compiling AsyncGraphics Threshold.swift
[645/676] Compiling AsyncGraphics Threshold3D.swift
[646/676] Compiling AsyncGraphics Threshold3DGraphic.swift
[647/676] Compiling AsyncGraphics ThresholdGraphic.swift
[648/676] Compiling AsyncGraphics Add3D.swift
[649/676] Compiling AsyncGraphics Average3D.swift
[650/676] Compiling AsyncGraphics Bits.swift
[651/676] Compiling AsyncGraphics Bits3D.swift
[652/676] Compiling AsyncGraphics ColorEffectGraphicProtocol.swift
[653/676] Compiling AsyncGraphics ColorEffectGraphicType.swift
[654/676] Compiling AsyncGraphics ColorConvert.swift
[655/676] Compiling AsyncGraphics ColorConvertGraphic.swift
[656/676] Compiling AsyncGraphics Effect+Color.swift
[657/676] Compiling AsyncGraphics FloodFill.swift
[658/676] Compiling AsyncGraphics GradientLookup.swift
[659/676] Compiling AsyncGraphics GradientLookup3D.swift
[660/676] Compiling AsyncGraphics GradientLookup3DGraphic.swift
[661/676] Compiling AsyncGraphics GradientLookupGraphic.swift
[662/676] Compiling AsyncGraphics LUT.swift
[663/676] Compiling AsyncGraphics AGOpacity.swift
[664/676] Compiling AsyncGraphics Levels.swift
[665/676] Compiling AsyncGraphics Levels3D.swift
[666/676] Compiling AsyncGraphics Levels3DGraphic.swift
[667/676] Compiling AsyncGraphics LevelsGraphic.swift
[668/676] Compiling AsyncGraphics ColorMap.swift
[669/676] Compiling AsyncGraphics ColorMap3D.swift
[670/676] Compiling AsyncGraphics ColorMap3DGraphic.swift
[671/676] Compiling AsyncGraphics ColorMapGraphic.swift
[672/676] Compiling AsyncGraphics PersonSegmentation.swift
[673/676] Compiling AsyncGraphics PersonSegmentationGraphic.swift
[674/676] Compiling AsyncGraphics Quantize.swift
[675/676] Compiling AsyncGraphics Quantize3D.swift
[676/676] Emitting module AsyncGraphics
warning: 'spi-builder-workspace': found 129 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Threshold/Threshold3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Convert/Stack/Stack.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Shaders/Effects/rotation_header.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Shaders/Content/radius.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Space/Edge/Edge.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Shaders/Effects/hsv.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Modifier/Stack/Stack3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Quantize/Quantize.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Space/Transform/Transform3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Shaders/Effects/blends.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Shaders/Effects/hsv_header.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Solid/Color/Color.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Slope/Slope.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Space/Rainbow Blur/RainbowBlur.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Convert/Crop/Crop3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Shape/Rectangle/Rectangle.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Modifier/Stack/ABStack.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Shift/ColorShift.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Space/Sample Line/SampleLine.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Space/Edge/Edge3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Modifier/Luma Sample/LumaSample.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Shape/Circle/Circle.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Solid/Noise/Noise3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Particles/UV Color Particles/UVColorParticles.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Modifier/Blend/Blend.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Shaders/Content/gradient_header.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Space/Kaleidoscope/Kaleidoscope.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Range/Range3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Convert/Trace/Trace.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Shaders/Content/gradient.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Sequence/Blends/Blends.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Shift/ColorShift3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Shaders/Effects/rotation.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Quantize/Quantize3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Convert/Bits/Bits.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Modifier/Luma Color Shift/LumaColorShift3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Shaders/Content/random.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Space/Pixelate/Pixelate.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Gradient Lookup/GradientLookup.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Modifier/Luma Blur/LumaBlur3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Space/Blur/Blur3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Shaders/Effects/clamp_header.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Clamp/Clamp3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Space/Coordinate Space/CoordinateSpace.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Slope/Slope3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Modifier/Luma Levels/LumaLevels3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Shaders/Content/random_header.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Levels/Levels3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Convert/Location from Depth/LocationFromDepthOrthographic.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Levels/Levels.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Convert/Location from Depth/LocationFromDepthPerspective.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Convert/YUV/YUVToRGB.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Gradient Lookup/GradientLookup3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Shape/Sphere/Sphere3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Map/ColorMap.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Layout/Padding/Padding.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Shaders/Effects/clamp.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Solid/Color/Color3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Modifier/Displace/Displace.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Shaders/Content/noise_header.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Shaders/Effects/blend_header.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Shaders/Effects/place.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Shaders/Vertex/FragmentPassthrough.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Convert/Crop/Crop.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Range/Range.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Shape/Cylinder/Cylinder3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Flood Fill/FloodFill.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Bayer Dither/BayerDither.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Modifier/Luma Rainbow Blur/LumaRainbowBlur3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Convert/Inspect/Inspect.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Modifier/Lookup/Lookup.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Modifier/Luma Levels/LumaLevels.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Shaders/Content/noise.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Particles/UV Particles/UVParticles.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Modifier/Lookup/Lookup3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Map/ColorMap3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Channel Mix/ChannelMix.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Shape/Box/Box3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Modifier/Cross/Cross.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Modifier/Luma Transform/LumaTransform3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Shaders/Vertex/FragmentColor.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Modifier/Luma Transform/LumaTransform.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Convert/Bits/Bits3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Modifier/Displace/Displace3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Shape/Torus/Torus3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Shape/Line/Line.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Convert/Polar/Polar.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Modifier/Luma Blur/LumaBlur.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Shaders/Content/radius_header.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Convert/Transpose/Transpose.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Convert/Add/Add3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Sequence/Sprites/Sprites.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Shape/Cone/Cone3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Channel Mix/ChannelMix3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Convert/Down Sample/DownSample.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/LUT/LUT.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Convert/Location from Depth/LocationFromDepthCameraProjection.metalh
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Shape/Tetrahedron/Tetrahedron3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Convert/Orbit/Orbit.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Shaders/Vertex/VertexCamera.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Convert/Location from Depth/LocationFromDepthWithCurvature.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Shaders/Vertex/VertexPassthrough.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Chroma Key/ChromaKey.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Shaders/Effects/blend.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Shape/Arc/Arc.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Modifier/Luma Rainbow Blur/LumaRainbowBlur.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Particles/UVW Particles/UVWParticles.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Solid/Gradient/Gradient3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Convert/Construct/Construct3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Clamp/Clamp.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Space/Circle Blur/CircleBlur.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Space/Transform/Transform.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Convert/Polar/Polar3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Modifier/Remap/Remap.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Shaders/Effects/blends_header.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Space/Sharpen/Sharpen.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Shape/Star/Star.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Solid/Noise/Noise.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Space/Blur/Blur.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Modifier/Cross/Cross3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Convert/Resolution/Resolution.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Modifier/Luma Color Shift/LumaColorShift.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Shaders/Effects/place_header.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Convert/Average/Average.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Modifier/Blend/Blend3D.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Threshold/Threshold.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Shape/Polygon/Polygon.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Solid/Gradient/Gradient.metal
    /Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Convert/ColorConvert.metal
BUILD FAILURE 6.1 macosSpm