The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftGraphics with Swift 5.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/emorydunn/SwiftGraphics.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/emorydunn/SwiftGraphics
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 32d2350 Add additional logging
Cloned https://github.com/emorydunn/SwiftGraphics.git
Revision (git rev-parse @):
32d2350da9e0591f0b23f662dd3e51293a1cfa12
SUCCESS checkout https://github.com/emorydunn/SwiftGraphics.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/emorydunn/SwiftGraphics.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--423B1241ED78D482.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/39] Emitting module SwiftGraphics
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:126:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:15:27: error: cannot find type 'CGContext' in scope
    func draw(in context: CGContext)
                          ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:19:32: error: cannot find type 'CGContext' in scope
    func debugDraw(in context: CGContext)
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Color.swift:136:32: error: cannot find type 'CGColor' in scope
    public func toCGColor() -> CGColor {
                               ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/DrawingContext.swift:35:11: error: cannot find type 'CGContext' in scope
extension CGContext: DrawingContext {
          ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Ray Tracing/DirectionalEmitter.swift:86:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Circle/Circle+Drawable.swift:33:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Circle/Circle+Drawable.swift:50:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Line.swift:203:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Line.swift:212:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:161:32: error: cannot find type 'CGContext' in scope
    open func draw(in context: CGContext) {
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:173:37: error: cannot find type 'CGContext' in scope
    open func debugDraw(in context: CGContext) {
                                    ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Vector.swift:397:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Vector.swift:403:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
[4/44] Compiling SwiftGraphics Angles.swift
[5/44] Compiling SwiftGraphics Array.swift
[6/44] Compiling SwiftGraphics Clamped.swift
[7/44] Compiling SwiftGraphics Double.swift
[8/44] Compiling SwiftGraphics String.swift
[9/44] Compiling SwiftGraphics XMLElement.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:15:27: error: cannot find type 'CGContext' in scope
    func draw(in context: CGContext)
                          ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Circle/Circle+Drawable.swift:33:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Ray Tracing/DirectionalEmitter.swift:86:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:126:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Ray Tracing/DirectionalEmitter.swift:88:27: error: argument passed to call that takes no arguments
        ray.debugDraw(in: context)
                     ~~~~~^~~~~~~~
[10/44] Compiling SwiftGraphics Perlin.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:15:27: error: cannot find type 'CGContext' in scope
    func draw(in context: CGContext)
                          ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Circle/Circle+Drawable.swift:33:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Ray Tracing/DirectionalEmitter.swift:86:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:126:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Ray Tracing/DirectionalEmitter.swift:88:27: error: argument passed to call that takes no arguments
        ray.debugDraw(in: context)
                     ~~~~~^~~~~~~~
[11/44] Compiling SwiftGraphics PointInPolygon.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:15:27: error: cannot find type 'CGContext' in scope
    func draw(in context: CGContext)
                          ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Circle/Circle+Drawable.swift:33:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Ray Tracing/DirectionalEmitter.swift:86:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:126:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Ray Tracing/DirectionalEmitter.swift:88:27: error: argument passed to call that takes no arguments
        ray.debugDraw(in: context)
                     ~~~~~^~~~~~~~
[12/44] Compiling SwiftGraphics CircleEmitter.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:15:27: error: cannot find type 'CGContext' in scope
    func draw(in context: CGContext)
                          ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Circle/Circle+Drawable.swift:33:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Ray Tracing/DirectionalEmitter.swift:86:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:126:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Ray Tracing/DirectionalEmitter.swift:88:27: error: argument passed to call that takes no arguments
        ray.debugDraw(in: context)
                     ~~~~~^~~~~~~~
[13/44] Compiling SwiftGraphics DirectionalEmitter.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:15:27: error: cannot find type 'CGContext' in scope
    func draw(in context: CGContext)
                          ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Circle/Circle+Drawable.swift:33:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Ray Tracing/DirectionalEmitter.swift:86:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:126:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Ray Tracing/DirectionalEmitter.swift:88:27: error: argument passed to call that takes no arguments
        ray.debugDraw(in: context)
                     ~~~~~^~~~~~~~
[14/44] Compiling SwiftGraphics Circle+Drawable.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Circle/Circle+Drawable.swift:33:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Circle/Circle+Drawable.swift:50:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:15:27: error: cannot find type 'CGContext' in scope
    func draw(in context: CGContext)
                          ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:19:32: error: cannot find type 'CGContext' in scope
    func debugDraw(in context: CGContext)
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Color.swift:136:32: error: cannot find type 'CGColor' in scope
    public func toCGColor() -> CGColor {
                               ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Line.swift:203:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
[15/44] Compiling SwiftGraphics Circle+RayTracable.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Circle/Circle+Drawable.swift:33:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Circle/Circle+Drawable.swift:50:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:15:27: error: cannot find type 'CGContext' in scope
    func draw(in context: CGContext)
                          ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:19:32: error: cannot find type 'CGContext' in scope
    func debugDraw(in context: CGContext)
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Color.swift:136:32: error: cannot find type 'CGColor' in scope
    public func toCGColor() -> CGColor {
                               ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Line.swift:203:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
[16/44] Compiling SwiftGraphics Circle.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Circle/Circle+Drawable.swift:33:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Circle/Circle+Drawable.swift:50:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:15:27: error: cannot find type 'CGContext' in scope
    func draw(in context: CGContext)
                          ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:19:32: error: cannot find type 'CGContext' in scope
    func debugDraw(in context: CGContext)
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Color.swift:136:32: error: cannot find type 'CGColor' in scope
    public func toCGColor() -> CGColor {
                               ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Line.swift:203:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
[17/44] Compiling SwiftGraphics HatchFill.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Circle/Circle+Drawable.swift:33:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Circle/Circle+Drawable.swift:50:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:15:27: error: cannot find type 'CGContext' in scope
    func draw(in context: CGContext)
                          ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:19:32: error: cannot find type 'CGContext' in scope
    func debugDraw(in context: CGContext)
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Color.swift:136:32: error: cannot find type 'CGColor' in scope
    public func toCGColor() -> CGColor {
                               ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Line.swift:203:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
[18/44] Compiling SwiftGraphics OverflowHatch.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Circle/Circle+Drawable.swift:33:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Circle/Circle+Drawable.swift:50:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:15:27: error: cannot find type 'CGContext' in scope
    func draw(in context: CGContext)
                          ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:19:32: error: cannot find type 'CGContext' in scope
    func debugDraw(in context: CGContext)
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Color.swift:136:32: error: cannot find type 'CGColor' in scope
    public func toCGColor() -> CGColor {
                               ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Line.swift:203:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
[19/44] Compiling SwiftGraphics Color.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Color.swift:136:32: error: cannot find type 'CGColor' in scope
    public func toCGColor() -> CGColor {
                               ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/DrawingContext.swift:35:11: error: cannot find type 'CGContext' in scope
extension CGContext: DrawingContext {
          ^~~~~~~~~
[20/44] Compiling SwiftGraphics DrawingContext.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Color.swift:136:32: error: cannot find type 'CGColor' in scope
    public func toCGColor() -> CGColor {
                               ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/DrawingContext.swift:35:11: error: cannot find type 'CGContext' in scope
extension CGContext: DrawingContext {
          ^~~~~~~~~
[21/44] Compiling SwiftGraphics SVGContext.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Color.swift:136:32: error: cannot find type 'CGColor' in scope
    public func toCGColor() -> CGColor {
                               ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/DrawingContext.swift:35:11: error: cannot find type 'CGContext' in scope
extension CGContext: DrawingContext {
          ^~~~~~~~~
[22/44] Compiling SwiftGraphics SVGDrawable.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Color.swift:136:32: error: cannot find type 'CGColor' in scope
    public func toCGColor() -> CGColor {
                               ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/DrawingContext.swift:35:11: error: cannot find type 'CGContext' in scope
extension CGContext: DrawingContext {
          ^~~~~~~~~
[23/44] Compiling SwiftGraphics SketchSVGDrawing.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Color.swift:136:32: error: cannot find type 'CGColor' in scope
    public func toCGColor() -> CGColor {
                               ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/DrawingContext.swift:35:11: error: cannot find type 'CGContext' in scope
extension CGContext: DrawingContext {
          ^~~~~~~~~
[24/44] Compiling SwiftGraphics Emitter.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:15:27: error: cannot find type 'CGContext' in scope
    func draw(in context: CGContext)
                          ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Line.swift:203:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Vector.swift:397:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:19:32: error: cannot find type 'CGContext' in scope
    func debugDraw(in context: CGContext)
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Color.swift:136:32: error: cannot find type 'CGColor' in scope
    public func toCGColor() -> CGColor {
                               ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Vector.swift:403:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/BezierPath.swift:143:29: error: argument passed to call that takes no arguments
        start.debugDraw(in: context)
                       ~~~~~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/BezierPath.swift:145:36: error: argument passed to call that takes no arguments
            $0.point.debugDraw(in: context)
                              ~~~~~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:161:32: error: cannot find type 'CGContext' in scope
    open func draw(in context: CGContext) {
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/BoundingBox.swift:45:29: error: cannot find type 'CGContext' in scope
        case let context as CGContext:
                            ^~~~~~~~~
[25/44] Compiling SwiftGraphics Fresnel.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:15:27: error: cannot find type 'CGContext' in scope
    func draw(in context: CGContext)
                          ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Line.swift:203:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Vector.swift:397:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:19:32: error: cannot find type 'CGContext' in scope
    func debugDraw(in context: CGContext)
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Color.swift:136:32: error: cannot find type 'CGColor' in scope
    public func toCGColor() -> CGColor {
                               ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Vector.swift:403:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/BezierPath.swift:143:29: error: argument passed to call that takes no arguments
        start.debugDraw(in: context)
                       ~~~~~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/BezierPath.swift:145:36: error: argument passed to call that takes no arguments
            $0.point.debugDraw(in: context)
                              ~~~~~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:161:32: error: cannot find type 'CGContext' in scope
    open func draw(in context: CGContext) {
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/BoundingBox.swift:45:29: error: cannot find type 'CGContext' in scope
        case let context as CGContext:
                            ^~~~~~~~~
[26/44] Compiling SwiftGraphics LinearEmitter.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:15:27: error: cannot find type 'CGContext' in scope
    func draw(in context: CGContext)
                          ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Line.swift:203:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Vector.swift:397:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:19:32: error: cannot find type 'CGContext' in scope
    func debugDraw(in context: CGContext)
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Color.swift:136:32: error: cannot find type 'CGColor' in scope
    public func toCGColor() -> CGColor {
                               ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Vector.swift:403:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/BezierPath.swift:143:29: error: argument passed to call that takes no arguments
        start.debugDraw(in: context)
                       ~~~~~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/BezierPath.swift:145:36: error: argument passed to call that takes no arguments
            $0.point.debugDraw(in: context)
                              ~~~~~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:161:32: error: cannot find type 'CGContext' in scope
    open func draw(in context: CGContext) {
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/BoundingBox.swift:45:29: error: cannot find type 'CGContext' in scope
        case let context as CGContext:
                            ^~~~~~~~~
[27/44] Compiling SwiftGraphics BezierPath.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:15:27: error: cannot find type 'CGContext' in scope
    func draw(in context: CGContext)
                          ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Line.swift:203:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Vector.swift:397:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:19:32: error: cannot find type 'CGContext' in scope
    func debugDraw(in context: CGContext)
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Color.swift:136:32: error: cannot find type 'CGColor' in scope
    public func toCGColor() -> CGColor {
                               ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Vector.swift:403:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/BezierPath.swift:143:29: error: argument passed to call that takes no arguments
        start.debugDraw(in: context)
                       ~~~~~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/BezierPath.swift:145:36: error: argument passed to call that takes no arguments
            $0.point.debugDraw(in: context)
                              ~~~~~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:161:32: error: cannot find type 'CGContext' in scope
    open func draw(in context: CGContext) {
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/BoundingBox.swift:45:29: error: cannot find type 'CGContext' in scope
        case let context as CGContext:
                            ^~~~~~~~~
[28/44] Compiling SwiftGraphics BoundingBox.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:15:27: error: cannot find type 'CGContext' in scope
    func draw(in context: CGContext)
                          ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Line.swift:203:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Vector.swift:397:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:19:32: error: cannot find type 'CGContext' in scope
    func debugDraw(in context: CGContext)
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Color.swift:136:32: error: cannot find type 'CGColor' in scope
    public func toCGColor() -> CGColor {
                               ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Vector.swift:403:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/BezierPath.swift:143:29: error: argument passed to call that takes no arguments
        start.debugDraw(in: context)
                       ~~~~~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/BezierPath.swift:145:36: error: argument passed to call that takes no arguments
            $0.point.debugDraw(in: context)
                              ~~~~~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:161:32: error: cannot find type 'CGContext' in scope
    open func draw(in context: CGContext) {
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/BoundingBox.swift:45:29: error: cannot find type 'CGContext' in scope
        case let context as CGContext:
                            ^~~~~~~~~
[29/44] Compiling SwiftGraphics DefaultIntersections.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:126:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:15:27: error: cannot find type 'CGContext' in scope
    func draw(in context: CGContext)
                          ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Circle/Circle+Drawable.swift:33:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:19:32: error: cannot find type 'CGContext' in scope
    func debugDraw(in context: CGContext)
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Vector.swift:403:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:134:32: error: argument passed to call that takes no arguments
        dirPoint.debugDraw(in: context)
                          ~~~~~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:148:29: error: cannot find type 'CGContext' in scope
        case let context as CGContext:
                            ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:149:27: error: argument passed to call that takes no arguments
            debugDraw(in: context)
                     ~~~~~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:34:45: error: argument passed to call that takes no arguments
            (self as? CGDrawable)?.draw(in: context)
                                       ~~~~~^~~~~~~~
[30/44] Compiling SwiftGraphics Intersectable.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:126:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:15:27: error: cannot find type 'CGContext' in scope
    func draw(in context: CGContext)
                          ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Circle/Circle+Drawable.swift:33:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:19:32: error: cannot find type 'CGContext' in scope
    func debugDraw(in context: CGContext)
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Vector.swift:403:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:134:32: error: argument passed to call that takes no arguments
        dirPoint.debugDraw(in: context)
                          ~~~~~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:148:29: error: cannot find type 'CGContext' in scope
        case let context as CGContext:
                            ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:149:27: error: argument passed to call that takes no arguments
            debugDraw(in: context)
                     ~~~~~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:34:45: error: argument passed to call that takes no arguments
            (self as? CGDrawable)?.draw(in: context)
                                       ~~~~~^~~~~~~~
[31/44] Compiling SwiftGraphics RayTracable.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:126:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:15:27: error: cannot find type 'CGContext' in scope
    func draw(in context: CGContext)
                          ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Circle/Circle+Drawable.swift:33:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:19:32: error: cannot find type 'CGContext' in scope
    func debugDraw(in context: CGContext)
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Vector.swift:403:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:134:32: error: argument passed to call that takes no arguments
        dirPoint.debugDraw(in: context)
                          ~~~~~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:148:29: error: cannot find type 'CGContext' in scope
        case let context as CGContext:
                            ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:149:27: error: argument passed to call that takes no arguments
            debugDraw(in: context)
                     ~~~~~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:34:45: error: argument passed to call that takes no arguments
            (self as? CGDrawable)?.draw(in: context)
                                       ~~~~~^~~~~~~~
[32/44] Compiling SwiftGraphics Polygon.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:126:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:15:27: error: cannot find type 'CGContext' in scope
    func draw(in context: CGContext)
                          ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Circle/Circle+Drawable.swift:33:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:19:32: error: cannot find type 'CGContext' in scope
    func debugDraw(in context: CGContext)
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Vector.swift:403:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:134:32: error: argument passed to call that takes no arguments
        dirPoint.debugDraw(in: context)
                          ~~~~~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:148:29: error: cannot find type 'CGContext' in scope
        case let context as CGContext:
                            ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:149:27: error: argument passed to call that takes no arguments
            debugDraw(in: context)
                     ~~~~~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:34:45: error: argument passed to call that takes no arguments
            (self as? CGDrawable)?.draw(in: context)
                                       ~~~~~^~~~~~~~
[33/44] Compiling SwiftGraphics Shape.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:126:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:15:27: error: cannot find type 'CGContext' in scope
    func draw(in context: CGContext)
                          ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Circle/Circle+Drawable.swift:33:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:19:32: error: cannot find type 'CGContext' in scope
    func debugDraw(in context: CGContext)
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Vector.swift:403:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:134:32: error: argument passed to call that takes no arguments
        dirPoint.debugDraw(in: context)
                          ~~~~~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:148:29: error: cannot find type 'CGContext' in scope
        case let context as CGContext:
                            ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:149:27: error: argument passed to call that takes no arguments
            debugDraw(in: context)
                     ~~~~~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:34:45: error: argument passed to call that takes no arguments
            (self as? CGDrawable)?.draw(in: context)
                                       ~~~~~^~~~~~~~
[34/44] Compiling SwiftGraphics Sketch Protcols.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:126:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:15:27: error: cannot find type 'CGContext' in scope
    func draw(in context: CGContext)
                          ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Circle/Circle+Drawable.swift:33:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:19:32: error: cannot find type 'CGContext' in scope
    func debugDraw(in context: CGContext)
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Vector.swift:403:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:134:32: error: argument passed to call that takes no arguments
        dirPoint.debugDraw(in: context)
                          ~~~~~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:148:29: error: cannot find type 'CGContext' in scope
        case let context as CGContext:
                            ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:149:27: error: argument passed to call that takes no arguments
            debugDraw(in: context)
                     ~~~~~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:34:45: error: argument passed to call that takes no arguments
            (self as? CGDrawable)?.draw(in: context)
                                       ~~~~~^~~~~~~~
[35/44] Compiling SwiftGraphics Sketch.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:15:27: error: cannot find type 'CGContext' in scope
    func draw(in context: CGContext)
                          ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:161:32: error: cannot find type 'CGContext' in scope
    open func draw(in context: CGContext) {
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/SketchView.swift:39:67: error: cannot assign value of type 'CGContext?' to type '(any DrawingContext)?'
        SwiftGraphicsContext.current = NSGraphicsContext.current?.cgContext
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
                                                                            as! any DrawingContext
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/SketchView.swift:63:67: error: cannot assign value of type 'CGContext?' to type '(any DrawingContext)?'
        SwiftGraphicsContext.current = NSGraphicsContext.current?.cgContext
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
                                                                            as! any DrawingContext
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:19:32: error: cannot find type 'CGContext' in scope
    func debugDraw(in context: CGContext)
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:35:29: error: cannot find type 'CGContext' in scope
        case let context as CGContext:
                            ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:36:27: error: argument passed to call that takes no arguments
            debugDraw(in: context)
                     ~~~~~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/SketchBitmapDrawing.swift:19:67: error: cannot assign value of type 'CGContext?' to type '(any DrawingContext)?'
        SwiftGraphicsContext.current = NSGraphicsContext.current?.cgContext
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
                                                                            as! any DrawingContext
[36/44] Compiling SwiftGraphics SketchView.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:15:27: error: cannot find type 'CGContext' in scope
    func draw(in context: CGContext)
                          ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:161:32: error: cannot find type 'CGContext' in scope
    open func draw(in context: CGContext) {
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/SketchView.swift:39:67: error: cannot assign value of type 'CGContext?' to type '(any DrawingContext)?'
        SwiftGraphicsContext.current = NSGraphicsContext.current?.cgContext
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
                                                                            as! any DrawingContext
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/SketchView.swift:63:67: error: cannot assign value of type 'CGContext?' to type '(any DrawingContext)?'
        SwiftGraphicsContext.current = NSGraphicsContext.current?.cgContext
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
                                                                            as! any DrawingContext
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:19:32: error: cannot find type 'CGContext' in scope
    func debugDraw(in context: CGContext)
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:35:29: error: cannot find type 'CGContext' in scope
        case let context as CGContext:
                            ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:36:27: error: argument passed to call that takes no arguments
            debugDraw(in: context)
                     ~~~~~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/SketchBitmapDrawing.swift:19:67: error: cannot assign value of type 'CGContext?' to type '(any DrawingContext)?'
        SwiftGraphicsContext.current = NSGraphicsContext.current?.cgContext
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
                                                                            as! any DrawingContext
[37/44] Compiling SwiftGraphics CGDrawable.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:15:27: error: cannot find type 'CGContext' in scope
    func draw(in context: CGContext)
                          ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:161:32: error: cannot find type 'CGContext' in scope
    open func draw(in context: CGContext) {
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/SketchView.swift:39:67: error: cannot assign value of type 'CGContext?' to type '(any DrawingContext)?'
        SwiftGraphicsContext.current = NSGraphicsContext.current?.cgContext
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
                                                                            as! any DrawingContext
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/SketchView.swift:63:67: error: cannot assign value of type 'CGContext?' to type '(any DrawingContext)?'
        SwiftGraphicsContext.current = NSGraphicsContext.current?.cgContext
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
                                                                            as! any DrawingContext
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:19:32: error: cannot find type 'CGContext' in scope
    func debugDraw(in context: CGContext)
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:35:29: error: cannot find type 'CGContext' in scope
        case let context as CGContext:
                            ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:36:27: error: argument passed to call that takes no arguments
            debugDraw(in: context)
                     ~~~~~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/SketchBitmapDrawing.swift:19:67: error: cannot assign value of type 'CGContext?' to type '(any DrawingContext)?'
        SwiftGraphicsContext.current = NSGraphicsContext.current?.cgContext
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
                                                                            as! any DrawingContext
[38/44] Compiling SwiftGraphics SketchBitmapDrawing.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:15:27: error: cannot find type 'CGContext' in scope
    func draw(in context: CGContext)
                          ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:161:32: error: cannot find type 'CGContext' in scope
    open func draw(in context: CGContext) {
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/SketchView.swift:39:67: error: cannot assign value of type 'CGContext?' to type '(any DrawingContext)?'
        SwiftGraphicsContext.current = NSGraphicsContext.current?.cgContext
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
                                                                            as! any DrawingContext
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/SketchView.swift:63:67: error: cannot assign value of type 'CGContext?' to type '(any DrawingContext)?'
        SwiftGraphicsContext.current = NSGraphicsContext.current?.cgContext
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
                                                                            as! any DrawingContext
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:19:32: error: cannot find type 'CGContext' in scope
    func debugDraw(in context: CGContext)
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:35:29: error: cannot find type 'CGContext' in scope
        case let context as CGContext:
                            ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:36:27: error: argument passed to call that takes no arguments
            debugDraw(in: context)
                     ~~~~~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/SketchBitmapDrawing.swift:19:67: error: cannot assign value of type 'CGContext?' to type '(any DrawingContext)?'
        SwiftGraphicsContext.current = NSGraphicsContext.current?.cgContext
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
                                                                            as! any DrawingContext
[39/44] Compiling SwiftGraphics BlendMode.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:15:27: error: cannot find type 'CGContext' in scope
    func draw(in context: CGContext)
                          ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:161:32: error: cannot find type 'CGContext' in scope
    open func draw(in context: CGContext) {
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/SketchView.swift:39:67: error: cannot assign value of type 'CGContext?' to type '(any DrawingContext)?'
        SwiftGraphicsContext.current = NSGraphicsContext.current?.cgContext
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
                                                                            as! any DrawingContext
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/SketchView.swift:63:67: error: cannot assign value of type 'CGContext?' to type '(any DrawingContext)?'
        SwiftGraphicsContext.current = NSGraphicsContext.current?.cgContext
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
                                                                            as! any DrawingContext
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:19:32: error: cannot find type 'CGContext' in scope
    func debugDraw(in context: CGContext)
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:35:29: error: cannot find type 'CGContext' in scope
        case let context as CGContext:
                            ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:36:27: error: argument passed to call that takes no arguments
            debugDraw(in: context)
                     ~~~~~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/SketchBitmapDrawing.swift:19:67: error: cannot assign value of type 'CGContext?' to type '(any DrawingContext)?'
        SwiftGraphicsContext.current = NSGraphicsContext.current?.cgContext
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
                                                                            as! any DrawingContext
[40/44] Compiling SwiftGraphics Line.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Line.swift:203:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Line.swift:212:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:15:27: error: cannot find type 'CGContext' in scope
    func draw(in context: CGContext)
                          ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:19:32: error: cannot find type 'CGContext' in scope
    func debugDraw(in context: CGContext)
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Color.swift:136:32: error: cannot find type 'CGColor' in scope
    public func toCGColor() -> CGColor {
                               ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Line.swift:215:33: error: cannot infer contextual base in reference to member 'init'
        context.setStrokeColor(.init(red: 255, green: 0, blue: 128, alpha: 1))
                               ~^~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Line.swift:223:33: error: cannot infer contextual base in reference to member 'init'
        context.setStrokeColor(.init(gray: 0.5, alpha: 1))
                               ~^~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Vector.swift:403:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Path.swift:121:30: error: argument passed to call that takes no arguments
            $0.debugDraw(in: context)
                        ~~~~~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:161:32: error: cannot find type 'CGContext' in scope
    open func draw(in context: CGContext) {
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:173:37: error: cannot find type 'CGContext' in scope
    open func debugDraw(in context: CGContext) {
                                    ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:175:23: error: cannot find 'CGColor' in scope
        let tlColor = CGColor(red: 255 / 255, green: 159 / 255, blue: 82 / 255, alpha: 1)
                      ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:176:23: error: cannot find 'CGColor' in scope
        let trColor = CGColor(red: 82 / 255, green: 243 / 255, blue: 255 / 255, alpha: 1)
                      ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:177:23: error: cannot find 'CGColor' in scope
        let brColor = CGColor(red: 163 / 255, green: 82 / 255, blue: 255 / 255, alpha: 1)
                      ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:178:23: error: cannot find 'CGColor' in scope
        let blColor = CGColor(red: 255 / 255, green: 82 / 255, blue: 82 / 255, alpha: 1)
                      ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Circle/Circle+Drawable.swift:33:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Vector.swift:397:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
[41/44] Compiling SwiftGraphics Path.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Line.swift:203:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Line.swift:212:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:15:27: error: cannot find type 'CGContext' in scope
    func draw(in context: CGContext)
                          ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:19:32: error: cannot find type 'CGContext' in scope
    func debugDraw(in context: CGContext)
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Color.swift:136:32: error: cannot find type 'CGColor' in scope
    public func toCGColor() -> CGColor {
                               ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Line.swift:215:33: error: cannot infer contextual base in reference to member 'init'
        context.setStrokeColor(.init(red: 255, green: 0, blue: 128, alpha: 1))
                               ~^~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Line.swift:223:33: error: cannot infer contextual base in reference to member 'init'
        context.setStrokeColor(.init(gray: 0.5, alpha: 1))
                               ~^~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Vector.swift:403:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Path.swift:121:30: error: argument passed to call that takes no arguments
            $0.debugDraw(in: context)
                        ~~~~~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:161:32: error: cannot find type 'CGContext' in scope
    open func draw(in context: CGContext) {
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:173:37: error: cannot find type 'CGContext' in scope
    open func debugDraw(in context: CGContext) {
                                    ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:175:23: error: cannot find 'CGColor' in scope
        let tlColor = CGColor(red: 255 / 255, green: 159 / 255, blue: 82 / 255, alpha: 1)
                      ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:176:23: error: cannot find 'CGColor' in scope
        let trColor = CGColor(red: 82 / 255, green: 243 / 255, blue: 255 / 255, alpha: 1)
                      ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:177:23: error: cannot find 'CGColor' in scope
        let brColor = CGColor(red: 163 / 255, green: 82 / 255, blue: 255 / 255, alpha: 1)
                      ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:178:23: error: cannot find 'CGColor' in scope
        let blColor = CGColor(red: 255 / 255, green: 82 / 255, blue: 82 / 255, alpha: 1)
                      ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Circle/Circle+Drawable.swift:33:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Vector.swift:397:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
[42/44] Compiling SwiftGraphics Rectangle.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Line.swift:203:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Line.swift:212:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:15:27: error: cannot find type 'CGContext' in scope
    func draw(in context: CGContext)
                          ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:19:32: error: cannot find type 'CGContext' in scope
    func debugDraw(in context: CGContext)
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Color.swift:136:32: error: cannot find type 'CGColor' in scope
    public func toCGColor() -> CGColor {
                               ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Line.swift:215:33: error: cannot infer contextual base in reference to member 'init'
        context.setStrokeColor(.init(red: 255, green: 0, blue: 128, alpha: 1))
                               ~^~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Line.swift:223:33: error: cannot infer contextual base in reference to member 'init'
        context.setStrokeColor(.init(gray: 0.5, alpha: 1))
                               ~^~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Vector.swift:403:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Path.swift:121:30: error: argument passed to call that takes no arguments
            $0.debugDraw(in: context)
                        ~~~~~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:161:32: error: cannot find type 'CGContext' in scope
    open func draw(in context: CGContext) {
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:173:37: error: cannot find type 'CGContext' in scope
    open func debugDraw(in context: CGContext) {
                                    ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:175:23: error: cannot find 'CGColor' in scope
        let tlColor = CGColor(red: 255 / 255, green: 159 / 255, blue: 82 / 255, alpha: 1)
                      ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:176:23: error: cannot find 'CGColor' in scope
        let trColor = CGColor(red: 82 / 255, green: 243 / 255, blue: 255 / 255, alpha: 1)
                      ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:177:23: error: cannot find 'CGColor' in scope
        let brColor = CGColor(red: 163 / 255, green: 82 / 255, blue: 255 / 255, alpha: 1)
                      ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:178:23: error: cannot find 'CGColor' in scope
        let blColor = CGColor(red: 255 / 255, green: 82 / 255, blue: 82 / 255, alpha: 1)
                      ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Circle/Circle+Drawable.swift:33:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Vector.swift:397:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
[43/44] Compiling SwiftGraphics Size.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Line.swift:203:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Line.swift:212:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:15:27: error: cannot find type 'CGContext' in scope
    func draw(in context: CGContext)
                          ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:19:32: error: cannot find type 'CGContext' in scope
    func debugDraw(in context: CGContext)
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Color.swift:136:32: error: cannot find type 'CGColor' in scope
    public func toCGColor() -> CGColor {
                               ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Line.swift:215:33: error: cannot infer contextual base in reference to member 'init'
        context.setStrokeColor(.init(red: 255, green: 0, blue: 128, alpha: 1))
                               ~^~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Line.swift:223:33: error: cannot infer contextual base in reference to member 'init'
        context.setStrokeColor(.init(gray: 0.5, alpha: 1))
                               ~^~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Vector.swift:403:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Path.swift:121:30: error: argument passed to call that takes no arguments
            $0.debugDraw(in: context)
                        ~~~~~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:161:32: error: cannot find type 'CGContext' in scope
    open func draw(in context: CGContext) {
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:173:37: error: cannot find type 'CGContext' in scope
    open func debugDraw(in context: CGContext) {
                                    ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:175:23: error: cannot find 'CGColor' in scope
        let tlColor = CGColor(red: 255 / 255, green: 159 / 255, blue: 82 / 255, alpha: 1)
                      ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:176:23: error: cannot find 'CGColor' in scope
        let trColor = CGColor(red: 82 / 255, green: 243 / 255, blue: 255 / 255, alpha: 1)
                      ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:177:23: error: cannot find 'CGColor' in scope
        let brColor = CGColor(red: 163 / 255, green: 82 / 255, blue: 255 / 255, alpha: 1)
                      ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:178:23: error: cannot find 'CGColor' in scope
        let blColor = CGColor(red: 255 / 255, green: 82 / 255, blue: 82 / 255, alpha: 1)
                      ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Circle/Circle+Drawable.swift:33:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Vector.swift:397:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
[44/44] Compiling SwiftGraphics Vector.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Line.swift:203:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Line.swift:212:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:15:27: error: cannot find type 'CGContext' in scope
    func draw(in context: CGContext)
                          ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:19:32: error: cannot find type 'CGContext' in scope
    func debugDraw(in context: CGContext)
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Color.swift:136:32: error: cannot find type 'CGColor' in scope
    public func toCGColor() -> CGColor {
                               ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Line.swift:215:33: error: cannot infer contextual base in reference to member 'init'
        context.setStrokeColor(.init(red: 255, green: 0, blue: 128, alpha: 1))
                               ~^~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Line.swift:223:33: error: cannot infer contextual base in reference to member 'init'
        context.setStrokeColor(.init(gray: 0.5, alpha: 1))
                               ~^~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Vector.swift:403:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Path.swift:121:30: error: argument passed to call that takes no arguments
            $0.debugDraw(in: context)
                        ~~~~~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:161:32: error: cannot find type 'CGContext' in scope
    open func draw(in context: CGContext) {
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:173:37: error: cannot find type 'CGContext' in scope
    open func debugDraw(in context: CGContext) {
                                    ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:175:23: error: cannot find 'CGColor' in scope
        let tlColor = CGColor(red: 255 / 255, green: 159 / 255, blue: 82 / 255, alpha: 1)
                      ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:176:23: error: cannot find 'CGColor' in scope
        let trColor = CGColor(red: 82 / 255, green: 243 / 255, blue: 255 / 255, alpha: 1)
                      ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:177:23: error: cannot find 'CGColor' in scope
        let brColor = CGColor(red: 163 / 255, green: 82 / 255, blue: 255 / 255, alpha: 1)
                      ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:178:23: error: cannot find 'CGColor' in scope
        let blColor = CGColor(red: 255 / 255, green: 82 / 255, blue: 82 / 255, alpha: 1)
                      ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Circle/Circle+Drawable.swift:33:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Vector.swift:397:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
error: fatalError
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version--423B1241ED78D482.txt
[2/34] Compiling SwiftGraphics Sketch Protcols.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:15:27: error: cannot find type 'CGContext' in scope
    func draw(in context: CGContext)
                          ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:161:32: error: cannot find type 'CGContext' in scope
    open func draw(in context: CGContext) {
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/SketchView.swift:39:67: error: cannot assign value of type 'CGContext?' to type '(any DrawingContext)?'
        SwiftGraphicsContext.current = NSGraphicsContext.current?.cgContext
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
                                                                            as! any DrawingContext
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/SketchView.swift:63:67: error: cannot assign value of type 'CGContext?' to type '(any DrawingContext)?'
        SwiftGraphicsContext.current = NSGraphicsContext.current?.cgContext
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
                                                                            as! any DrawingContext
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:19:32: error: cannot find type 'CGContext' in scope
    func debugDraw(in context: CGContext)
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:35:29: error: cannot find type 'CGContext' in scope
        case let context as CGContext:
                            ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:36:27: error: argument passed to call that takes no arguments
            debugDraw(in: context)
                     ~~~~~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/SketchBitmapDrawing.swift:19:67: error: cannot assign value of type 'CGContext?' to type '(any DrawingContext)?'
        SwiftGraphicsContext.current = NSGraphicsContext.current?.cgContext
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
                                                                            as! any DrawingContext
[3/34] Compiling SwiftGraphics Sketch.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:15:27: error: cannot find type 'CGContext' in scope
    func draw(in context: CGContext)
                          ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:161:32: error: cannot find type 'CGContext' in scope
    open func draw(in context: CGContext) {
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/SketchView.swift:39:67: error: cannot assign value of type 'CGContext?' to type '(any DrawingContext)?'
        SwiftGraphicsContext.current = NSGraphicsContext.current?.cgContext
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
                                                                            as! any DrawingContext
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/SketchView.swift:63:67: error: cannot assign value of type 'CGContext?' to type '(any DrawingContext)?'
        SwiftGraphicsContext.current = NSGraphicsContext.current?.cgContext
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
                                                                            as! any DrawingContext
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:19:32: error: cannot find type 'CGContext' in scope
    func debugDraw(in context: CGContext)
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:35:29: error: cannot find type 'CGContext' in scope
        case let context as CGContext:
                            ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:36:27: error: argument passed to call that takes no arguments
            debugDraw(in: context)
                     ~~~~~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/SketchBitmapDrawing.swift:19:67: error: cannot assign value of type 'CGContext?' to type '(any DrawingContext)?'
        SwiftGraphicsContext.current = NSGraphicsContext.current?.cgContext
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
                                                                            as! any DrawingContext
[4/34] Compiling SwiftGraphics SketchView.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:15:27: error: cannot find type 'CGContext' in scope
    func draw(in context: CGContext)
                          ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:161:32: error: cannot find type 'CGContext' in scope
    open func draw(in context: CGContext) {
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/SketchView.swift:39:67: error: cannot assign value of type 'CGContext?' to type '(any DrawingContext)?'
        SwiftGraphicsContext.current = NSGraphicsContext.current?.cgContext
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
                                                                            as! any DrawingContext
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/SketchView.swift:63:67: error: cannot assign value of type 'CGContext?' to type '(any DrawingContext)?'
        SwiftGraphicsContext.current = NSGraphicsContext.current?.cgContext
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
                                                                            as! any DrawingContext
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:19:32: error: cannot find type 'CGContext' in scope
    func debugDraw(in context: CGContext)
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:35:29: error: cannot find type 'CGContext' in scope
        case let context as CGContext:
                            ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:36:27: error: argument passed to call that takes no arguments
            debugDraw(in: context)
                     ~~~~~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/SketchBitmapDrawing.swift:19:67: error: cannot assign value of type 'CGContext?' to type '(any DrawingContext)?'
        SwiftGraphicsContext.current = NSGraphicsContext.current?.cgContext
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
                                                                            as! any DrawingContext
[5/34] Compiling SwiftGraphics CGDrawable.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:15:27: error: cannot find type 'CGContext' in scope
    func draw(in context: CGContext)
                          ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:161:32: error: cannot find type 'CGContext' in scope
    open func draw(in context: CGContext) {
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/SketchView.swift:39:67: error: cannot assign value of type 'CGContext?' to type '(any DrawingContext)?'
        SwiftGraphicsContext.current = NSGraphicsContext.current?.cgContext
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
                                                                            as! any DrawingContext
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/SketchView.swift:63:67: error: cannot assign value of type 'CGContext?' to type '(any DrawingContext)?'
        SwiftGraphicsContext.current = NSGraphicsContext.current?.cgContext
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
                                                                            as! any DrawingContext
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:19:32: error: cannot find type 'CGContext' in scope
    func debugDraw(in context: CGContext)
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:35:29: error: cannot find type 'CGContext' in scope
        case let context as CGContext:
                            ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:36:27: error: argument passed to call that takes no arguments
            debugDraw(in: context)
                     ~~~~~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/SketchBitmapDrawing.swift:19:67: error: cannot assign value of type 'CGContext?' to type '(any DrawingContext)?'
        SwiftGraphicsContext.current = NSGraphicsContext.current?.cgContext
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
                                                                            as! any DrawingContext
[6/34] Compiling SwiftGraphics SketchBitmapDrawing.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:15:27: error: cannot find type 'CGContext' in scope
    func draw(in context: CGContext)
                          ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:161:32: error: cannot find type 'CGContext' in scope
    open func draw(in context: CGContext) {
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/SketchView.swift:39:67: error: cannot assign value of type 'CGContext?' to type '(any DrawingContext)?'
        SwiftGraphicsContext.current = NSGraphicsContext.current?.cgContext
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
                                                                            as! any DrawingContext
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/SketchView.swift:63:67: error: cannot assign value of type 'CGContext?' to type '(any DrawingContext)?'
        SwiftGraphicsContext.current = NSGraphicsContext.current?.cgContext
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
                                                                            as! any DrawingContext
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:19:32: error: cannot find type 'CGContext' in scope
    func debugDraw(in context: CGContext)
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:35:29: error: cannot find type 'CGContext' in scope
        case let context as CGContext:
                            ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:36:27: error: argument passed to call that takes no arguments
            debugDraw(in: context)
                     ~~~~~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/SketchBitmapDrawing.swift:19:67: error: cannot assign value of type 'CGContext?' to type '(any DrawingContext)?'
        SwiftGraphicsContext.current = NSGraphicsContext.current?.cgContext
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
                                                                            as! any DrawingContext
[7/38] Compiling SwiftGraphics Circle.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:15:27: error: cannot find type 'CGContext' in scope
    func draw(in context: CGContext)
                          ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Line.swift:203:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Line.swift:212:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:19:32: error: cannot find type 'CGContext' in scope
    func debugDraw(in context: CGContext)
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Color.swift:136:32: error: cannot find type 'CGColor' in scope
    public func toCGColor() -> CGColor {
                               ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Line.swift:215:33: error: cannot infer contextual base in reference to member 'init'
        context.setStrokeColor(.init(red: 255, green: 0, blue: 128, alpha: 1))
                               ~^~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Line.swift:223:33: error: cannot infer contextual base in reference to member 'init'
        context.setStrokeColor(.init(gray: 0.5, alpha: 1))
                               ~^~~~
[8/38] Compiling SwiftGraphics HatchFill.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:15:27: error: cannot find type 'CGContext' in scope
    func draw(in context: CGContext)
                          ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Line.swift:203:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Line.swift:212:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:19:32: error: cannot find type 'CGContext' in scope
    func debugDraw(in context: CGContext)
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Color.swift:136:32: error: cannot find type 'CGColor' in scope
    public func toCGColor() -> CGColor {
                               ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Line.swift:215:33: error: cannot infer contextual base in reference to member 'init'
        context.setStrokeColor(.init(red: 255, green: 0, blue: 128, alpha: 1))
                               ~^~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Line.swift:223:33: error: cannot infer contextual base in reference to member 'init'
        context.setStrokeColor(.init(gray: 0.5, alpha: 1))
                               ~^~~~
[9/38] Compiling SwiftGraphics OverflowHatch.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:15:27: error: cannot find type 'CGContext' in scope
    func draw(in context: CGContext)
                          ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Line.swift:203:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Line.swift:212:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:19:32: error: cannot find type 'CGContext' in scope
    func debugDraw(in context: CGContext)
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Color.swift:136:32: error: cannot find type 'CGColor' in scope
    public func toCGColor() -> CGColor {
                               ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Line.swift:215:33: error: cannot infer contextual base in reference to member 'init'
        context.setStrokeColor(.init(red: 255, green: 0, blue: 128, alpha: 1))
                               ~^~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Line.swift:223:33: error: cannot infer contextual base in reference to member 'init'
        context.setStrokeColor(.init(gray: 0.5, alpha: 1))
                               ~^~~~
[10/38] Compiling SwiftGraphics Line.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:15:27: error: cannot find type 'CGContext' in scope
    func draw(in context: CGContext)
                          ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Line.swift:203:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Line.swift:212:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:19:32: error: cannot find type 'CGContext' in scope
    func debugDraw(in context: CGContext)
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Color.swift:136:32: error: cannot find type 'CGColor' in scope
    public func toCGColor() -> CGColor {
                               ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Line.swift:215:33: error: cannot infer contextual base in reference to member 'init'
        context.setStrokeColor(.init(red: 255, green: 0, blue: 128, alpha: 1))
                               ~^~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Line.swift:223:33: error: cannot infer contextual base in reference to member 'init'
        context.setStrokeColor(.init(gray: 0.5, alpha: 1))
                               ~^~~~
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/38] Emitting module SwiftGraphics
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:126:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:15:27: error: cannot find type 'CGContext' in scope
    func draw(in context: CGContext)
                          ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:19:32: error: cannot find type 'CGContext' in scope
    func debugDraw(in context: CGContext)
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Color.swift:136:32: error: cannot find type 'CGColor' in scope
    public func toCGColor() -> CGColor {
                               ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/DrawingContext.swift:35:11: error: cannot find type 'CGContext' in scope
extension CGContext: DrawingContext {
          ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Ray Tracing/DirectionalEmitter.swift:86:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Circle/Circle+Drawable.swift:33:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Circle/Circle+Drawable.swift:50:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Line.swift:203:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Line.swift:212:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:161:32: error: cannot find type 'CGContext' in scope
    open func draw(in context: CGContext) {
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:173:37: error: cannot find type 'CGContext' in scope
    open func debugDraw(in context: CGContext) {
                                    ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Vector.swift:397:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Vector.swift:403:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
[12/38] Compiling SwiftGraphics BlendMode.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Color.swift:136:32: error: cannot find type 'CGColor' in scope
    public func toCGColor() -> CGColor {
                               ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/DrawingContext.swift:35:11: error: cannot find type 'CGContext' in scope
extension CGContext: DrawingContext {
          ^~~~~~~~~
[13/38] Compiling SwiftGraphics Color.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Color.swift:136:32: error: cannot find type 'CGColor' in scope
    public func toCGColor() -> CGColor {
                               ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/DrawingContext.swift:35:11: error: cannot find type 'CGContext' in scope
extension CGContext: DrawingContext {
          ^~~~~~~~~
[14/38] Compiling SwiftGraphics DrawingContext.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Color.swift:136:32: error: cannot find type 'CGColor' in scope
    public func toCGColor() -> CGColor {
                               ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/DrawingContext.swift:35:11: error: cannot find type 'CGContext' in scope
extension CGContext: DrawingContext {
          ^~~~~~~~~
[15/38] Compiling SwiftGraphics SVGContext.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Color.swift:136:32: error: cannot find type 'CGColor' in scope
    public func toCGColor() -> CGColor {
                               ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/DrawingContext.swift:35:11: error: cannot find type 'CGContext' in scope
extension CGContext: DrawingContext {
          ^~~~~~~~~
[16/38] Compiling SwiftGraphics SVGDrawable.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Color.swift:136:32: error: cannot find type 'CGColor' in scope
    public func toCGColor() -> CGColor {
                               ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/DrawingContext.swift:35:11: error: cannot find type 'CGContext' in scope
extension CGContext: DrawingContext {
          ^~~~~~~~~
[17/38] Compiling SwiftGraphics DefaultIntersections.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:126:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:15:27: error: cannot find type 'CGContext' in scope
    func draw(in context: CGContext)
                          ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Circle/Circle+Drawable.swift:33:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:19:32: error: cannot find type 'CGContext' in scope
    func debugDraw(in context: CGContext)
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Vector.swift:403:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:134:32: error: argument passed to call that takes no arguments
        dirPoint.debugDraw(in: context)
                          ~~~~~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:148:29: error: cannot find type 'CGContext' in scope
        case let context as CGContext:
                            ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:149:27: error: argument passed to call that takes no arguments
            debugDraw(in: context)
                     ~~~~~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:34:45: error: argument passed to call that takes no arguments
            (self as? CGDrawable)?.draw(in: context)
                                       ~~~~~^~~~~~~~
[18/38] Compiling SwiftGraphics Intersectable.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:126:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:15:27: error: cannot find type 'CGContext' in scope
    func draw(in context: CGContext)
                          ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Circle/Circle+Drawable.swift:33:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:19:32: error: cannot find type 'CGContext' in scope
    func debugDraw(in context: CGContext)
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Vector.swift:403:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:134:32: error: argument passed to call that takes no arguments
        dirPoint.debugDraw(in: context)
                          ~~~~~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:148:29: error: cannot find type 'CGContext' in scope
        case let context as CGContext:
                            ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:149:27: error: argument passed to call that takes no arguments
            debugDraw(in: context)
                     ~~~~~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:34:45: error: argument passed to call that takes no arguments
            (self as? CGDrawable)?.draw(in: context)
                                       ~~~~~^~~~~~~~
[19/38] Compiling SwiftGraphics RayTracable.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:126:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:15:27: error: cannot find type 'CGContext' in scope
    func draw(in context: CGContext)
                          ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Circle/Circle+Drawable.swift:33:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:19:32: error: cannot find type 'CGContext' in scope
    func debugDraw(in context: CGContext)
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Vector.swift:403:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:134:32: error: argument passed to call that takes no arguments
        dirPoint.debugDraw(in: context)
                          ~~~~~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:148:29: error: cannot find type 'CGContext' in scope
        case let context as CGContext:
                            ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:149:27: error: argument passed to call that takes no arguments
            debugDraw(in: context)
                     ~~~~~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:34:45: error: argument passed to call that takes no arguments
            (self as? CGDrawable)?.draw(in: context)
                                       ~~~~~^~~~~~~~
[20/38] Compiling SwiftGraphics Polygon.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:126:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:15:27: error: cannot find type 'CGContext' in scope
    func draw(in context: CGContext)
                          ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Circle/Circle+Drawable.swift:33:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:19:32: error: cannot find type 'CGContext' in scope
    func debugDraw(in context: CGContext)
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Vector.swift:403:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:134:32: error: argument passed to call that takes no arguments
        dirPoint.debugDraw(in: context)
                          ~~~~~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:148:29: error: cannot find type 'CGContext' in scope
        case let context as CGContext:
                            ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:149:27: error: argument passed to call that takes no arguments
            debugDraw(in: context)
                     ~~~~~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:34:45: error: argument passed to call that takes no arguments
            (self as? CGDrawable)?.draw(in: context)
                                       ~~~~~^~~~~~~~
[21/38] Compiling SwiftGraphics Shape.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:126:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:15:27: error: cannot find type 'CGContext' in scope
    func draw(in context: CGContext)
                          ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Circle/Circle+Drawable.swift:33:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:19:32: error: cannot find type 'CGContext' in scope
    func debugDraw(in context: CGContext)
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Vector.swift:403:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:134:32: error: argument passed to call that takes no arguments
        dirPoint.debugDraw(in: context)
                          ~~~~~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:148:29: error: cannot find type 'CGContext' in scope
        case let context as CGContext:
                            ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:149:27: error: argument passed to call that takes no arguments
            debugDraw(in: context)
                     ~~~~~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:34:45: error: argument passed to call that takes no arguments
            (self as? CGDrawable)?.draw(in: context)
                                       ~~~~~^~~~~~~~
[22/38] Compiling SwiftGraphics BezierPath.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:15:27: error: cannot find type 'CGContext' in scope
    func draw(in context: CGContext)
                          ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:19:32: error: cannot find type 'CGContext' in scope
    func debugDraw(in context: CGContext)
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Color.swift:136:32: error: cannot find type 'CGColor' in scope
    public func toCGColor() -> CGColor {
                               ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Vector.swift:403:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/BezierPath.swift:143:29: error: argument passed to call that takes no arguments
        start.debugDraw(in: context)
                       ~~~~~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/BezierPath.swift:145:36: error: argument passed to call that takes no arguments
            $0.point.debugDraw(in: context)
                              ~~~~~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:161:32: error: cannot find type 'CGContext' in scope
    open func draw(in context: CGContext) {
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/BoundingBox.swift:45:29: error: cannot find type 'CGContext' in scope
        case let context as CGContext:
                            ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Circle/Circle+Drawable.swift:33:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Circle/Circle+Drawable.swift:50:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
[23/38] Compiling SwiftGraphics BoundingBox.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:15:27: error: cannot find type 'CGContext' in scope
    func draw(in context: CGContext)
                          ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:19:32: error: cannot find type 'CGContext' in scope
    func debugDraw(in context: CGContext)
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Color.swift:136:32: error: cannot find type 'CGColor' in scope
    public func toCGColor() -> CGColor {
                               ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Vector.swift:403:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/BezierPath.swift:143:29: error: argument passed to call that takes no arguments
        start.debugDraw(in: context)
                       ~~~~~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/BezierPath.swift:145:36: error: argument passed to call that takes no arguments
            $0.point.debugDraw(in: context)
                              ~~~~~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:161:32: error: cannot find type 'CGContext' in scope
    open func draw(in context: CGContext) {
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/BoundingBox.swift:45:29: error: cannot find type 'CGContext' in scope
        case let context as CGContext:
                            ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Circle/Circle+Drawable.swift:33:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Circle/Circle+Drawable.swift:50:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
[24/38] Compiling SwiftGraphics Circle+Drawable.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:15:27: error: cannot find type 'CGContext' in scope
    func draw(in context: CGContext)
                          ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:19:32: error: cannot find type 'CGContext' in scope
    func debugDraw(in context: CGContext)
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Color.swift:136:32: error: cannot find type 'CGColor' in scope
    public func toCGColor() -> CGColor {
                               ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Vector.swift:403:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/BezierPath.swift:143:29: error: argument passed to call that takes no arguments
        start.debugDraw(in: context)
                       ~~~~~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/BezierPath.swift:145:36: error: argument passed to call that takes no arguments
            $0.point.debugDraw(in: context)
                              ~~~~~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:161:32: error: cannot find type 'CGContext' in scope
    open func draw(in context: CGContext) {
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/BoundingBox.swift:45:29: error: cannot find type 'CGContext' in scope
        case let context as CGContext:
                            ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Circle/Circle+Drawable.swift:33:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Circle/Circle+Drawable.swift:50:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
[25/38] Compiling SwiftGraphics Circle+RayTracable.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:15:27: error: cannot find type 'CGContext' in scope
    func draw(in context: CGContext)
                          ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:19:32: error: cannot find type 'CGContext' in scope
    func debugDraw(in context: CGContext)
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Color.swift:136:32: error: cannot find type 'CGColor' in scope
    public func toCGColor() -> CGColor {
                               ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Vector.swift:403:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/BezierPath.swift:143:29: error: argument passed to call that takes no arguments
        start.debugDraw(in: context)
                       ~~~~~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/BezierPath.swift:145:36: error: argument passed to call that takes no arguments
            $0.point.debugDraw(in: context)
                              ~~~~~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:161:32: error: cannot find type 'CGContext' in scope
    open func draw(in context: CGContext) {
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/BoundingBox.swift:45:29: error: cannot find type 'CGContext' in scope
        case let context as CGContext:
                            ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Circle/Circle+Drawable.swift:33:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Circle/Circle+Drawable.swift:50:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
[26/38] Compiling SwiftGraphics DirectionalEmitter.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Ray Tracing/DirectionalEmitter.swift:86:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:126:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Ray Tracing/DirectionalEmitter.swift:88:27: error: argument passed to call that takes no arguments
        ray.debugDraw(in: context)
                     ~~~~~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:15:27: error: cannot find type 'CGContext' in scope
    func draw(in context: CGContext)
                          ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Line.swift:203:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Vector.swift:397:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
[27/38] Compiling SwiftGraphics Emitter.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Ray Tracing/DirectionalEmitter.swift:86:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:126:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Ray Tracing/DirectionalEmitter.swift:88:27: error: argument passed to call that takes no arguments
        ray.debugDraw(in: context)
                     ~~~~~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:15:27: error: cannot find type 'CGContext' in scope
    func draw(in context: CGContext)
                          ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Line.swift:203:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Vector.swift:397:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
[28/38] Compiling SwiftGraphics Fresnel.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Ray Tracing/DirectionalEmitter.swift:86:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:126:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Ray Tracing/DirectionalEmitter.swift:88:27: error: argument passed to call that takes no arguments
        ray.debugDraw(in: context)
                     ~~~~~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:15:27: error: cannot find type 'CGContext' in scope
    func draw(in context: CGContext)
                          ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Line.swift:203:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Vector.swift:397:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
[29/38] Compiling SwiftGraphics LinearEmitter.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Ray Tracing/DirectionalEmitter.swift:86:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:126:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Ray Tracing/DirectionalEmitter.swift:88:27: error: argument passed to call that takes no arguments
        ray.debugDraw(in: context)
                     ~~~~~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:15:27: error: cannot find type 'CGContext' in scope
    func draw(in context: CGContext)
                          ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Line.swift:203:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Vector.swift:397:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
[30/38] Compiling SwiftGraphics SketchSVGDrawing.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:15:27: error: cannot find type 'CGContext' in scope
    func draw(in context: CGContext)
                          ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Circle/Circle+Drawable.swift:33:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
[31/38] Compiling SwiftGraphics XMLElement.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:15:27: error: cannot find type 'CGContext' in scope
    func draw(in context: CGContext)
                          ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Circle/Circle+Drawable.swift:33:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
[32/38] Compiling SwiftGraphics Perlin.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:15:27: error: cannot find type 'CGContext' in scope
    func draw(in context: CGContext)
                          ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Circle/Circle+Drawable.swift:33:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
[33/38] Compiling SwiftGraphics PointInPolygon.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:15:27: error: cannot find type 'CGContext' in scope
    func draw(in context: CGContext)
                          ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Circle/Circle+Drawable.swift:33:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
[34/38] Compiling SwiftGraphics CircleEmitter.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:15:27: error: cannot find type 'CGContext' in scope
    func draw(in context: CGContext)
                          ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Circle/Circle+Drawable.swift:33:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
[35/38] Compiling SwiftGraphics Path.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:15:27: error: cannot find type 'CGContext' in scope
    func draw(in context: CGContext)
                          ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:19:32: error: cannot find type 'CGContext' in scope
    func debugDraw(in context: CGContext)
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Color.swift:136:32: error: cannot find type 'CGColor' in scope
    public func toCGColor() -> CGColor {
                               ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Vector.swift:403:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Path.swift:121:30: error: argument passed to call that takes no arguments
            $0.debugDraw(in: context)
                        ~~~~~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:161:32: error: cannot find type 'CGContext' in scope
    open func draw(in context: CGContext) {
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:173:37: error: cannot find type 'CGContext' in scope
    open func debugDraw(in context: CGContext) {
                                    ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:175:23: error: cannot find 'CGColor' in scope
        let tlColor = CGColor(red: 255 / 255, green: 159 / 255, blue: 82 / 255, alpha: 1)
                      ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:176:23: error: cannot find 'CGColor' in scope
        let trColor = CGColor(red: 82 / 255, green: 243 / 255, blue: 255 / 255, alpha: 1)
                      ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:177:23: error: cannot find 'CGColor' in scope
        let brColor = CGColor(red: 163 / 255, green: 82 / 255, blue: 255 / 255, alpha: 1)
                      ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:178:23: error: cannot find 'CGColor' in scope
        let blColor = CGColor(red: 255 / 255, green: 82 / 255, blue: 82 / 255, alpha: 1)
                      ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Circle/Circle+Drawable.swift:33:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Line.swift:203:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Vector.swift:397:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
[36/38] Compiling SwiftGraphics Rectangle.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:15:27: error: cannot find type 'CGContext' in scope
    func draw(in context: CGContext)
                          ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:19:32: error: cannot find type 'CGContext' in scope
    func debugDraw(in context: CGContext)
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Color.swift:136:32: error: cannot find type 'CGColor' in scope
    public func toCGColor() -> CGColor {
                               ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Vector.swift:403:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Path.swift:121:30: error: argument passed to call that takes no arguments
            $0.debugDraw(in: context)
                        ~~~~~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:161:32: error: cannot find type 'CGContext' in scope
    open func draw(in context: CGContext) {
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:173:37: error: cannot find type 'CGContext' in scope
    open func debugDraw(in context: CGContext) {
                                    ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:175:23: error: cannot find 'CGColor' in scope
        let tlColor = CGColor(red: 255 / 255, green: 159 / 255, blue: 82 / 255, alpha: 1)
                      ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:176:23: error: cannot find 'CGColor' in scope
        let trColor = CGColor(red: 82 / 255, green: 243 / 255, blue: 255 / 255, alpha: 1)
                      ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:177:23: error: cannot find 'CGColor' in scope
        let brColor = CGColor(red: 163 / 255, green: 82 / 255, blue: 255 / 255, alpha: 1)
                      ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:178:23: error: cannot find 'CGColor' in scope
        let blColor = CGColor(red: 255 / 255, green: 82 / 255, blue: 82 / 255, alpha: 1)
                      ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Circle/Circle+Drawable.swift:33:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Line.swift:203:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Vector.swift:397:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
[37/38] Compiling SwiftGraphics Size.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:15:27: error: cannot find type 'CGContext' in scope
    func draw(in context: CGContext)
                          ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:19:32: error: cannot find type 'CGContext' in scope
    func debugDraw(in context: CGContext)
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Color.swift:136:32: error: cannot find type 'CGColor' in scope
    public func toCGColor() -> CGColor {
                               ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Vector.swift:403:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Path.swift:121:30: error: argument passed to call that takes no arguments
            $0.debugDraw(in: context)
                        ~~~~~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:161:32: error: cannot find type 'CGContext' in scope
    open func draw(in context: CGContext) {
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:173:37: error: cannot find type 'CGContext' in scope
    open func debugDraw(in context: CGContext) {
                                    ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:175:23: error: cannot find 'CGColor' in scope
        let tlColor = CGColor(red: 255 / 255, green: 159 / 255, blue: 82 / 255, alpha: 1)
                      ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:176:23: error: cannot find 'CGColor' in scope
        let trColor = CGColor(red: 82 / 255, green: 243 / 255, blue: 255 / 255, alpha: 1)
                      ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:177:23: error: cannot find 'CGColor' in scope
        let brColor = CGColor(red: 163 / 255, green: 82 / 255, blue: 255 / 255, alpha: 1)
                      ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:178:23: error: cannot find 'CGColor' in scope
        let blColor = CGColor(red: 255 / 255, green: 82 / 255, blue: 82 / 255, alpha: 1)
                      ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Circle/Circle+Drawable.swift:33:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Line.swift:203:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Vector.swift:397:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
[38/38] Compiling SwiftGraphics Vector.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:15:27: error: cannot find type 'CGContext' in scope
    func draw(in context: CGContext)
                          ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Bitmap Drawing/CGDrawable.swift:19:32: error: cannot find type 'CGContext' in scope
    func debugDraw(in context: CGContext)
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Drawing/Color.swift:136:32: error: cannot find type 'CGColor' in scope
    public func toCGColor() -> CGColor {
                               ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Vector.swift:403:39: error: cannot find type 'CGContext' in scope
    public func debugDraw(in context: CGContext) {
                                      ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Path.swift:121:30: error: argument passed to call that takes no arguments
            $0.debugDraw(in: context)
                        ~~~~~^~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:161:32: error: cannot find type 'CGContext' in scope
    open func draw(in context: CGContext) {
                               ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:173:37: error: cannot find type 'CGContext' in scope
    open func debugDraw(in context: CGContext) {
                                    ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:175:23: error: cannot find 'CGColor' in scope
        let tlColor = CGColor(red: 255 / 255, green: 159 / 255, blue: 82 / 255, alpha: 1)
                      ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:176:23: error: cannot find 'CGColor' in scope
        let trColor = CGColor(red: 82 / 255, green: 243 / 255, blue: 255 / 255, alpha: 1)
                      ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:177:23: error: cannot find 'CGColor' in scope
        let brColor = CGColor(red: 163 / 255, green: 82 / 255, blue: 255 / 255, alpha: 1)
                      ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Rectangle.swift:178:23: error: cannot find 'CGColor' in scope
        let blColor = CGColor(red: 255 / 255, green: 82 / 255, blue: 82 / 255, alpha: 1)
                      ^~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Circle/Circle+Drawable.swift:33:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Line.swift:203:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftGraphics/Shapes/Vector.swift:397:34: error: cannot find type 'CGContext' in scope
    public func draw(in context: CGContext) {
                                 ^~~~~~~~~
error: fatalError
BUILD FAILURE 5.10 macosSpm

Build Machine: Mac 7