Build Information
Successful build of AsyncGraphics, reference 2.1.4 (d1bbcc
), with Swift 6.0 for macOS (SPM) on 6 Nov 2024 08:34:18 UTC.
Swift 6 data race errors: 214
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
30 | public static var rawGreen: PixelColor = .init(red: 0.0, green: 1.0, blue: 0.0)
| `- note: static property declared here
31 | public static var rawCyan: PixelColor = .init(red: 0.0, green: 1.0, blue: 1.0)
32 | public static var rawBlue: PixelColor = .init(red: 0.0, green: 0.0, blue: 1.0)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Map/ColorMapGraphic.swift:42:49: warning: reference to static property 'rawBlue' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
40 | foregroundColor.value = .fixed(.rawGreen)
41 | case .blue:
42 | foregroundColor.value = .fixed(.rawBlue)
| `- warning: reference to static property 'rawBlue' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
43 | }
44 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:32:23: note: static property declared here
30 | public static var rawGreen: PixelColor = .init(red: 0.0, green: 1.0, blue: 0.0)
31 | public static var rawCyan: PixelColor = .init(red: 0.0, green: 1.0, blue: 1.0)
32 | public static var rawBlue: PixelColor = .init(red: 0.0, green: 0.0, blue: 1.0)
| `- note: static property declared here
33 | public static var rawMagenta: PixelColor = .init(red: 1.0, green: 0.0, blue: 1.0)
34 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Shift/ColorShift.swift:83:35: warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
81 | hue: Angle = .zero,
82 | saturation: CGFloat = 1.0,
83 | tint color: PixelColor = .white,
| `- warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
84 | options: EffectOptions = []
85 | ) async throws -> Graphic {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:24:23: note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
| `- note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Shift/ColorShift.swift:37:39: warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
35 | hue: 0.0,
36 | saturation: Float(saturation),
37 | tintColor: PixelColor.white.uniform
| `- warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
38 | ),
39 | options: options.colorRenderOptions
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:24:23: note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
| `- note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Shift/ColorShift.swift:56:39: warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
54 | hue: hue.uniform,
55 | saturation: 1.0,
56 | tintColor: PixelColor.white.uniform
| `- warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
57 | ),
58 | options: options.colorRenderOptions
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:24:23: note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
| `- note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Shift/ColorShift3D.swift:83:35: warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
81 | hue: Angle = .zero,
82 | saturation: CGFloat = 1.0,
83 | tint color: PixelColor = .white,
| `- warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
84 | options: EffectOptions = []
85 | ) async throws -> Graphic3D {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:24:23: note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
| `- note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Shift/ColorShift3D.swift:37:39: warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
35 | hue: 0.0,
36 | saturation: Float(saturation),
37 | tintColor: PixelColor.white.uniform
| `- warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
38 | ),
39 | options: options.colorRenderOptions
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:24:23: note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
| `- note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Shift/ColorShift3D.swift:56:39: warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
54 | hue: hue.uniform,
55 | saturation: 1.0,
56 | tintColor: PixelColor.white.uniform
| `- warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
57 | ),
58 | options: options.colorRenderOptions
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:24:23: note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
| `- note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Shift/ColorShift3DGraphic.swift:24:82: warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
22 | maximum: .fixed(2.0))
23 |
24 | public var tintColor: GraphicMetadata<PixelColor> = .init(value: .fixed(.white))
| `- warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
25 |
26 | public func render(
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:24:23: note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
| `- note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Shift/ColorShiftGraphic.swift:23:82: warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
21 | maximum: .fixed(2.0))
22 |
23 | public var tintColor: GraphicMetadata<PixelColor> = .init(value: .fixed(.white))
| `- warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
24 |
25 | public func render(
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:24:23: note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
| `- note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Slope/Slope.swift:17:31: warning: reference to static property 'rawGray' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
15 | public func slope(
16 | amplitude: CGFloat = 1.0,
17 | origin: PixelColor = .rawGray,
| `- warning: reference to static property 'rawGray' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
18 | options: EffectOptions = []
19 | ) async throws -> Graphic {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:27:23: note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
27 | public static var rawGray: PixelColor = .init(white: 0.5)
| `- note: static property declared here
28 | public static var rawRed: PixelColor = .init(red: 1.0, green: 0.0, blue: 0.0)
29 | public static var rawYellow: PixelColor = .init(red: 1.0, green: 1.0, blue: 0.0)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Segmentation/PersonSegmentation.swift:44:30: warning: sending 'observation.pixelBuffer' risks causing data races; this is an error in the Swift 6 language mode
42 | }
43 |
44 | continuation.resume(returning: observation.pixelBuffer)
| |- warning: sending 'observation.pixelBuffer' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'observation.pixelBuffer' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
45 | }
46 |
[650/655] Compiling AsyncGraphics PersonSegmentationGraphic.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Map/ColorMap3DGraphic.swift:15:88: warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public var foregroundColor: GraphicMetadata<PixelColor> = .init(value: .fixed(.white))
| `- warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
16 | public var backgroundColor: GraphicMetadata<PixelColor> = .init(value: .fixed(.clear))
17 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:24:23: note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
| `- note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Map/ColorMap3DGraphic.swift:16:88: warning: reference to static property 'clear' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
14 |
15 | public var foregroundColor: GraphicMetadata<PixelColor> = .init(value: .fixed(.white))
16 | public var backgroundColor: GraphicMetadata<PixelColor> = .init(value: .fixed(.clear))
| `- warning: reference to static property 'clear' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
17 |
18 | public func render(
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:21:23: note: static property declared here
19 | }
20 |
21 | public static var clear: PixelColor = .init(red: 0.0, green: 0.0, blue: 0.0, alpha: 0.0)
| `- note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Map/ColorMap3DGraphic.swift:39:49: warning: reference to static property 'rawRed' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
37 | switch variant {
38 | case .red:
39 | foregroundColor.value = .fixed(.rawRed)
| `- warning: reference to static property 'rawRed' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
40 | case .green:
41 | foregroundColor.value = .fixed(.rawGreen)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:28:23: note: static property declared here
26 |
27 | public static var rawGray: PixelColor = .init(white: 0.5)
28 | public static var rawRed: PixelColor = .init(red: 1.0, green: 0.0, blue: 0.0)
| `- note: static property declared here
29 | public static var rawYellow: PixelColor = .init(red: 1.0, green: 1.0, blue: 0.0)
30 | public static var rawGreen: PixelColor = .init(red: 0.0, green: 1.0, blue: 0.0)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Map/ColorMap3DGraphic.swift:41:49: warning: reference to static property 'rawGreen' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
39 | foregroundColor.value = .fixed(.rawRed)
40 | case .green:
41 | foregroundColor.value = .fixed(.rawGreen)
| `- warning: reference to static property 'rawGreen' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
42 | case .blue:
43 | foregroundColor.value = .fixed(.rawBlue)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:30:23: note: static property declared here
28 | public static var rawRed: PixelColor = .init(red: 1.0, green: 0.0, blue: 0.0)
29 | public static var rawYellow: PixelColor = .init(red: 1.0, green: 1.0, blue: 0.0)
30 | public static var rawGreen: PixelColor = .init(red: 0.0, green: 1.0, blue: 0.0)
| `- note: static property declared here
31 | public static var rawCyan: PixelColor = .init(red: 0.0, green: 1.0, blue: 1.0)
32 | public static var rawBlue: PixelColor = .init(red: 0.0, green: 0.0, blue: 1.0)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Map/ColorMap3DGraphic.swift:43:49: warning: reference to static property 'rawBlue' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
41 | foregroundColor.value = .fixed(.rawGreen)
42 | case .blue:
43 | foregroundColor.value = .fixed(.rawBlue)
| `- warning: reference to static property 'rawBlue' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
44 | }
45 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:32:23: note: static property declared here
30 | public static var rawGreen: PixelColor = .init(red: 0.0, green: 1.0, blue: 0.0)
31 | public static var rawCyan: PixelColor = .init(red: 0.0, green: 1.0, blue: 1.0)
32 | public static var rawBlue: PixelColor = .init(red: 0.0, green: 0.0, blue: 1.0)
| `- note: static property declared here
33 | public static var rawMagenta: PixelColor = .init(red: 1.0, green: 0.0, blue: 1.0)
34 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Map/ColorMapGraphic.swift:14:88: warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
12 | }
13 |
14 | public var foregroundColor: GraphicMetadata<PixelColor> = .init(value: .fixed(.white))
| `- warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
15 | public var backgroundColor: GraphicMetadata<PixelColor> = .init(value: .fixed(.black))
16 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:24:23: note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
| `- note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Map/ColorMapGraphic.swift:15:88: warning: reference to static property 'black' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
13 |
14 | public var foregroundColor: GraphicMetadata<PixelColor> = .init(value: .fixed(.white))
15 | public var backgroundColor: GraphicMetadata<PixelColor> = .init(value: .fixed(.black))
| `- warning: reference to static property 'black' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
16 |
17 | public func render(
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:25:23: note: static property declared here
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
25 | public static var black: PixelColor = .init(white: 0.0)
| `- note: static property declared here
26 |
27 | public static var rawGray: PixelColor = .init(white: 0.5)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Map/ColorMapGraphic.swift:38:49: warning: reference to static property 'rawRed' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
36 | switch variant {
37 | case .red:
38 | foregroundColor.value = .fixed(.rawRed)
| `- warning: reference to static property 'rawRed' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
39 | case .green:
40 | foregroundColor.value = .fixed(.rawGreen)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:28:23: note: static property declared here
26 |
27 | public static var rawGray: PixelColor = .init(white: 0.5)
28 | public static var rawRed: PixelColor = .init(red: 1.0, green: 0.0, blue: 0.0)
| `- note: static property declared here
29 | public static var rawYellow: PixelColor = .init(red: 1.0, green: 1.0, blue: 0.0)
30 | public static var rawGreen: PixelColor = .init(red: 0.0, green: 1.0, blue: 0.0)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Map/ColorMapGraphic.swift:40:49: warning: reference to static property 'rawGreen' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
38 | foregroundColor.value = .fixed(.rawRed)
39 | case .green:
40 | foregroundColor.value = .fixed(.rawGreen)
| `- warning: reference to static property 'rawGreen' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
41 | case .blue:
42 | foregroundColor.value = .fixed(.rawBlue)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:30:23: note: static property declared here
28 | public static var rawRed: PixelColor = .init(red: 1.0, green: 0.0, blue: 0.0)
29 | public static var rawYellow: PixelColor = .init(red: 1.0, green: 1.0, blue: 0.0)
30 | public static var rawGreen: PixelColor = .init(red: 0.0, green: 1.0, blue: 0.0)
| `- note: static property declared here
31 | public static var rawCyan: PixelColor = .init(red: 0.0, green: 1.0, blue: 1.0)
32 | public static var rawBlue: PixelColor = .init(red: 0.0, green: 0.0, blue: 1.0)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Map/ColorMapGraphic.swift:42:49: warning: reference to static property 'rawBlue' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
40 | foregroundColor.value = .fixed(.rawGreen)
41 | case .blue:
42 | foregroundColor.value = .fixed(.rawBlue)
| `- warning: reference to static property 'rawBlue' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
43 | }
44 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:32:23: note: static property declared here
30 | public static var rawGreen: PixelColor = .init(red: 0.0, green: 1.0, blue: 0.0)
31 | public static var rawCyan: PixelColor = .init(red: 0.0, green: 1.0, blue: 1.0)
32 | public static var rawBlue: PixelColor = .init(red: 0.0, green: 0.0, blue: 1.0)
| `- note: static property declared here
33 | public static var rawMagenta: PixelColor = .init(red: 1.0, green: 0.0, blue: 1.0)
34 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Shift/ColorShift.swift:83:35: warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
81 | hue: Angle = .zero,
82 | saturation: CGFloat = 1.0,
83 | tint color: PixelColor = .white,
| `- warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
84 | options: EffectOptions = []
85 | ) async throws -> Graphic {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:24:23: note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
| `- note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Shift/ColorShift.swift:37:39: warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
35 | hue: 0.0,
36 | saturation: Float(saturation),
37 | tintColor: PixelColor.white.uniform
| `- warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
38 | ),
39 | options: options.colorRenderOptions
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:24:23: note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
| `- note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Shift/ColorShift.swift:56:39: warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
54 | hue: hue.uniform,
55 | saturation: 1.0,
56 | tintColor: PixelColor.white.uniform
| `- warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
57 | ),
58 | options: options.colorRenderOptions
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:24:23: note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
| `- note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Shift/ColorShift3D.swift:83:35: warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
81 | hue: Angle = .zero,
82 | saturation: CGFloat = 1.0,
83 | tint color: PixelColor = .white,
| `- warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
84 | options: EffectOptions = []
85 | ) async throws -> Graphic3D {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:24:23: note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
| `- note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Shift/ColorShift3D.swift:37:39: warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
35 | hue: 0.0,
36 | saturation: Float(saturation),
37 | tintColor: PixelColor.white.uniform
| `- warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
38 | ),
39 | options: options.colorRenderOptions
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:24:23: note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
| `- note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Shift/ColorShift3D.swift:56:39: warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
54 | hue: hue.uniform,
55 | saturation: 1.0,
56 | tintColor: PixelColor.white.uniform
| `- warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
57 | ),
58 | options: options.colorRenderOptions
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:24:23: note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
| `- note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Shift/ColorShift3DGraphic.swift:24:82: warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
22 | maximum: .fixed(2.0))
23 |
24 | public var tintColor: GraphicMetadata<PixelColor> = .init(value: .fixed(.white))
| `- warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
25 |
26 | public func render(
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:24:23: note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
| `- note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Shift/ColorShiftGraphic.swift:23:82: warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
21 | maximum: .fixed(2.0))
22 |
23 | public var tintColor: GraphicMetadata<PixelColor> = .init(value: .fixed(.white))
| `- warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
24 |
25 | public func render(
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:24:23: note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
| `- note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Slope/Slope.swift:17:31: warning: reference to static property 'rawGray' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
15 | public func slope(
16 | amplitude: CGFloat = 1.0,
17 | origin: PixelColor = .rawGray,
| `- warning: reference to static property 'rawGray' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
18 | options: EffectOptions = []
19 | ) async throws -> Graphic {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:27:23: note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
27 | public static var rawGray: PixelColor = .init(white: 0.5)
| `- note: static property declared here
28 | public static var rawRed: PixelColor = .init(red: 1.0, green: 0.0, blue: 0.0)
29 | public static var rawYellow: PixelColor = .init(red: 1.0, green: 1.0, blue: 0.0)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Segmentation/PersonSegmentation.swift:44:30: warning: sending 'observation.pixelBuffer' risks causing data races; this is an error in the Swift 6 language mode
42 | }
43 |
44 | continuation.resume(returning: observation.pixelBuffer)
| |- warning: sending 'observation.pixelBuffer' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'observation.pixelBuffer' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
45 | }
46 |
[651/655] Compiling AsyncGraphics ColorShift.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Map/ColorMap3DGraphic.swift:15:88: warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public var foregroundColor: GraphicMetadata<PixelColor> = .init(value: .fixed(.white))
| `- warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
16 | public var backgroundColor: GraphicMetadata<PixelColor> = .init(value: .fixed(.clear))
17 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:24:23: note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
| `- note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Map/ColorMap3DGraphic.swift:16:88: warning: reference to static property 'clear' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
14 |
15 | public var foregroundColor: GraphicMetadata<PixelColor> = .init(value: .fixed(.white))
16 | public var backgroundColor: GraphicMetadata<PixelColor> = .init(value: .fixed(.clear))
| `- warning: reference to static property 'clear' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
17 |
18 | public func render(
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:21:23: note: static property declared here
19 | }
20 |
21 | public static var clear: PixelColor = .init(red: 0.0, green: 0.0, blue: 0.0, alpha: 0.0)
| `- note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Map/ColorMap3DGraphic.swift:39:49: warning: reference to static property 'rawRed' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
37 | switch variant {
38 | case .red:
39 | foregroundColor.value = .fixed(.rawRed)
| `- warning: reference to static property 'rawRed' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
40 | case .green:
41 | foregroundColor.value = .fixed(.rawGreen)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:28:23: note: static property declared here
26 |
27 | public static var rawGray: PixelColor = .init(white: 0.5)
28 | public static var rawRed: PixelColor = .init(red: 1.0, green: 0.0, blue: 0.0)
| `- note: static property declared here
29 | public static var rawYellow: PixelColor = .init(red: 1.0, green: 1.0, blue: 0.0)
30 | public static var rawGreen: PixelColor = .init(red: 0.0, green: 1.0, blue: 0.0)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Map/ColorMap3DGraphic.swift:41:49: warning: reference to static property 'rawGreen' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
39 | foregroundColor.value = .fixed(.rawRed)
40 | case .green:
41 | foregroundColor.value = .fixed(.rawGreen)
| `- warning: reference to static property 'rawGreen' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
42 | case .blue:
43 | foregroundColor.value = .fixed(.rawBlue)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:30:23: note: static property declared here
28 | public static var rawRed: PixelColor = .init(red: 1.0, green: 0.0, blue: 0.0)
29 | public static var rawYellow: PixelColor = .init(red: 1.0, green: 1.0, blue: 0.0)
30 | public static var rawGreen: PixelColor = .init(red: 0.0, green: 1.0, blue: 0.0)
| `- note: static property declared here
31 | public static var rawCyan: PixelColor = .init(red: 0.0, green: 1.0, blue: 1.0)
32 | public static var rawBlue: PixelColor = .init(red: 0.0, green: 0.0, blue: 1.0)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Map/ColorMap3DGraphic.swift:43:49: warning: reference to static property 'rawBlue' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
41 | foregroundColor.value = .fixed(.rawGreen)
42 | case .blue:
43 | foregroundColor.value = .fixed(.rawBlue)
| `- warning: reference to static property 'rawBlue' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
44 | }
45 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:32:23: note: static property declared here
30 | public static var rawGreen: PixelColor = .init(red: 0.0, green: 1.0, blue: 0.0)
31 | public static var rawCyan: PixelColor = .init(red: 0.0, green: 1.0, blue: 1.0)
32 | public static var rawBlue: PixelColor = .init(red: 0.0, green: 0.0, blue: 1.0)
| `- note: static property declared here
33 | public static var rawMagenta: PixelColor = .init(red: 1.0, green: 0.0, blue: 1.0)
34 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Map/ColorMapGraphic.swift:14:88: warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
12 | }
13 |
14 | public var foregroundColor: GraphicMetadata<PixelColor> = .init(value: .fixed(.white))
| `- warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
15 | public var backgroundColor: GraphicMetadata<PixelColor> = .init(value: .fixed(.black))
16 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:24:23: note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
| `- note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Map/ColorMapGraphic.swift:15:88: warning: reference to static property 'black' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
13 |
14 | public var foregroundColor: GraphicMetadata<PixelColor> = .init(value: .fixed(.white))
15 | public var backgroundColor: GraphicMetadata<PixelColor> = .init(value: .fixed(.black))
| `- warning: reference to static property 'black' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
16 |
17 | public func render(
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:25:23: note: static property declared here
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
25 | public static var black: PixelColor = .init(white: 0.0)
| `- note: static property declared here
26 |
27 | public static var rawGray: PixelColor = .init(white: 0.5)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Map/ColorMapGraphic.swift:38:49: warning: reference to static property 'rawRed' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
36 | switch variant {
37 | case .red:
38 | foregroundColor.value = .fixed(.rawRed)
| `- warning: reference to static property 'rawRed' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
39 | case .green:
40 | foregroundColor.value = .fixed(.rawGreen)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:28:23: note: static property declared here
26 |
27 | public static var rawGray: PixelColor = .init(white: 0.5)
28 | public static var rawRed: PixelColor = .init(red: 1.0, green: 0.0, blue: 0.0)
| `- note: static property declared here
29 | public static var rawYellow: PixelColor = .init(red: 1.0, green: 1.0, blue: 0.0)
30 | public static var rawGreen: PixelColor = .init(red: 0.0, green: 1.0, blue: 0.0)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Map/ColorMapGraphic.swift:40:49: warning: reference to static property 'rawGreen' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
38 | foregroundColor.value = .fixed(.rawRed)
39 | case .green:
40 | foregroundColor.value = .fixed(.rawGreen)
| `- warning: reference to static property 'rawGreen' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
41 | case .blue:
42 | foregroundColor.value = .fixed(.rawBlue)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:30:23: note: static property declared here
28 | public static var rawRed: PixelColor = .init(red: 1.0, green: 0.0, blue: 0.0)
29 | public static var rawYellow: PixelColor = .init(red: 1.0, green: 1.0, blue: 0.0)
30 | public static var rawGreen: PixelColor = .init(red: 0.0, green: 1.0, blue: 0.0)
| `- note: static property declared here
31 | public static var rawCyan: PixelColor = .init(red: 0.0, green: 1.0, blue: 1.0)
32 | public static var rawBlue: PixelColor = .init(red: 0.0, green: 0.0, blue: 1.0)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Map/ColorMapGraphic.swift:42:49: warning: reference to static property 'rawBlue' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
40 | foregroundColor.value = .fixed(.rawGreen)
41 | case .blue:
42 | foregroundColor.value = .fixed(.rawBlue)
| `- warning: reference to static property 'rawBlue' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
43 | }
44 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:32:23: note: static property declared here
30 | public static var rawGreen: PixelColor = .init(red: 0.0, green: 1.0, blue: 0.0)
31 | public static var rawCyan: PixelColor = .init(red: 0.0, green: 1.0, blue: 1.0)
32 | public static var rawBlue: PixelColor = .init(red: 0.0, green: 0.0, blue: 1.0)
| `- note: static property declared here
33 | public static var rawMagenta: PixelColor = .init(red: 1.0, green: 0.0, blue: 1.0)
34 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Shift/ColorShift.swift:83:35: warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
81 | hue: Angle = .zero,
82 | saturation: CGFloat = 1.0,
83 | tint color: PixelColor = .white,
| `- warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
84 | options: EffectOptions = []
85 | ) async throws -> Graphic {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:24:23: note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
| `- note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Shift/ColorShift.swift:37:39: warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
35 | hue: 0.0,
36 | saturation: Float(saturation),
37 | tintColor: PixelColor.white.uniform
| `- warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
38 | ),
39 | options: options.colorRenderOptions
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:24:23: note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
| `- note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Shift/ColorShift.swift:56:39: warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
54 | hue: hue.uniform,
55 | saturation: 1.0,
56 | tintColor: PixelColor.white.uniform
| `- warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
57 | ),
58 | options: options.colorRenderOptions
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:24:23: note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
| `- note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Shift/ColorShift3D.swift:83:35: warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
81 | hue: Angle = .zero,
82 | saturation: CGFloat = 1.0,
83 | tint color: PixelColor = .white,
| `- warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
84 | options: EffectOptions = []
85 | ) async throws -> Graphic3D {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:24:23: note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
| `- note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Shift/ColorShift3D.swift:37:39: warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
35 | hue: 0.0,
36 | saturation: Float(saturation),
37 | tintColor: PixelColor.white.uniform
| `- warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
38 | ),
39 | options: options.colorRenderOptions
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:24:23: note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
| `- note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Shift/ColorShift3D.swift:56:39: warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
54 | hue: hue.uniform,
55 | saturation: 1.0,
56 | tintColor: PixelColor.white.uniform
| `- warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
57 | ),
58 | options: options.colorRenderOptions
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:24:23: note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
| `- note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Shift/ColorShift3DGraphic.swift:24:82: warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
22 | maximum: .fixed(2.0))
23 |
24 | public var tintColor: GraphicMetadata<PixelColor> = .init(value: .fixed(.white))
| `- warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
25 |
26 | public func render(
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:24:23: note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
| `- note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Shift/ColorShiftGraphic.swift:23:82: warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
21 | maximum: .fixed(2.0))
22 |
23 | public var tintColor: GraphicMetadata<PixelColor> = .init(value: .fixed(.white))
| `- warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
24 |
25 | public func render(
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:24:23: note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
| `- note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Slope/Slope.swift:17:31: warning: reference to static property 'rawGray' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
15 | public func slope(
16 | amplitude: CGFloat = 1.0,
17 | origin: PixelColor = .rawGray,
| `- warning: reference to static property 'rawGray' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
18 | options: EffectOptions = []
19 | ) async throws -> Graphic {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:27:23: note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
27 | public static var rawGray: PixelColor = .init(white: 0.5)
| `- note: static property declared here
28 | public static var rawRed: PixelColor = .init(red: 1.0, green: 0.0, blue: 0.0)
29 | public static var rawYellow: PixelColor = .init(red: 1.0, green: 1.0, blue: 0.0)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Segmentation/PersonSegmentation.swift:44:30: warning: sending 'observation.pixelBuffer' risks causing data races; this is an error in the Swift 6 language mode
42 | }
43 |
44 | continuation.resume(returning: observation.pixelBuffer)
| |- warning: sending 'observation.pixelBuffer' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'observation.pixelBuffer' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
45 | }
46 |
[652/655] Compiling AsyncGraphics ColorShift3D.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Map/ColorMap3DGraphic.swift:15:88: warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public var foregroundColor: GraphicMetadata<PixelColor> = .init(value: .fixed(.white))
| `- warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
16 | public var backgroundColor: GraphicMetadata<PixelColor> = .init(value: .fixed(.clear))
17 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:24:23: note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
| `- note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Map/ColorMap3DGraphic.swift:16:88: warning: reference to static property 'clear' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
14 |
15 | public var foregroundColor: GraphicMetadata<PixelColor> = .init(value: .fixed(.white))
16 | public var backgroundColor: GraphicMetadata<PixelColor> = .init(value: .fixed(.clear))
| `- warning: reference to static property 'clear' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
17 |
18 | public func render(
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:21:23: note: static property declared here
19 | }
20 |
21 | public static var clear: PixelColor = .init(red: 0.0, green: 0.0, blue: 0.0, alpha: 0.0)
| `- note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Map/ColorMap3DGraphic.swift:39:49: warning: reference to static property 'rawRed' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
37 | switch variant {
38 | case .red:
39 | foregroundColor.value = .fixed(.rawRed)
| `- warning: reference to static property 'rawRed' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
40 | case .green:
41 | foregroundColor.value = .fixed(.rawGreen)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:28:23: note: static property declared here
26 |
27 | public static var rawGray: PixelColor = .init(white: 0.5)
28 | public static var rawRed: PixelColor = .init(red: 1.0, green: 0.0, blue: 0.0)
| `- note: static property declared here
29 | public static var rawYellow: PixelColor = .init(red: 1.0, green: 1.0, blue: 0.0)
30 | public static var rawGreen: PixelColor = .init(red: 0.0, green: 1.0, blue: 0.0)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Map/ColorMap3DGraphic.swift:41:49: warning: reference to static property 'rawGreen' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
39 | foregroundColor.value = .fixed(.rawRed)
40 | case .green:
41 | foregroundColor.value = .fixed(.rawGreen)
| `- warning: reference to static property 'rawGreen' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
42 | case .blue:
43 | foregroundColor.value = .fixed(.rawBlue)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:30:23: note: static property declared here
28 | public static var rawRed: PixelColor = .init(red: 1.0, green: 0.0, blue: 0.0)
29 | public static var rawYellow: PixelColor = .init(red: 1.0, green: 1.0, blue: 0.0)
30 | public static var rawGreen: PixelColor = .init(red: 0.0, green: 1.0, blue: 0.0)
| `- note: static property declared here
31 | public static var rawCyan: PixelColor = .init(red: 0.0, green: 1.0, blue: 1.0)
32 | public static var rawBlue: PixelColor = .init(red: 0.0, green: 0.0, blue: 1.0)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Map/ColorMap3DGraphic.swift:43:49: warning: reference to static property 'rawBlue' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
41 | foregroundColor.value = .fixed(.rawGreen)
42 | case .blue:
43 | foregroundColor.value = .fixed(.rawBlue)
| `- warning: reference to static property 'rawBlue' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
44 | }
45 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:32:23: note: static property declared here
30 | public static var rawGreen: PixelColor = .init(red: 0.0, green: 1.0, blue: 0.0)
31 | public static var rawCyan: PixelColor = .init(red: 0.0, green: 1.0, blue: 1.0)
32 | public static var rawBlue: PixelColor = .init(red: 0.0, green: 0.0, blue: 1.0)
| `- note: static property declared here
33 | public static var rawMagenta: PixelColor = .init(red: 1.0, green: 0.0, blue: 1.0)
34 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Map/ColorMapGraphic.swift:14:88: warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
12 | }
13 |
14 | public var foregroundColor: GraphicMetadata<PixelColor> = .init(value: .fixed(.white))
| `- warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
15 | public var backgroundColor: GraphicMetadata<PixelColor> = .init(value: .fixed(.black))
16 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:24:23: note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
| `- note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Map/ColorMapGraphic.swift:15:88: warning: reference to static property 'black' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
13 |
14 | public var foregroundColor: GraphicMetadata<PixelColor> = .init(value: .fixed(.white))
15 | public var backgroundColor: GraphicMetadata<PixelColor> = .init(value: .fixed(.black))
| `- warning: reference to static property 'black' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
16 |
17 | public func render(
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:25:23: note: static property declared here
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
25 | public static var black: PixelColor = .init(white: 0.0)
| `- note: static property declared here
26 |
27 | public static var rawGray: PixelColor = .init(white: 0.5)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Map/ColorMapGraphic.swift:38:49: warning: reference to static property 'rawRed' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
36 | switch variant {
37 | case .red:
38 | foregroundColor.value = .fixed(.rawRed)
| `- warning: reference to static property 'rawRed' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
39 | case .green:
40 | foregroundColor.value = .fixed(.rawGreen)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:28:23: note: static property declared here
26 |
27 | public static var rawGray: PixelColor = .init(white: 0.5)
28 | public static var rawRed: PixelColor = .init(red: 1.0, green: 0.0, blue: 0.0)
| `- note: static property declared here
29 | public static var rawYellow: PixelColor = .init(red: 1.0, green: 1.0, blue: 0.0)
30 | public static var rawGreen: PixelColor = .init(red: 0.0, green: 1.0, blue: 0.0)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Map/ColorMapGraphic.swift:40:49: warning: reference to static property 'rawGreen' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
38 | foregroundColor.value = .fixed(.rawRed)
39 | case .green:
40 | foregroundColor.value = .fixed(.rawGreen)
| `- warning: reference to static property 'rawGreen' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
41 | case .blue:
42 | foregroundColor.value = .fixed(.rawBlue)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:30:23: note: static property declared here
28 | public static var rawRed: PixelColor = .init(red: 1.0, green: 0.0, blue: 0.0)
29 | public static var rawYellow: PixelColor = .init(red: 1.0, green: 1.0, blue: 0.0)
30 | public static var rawGreen: PixelColor = .init(red: 0.0, green: 1.0, blue: 0.0)
| `- note: static property declared here
31 | public static var rawCyan: PixelColor = .init(red: 0.0, green: 1.0, blue: 1.0)
32 | public static var rawBlue: PixelColor = .init(red: 0.0, green: 0.0, blue: 1.0)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Map/ColorMapGraphic.swift:42:49: warning: reference to static property 'rawBlue' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
40 | foregroundColor.value = .fixed(.rawGreen)
41 | case .blue:
42 | foregroundColor.value = .fixed(.rawBlue)
| `- warning: reference to static property 'rawBlue' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
43 | }
44 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:32:23: note: static property declared here
30 | public static var rawGreen: PixelColor = .init(red: 0.0, green: 1.0, blue: 0.0)
31 | public static var rawCyan: PixelColor = .init(red: 0.0, green: 1.0, blue: 1.0)
32 | public static var rawBlue: PixelColor = .init(red: 0.0, green: 0.0, blue: 1.0)
| `- note: static property declared here
33 | public static var rawMagenta: PixelColor = .init(red: 1.0, green: 0.0, blue: 1.0)
34 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Shift/ColorShift.swift:83:35: warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
81 | hue: Angle = .zero,
82 | saturation: CGFloat = 1.0,
83 | tint color: PixelColor = .white,
| `- warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
84 | options: EffectOptions = []
85 | ) async throws -> Graphic {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:24:23: note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
| `- note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Shift/ColorShift.swift:37:39: warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
35 | hue: 0.0,
36 | saturation: Float(saturation),
37 | tintColor: PixelColor.white.uniform
| `- warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
38 | ),
39 | options: options.colorRenderOptions
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:24:23: note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
| `- note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Shift/ColorShift.swift:56:39: warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
54 | hue: hue.uniform,
55 | saturation: 1.0,
56 | tintColor: PixelColor.white.uniform
| `- warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
57 | ),
58 | options: options.colorRenderOptions
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:24:23: note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
| `- note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Shift/ColorShift3D.swift:83:35: warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
81 | hue: Angle = .zero,
82 | saturation: CGFloat = 1.0,
83 | tint color: PixelColor = .white,
| `- warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
84 | options: EffectOptions = []
85 | ) async throws -> Graphic3D {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:24:23: note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
| `- note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Shift/ColorShift3D.swift:37:39: warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
35 | hue: 0.0,
36 | saturation: Float(saturation),
37 | tintColor: PixelColor.white.uniform
| `- warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
38 | ),
39 | options: options.colorRenderOptions
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:24:23: note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
| `- note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Shift/ColorShift3D.swift:56:39: warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
54 | hue: hue.uniform,
55 | saturation: 1.0,
56 | tintColor: PixelColor.white.uniform
| `- warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
57 | ),
58 | options: options.colorRenderOptions
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:24:23: note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
| `- note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Shift/ColorShift3DGraphic.swift:24:82: warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
22 | maximum: .fixed(2.0))
23 |
24 | public var tintColor: GraphicMetadata<PixelColor> = .init(value: .fixed(.white))
| `- warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
25 |
26 | public func render(
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:24:23: note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
| `- note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Shift/ColorShiftGraphic.swift:23:82: warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
21 | maximum: .fixed(2.0))
22 |
23 | public var tintColor: GraphicMetadata<PixelColor> = .init(value: .fixed(.white))
| `- warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
24 |
25 | public func render(
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:24:23: note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
| `- note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Slope/Slope.swift:17:31: warning: reference to static property 'rawGray' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
15 | public func slope(
16 | amplitude: CGFloat = 1.0,
17 | origin: PixelColor = .rawGray,
| `- warning: reference to static property 'rawGray' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
18 | options: EffectOptions = []
19 | ) async throws -> Graphic {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:27:23: note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
27 | public static var rawGray: PixelColor = .init(white: 0.5)
| `- note: static property declared here
28 | public static var rawRed: PixelColor = .init(red: 1.0, green: 0.0, blue: 0.0)
29 | public static var rawYellow: PixelColor = .init(red: 1.0, green: 1.0, blue: 0.0)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Segmentation/PersonSegmentation.swift:44:30: warning: sending 'observation.pixelBuffer' risks causing data races; this is an error in the Swift 6 language mode
42 | }
43 |
44 | continuation.resume(returning: observation.pixelBuffer)
| |- warning: sending 'observation.pixelBuffer' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'observation.pixelBuffer' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
45 | }
46 |
[653/655] Compiling AsyncGraphics ColorShift3DGraphic.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Map/ColorMap3DGraphic.swift:15:88: warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public var foregroundColor: GraphicMetadata<PixelColor> = .init(value: .fixed(.white))
| `- warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
16 | public var backgroundColor: GraphicMetadata<PixelColor> = .init(value: .fixed(.clear))
17 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:24:23: note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
| `- note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Map/ColorMap3DGraphic.swift:16:88: warning: reference to static property 'clear' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
14 |
15 | public var foregroundColor: GraphicMetadata<PixelColor> = .init(value: .fixed(.white))
16 | public var backgroundColor: GraphicMetadata<PixelColor> = .init(value: .fixed(.clear))
| `- warning: reference to static property 'clear' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
17 |
18 | public func render(
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:21:23: note: static property declared here
19 | }
20 |
21 | public static var clear: PixelColor = .init(red: 0.0, green: 0.0, blue: 0.0, alpha: 0.0)
| `- note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Map/ColorMap3DGraphic.swift:39:49: warning: reference to static property 'rawRed' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
37 | switch variant {
38 | case .red:
39 | foregroundColor.value = .fixed(.rawRed)
| `- warning: reference to static property 'rawRed' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
40 | case .green:
41 | foregroundColor.value = .fixed(.rawGreen)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:28:23: note: static property declared here
26 |
27 | public static var rawGray: PixelColor = .init(white: 0.5)
28 | public static var rawRed: PixelColor = .init(red: 1.0, green: 0.0, blue: 0.0)
| `- note: static property declared here
29 | public static var rawYellow: PixelColor = .init(red: 1.0, green: 1.0, blue: 0.0)
30 | public static var rawGreen: PixelColor = .init(red: 0.0, green: 1.0, blue: 0.0)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Map/ColorMap3DGraphic.swift:41:49: warning: reference to static property 'rawGreen' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
39 | foregroundColor.value = .fixed(.rawRed)
40 | case .green:
41 | foregroundColor.value = .fixed(.rawGreen)
| `- warning: reference to static property 'rawGreen' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
42 | case .blue:
43 | foregroundColor.value = .fixed(.rawBlue)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:30:23: note: static property declared here
28 | public static var rawRed: PixelColor = .init(red: 1.0, green: 0.0, blue: 0.0)
29 | public static var rawYellow: PixelColor = .init(red: 1.0, green: 1.0, blue: 0.0)
30 | public static var rawGreen: PixelColor = .init(red: 0.0, green: 1.0, blue: 0.0)
| `- note: static property declared here
31 | public static var rawCyan: PixelColor = .init(red: 0.0, green: 1.0, blue: 1.0)
32 | public static var rawBlue: PixelColor = .init(red: 0.0, green: 0.0, blue: 1.0)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Map/ColorMap3DGraphic.swift:43:49: warning: reference to static property 'rawBlue' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
41 | foregroundColor.value = .fixed(.rawGreen)
42 | case .blue:
43 | foregroundColor.value = .fixed(.rawBlue)
| `- warning: reference to static property 'rawBlue' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
44 | }
45 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:32:23: note: static property declared here
30 | public static var rawGreen: PixelColor = .init(red: 0.0, green: 1.0, blue: 0.0)
31 | public static var rawCyan: PixelColor = .init(red: 0.0, green: 1.0, blue: 1.0)
32 | public static var rawBlue: PixelColor = .init(red: 0.0, green: 0.0, blue: 1.0)
| `- note: static property declared here
33 | public static var rawMagenta: PixelColor = .init(red: 1.0, green: 0.0, blue: 1.0)
34 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Map/ColorMapGraphic.swift:14:88: warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
12 | }
13 |
14 | public var foregroundColor: GraphicMetadata<PixelColor> = .init(value: .fixed(.white))
| `- warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
15 | public var backgroundColor: GraphicMetadata<PixelColor> = .init(value: .fixed(.black))
16 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:24:23: note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
| `- note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Map/ColorMapGraphic.swift:15:88: warning: reference to static property 'black' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
13 |
14 | public var foregroundColor: GraphicMetadata<PixelColor> = .init(value: .fixed(.white))
15 | public var backgroundColor: GraphicMetadata<PixelColor> = .init(value: .fixed(.black))
| `- warning: reference to static property 'black' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
16 |
17 | public func render(
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:25:23: note: static property declared here
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
25 | public static var black: PixelColor = .init(white: 0.0)
| `- note: static property declared here
26 |
27 | public static var rawGray: PixelColor = .init(white: 0.5)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Map/ColorMapGraphic.swift:38:49: warning: reference to static property 'rawRed' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
36 | switch variant {
37 | case .red:
38 | foregroundColor.value = .fixed(.rawRed)
| `- warning: reference to static property 'rawRed' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
39 | case .green:
40 | foregroundColor.value = .fixed(.rawGreen)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:28:23: note: static property declared here
26 |
27 | public static var rawGray: PixelColor = .init(white: 0.5)
28 | public static var rawRed: PixelColor = .init(red: 1.0, green: 0.0, blue: 0.0)
| `- note: static property declared here
29 | public static var rawYellow: PixelColor = .init(red: 1.0, green: 1.0, blue: 0.0)
30 | public static var rawGreen: PixelColor = .init(red: 0.0, green: 1.0, blue: 0.0)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Map/ColorMapGraphic.swift:40:49: warning: reference to static property 'rawGreen' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
38 | foregroundColor.value = .fixed(.rawRed)
39 | case .green:
40 | foregroundColor.value = .fixed(.rawGreen)
| `- warning: reference to static property 'rawGreen' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
41 | case .blue:
42 | foregroundColor.value = .fixed(.rawBlue)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:30:23: note: static property declared here
28 | public static var rawRed: PixelColor = .init(red: 1.0, green: 0.0, blue: 0.0)
29 | public static var rawYellow: PixelColor = .init(red: 1.0, green: 1.0, blue: 0.0)
30 | public static var rawGreen: PixelColor = .init(red: 0.0, green: 1.0, blue: 0.0)
| `- note: static property declared here
31 | public static var rawCyan: PixelColor = .init(red: 0.0, green: 1.0, blue: 1.0)
32 | public static var rawBlue: PixelColor = .init(red: 0.0, green: 0.0, blue: 1.0)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Map/ColorMapGraphic.swift:42:49: warning: reference to static property 'rawBlue' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
40 | foregroundColor.value = .fixed(.rawGreen)
41 | case .blue:
42 | foregroundColor.value = .fixed(.rawBlue)
| `- warning: reference to static property 'rawBlue' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
43 | }
44 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:32:23: note: static property declared here
30 | public static var rawGreen: PixelColor = .init(red: 0.0, green: 1.0, blue: 0.0)
31 | public static var rawCyan: PixelColor = .init(red: 0.0, green: 1.0, blue: 1.0)
32 | public static var rawBlue: PixelColor = .init(red: 0.0, green: 0.0, blue: 1.0)
| `- note: static property declared here
33 | public static var rawMagenta: PixelColor = .init(red: 1.0, green: 0.0, blue: 1.0)
34 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Shift/ColorShift.swift:83:35: warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
81 | hue: Angle = .zero,
82 | saturation: CGFloat = 1.0,
83 | tint color: PixelColor = .white,
| `- warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
84 | options: EffectOptions = []
85 | ) async throws -> Graphic {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:24:23: note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
| `- note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Shift/ColorShift.swift:37:39: warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
35 | hue: 0.0,
36 | saturation: Float(saturation),
37 | tintColor: PixelColor.white.uniform
| `- warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
38 | ),
39 | options: options.colorRenderOptions
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:24:23: note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
| `- note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Shift/ColorShift.swift:56:39: warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
54 | hue: hue.uniform,
55 | saturation: 1.0,
56 | tintColor: PixelColor.white.uniform
| `- warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
57 | ),
58 | options: options.colorRenderOptions
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:24:23: note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
| `- note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Shift/ColorShift3D.swift:83:35: warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
81 | hue: Angle = .zero,
82 | saturation: CGFloat = 1.0,
83 | tint color: PixelColor = .white,
| `- warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
84 | options: EffectOptions = []
85 | ) async throws -> Graphic3D {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:24:23: note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
| `- note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Shift/ColorShift3D.swift:37:39: warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
35 | hue: 0.0,
36 | saturation: Float(saturation),
37 | tintColor: PixelColor.white.uniform
| `- warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
38 | ),
39 | options: options.colorRenderOptions
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:24:23: note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
| `- note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Shift/ColorShift3D.swift:56:39: warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
54 | hue: hue.uniform,
55 | saturation: 1.0,
56 | tintColor: PixelColor.white.uniform
| `- warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
57 | ),
58 | options: options.colorRenderOptions
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:24:23: note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
| `- note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Shift/ColorShift3DGraphic.swift:24:82: warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
22 | maximum: .fixed(2.0))
23 |
24 | public var tintColor: GraphicMetadata<PixelColor> = .init(value: .fixed(.white))
| `- warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
25 |
26 | public func render(
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:24:23: note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
| `- note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Shift/ColorShiftGraphic.swift:23:82: warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
21 | maximum: .fixed(2.0))
22 |
23 | public var tintColor: GraphicMetadata<PixelColor> = .init(value: .fixed(.white))
| `- warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
24 |
25 | public func render(
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:24:23: note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
| `- note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Slope/Slope.swift:17:31: warning: reference to static property 'rawGray' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
15 | public func slope(
16 | amplitude: CGFloat = 1.0,
17 | origin: PixelColor = .rawGray,
| `- warning: reference to static property 'rawGray' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
18 | options: EffectOptions = []
19 | ) async throws -> Graphic {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:27:23: note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
27 | public static var rawGray: PixelColor = .init(white: 0.5)
| `- note: static property declared here
28 | public static var rawRed: PixelColor = .init(red: 1.0, green: 0.0, blue: 0.0)
29 | public static var rawYellow: PixelColor = .init(red: 1.0, green: 1.0, blue: 0.0)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Segmentation/PersonSegmentation.swift:44:30: warning: sending 'observation.pixelBuffer' risks causing data races; this is an error in the Swift 6 language mode
42 | }
43 |
44 | continuation.resume(returning: observation.pixelBuffer)
| |- warning: sending 'observation.pixelBuffer' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'observation.pixelBuffer' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
45 | }
46 |
[654/655] Compiling AsyncGraphics ColorShiftGraphic.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Map/ColorMap3DGraphic.swift:15:88: warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public var foregroundColor: GraphicMetadata<PixelColor> = .init(value: .fixed(.white))
| `- warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
16 | public var backgroundColor: GraphicMetadata<PixelColor> = .init(value: .fixed(.clear))
17 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:24:23: note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
| `- note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Map/ColorMap3DGraphic.swift:16:88: warning: reference to static property 'clear' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
14 |
15 | public var foregroundColor: GraphicMetadata<PixelColor> = .init(value: .fixed(.white))
16 | public var backgroundColor: GraphicMetadata<PixelColor> = .init(value: .fixed(.clear))
| `- warning: reference to static property 'clear' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
17 |
18 | public func render(
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:21:23: note: static property declared here
19 | }
20 |
21 | public static var clear: PixelColor = .init(red: 0.0, green: 0.0, blue: 0.0, alpha: 0.0)
| `- note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Map/ColorMap3DGraphic.swift:39:49: warning: reference to static property 'rawRed' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
37 | switch variant {
38 | case .red:
39 | foregroundColor.value = .fixed(.rawRed)
| `- warning: reference to static property 'rawRed' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
40 | case .green:
41 | foregroundColor.value = .fixed(.rawGreen)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:28:23: note: static property declared here
26 |
27 | public static var rawGray: PixelColor = .init(white: 0.5)
28 | public static var rawRed: PixelColor = .init(red: 1.0, green: 0.0, blue: 0.0)
| `- note: static property declared here
29 | public static var rawYellow: PixelColor = .init(red: 1.0, green: 1.0, blue: 0.0)
30 | public static var rawGreen: PixelColor = .init(red: 0.0, green: 1.0, blue: 0.0)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Map/ColorMap3DGraphic.swift:41:49: warning: reference to static property 'rawGreen' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
39 | foregroundColor.value = .fixed(.rawRed)
40 | case .green:
41 | foregroundColor.value = .fixed(.rawGreen)
| `- warning: reference to static property 'rawGreen' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
42 | case .blue:
43 | foregroundColor.value = .fixed(.rawBlue)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:30:23: note: static property declared here
28 | public static var rawRed: PixelColor = .init(red: 1.0, green: 0.0, blue: 0.0)
29 | public static var rawYellow: PixelColor = .init(red: 1.0, green: 1.0, blue: 0.0)
30 | public static var rawGreen: PixelColor = .init(red: 0.0, green: 1.0, blue: 0.0)
| `- note: static property declared here
31 | public static var rawCyan: PixelColor = .init(red: 0.0, green: 1.0, blue: 1.0)
32 | public static var rawBlue: PixelColor = .init(red: 0.0, green: 0.0, blue: 1.0)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Map/ColorMap3DGraphic.swift:43:49: warning: reference to static property 'rawBlue' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
41 | foregroundColor.value = .fixed(.rawGreen)
42 | case .blue:
43 | foregroundColor.value = .fixed(.rawBlue)
| `- warning: reference to static property 'rawBlue' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
44 | }
45 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:32:23: note: static property declared here
30 | public static var rawGreen: PixelColor = .init(red: 0.0, green: 1.0, blue: 0.0)
31 | public static var rawCyan: PixelColor = .init(red: 0.0, green: 1.0, blue: 1.0)
32 | public static var rawBlue: PixelColor = .init(red: 0.0, green: 0.0, blue: 1.0)
| `- note: static property declared here
33 | public static var rawMagenta: PixelColor = .init(red: 1.0, green: 0.0, blue: 1.0)
34 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Map/ColorMapGraphic.swift:14:88: warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
12 | }
13 |
14 | public var foregroundColor: GraphicMetadata<PixelColor> = .init(value: .fixed(.white))
| `- warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
15 | public var backgroundColor: GraphicMetadata<PixelColor> = .init(value: .fixed(.black))
16 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:24:23: note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
| `- note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Map/ColorMapGraphic.swift:15:88: warning: reference to static property 'black' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
13 |
14 | public var foregroundColor: GraphicMetadata<PixelColor> = .init(value: .fixed(.white))
15 | public var backgroundColor: GraphicMetadata<PixelColor> = .init(value: .fixed(.black))
| `- warning: reference to static property 'black' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
16 |
17 | public func render(
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:25:23: note: static property declared here
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
25 | public static var black: PixelColor = .init(white: 0.0)
| `- note: static property declared here
26 |
27 | public static var rawGray: PixelColor = .init(white: 0.5)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Map/ColorMapGraphic.swift:38:49: warning: reference to static property 'rawRed' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
36 | switch variant {
37 | case .red:
38 | foregroundColor.value = .fixed(.rawRed)
| `- warning: reference to static property 'rawRed' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
39 | case .green:
40 | foregroundColor.value = .fixed(.rawGreen)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:28:23: note: static property declared here
26 |
27 | public static var rawGray: PixelColor = .init(white: 0.5)
28 | public static var rawRed: PixelColor = .init(red: 1.0, green: 0.0, blue: 0.0)
| `- note: static property declared here
29 | public static var rawYellow: PixelColor = .init(red: 1.0, green: 1.0, blue: 0.0)
30 | public static var rawGreen: PixelColor = .init(red: 0.0, green: 1.0, blue: 0.0)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Map/ColorMapGraphic.swift:40:49: warning: reference to static property 'rawGreen' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
38 | foregroundColor.value = .fixed(.rawRed)
39 | case .green:
40 | foregroundColor.value = .fixed(.rawGreen)
| `- warning: reference to static property 'rawGreen' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
41 | case .blue:
42 | foregroundColor.value = .fixed(.rawBlue)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:30:23: note: static property declared here
28 | public static var rawRed: PixelColor = .init(red: 1.0, green: 0.0, blue: 0.0)
29 | public static var rawYellow: PixelColor = .init(red: 1.0, green: 1.0, blue: 0.0)
30 | public static var rawGreen: PixelColor = .init(red: 0.0, green: 1.0, blue: 0.0)
| `- note: static property declared here
31 | public static var rawCyan: PixelColor = .init(red: 0.0, green: 1.0, blue: 1.0)
32 | public static var rawBlue: PixelColor = .init(red: 0.0, green: 0.0, blue: 1.0)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Map/ColorMapGraphic.swift:42:49: warning: reference to static property 'rawBlue' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
40 | foregroundColor.value = .fixed(.rawGreen)
41 | case .blue:
42 | foregroundColor.value = .fixed(.rawBlue)
| `- warning: reference to static property 'rawBlue' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
43 | }
44 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:32:23: note: static property declared here
30 | public static var rawGreen: PixelColor = .init(red: 0.0, green: 1.0, blue: 0.0)
31 | public static var rawCyan: PixelColor = .init(red: 0.0, green: 1.0, blue: 1.0)
32 | public static var rawBlue: PixelColor = .init(red: 0.0, green: 0.0, blue: 1.0)
| `- note: static property declared here
33 | public static var rawMagenta: PixelColor = .init(red: 1.0, green: 0.0, blue: 1.0)
34 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Shift/ColorShift.swift:83:35: warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
81 | hue: Angle = .zero,
82 | saturation: CGFloat = 1.0,
83 | tint color: PixelColor = .white,
| `- warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
84 | options: EffectOptions = []
85 | ) async throws -> Graphic {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:24:23: note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
| `- note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Shift/ColorShift.swift:37:39: warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
35 | hue: 0.0,
36 | saturation: Float(saturation),
37 | tintColor: PixelColor.white.uniform
| `- warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
38 | ),
39 | options: options.colorRenderOptions
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:24:23: note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
| `- note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Shift/ColorShift.swift:56:39: warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
54 | hue: hue.uniform,
55 | saturation: 1.0,
56 | tintColor: PixelColor.white.uniform
| `- warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
57 | ),
58 | options: options.colorRenderOptions
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:24:23: note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
| `- note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Shift/ColorShift3D.swift:83:35: warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
81 | hue: Angle = .zero,
82 | saturation: CGFloat = 1.0,
83 | tint color: PixelColor = .white,
| `- warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
84 | options: EffectOptions = []
85 | ) async throws -> Graphic3D {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:24:23: note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
| `- note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Shift/ColorShift3D.swift:37:39: warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
35 | hue: 0.0,
36 | saturation: Float(saturation),
37 | tintColor: PixelColor.white.uniform
| `- warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
38 | ),
39 | options: options.colorRenderOptions
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:24:23: note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
| `- note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Shift/ColorShift3D.swift:56:39: warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
54 | hue: hue.uniform,
55 | saturation: 1.0,
56 | tintColor: PixelColor.white.uniform
| `- warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
57 | ),
58 | options: options.colorRenderOptions
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:24:23: note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
| `- note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Shift/ColorShift3DGraphic.swift:24:82: warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
22 | maximum: .fixed(2.0))
23 |
24 | public var tintColor: GraphicMetadata<PixelColor> = .init(value: .fixed(.white))
| `- warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
25 |
26 | public func render(
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:24:23: note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
| `- note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Shift/ColorShiftGraphic.swift:23:82: warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
21 | maximum: .fixed(2.0))
22 |
23 | public var tintColor: GraphicMetadata<PixelColor> = .init(value: .fixed(.white))
| `- warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
24 |
25 | public func render(
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:24:23: note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
| `- note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Slope/Slope.swift:17:31: warning: reference to static property 'rawGray' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
15 | public func slope(
16 | amplitude: CGFloat = 1.0,
17 | origin: PixelColor = .rawGray,
| `- warning: reference to static property 'rawGray' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
18 | options: EffectOptions = []
19 | ) async throws -> Graphic {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:27:23: note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
27 | public static var rawGray: PixelColor = .init(white: 0.5)
| `- note: static property declared here
28 | public static var rawRed: PixelColor = .init(red: 1.0, green: 0.0, blue: 0.0)
29 | public static var rawYellow: PixelColor = .init(red: 1.0, green: 1.0, blue: 0.0)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Segmentation/PersonSegmentation.swift:44:30: warning: sending 'observation.pixelBuffer' risks causing data races; this is an error in the Swift 6 language mode
42 | }
43 |
44 | continuation.resume(returning: observation.pixelBuffer)
| |- warning: sending 'observation.pixelBuffer' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'observation.pixelBuffer' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
45 | }
46 |
[655/655] Compiling AsyncGraphics Slope.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Map/ColorMap3DGraphic.swift:15:88: warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public var foregroundColor: GraphicMetadata<PixelColor> = .init(value: .fixed(.white))
| `- warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
16 | public var backgroundColor: GraphicMetadata<PixelColor> = .init(value: .fixed(.clear))
17 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:24:23: note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
| `- note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Map/ColorMap3DGraphic.swift:16:88: warning: reference to static property 'clear' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
14 |
15 | public var foregroundColor: GraphicMetadata<PixelColor> = .init(value: .fixed(.white))
16 | public var backgroundColor: GraphicMetadata<PixelColor> = .init(value: .fixed(.clear))
| `- warning: reference to static property 'clear' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
17 |
18 | public func render(
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:21:23: note: static property declared here
19 | }
20 |
21 | public static var clear: PixelColor = .init(red: 0.0, green: 0.0, blue: 0.0, alpha: 0.0)
| `- note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Map/ColorMap3DGraphic.swift:39:49: warning: reference to static property 'rawRed' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
37 | switch variant {
38 | case .red:
39 | foregroundColor.value = .fixed(.rawRed)
| `- warning: reference to static property 'rawRed' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
40 | case .green:
41 | foregroundColor.value = .fixed(.rawGreen)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:28:23: note: static property declared here
26 |
27 | public static var rawGray: PixelColor = .init(white: 0.5)
28 | public static var rawRed: PixelColor = .init(red: 1.0, green: 0.0, blue: 0.0)
| `- note: static property declared here
29 | public static var rawYellow: PixelColor = .init(red: 1.0, green: 1.0, blue: 0.0)
30 | public static var rawGreen: PixelColor = .init(red: 0.0, green: 1.0, blue: 0.0)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Map/ColorMap3DGraphic.swift:41:49: warning: reference to static property 'rawGreen' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
39 | foregroundColor.value = .fixed(.rawRed)
40 | case .green:
41 | foregroundColor.value = .fixed(.rawGreen)
| `- warning: reference to static property 'rawGreen' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
42 | case .blue:
43 | foregroundColor.value = .fixed(.rawBlue)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:30:23: note: static property declared here
28 | public static var rawRed: PixelColor = .init(red: 1.0, green: 0.0, blue: 0.0)
29 | public static var rawYellow: PixelColor = .init(red: 1.0, green: 1.0, blue: 0.0)
30 | public static var rawGreen: PixelColor = .init(red: 0.0, green: 1.0, blue: 0.0)
| `- note: static property declared here
31 | public static var rawCyan: PixelColor = .init(red: 0.0, green: 1.0, blue: 1.0)
32 | public static var rawBlue: PixelColor = .init(red: 0.0, green: 0.0, blue: 1.0)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Map/ColorMap3DGraphic.swift:43:49: warning: reference to static property 'rawBlue' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
41 | foregroundColor.value = .fixed(.rawGreen)
42 | case .blue:
43 | foregroundColor.value = .fixed(.rawBlue)
| `- warning: reference to static property 'rawBlue' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
44 | }
45 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:32:23: note: static property declared here
30 | public static var rawGreen: PixelColor = .init(red: 0.0, green: 1.0, blue: 0.0)
31 | public static var rawCyan: PixelColor = .init(red: 0.0, green: 1.0, blue: 1.0)
32 | public static var rawBlue: PixelColor = .init(red: 0.0, green: 0.0, blue: 1.0)
| `- note: static property declared here
33 | public static var rawMagenta: PixelColor = .init(red: 1.0, green: 0.0, blue: 1.0)
34 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Map/ColorMapGraphic.swift:14:88: warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
12 | }
13 |
14 | public var foregroundColor: GraphicMetadata<PixelColor> = .init(value: .fixed(.white))
| `- warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
15 | public var backgroundColor: GraphicMetadata<PixelColor> = .init(value: .fixed(.black))
16 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:24:23: note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
| `- note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Map/ColorMapGraphic.swift:15:88: warning: reference to static property 'black' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
13 |
14 | public var foregroundColor: GraphicMetadata<PixelColor> = .init(value: .fixed(.white))
15 | public var backgroundColor: GraphicMetadata<PixelColor> = .init(value: .fixed(.black))
| `- warning: reference to static property 'black' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
16 |
17 | public func render(
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:25:23: note: static property declared here
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
25 | public static var black: PixelColor = .init(white: 0.0)
| `- note: static property declared here
26 |
27 | public static var rawGray: PixelColor = .init(white: 0.5)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Map/ColorMapGraphic.swift:38:49: warning: reference to static property 'rawRed' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
36 | switch variant {
37 | case .red:
38 | foregroundColor.value = .fixed(.rawRed)
| `- warning: reference to static property 'rawRed' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
39 | case .green:
40 | foregroundColor.value = .fixed(.rawGreen)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:28:23: note: static property declared here
26 |
27 | public static var rawGray: PixelColor = .init(white: 0.5)
28 | public static var rawRed: PixelColor = .init(red: 1.0, green: 0.0, blue: 0.0)
| `- note: static property declared here
29 | public static var rawYellow: PixelColor = .init(red: 1.0, green: 1.0, blue: 0.0)
30 | public static var rawGreen: PixelColor = .init(red: 0.0, green: 1.0, blue: 0.0)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Map/ColorMapGraphic.swift:40:49: warning: reference to static property 'rawGreen' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
38 | foregroundColor.value = .fixed(.rawRed)
39 | case .green:
40 | foregroundColor.value = .fixed(.rawGreen)
| `- warning: reference to static property 'rawGreen' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
41 | case .blue:
42 | foregroundColor.value = .fixed(.rawBlue)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:30:23: note: static property declared here
28 | public static var rawRed: PixelColor = .init(red: 1.0, green: 0.0, blue: 0.0)
29 | public static var rawYellow: PixelColor = .init(red: 1.0, green: 1.0, blue: 0.0)
30 | public static var rawGreen: PixelColor = .init(red: 0.0, green: 1.0, blue: 0.0)
| `- note: static property declared here
31 | public static var rawCyan: PixelColor = .init(red: 0.0, green: 1.0, blue: 1.0)
32 | public static var rawBlue: PixelColor = .init(red: 0.0, green: 0.0, blue: 1.0)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Map/ColorMapGraphic.swift:42:49: warning: reference to static property 'rawBlue' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
40 | foregroundColor.value = .fixed(.rawGreen)
41 | case .blue:
42 | foregroundColor.value = .fixed(.rawBlue)
| `- warning: reference to static property 'rawBlue' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
43 | }
44 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:32:23: note: static property declared here
30 | public static var rawGreen: PixelColor = .init(red: 0.0, green: 1.0, blue: 0.0)
31 | public static var rawCyan: PixelColor = .init(red: 0.0, green: 1.0, blue: 1.0)
32 | public static var rawBlue: PixelColor = .init(red: 0.0, green: 0.0, blue: 1.0)
| `- note: static property declared here
33 | public static var rawMagenta: PixelColor = .init(red: 1.0, green: 0.0, blue: 1.0)
34 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Shift/ColorShift.swift:83:35: warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
81 | hue: Angle = .zero,
82 | saturation: CGFloat = 1.0,
83 | tint color: PixelColor = .white,
| `- warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
84 | options: EffectOptions = []
85 | ) async throws -> Graphic {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:24:23: note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
| `- note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Shift/ColorShift.swift:37:39: warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
35 | hue: 0.0,
36 | saturation: Float(saturation),
37 | tintColor: PixelColor.white.uniform
| `- warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
38 | ),
39 | options: options.colorRenderOptions
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:24:23: note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
| `- note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Shift/ColorShift.swift:56:39: warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
54 | hue: hue.uniform,
55 | saturation: 1.0,
56 | tintColor: PixelColor.white.uniform
| `- warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
57 | ),
58 | options: options.colorRenderOptions
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:24:23: note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
| `- note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Shift/ColorShift3D.swift:83:35: warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
81 | hue: Angle = .zero,
82 | saturation: CGFloat = 1.0,
83 | tint color: PixelColor = .white,
| `- warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
84 | options: EffectOptions = []
85 | ) async throws -> Graphic3D {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:24:23: note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
| `- note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Shift/ColorShift3D.swift:37:39: warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
35 | hue: 0.0,
36 | saturation: Float(saturation),
37 | tintColor: PixelColor.white.uniform
| `- warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
38 | ),
39 | options: options.colorRenderOptions
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:24:23: note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
| `- note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Shift/ColorShift3D.swift:56:39: warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
54 | hue: hue.uniform,
55 | saturation: 1.0,
56 | tintColor: PixelColor.white.uniform
| `- warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
57 | ),
58 | options: options.colorRenderOptions
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:24:23: note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
| `- note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Shift/ColorShift3DGraphic.swift:24:82: warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
22 | maximum: .fixed(2.0))
23 |
24 | public var tintColor: GraphicMetadata<PixelColor> = .init(value: .fixed(.white))
| `- warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
25 |
26 | public func render(
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:24:23: note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
| `- note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Shift/ColorShiftGraphic.swift:23:82: warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
21 | maximum: .fixed(2.0))
22 |
23 | public var tintColor: GraphicMetadata<PixelColor> = .init(value: .fixed(.white))
| `- warning: reference to static property 'white' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
24 |
25 | public func render(
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:24:23: note: static property declared here
22 | public static var clearWhite: PixelColor = .init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.0)
23 |
24 | public static var white: PixelColor = .init(white: 1.0)
| `- note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Slope/Slope.swift:17:31: warning: reference to static property 'rawGray' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
15 | public func slope(
16 | amplitude: CGFloat = 1.0,
17 | origin: PixelColor = .rawGray,
| `- warning: reference to static property 'rawGray' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
18 | options: EffectOptions = []
19 | ) async throws -> Graphic {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PixelColor/Sources/PixelColor/PixelColor+Colors.swift:27:23: note: static property declared here
25 | public static var black: PixelColor = .init(white: 0.0)
26 |
27 | public static var rawGray: PixelColor = .init(white: 0.5)
| `- note: static property declared here
28 | public static var rawRed: PixelColor = .init(red: 1.0, green: 0.0, blue: 0.0)
29 | public static var rawYellow: PixelColor = .init(red: 1.0, green: 1.0, blue: 0.0)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Segmentation/PersonSegmentation.swift:44:30: warning: sending 'observation.pixelBuffer' risks causing data races; this is an error in the Swift 6 language mode
42 | }
43 |
44 | continuation.resume(returning: observation.pixelBuffer)
| |- warning: sending 'observation.pixelBuffer' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'observation.pixelBuffer' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
45 | }
46 |
Build complete! (104.42s)
warning: 'spi-builder-workspace': found 118 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/Convert/ColorConvert.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/Modifier/Luma Rainbow Blur/LumaRainbowBlur3D.metal
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Shaders/Effects/clamp.metal
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Shaders/Content/noise_header.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/Content/Shape/Arc/Arc.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/Luma Color Shift/LumaColorShift3D.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/Lookup3D.metal
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Space/Edge/Edge.metal
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Shaders/Content/random_header.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/Color/Shift/ColorShift3D.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/Modifier/Cross/Cross3D.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/Threshold/Threshold3D.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/Color/LUT/LUT.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/Color/Gradient Lookup/GradientLookup3D.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/Convert/Bits/Bits.metal
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Convert/Polar/Polar.metal
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Solid/Gradient/Gradient3D.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/Color/Color.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/Space/Circle Blur/CircleBlur.metal
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Shaders/Content/gradient_header.metal
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Shaders/Effects/place_header.metal
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Shaders/Effects/hsv.metal
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Convert/Resolution/Resolution.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/Color/Slope/Slope.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/Particles/UV Particles/UVParticles.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/blend_header.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/Space/Sharpen/Sharpen.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/Convert/Down Sample/DownSample.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/Luma Blur/LumaBlur.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/Modifier/Cross/Cross.metal
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Shaders/Content/random.metal
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Shaders/Effects/rotation_header.metal
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Shaders/Vertex/VertexCamera.metal
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Shape/Tetrahedron/Tetrahedron3D.metal
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Shaders/Content/noise.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/Map/ColorMap3D.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/Color/Slope/Slope3D.metal
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Solid/Color/Color3D.metal
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Shaders/Effects/rotation.metal
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Shaders/Content/radius.metal
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Modifier/Remap/Remap.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/Quantize/Quantize3D.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 Transform/LumaTransform3D.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/Effects/clamp_header.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/Sequence/Blends/Blends.metal
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Shaders/Effects/hsv_header.metal
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Shaders/Vertex/FragmentColor.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/place.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/Gradient Lookup/GradientLookup.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/radius_header.metal
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Shape/Cone/Cone3D.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/Color/Levels/Levels.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/Convert/Crop/Crop3D.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/Color/Clamp/Clamp3D.metal
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Solid/Gradient/Gradient.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/Particles/UV Color Particles/UVColorParticles.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/Shift/ColorShift.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/Stack/Stack3D.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/Effects/Convert/Average/Average.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/Convert/Transpose/Transpose.metal
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Shaders/Effects/blend.metal
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Shape/Star/Star.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/Blend/Blend.metal
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Shaders/Vertex/FragmentPassthrough.metal
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Convert/Stack/Stack.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/Shape/Box/Box3D.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/Space/Transform/Transform.metal
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Color/Threshold/Threshold.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/Modifier/Stack/ABStack.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/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/Color/Clamp/Clamp.metal
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Shaders/Vertex/VertexPassthrough.metal
/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Shape/Sphere/Sphere3D.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/Modifier/Displace/Displace3D.metal
Build complete.
{
"default_localization" : "en",
"dependencies" : [
{
"identity" : "texturemap",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/heestand-xyz/TextureMap"
},
{
"identity" : "pixelcolor",
"requirement" : {
"range" : [
{
"lower_bound" : "2.2.2",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/heestand-xyz/PixelColor"
},
{
"identity" : "coregraphicsextensions",
"requirement" : {
"range" : [
{
"lower_bound" : "1.8.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/heestand-xyz/CoreGraphicsExtensions"
},
{
"identity" : "spatialextensions",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.3",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/heestand-xyz/SpatialExtensions"
},
{
"identity" : "videoframes",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/heestand-xyz/VideoFrames"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
},
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "509.0.0",
"upper_bound" : "510.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-syntax"
}
],
"manifest_display_name" : "AsyncGraphics",
"name" : "AsyncGraphics",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "AsyncGraphics",
"targets" : [
"AsyncGraphics"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AsyncGraphicsMacros",
"targets" : [
"AsyncGraphicsMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "AsyncGraphicsTests",
"module_type" : "SwiftTarget",
"name" : "AsyncGraphicsTests",
"path" : "Tests/AsyncGraphicsTests",
"product_dependencies" : [
"TextureMap",
"PixelColor"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/AsyncGraphicsTests/TestAssets.xcassets",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"CodableGraphicsTests.swift",
"LiveGraphicsTests.swift"
],
"target_dependencies" : [
"AsyncGraphics"
],
"type" : "test"
},
{
"c99name" : "AsyncGraphicsMacros",
"module_type" : "SwiftTarget",
"name" : "AsyncGraphicsMacros",
"path" : "Sources/AsyncGraphicsMacros",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"AsyncGraphics",
"AsyncGraphicsMacros"
],
"sources" : [
"EnumMacro.swift",
"GraphicMacro.swift",
"GraphicTypeMacro.swift",
"Plugin.swift",
"VariantMacro.swift"
],
"type" : "macro"
},
{
"c99name" : "AsyncGraphics",
"module_type" : "SwiftTarget",
"name" : "AsyncGraphics",
"path" : "Sources/AsyncGraphics",
"product_dependencies" : [
"TextureMap",
"PixelColor",
"CoreGraphicsExtensions",
"SpatialExtensions",
"VideoFrames"
],
"product_memberships" : [
"AsyncGraphics"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Solid/Metal/SolidMetal.metal.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Content/Solid/Metal/SolidMetal3D.metal.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Modifier/Metal/DualMetal.metal.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Sequence/Metal/ArrayMetal.metal.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Graphics/Effects/Space/Metal/DirectMetal.metal.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/AsyncGraphics/Localizable.xcstrings",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Graph/AGGraph.swift",
"Graph/AGParentGraph.swift",
"Graph/AGSingleModifierParentGraph.swift",
"Graph/AGSingleParentGraph.swift",
"Graph/Builder/AGGraphBuilder.swift",
"Graph/Extensions/Array+AGGraph.swift",
"Graph/Renderer/AGGraphRenderer.swift",
"Graph/Renderer/Componets/AGComponents.swift",
"Graph/Renderer/Details/AGDetails.swift",
"Graph/Renderer/Details/AGSpecification.swift",
"Graph/Renderer/Details/Resources/AGResourceResolutions.swift",
"Graph/Renderer/Details/Resources/AGResources.swift",
"Graph/Types/AGContentMode.swift",
"Graphic/Codable/Macros/CodableMacros.swift",
"Graphic/Codable/Metadata/Enum/GraphicEnum.swift",
"Graphic/Codable/Metadata/Enum/GraphicEnumCase.swift",
"Graphic/Codable/Metadata/Enum/GraphicEnumMetadata.swift",
"Graphic/Codable/Metadata/GraphicMetadata.swift",
"Graphic/Codable/Metadata/GraphicMetadataOptions.swift",
"Graphic/Codable/Metadata/GraphicMetadataValue.swift",
"Graphic/Codable/Namespace/CodableGraphic.swift",
"Graphic/Codable/Namespace/CodableGraphic3D.swift",
"Graphic/Codable/Properties/Any/AnyGraphicEnumProperty.swift",
"Graphic/Codable/Properties/Any/AnyGraphicProperty.swift",
"Graphic/Codable/Properties/Any/AnyGraphicValueProperty.swift",
"Graphic/Codable/Properties/GraphicEnumProperty.swift",
"Graphic/Codable/Properties/GraphicPropertyType.swift",
"Graphic/Codable/Properties/GraphicValueProperty.swift",
"Graphic/Codable/Protocol/CodableGraphic3DProtocol.swift",
"Graphic/Codable/Protocol/CodableGraphicProtocol.swift",
"Graphic/Codable/Type/CodableGraphic3DType.swift",
"Graphic/Codable/Type/CodableGraphicType.swift",
"Graphic/Codable/Type/CodableGraphicTypeProtocol.swift",
"Graphic/Codable/Values/GraphicValue.swift",
"Graphic/Codable/Values/GraphicValueType.swift",
"Graphic/Codable/Varaiants/CodableGraphic3DVariant.swift",
"Graphic/Codable/Varaiants/CodableGraphicVariant.swift",
"Graphic/Codable/Varaiants/GraphicVariant.swift",
"Graphic/Codable/Varaiants/GraphicVariantID.swift",
"Graphic/Extensions/Graphic+EdgeInsets.swift",
"Graphic/Extensions/Graphic+Options.swift",
"Graphic/Extensions/Graphic+Tile.swift",
"Graphic/Extensions/Graphic3D+Axis.swift",
"Graphic/Extensions/Graphic3D+Options.swift",
"Graphic/Extensions/Graphic3D+Tile.swift",
"Graphic/Graphic.swift",
"Graphic/Graphic3D.swift",
"Graphic/Graphicable.swift",
"Graphic/Types/Blend Mode/ArrayBlendMode.swift",
"Graphic/Types/Blend Mode/BlendMode.swift",
"Graphic/Types/Interpolation/ViewInterpolation.swift",
"Graphic/Types/Placement/Placement.swift",
"Graphics/Content/Content.swift",
"Graphics/Content/ContentGraphic3DProtocol.swift",
"Graphics/Content/ContentGraphic3DType.swift",
"Graphics/Content/ContentGraphicProtocol.swift",
"Graphics/Content/ContentGraphicType.swift",
"Graphics/Content/Particles/UV Color Particles/UVColorParticles.swift",
"Graphics/Content/Particles/UV Particles/UVParticles.swift",
"Graphics/Content/Particles/UVW Particles/UVWParticles.swift",
"Graphics/Content/Resource/Buffer/Buffer.swift",
"Graphics/Content/Resource/Camera/AGCamera.swift",
"Graphics/Content/Resource/Camera/Camera.swift",
"Graphics/Content/Resource/Camera/Graphic+Camera.swift",
"Graphics/Content/Resource/Graph/Graph.swift",
"Graphics/Content/Resource/Graphic/AGGraphic.swift",
"Graphics/Content/Resource/Image/AGImage.swift",
"Graphics/Content/Resource/Image/Image.swift",
"Graphics/Content/Resource/Maps/MKCoordinateRegion+isValid.swift",
"Graphics/Content/Resource/Maps/Maps.swift",
"Graphics/Content/Resource/Pixels/Pixels.swift",
"Graphics/Content/Resource/Screen/Screen.swift",
"Graphics/Content/Resource/Screen/ScreenController.swift",
"Graphics/Content/Resource/Text/GlyphText.swift",
"Graphics/Content/Resource/Text/Text.swift",
"Graphics/Content/Resource/Texture/Texture.swift",
"Graphics/Content/Resource/Texture/Texture3D.swift",
"Graphics/Content/Resource/Video/AGVideo.swift",
"Graphics/Content/Resource/Video/GraphicVideoController.swift",
"Graphics/Content/Resource/Video/GraphicVideoPlayer.swift",
"Graphics/Content/Resource/Video/GraphicVideoRecorder.swift",
"Graphics/Content/Resource/Video/Video.swift",
"Graphics/Content/Resource/Video/VideoExport.swift",
"Graphics/Content/Resource/Video/VideoFrames.swift",
"Graphics/Content/Resource/View/View.swift",
"Graphics/Content/Resource/Voxels/Voxels.swift",
"Graphics/Content/Shape/Arc/Arc.swift",
"Graphics/Content/Shape/Arc/ArcGraphic.swift",
"Graphics/Content/Shape/Box/Box3D.swift",
"Graphics/Content/Shape/Box/Box3DGraphic.swift",
"Graphics/Content/Shape/Circle/AGCircle.swift",
"Graphics/Content/Shape/Circle/Circle.swift",
"Graphics/Content/Shape/Circle/CircleGraphic.swift",
"Graphics/Content/Shape/Cone/Cone3D.swift",
"Graphics/Content/Shape/Cone/Cone3DGraphic.swift",
"Graphics/Content/Shape/Content+Shape.swift",
"Graphics/Content/Shape/Cylinder/Cylinder3D.swift",
"Graphics/Content/Shape/Cylinder/Cylinder3DGraphic.swift",
"Graphics/Content/Shape/Line/Line.swift",
"Graphics/Content/Shape/Line/LineGraphic.swift",
"Graphics/Content/Shape/Polygon/AGPolygon.swift",
"Graphics/Content/Shape/Polygon/AGRoundedPolygon.swift",
"Graphics/Content/Shape/Polygon/Polygon.swift",
"Graphics/Content/Shape/Polygon/PolygonGraphic.swift",
"Graphics/Content/Shape/Rectangle/AGRectangle.swift",
"Graphics/Content/Shape/Rectangle/AGRoundedRectangle.swift",
"Graphics/Content/Shape/Rectangle/Rectangle.swift",
"Graphics/Content/Shape/Rectangle/RectangleGraphic.swift",
"Graphics/Content/Shape/ShapeContentGraphic3DProtocol.swift",
"Graphics/Content/Shape/ShapeContentGraphic3DType.swift",
"Graphics/Content/Shape/ShapeContentGraphicProtocol.swift",
"Graphics/Content/Shape/ShapeContentGraphicType.swift",
"Graphics/Content/Shape/Sphere/Sphere3D.swift",
"Graphics/Content/Shape/Sphere/Sphere3DGraphic.swift",
"Graphics/Content/Shape/Star/Star.swift",
"Graphics/Content/Shape/Star/StarGraphic.swift",
"Graphics/Content/Shape/Tetrahedron/Tetrahedron3D.swift",
"Graphics/Content/Shape/Tetrahedron/Tetrahedron3DGraphic.swift",
"Graphics/Content/Shape/Torus/Torus3D.swift",
"Graphics/Content/Shape/Torus/Torus3DGraphic.swift",
"Graphics/Content/Solid/Color/AGColor.swift",
"Graphics/Content/Solid/Color/AGForegroundColor.swift",
"Graphics/Content/Solid/Color/Color.swift",
"Graphics/Content/Solid/Color/Color3D.swift",
"Graphics/Content/Solid/Color/Color3DGraphic.swift",
"Graphics/Content/Solid/Color/ColorGraphic.swift",
"Graphics/Content/Solid/Content+Solid.swift",
"Graphics/Content/Solid/Gradient/Gradient.swift",
"Graphics/Content/Solid/Gradient/Gradient3D.swift",
"Graphics/Content/Solid/Gradient/Gradient3DGraphic.swift",
"Graphics/Content/Solid/Gradient/GradientGraphic.swift",
"Graphics/Content/Solid/Metal/SolidMetal.swift",
"Graphics/Content/Solid/Metal/SolidMetal3D.swift",
"Graphics/Content/Solid/Noise/AGNoise.swift",
"Graphics/Content/Solid/Noise/Noise.swift",
"Graphics/Content/Solid/Noise/Noise3D.swift",
"Graphics/Content/Solid/Noise/Noise3DGraphic.swift",
"Graphics/Content/Solid/Noise/NoiseGraphic.swift",
"Graphics/Content/Solid/SolidContentGraphic3DProtocol.swift",
"Graphics/Content/Solid/SolidContentGraphic3DType.swift",
"Graphics/Content/Solid/SolidContentGraphicProtocol.swift",
"Graphics/Content/Solid/SolidContentGraphicType.swift",
"Graphics/Content/Solid/Spacer/AGSpacer.swift",
"Graphics/Effects/Color/Background/AGBackgroundColor.swift",
"Graphics/Effects/Color/Border/AGBorder.swift",
"Graphics/Effects/Color/Channel Mix/AGChannelMix.swift",
"Graphics/Effects/Color/Channel Mix/ChannelMix.swift",
"Graphics/Effects/Color/Channel Mix/ChannelMix3D.swift",
"Graphics/Effects/Color/Channel Mix/ChannelMix3DGraphic.swift",
"Graphics/Effects/Color/Channel Mix/ChannelMixGraphic.swift",
"Graphics/Effects/Color/Chroma Key/ChromaKey.swift",
"Graphics/Effects/Color/Chroma Key/ChromaKeyGraphic.swift",
"Graphics/Effects/Color/Clamp/Clamp.swift",
"Graphics/Effects/Color/Clamp/Clamp3D.swift",
"Graphics/Effects/Color/Clamp/Clamp3DGraphic.swift",
"Graphics/Effects/Color/Clamp/ClampGraphic.swift",
"Graphics/Effects/Color/ColorEffectGraphic3DProtocol.swift",
"Graphics/Effects/Color/ColorEffectGraphic3DType.swift",
"Graphics/Effects/Color/ColorEffectGraphicProtocol.swift",
"Graphics/Effects/Color/ColorEffectGraphicType.swift",
"Graphics/Effects/Color/Convert/ColorConvert.swift",
"Graphics/Effects/Color/Convert/ColorConvertGraphic.swift",
"Graphics/Effects/Color/Effect+Color.swift",
"Graphics/Effects/Color/Gradient Lookup/GradientLookup.swift",
"Graphics/Effects/Color/Gradient Lookup/GradientLookup3D.swift",
"Graphics/Effects/Color/Gradient Lookup/GradientLookup3DGraphic.swift",
"Graphics/Effects/Color/Gradient Lookup/GradientLookupGraphic.swift",
"Graphics/Effects/Color/LUT/LUT.swift",
"Graphics/Effects/Color/Levels/AGOpacity.swift",
"Graphics/Effects/Color/Levels/Levels.swift",
"Graphics/Effects/Color/Levels/Levels3D.swift",
"Graphics/Effects/Color/Levels/Levels3DGraphic.swift",
"Graphics/Effects/Color/Levels/LevelsGraphic.swift",
"Graphics/Effects/Color/Map/ColorMap.swift",
"Graphics/Effects/Color/Map/ColorMap3D.swift",
"Graphics/Effects/Color/Map/ColorMap3DGraphic.swift",
"Graphics/Effects/Color/Map/ColorMapGraphic.swift",
"Graphics/Effects/Color/Quantize/Quantize.swift",
"Graphics/Effects/Color/Quantize/Quantize3D.swift",
"Graphics/Effects/Color/Quantize/Quantize3DGraphic.swift",
"Graphics/Effects/Color/Quantize/QuantizeGraphic.swift",
"Graphics/Effects/Color/Range/Range.swift",
"Graphics/Effects/Color/Range/Range3D.swift",
"Graphics/Effects/Color/Range/Range3DGraphic.swift",
"Graphics/Effects/Color/Range/RangeGraphic.swift",
"Graphics/Effects/Color/Segmentation/PersonSegmentation.swift",
"Graphics/Effects/Color/Segmentation/PersonSegmentationGraphic.swift",
"Graphics/Effects/Color/Shift/ColorShift.swift",
"Graphics/Effects/Color/Shift/ColorShift3D.swift",
"Graphics/Effects/Color/Shift/ColorShift3DGraphic.swift",
"Graphics/Effects/Color/Shift/ColorShiftGraphic.swift",
"Graphics/Effects/Color/Slope/Slope.swift",
"Graphics/Effects/Color/Slope/Slope3D.swift",
"Graphics/Effects/Color/Slope/Slope3DGraphic.swift",
"Graphics/Effects/Color/Slope/SlopeGraphic.swift",
"Graphics/Effects/Color/Threshold/Threshold.swift",
"Graphics/Effects/Color/Threshold/Threshold3D.swift",
"Graphics/Effects/Color/Threshold/Threshold3DGraphic.swift",
"Graphics/Effects/Color/Threshold/ThresholdGraphic.swift",
"Graphics/Effects/Convert/Add/Add3D.swift",
"Graphics/Effects/Convert/Average/Average3D.swift",
"Graphics/Effects/Convert/Bits/Bits.swift",
"Graphics/Effects/Convert/Bits/Bits3D.swift",
"Graphics/Effects/Convert/Bits/Bits3DGraphic.swift",
"Graphics/Effects/Convert/Bits/BitsGraphic.swift",
"Graphics/Effects/Convert/Color Space/ColorSpace.swift",
"Graphics/Effects/Convert/Construct/Construct3D.swift",
"Graphics/Effects/Convert/ConvertEffectGraphic3DProtocol.swift",
"Graphics/Effects/Convert/ConvertEffectGraphic3DType.swift",
"Graphics/Effects/Convert/ConvertEffectGraphicProtocol.swift",
"Graphics/Effects/Convert/ConvertEffectGraphicType.swift",
"Graphics/Effects/Convert/Copy/Copy.swift",
"Graphics/Effects/Convert/Corner Pin/CornerPin.swift",
"Graphics/Effects/Convert/Corner Pin/CornerPinGraphic.swift",
"Graphics/Effects/Convert/Crop/Crop.swift",
"Graphics/Effects/Convert/Crop/Crop3D.swift",
"Graphics/Effects/Convert/Crop/CropGraphic.swift",
"Graphics/Effects/Convert/Crop/CropGraphic3D.swift",
"Graphics/Effects/Convert/Down Sample/DownSample.swift",
"Graphics/Effects/Convert/Effect+Convert.swift",
"Graphics/Effects/Convert/Inspect/Inspect.swift",
"Graphics/Effects/Convert/Map/Map.swift",
"Graphics/Effects/Convert/Merge/Merge3D.swift",
"Graphics/Effects/Convert/Orbit/Orbit.swift",
"Graphics/Effects/Convert/Polar/Polar.swift",
"Graphics/Effects/Convert/Polar/Polar3D.swift",
"Graphics/Effects/Convert/Reduce/Reduce.swift",
"Graphics/Effects/Convert/Resolution/Resolution.swift",
"Graphics/Effects/Convert/Resolution/ResolutionGraphic.swift",
"Graphics/Effects/Convert/Sample/Sample3D.swift",
"Graphics/Effects/Convert/Stack/AGHStack.swift",
"Graphics/Effects/Convert/Stack/AGVStack.swift",
"Graphics/Effects/Convert/Stack/AGZStack.swift",
"Graphics/Effects/Convert/Stack/Stack.swift",
"Graphics/Effects/Convert/Tile/Tile.swift",
"Graphics/Effects/Convert/Tile/Tile3D.swift",
"Graphics/Effects/Convert/Trace/Trace3D.swift",
"Graphics/Effects/Convert/Transpose/Transpose.swift",
"Graphics/Effects/Effect.swift",
"Graphics/Effects/EffectGraphic3DProtocol.swift",
"Graphics/Effects/EffectGraphic3DType.swift",
"Graphics/Effects/EffectGraphicProtocol.swift",
"Graphics/Effects/EffectGraphicType.swift",
"Graphics/Effects/Layout/Aspect Ratio/AGAspectRatio.swift",
"Graphics/Effects/Layout/Frame/AGFrame.swift",
"Graphics/Effects/Layout/Padding/AGPadding.swift",
"Graphics/Effects/Layout/Padding/Padding.swift",
"Graphics/Effects/Modifier/Background/AGBackground.swift",
"Graphics/Effects/Modifier/Blend/AGBlend.swift",
"Graphics/Effects/Modifier/Blend/AGBlended.swift",
"Graphics/Effects/Modifier/Blend/Blend.swift",
"Graphics/Effects/Modifier/Blend/Blend3D.swift",
"Graphics/Effects/Modifier/Blend/Blend3DGraphic.swift",
"Graphics/Effects/Modifier/Blend/BlendGraphic.swift",
"Graphics/Effects/Modifier/Cross/Cross.swift",
"Graphics/Effects/Modifier/Cross/Cross3D.swift",
"Graphics/Effects/Modifier/Cross/Cross3DGraphic.swift",
"Graphics/Effects/Modifier/Cross/CrossGraphic.swift",
"Graphics/Effects/Modifier/Displace/Displace.swift",
"Graphics/Effects/Modifier/Displace/Displace3D.swift",
"Graphics/Effects/Modifier/Displace/Displace3DGraphic.swift",
"Graphics/Effects/Modifier/Displace/DisplaceGraphic.swift",
"Graphics/Effects/Modifier/Effect+Modifier.swift",
"Graphics/Effects/Modifier/Lookup/Lookup.swift",
"Graphics/Effects/Modifier/Lookup/Lookup3D.swift",
"Graphics/Effects/Modifier/Lookup/Lookup3DGraphic.swift",
"Graphics/Effects/Modifier/Lookup/LookupGraphic.swift",
"Graphics/Effects/Modifier/Luma Blur/LumaBlur.swift",
"Graphics/Effects/Modifier/Luma Blur/LumaBlur3D.swift",
"Graphics/Effects/Modifier/Luma Blur/LumaBlur3DGraphic.swift",
"Graphics/Effects/Modifier/Luma Blur/LumaBlurGraphic.swift",
"Graphics/Effects/Modifier/Luma Color Shift/LumaColorShift.swift",
"Graphics/Effects/Modifier/Luma Color Shift/LumaColorShift3D.swift",
"Graphics/Effects/Modifier/Luma Color Shift/LumaColorShift3DGraphic.swift",
"Graphics/Effects/Modifier/Luma Color Shift/LumaColorShiftGraphic.swift",
"Graphics/Effects/Modifier/Luma Levels/LumaLevels.swift",
"Graphics/Effects/Modifier/Luma Levels/LumaLevels3D.swift",
"Graphics/Effects/Modifier/Luma Levels/LumaLevels3DGraphic.swift",
"Graphics/Effects/Modifier/Luma Levels/LumaLevelsGraphic.swift",
"Graphics/Effects/Modifier/Luma Rainbow Blur/LumaRainbowBlur.swift",
"Graphics/Effects/Modifier/Luma Rainbow Blur/LumaRainbowBlur3D.swift",
"Graphics/Effects/Modifier/Luma Rainbow Blur/LumaRainbowBlur3DGraphic.swift",
"Graphics/Effects/Modifier/Luma Rainbow Blur/LumaRainbowBlurGraphic.swift",
"Graphics/Effects/Modifier/Luma Transform/LumaTransform.swift",
"Graphics/Effects/Modifier/Luma Transform/LumaTransform3D.swift",
"Graphics/Effects/Modifier/Luma Transform/LumaTransform3DGraphic.swift",
"Graphics/Effects/Modifier/Luma Transform/LumaTransformGraphic.swift",
"Graphics/Effects/Modifier/Mask/AGMask.swift",
"Graphics/Effects/Modifier/Mask/Mask.swift",
"Graphics/Effects/Modifier/Mask/Mask3DGraphic.swift",
"Graphics/Effects/Modifier/Mask/MaskGraphic.swift",
"Graphics/Effects/Modifier/Metal/DualMetal.swift",
"Graphics/Effects/Modifier/ModifierEffectGraphic3DProtocol.swift",
"Graphics/Effects/Modifier/ModifierEffectGraphic3DType.swift",
"Graphics/Effects/Modifier/ModifierEffectGraphicProtocol.swift",
"Graphics/Effects/Modifier/ModifierEffectGraphicType.swift",
"Graphics/Effects/Modifier/Remap/Remap.swift",
"Graphics/Effects/Modifier/Stack/ABStack.swift",
"Graphics/Effects/Modifier/Stack/Stack3D.swift",
"Graphics/Effects/Sequence/Blends/Blends.swift",
"Graphics/Effects/Sequence/ForEach/AGForEach.swift",
"Graphics/Effects/Sequence/Group/AGGroup.swift",
"Graphics/Effects/Sequence/Metal/ArrayMetal.swift",
"Graphics/Effects/Space/Blur/AGBlur.swift",
"Graphics/Effects/Space/Blur/Blur.swift",
"Graphics/Effects/Space/Blur/Blur3D.swift",
"Graphics/Effects/Space/Blur/Blur3DGraphic.swift",
"Graphics/Effects/Space/Blur/BlurGraphic.swift",
"Graphics/Effects/Space/Circle Blur/CircleBlur.swift",
"Graphics/Effects/Space/Circle Blur/CircleBlurGraphic.swift",
"Graphics/Effects/Space/Coordinate Space/CoordinateSpace.swift",
"Graphics/Effects/Space/Edge/Edge.swift",
"Graphics/Effects/Space/Edge/Edge3D.swift",
"Graphics/Effects/Space/Edge/Edge3DGraphic.swift",
"Graphics/Effects/Space/Edge/EdgeGraphic.swift",
"Graphics/Effects/Space/Effect+Space.swift",
"Graphics/Effects/Space/Kaleidoscope/Kaleidoscope.swift",
"Graphics/Effects/Space/Kaleidoscope/KaleidoscopeGraphic.swift",
"Graphics/Effects/Space/Metal/DirectMetal.swift",
"Graphics/Effects/Space/Morph/Morph.swift",
"Graphics/Effects/Space/Morph/MorphGraphic.swift",
"Graphics/Effects/Space/Pixelate/Pixelate.swift",
"Graphics/Effects/Space/Pixelate/PixelateGraphic.swift",
"Graphics/Effects/Space/Rainbow Blur/RainbowBlur.swift",
"Graphics/Effects/Space/Rainbow Blur/RainbowBlurGraphic.swift",
"Graphics/Effects/Space/Sample Line/SampleLine.swift",
"Graphics/Effects/Space/Sharpen/Sharpen.swift",
"Graphics/Effects/Space/Sharpen/SharpenGraphic.swift",
"Graphics/Effects/Space/SpaceEffectGraphic3DProtocol.swift",
"Graphics/Effects/Space/SpaceEffectGraphic3DType.swift",
"Graphics/Effects/Space/SpaceEffectGraphicProtocol.swift",
"Graphics/Effects/Space/SpaceEffectGraphicType.swift",
"Graphics/Effects/Space/Transform/AGOffset.swift",
"Graphics/Effects/Space/Transform/Transform.swift",
"Graphics/Effects/Space/Transform/Transform3D.swift",
"Graphics/Effects/Space/Transform/TransformGraphic.swift",
"Graphics/Effects/Space/Transform/TransformGraphic3D.swift",
"Renderer/Extensions/Renderer+CommandEncoder.swift",
"Renderer/Extensions/Renderer+Error.swift",
"Renderer/Extensions/Renderer+Pipeline.swift",
"Renderer/Extensions/Renderer+Sampler.swift",
"Renderer/Extensions/Renderer+Shaders.swift",
"Renderer/Extensions/Renderer+Vertex.swift",
"Renderer/Extensions/Types/Renderer+Camera.swift",
"Renderer/Extensions/Types/Renderer+Metadata.swift",
"Renderer/Extensions/Types/Renderer+Options.swift",
"Renderer/Extensions/Types/Renderer+Shader.swift",
"Renderer/Extensions/Types/Renderer+Uniforms.swift",
"Renderer/Renderer.swift",
"Types/Extensions/Angle+codable.swift",
"Types/Metal/MetalUniform.swift",
"Types/Metal/RawMetalUniform.swift",
"Types/Resolution/MultiDimensionalResolution.swift",
"Types/Uniforms/Angle.swift",
"Types/Uniforms/ColorUniform.swift",
"Types/Uniforms/PointUniform.swift",
"Types/Uniforms/SizeUniform.swift",
"Types/Uniforms/VectorUniform.swift",
"Views/AGView.swift",
"Views/AsyncGraphicView.swift",
"Views/Graphic3DImageRenderView.swift",
"Views/Graphic3DRenderView.swift",
"Views/Graphic3DView.swift",
"Views/GraphicImageRenderView.swift",
"Views/GraphicRenderView.swift",
"Views/GraphicView.swift",
"Views/Metal/GraphicMetalView.swift",
"Views/Metal/GraphicMetalViewable.swift",
"Views/Metal/GraphicMetalVisionView.swift",
"Views/Render/Graphic3DImageRenderer.swift",
"Views/Render/Graphic3DViewRenderer.swift",
"Views/Render/GraphicImageRenderer.swift",
"Views/Render/GraphicViewRenderer.swift",
"Views/Representable/GraphicRepresentableView.swift",
"Views/Representable/GraphicVisionRepresentableView.swift",
"Views/State/Graphic3DRenderState.swift",
"Views/State/GraphicRenderState.swift"
],
"target_dependencies" : [
"AsyncGraphicsMacros"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.