The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Macaw with Swift 5.9 for macOS (SPM).

Build Command

Build command unavailable

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/exyte/macaw.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/exyte/macaw
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 273964a Update README.md
Cloned https://github.com/exyte/macaw.git
Revision (git rev-parse @):
273964aa992017077bbb5060fe1698393c3c60b4
SUCCESS checkout https://github.com/exyte/macaw.git at master
Fetching https://github.com/drmohundro/SWXMLHash from cache
Fetched https://github.com/drmohundro/SWXMLHash (0.26s)
Computing version for https://github.com/drmohundro/SWXMLHash
Computed https://github.com/drmohundro/SWXMLHash at 6.0.0 (0.07s)
Creating working copy for https://github.com/drmohundro/SWXMLHash
Working copy of https://github.com/drmohundro/SWXMLHash resolved at 6.0.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "macaw",
      "name": "Macaw",
      "url": "https://github.com/exyte/macaw.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/macaw",
      "dependencies": [
        {
          "identity": "swxmlhash",
          "name": "SWXMLHash",
          "url": "https://github.com/drmohundro/SWXMLHash",
          "version": "6.0.0",
          "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SWXMLHash",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/exyte/macaw.git
[1/16490] Fetching macaw
Fetched https://github.com/exyte/macaw.git (11.31s)
Fetching https://github.com/drmohundro/SWXMLHash from cache
Fetched https://github.com/drmohundro/SWXMLHash (0.24s)
Computing version for https://github.com/drmohundro/SWXMLHash
Computed https://github.com/drmohundro/SWXMLHash at 6.0.0 (0.06s)
Creating working copy for https://github.com/drmohundro/SWXMLHash
Working copy of https://github.com/drmohundro/SWXMLHash resolved at 6.0.0
Creating working copy for https://github.com/exyte/macaw.git
Working copy of https://github.com/exyte/macaw.git resolved at master
warning: '.resolve-product-dependencies': dependency 'macaw' is not used by any target
Found 1 product dependencies
  - SWXMLHash
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/4] Compiling SWXMLHash XMLIndexer+XMLIndexerDeserializable.swift
[2/4] Compiling SWXMLHash XMLHash.swift
[3/4] Emitting module SWXMLHash
[4/4] Compiling SWXMLHash shim.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/128] Emitting module Macaw
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:41:40: error: cannot find type 'CGContext' in scope
    override func doRender(in context: CGContext, force: Bool, opacity: Double, coloringMode: ColoringMode = .rgb) {
                                       ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:41:19: error: method does not override any method from its superclass
    override func doRender(in context: CGContext, force: Bool, opacity: Double, coloringMode: ColoringMode = .rgb) {
    ~~~~~~~~      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:49:53: error: cannot find type 'CGContext' in scope
    override func doFindNodeAt(path: NodePath, ctx: CGContext) -> NodePath? {
                                                    ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:49:19: error: method does not override any method from its superclass
    override func doFindNodeAt(path: NodePath, ctx: CGContext) -> NodePath? {
    ~~~~~~~~      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
[6/145] Compiling Macaw OffsetEffect.swift
[7/145] Compiling Macaw Pattern.swift
[8/145] Compiling Macaw RadialGradient.swift
[9/145] Compiling Macaw Stop.swift
[10/145] Compiling Macaw Stroke.swift
[11/145] Compiling Macaw Arc.swift
[12/145] Compiling Macaw Circle.swift
[13/145] Compiling Macaw Ellipse.swift
[14/145] Compiling Macaw GeomUtils.swift
[15/145] Compiling Macaw Insets.swift
[16/145] Compiling Macaw Line.swift
[17/145] Compiling Macaw Locus.swift
[18/145] Compiling Macaw MoveTo.swift
[19/145] Compiling Macaw Path.swift
[20/145] Compiling Macaw PathBuilder.swift
[21/145] Compiling Macaw PathSegment.swift
[22/145] Compiling Macaw PathSegmentType.swift
[23/145] Compiling Macaw MCAMediaTimingFillMode_iOS.swift
[24/145] Compiling Macaw MCAMediaTimingFillMode_macOS.swift
[25/145] Compiling Macaw MCAMediaTimingFunctionName_iOS.swift
[26/145] Compiling Macaw MCAMediaTimingFunctionName_macOS.swift
[27/145] Compiling Macaw MCAShapeLayerLineCap_iOS.swift
[28/145] Compiling Macaw MCAShapeLayerLineCap_macOS.swift
[29/145] Compiling Macaw MCAShapeLayerLineJoin_iOS.swift
[30/145] Compiling Macaw MCAShapeLayerLineJoin_macOS.swift
[31/145] Compiling Macaw AnimatableVariable.swift
[32/145] Compiling Macaw Animation.swift
[33/145] Compiling Macaw AnimationImpl.swift
[34/145] Compiling Macaw AnimationProducer.swift
[35/145] Compiling Macaw AnimationUtils.swift
[36/145] Compiling Macaw Easing.swift
[37/145] Compiling Macaw AnimOperators.swift
[38/145] Compiling Macaw ContentsInterpolation.swift
[39/145] Compiling Macaw DoubleInterpolation.swift
[40/145] Compiling Macaw FillInterpolation.swift
[41/145] Compiling Macaw MDisplayLink_iOS.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: warning: switch must be exhaustive
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.cubicCurveTo'
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.quadraticCurveTo'
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:41:40: error: cannot find type 'CGContext' in scope
    override func doRender(in context: CGContext, force: Bool, opacity: Double, coloringMode: ColoringMode = .rgb) {
                                       ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:41:19: error: method does not override any method from its superclass
    override func doRender(in context: CGContext, force: Bool, opacity: Double, coloringMode: ColoringMode = .rgb) {
    ~~~~~~~~      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:49:53: error: cannot find type 'CGContext' in scope
    override func doFindNodeAt(path: NodePath, ctx: CGContext) -> NodePath? {
                                                    ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:49:19: error: method does not override any method from its superclass
    override func doFindNodeAt(path: NodePath, ctx: CGContext) -> NodePath? {
    ~~~~~~~~      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:13:26: error: 'nil' requires a contextual type
        self.cgContext = nil
                         ^
[42/145] Compiling Macaw MView_iOS.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: warning: switch must be exhaustive
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.cubicCurveTo'
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.quadraticCurveTo'
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:41:40: error: cannot find type 'CGContext' in scope
    override func doRender(in context: CGContext, force: Bool, opacity: Double, coloringMode: ColoringMode = .rgb) {
                                       ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:41:19: error: method does not override any method from its superclass
    override func doRender(in context: CGContext, force: Bool, opacity: Double, coloringMode: ColoringMode = .rgb) {
    ~~~~~~~~      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:49:53: error: cannot find type 'CGContext' in scope
    override func doFindNodeAt(path: NodePath, ctx: CGContext) -> NodePath? {
                                                    ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:49:19: error: method does not override any method from its superclass
    override func doFindNodeAt(path: NodePath, ctx: CGContext) -> NodePath? {
    ~~~~~~~~      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:13:26: error: 'nil' requires a contextual type
        self.cgContext = nil
                         ^
[43/145] Compiling Macaw Common_macOS.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: warning: switch must be exhaustive
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.cubicCurveTo'
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.quadraticCurveTo'
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:41:40: error: cannot find type 'CGContext' in scope
    override func doRender(in context: CGContext, force: Bool, opacity: Double, coloringMode: ColoringMode = .rgb) {
                                       ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:41:19: error: method does not override any method from its superclass
    override func doRender(in context: CGContext, force: Bool, opacity: Double, coloringMode: ColoringMode = .rgb) {
    ~~~~~~~~      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:49:53: error: cannot find type 'CGContext' in scope
    override func doFindNodeAt(path: NodePath, ctx: CGContext) -> NodePath? {
                                                    ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:49:19: error: method does not override any method from its superclass
    override func doFindNodeAt(path: NodePath, ctx: CGContext) -> NodePath? {
    ~~~~~~~~      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:13:26: error: 'nil' requires a contextual type
        self.cgContext = nil
                         ^
[44/145] Compiling Macaw Graphics_macOS.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: warning: switch must be exhaustive
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.cubicCurveTo'
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.quadraticCurveTo'
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:41:40: error: cannot find type 'CGContext' in scope
    override func doRender(in context: CGContext, force: Bool, opacity: Double, coloringMode: ColoringMode = .rgb) {
                                       ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:41:19: error: method does not override any method from its superclass
    override func doRender(in context: CGContext, force: Bool, opacity: Double, coloringMode: ColoringMode = .rgb) {
    ~~~~~~~~      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:49:53: error: cannot find type 'CGContext' in scope
    override func doFindNodeAt(path: NodePath, ctx: CGContext) -> NodePath? {
                                                    ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:49:19: error: method does not override any method from its superclass
    override func doFindNodeAt(path: NodePath, ctx: CGContext) -> NodePath? {
    ~~~~~~~~      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:13:26: error: 'nil' requires a contextual type
        self.cgContext = nil
                         ^
[45/145] Compiling Macaw MBezierPath+Extension_macOS.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: warning: switch must be exhaustive
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.cubicCurveTo'
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.quadraticCurveTo'
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:41:40: error: cannot find type 'CGContext' in scope
    override func doRender(in context: CGContext, force: Bool, opacity: Double, coloringMode: ColoringMode = .rgb) {
                                       ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:41:19: error: method does not override any method from its superclass
    override func doRender(in context: CGContext, force: Bool, opacity: Double, coloringMode: ColoringMode = .rgb) {
    ~~~~~~~~      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:49:53: error: cannot find type 'CGContext' in scope
    override func doFindNodeAt(path: NodePath, ctx: CGContext) -> NodePath? {
                                                    ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:49:19: error: method does not override any method from its superclass
    override func doFindNodeAt(path: NodePath, ctx: CGContext) -> NodePath? {
    ~~~~~~~~      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:13:26: error: 'nil' requires a contextual type
        self.cgContext = nil
                         ^
[46/145] Compiling Macaw MDisplayLink_macOS.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: warning: switch must be exhaustive
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.cubicCurveTo'
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.quadraticCurveTo'
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:41:40: error: cannot find type 'CGContext' in scope
    override func doRender(in context: CGContext, force: Bool, opacity: Double, coloringMode: ColoringMode = .rgb) {
                                       ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:41:19: error: method does not override any method from its superclass
    override func doRender(in context: CGContext, force: Bool, opacity: Double, coloringMode: ColoringMode = .rgb) {
    ~~~~~~~~      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:49:53: error: cannot find type 'CGContext' in scope
    override func doFindNodeAt(path: NodePath, ctx: CGContext) -> NodePath? {
                                                    ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:49:19: error: method does not override any method from its superclass
    override func doFindNodeAt(path: NodePath, ctx: CGContext) -> NodePath? {
    ~~~~~~~~      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:13:26: error: 'nil' requires a contextual type
        self.cgContext = nil
                         ^
[47/145] Compiling Macaw MView_macOS.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: warning: switch must be exhaustive
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.cubicCurveTo'
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.quadraticCurveTo'
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:41:40: error: cannot find type 'CGContext' in scope
    override func doRender(in context: CGContext, force: Bool, opacity: Double, coloringMode: ColoringMode = .rgb) {
                                       ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:41:19: error: method does not override any method from its superclass
    override func doRender(in context: CGContext, force: Bool, opacity: Double, coloringMode: ColoringMode = .rgb) {
    ~~~~~~~~      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:49:53: error: cannot find type 'CGContext' in scope
    override func doFindNodeAt(path: NodePath, ctx: CGContext) -> NodePath? {
                                                    ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:49:19: error: method does not override any method from its superclass
    override func doFindNodeAt(path: NodePath, ctx: CGContext) -> NodePath? {
    ~~~~~~~~      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:13:26: error: 'nil' requires a contextual type
        self.cgContext = nil
                         ^
[48/145] Compiling Macaw GroupRenderer.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: warning: switch must be exhaustive
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.cubicCurveTo'
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.quadraticCurveTo'
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:41:40: error: cannot find type 'CGContext' in scope
    override func doRender(in context: CGContext, force: Bool, opacity: Double, coloringMode: ColoringMode = .rgb) {
                                       ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:41:19: error: method does not override any method from its superclass
    override func doRender(in context: CGContext, force: Bool, opacity: Double, coloringMode: ColoringMode = .rgb) {
    ~~~~~~~~      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:49:53: error: cannot find type 'CGContext' in scope
    override func doFindNodeAt(path: NodePath, ctx: CGContext) -> NodePath? {
                                                    ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:49:19: error: method does not override any method from its superclass
    override func doFindNodeAt(path: NodePath, ctx: CGContext) -> NodePath? {
    ~~~~~~~~      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:13:26: error: 'nil' requires a contextual type
        self.cgContext = nil
                         ^
[49/145] Compiling Macaw ImageRenderer.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: warning: switch must be exhaustive
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.cubicCurveTo'
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.quadraticCurveTo'
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:41:40: error: cannot find type 'CGContext' in scope
    override func doRender(in context: CGContext, force: Bool, opacity: Double, coloringMode: ColoringMode = .rgb) {
                                       ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:41:19: error: method does not override any method from its superclass
    override func doRender(in context: CGContext, force: Bool, opacity: Double, coloringMode: ColoringMode = .rgb) {
    ~~~~~~~~      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:49:53: error: cannot find type 'CGContext' in scope
    override func doFindNodeAt(path: NodePath, ctx: CGContext) -> NodePath? {
                                                    ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:49:19: error: method does not override any method from its superclass
    override func doFindNodeAt(path: NodePath, ctx: CGContext) -> NodePath? {
    ~~~~~~~~      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:13:26: error: 'nil' requires a contextual type
        self.cgContext = nil
                         ^
[50/145] Compiling Macaw NodeRenderer.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: warning: switch must be exhaustive
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.cubicCurveTo'
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.quadraticCurveTo'
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:41:40: error: cannot find type 'CGContext' in scope
    override func doRender(in context: CGContext, force: Bool, opacity: Double, coloringMode: ColoringMode = .rgb) {
                                       ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:41:19: error: method does not override any method from its superclass
    override func doRender(in context: CGContext, force: Bool, opacity: Double, coloringMode: ColoringMode = .rgb) {
    ~~~~~~~~      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:49:53: error: cannot find type 'CGContext' in scope
    override func doFindNodeAt(path: NodePath, ctx: CGContext) -> NodePath? {
                                                    ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:49:19: error: method does not override any method from its superclass
    override func doFindNodeAt(path: NodePath, ctx: CGContext) -> NodePath? {
    ~~~~~~~~      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:13:26: error: 'nil' requires a contextual type
        self.cgContext = nil
                         ^
[51/145] Compiling Macaw RenderContext.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: warning: switch must be exhaustive
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.cubicCurveTo'
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.quadraticCurveTo'
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:41:40: error: cannot find type 'CGContext' in scope
    override func doRender(in context: CGContext, force: Bool, opacity: Double, coloringMode: ColoringMode = .rgb) {
                                       ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:41:19: error: method does not override any method from its superclass
    override func doRender(in context: CGContext, force: Bool, opacity: Double, coloringMode: ColoringMode = .rgb) {
    ~~~~~~~~      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:49:53: error: cannot find type 'CGContext' in scope
    override func doFindNodeAt(path: NodePath, ctx: CGContext) -> NodePath? {
                                                    ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:49:19: error: method does not override any method from its superclass
    override func doFindNodeAt(path: NodePath, ctx: CGContext) -> NodePath? {
    ~~~~~~~~      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:13:26: error: 'nil' requires a contextual type
        self.cgContext = nil
                         ^
[52/145] Compiling Macaw RenderUtils.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: warning: switch must be exhaustive
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.cubicCurveTo'
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.quadraticCurveTo'
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:41:40: error: cannot find type 'CGContext' in scope
    override func doRender(in context: CGContext, force: Bool, opacity: Double, coloringMode: ColoringMode = .rgb) {
                                       ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:41:19: error: method does not override any method from its superclass
    override func doRender(in context: CGContext, force: Bool, opacity: Double, coloringMode: ColoringMode = .rgb) {
    ~~~~~~~~      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:49:53: error: cannot find type 'CGContext' in scope
    override func doFindNodeAt(path: NodePath, ctx: CGContext) -> NodePath? {
                                                    ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:49:19: error: method does not override any method from its superclass
    override func doFindNodeAt(path: NodePath, ctx: CGContext) -> NodePath? {
    ~~~~~~~~      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:13:26: error: 'nil' requires a contextual type
        self.cgContext = nil
                         ^
[53/145] Compiling Macaw ShapeRenderer.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: warning: switch must be exhaustive
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.cubicCurveTo'
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.quadraticCurveTo'
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:41:40: error: cannot find type 'CGContext' in scope
    override func doRender(in context: CGContext, force: Bool, opacity: Double, coloringMode: ColoringMode = .rgb) {
                                       ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:41:19: error: method does not override any method from its superclass
    override func doRender(in context: CGContext, force: Bool, opacity: Double, coloringMode: ColoringMode = .rgb) {
    ~~~~~~~~      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:49:53: error: cannot find type 'CGContext' in scope
    override func doFindNodeAt(path: NodePath, ctx: CGContext) -> NodePath? {
                                                    ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:49:19: error: method does not override any method from its superclass
    override func doFindNodeAt(path: NodePath, ctx: CGContext) -> NodePath? {
    ~~~~~~~~      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:13:26: error: 'nil' requires a contextual type
        self.cgContext = nil
                         ^
[54/145] Compiling Macaw TextRenderer.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: warning: switch must be exhaustive
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.cubicCurveTo'
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.quadraticCurveTo'
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:41:40: error: cannot find type 'CGContext' in scope
    override func doRender(in context: CGContext, force: Bool, opacity: Double, coloringMode: ColoringMode = .rgb) {
                                       ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:41:19: error: method does not override any method from its superclass
    override func doRender(in context: CGContext, force: Bool, opacity: Double, coloringMode: ColoringMode = .rgb) {
    ~~~~~~~~      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:49:53: error: cannot find type 'CGContext' in scope
    override func doFindNodeAt(path: NodePath, ctx: CGContext) -> NodePath? {
                                                    ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:49:19: error: method does not override any method from its superclass
    override func doFindNodeAt(path: NodePath, ctx: CGContext) -> NodePath? {
    ~~~~~~~~      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:13:26: error: 'nil' requires a contextual type
        self.cgContext = nil
                         ^
[55/145] Compiling Macaw CSSParser.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: warning: switch must be exhaustive
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.cubicCurveTo'
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.quadraticCurveTo'
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:41:40: error: cannot find type 'CGContext' in scope
    override func doRender(in context: CGContext, force: Bool, opacity: Double, coloringMode: ColoringMode = .rgb) {
                                       ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:41:19: error: method does not override any method from its superclass
    override func doRender(in context: CGContext, force: Bool, opacity: Double, coloringMode: ColoringMode = .rgb) {
    ~~~~~~~~      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:49:53: error: cannot find type 'CGContext' in scope
    override func doFindNodeAt(path: NodePath, ctx: CGContext) -> NodePath? {
                                                    ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:49:19: error: method does not override any method from its superclass
    override func doFindNodeAt(path: NodePath, ctx: CGContext) -> NodePath? {
    ~~~~~~~~      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:13:26: error: 'nil' requires a contextual type
        self.cgContext = nil
                         ^
[56/145] Compiling Macaw SVGCanvas.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: warning: switch must be exhaustive
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.cubicCurveTo'
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.quadraticCurveTo'
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:41:40: error: cannot find type 'CGContext' in scope
    override func doRender(in context: CGContext, force: Bool, opacity: Double, coloringMode: ColoringMode = .rgb) {
                                       ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:41:19: error: method does not override any method from its superclass
    override func doRender(in context: CGContext, force: Bool, opacity: Double, coloringMode: ColoringMode = .rgb) {
    ~~~~~~~~      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:49:53: error: cannot find type 'CGContext' in scope
    override func doFindNodeAt(path: NodePath, ctx: CGContext) -> NodePath? {
                                                    ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:49:19: error: method does not override any method from its superclass
    override func doFindNodeAt(path: NodePath, ctx: CGContext) -> NodePath? {
    ~~~~~~~~      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:13:26: error: 'nil' requires a contextual type
        self.cgContext = nil
                         ^
[57/145] Compiling Macaw SVGConstants.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: warning: switch must be exhaustive
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.cubicCurveTo'
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.quadraticCurveTo'
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:41:40: error: cannot find type 'CGContext' in scope
    override func doRender(in context: CGContext, force: Bool, opacity: Double, coloringMode: ColoringMode = .rgb) {
                                       ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:41:19: error: method does not override any method from its superclass
    override func doRender(in context: CGContext, force: Bool, opacity: Double, coloringMode: ColoringMode = .rgb) {
    ~~~~~~~~      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:49:53: error: cannot find type 'CGContext' in scope
    override func doFindNodeAt(path: NodePath, ctx: CGContext) -> NodePath? {
                                                    ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:49:19: error: method does not override any method from its superclass
    override func doFindNodeAt(path: NodePath, ctx: CGContext) -> NodePath? {
    ~~~~~~~~      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:13:26: error: 'nil' requires a contextual type
        self.cgContext = nil
                         ^
[58/145] Compiling Macaw ContentLayout.swift
[59/145] Compiling Macaw Align.swift
[60/145] Compiling Macaw AlphaEffect.swift
[61/145] Compiling Macaw AspectRatio.swift
[62/145] Compiling Macaw Baseline.swift
[63/145] Compiling Macaw BlendEffect.swift
[64/145] Compiling Macaw Color.swift
[65/145] Compiling Macaw ColorMatrix.swift
[66/145] Compiling Macaw ColorMatrixEffect.swift
[67/145] Compiling Macaw Drawable.swift
[68/145] Compiling Macaw Effect.swift
[69/145] Compiling Macaw Fill.swift
[70/145] Compiling Macaw Font.swift
[71/145] Compiling Macaw GaussianBlur.swift
[72/145] Compiling Macaw Gradient.swift
[73/145] Compiling Macaw LineCap.swift
[74/145] Compiling Macaw LineJoin.swift
[75/145] Compiling Macaw LinearGradient.swift
[76/145] Compiling Macaw Interpolable.swift
[77/145] Compiling Macaw LocusInterpolation.swift
[78/145] Compiling Macaw ShapeInterpolation.swift
[79/145] Compiling Macaw StrokeInterpolation.swift
[80/145] Compiling Macaw TransformInterpolation.swift
[81/145] Compiling Macaw FuncBounds.swift
[82/145] Compiling Macaw PathBounds.swift
[83/145] Compiling Macaw PathFunctions.swift
[84/145] Compiling Macaw AnimationSequence.swift
[85/145] Compiling Macaw CombineAnimation.swift
[86/145] Compiling Macaw ContentsAnimation.swift
[87/145] Compiling Macaw MorphingAnimation.swift
[88/145] Compiling Macaw OpacityAnimation.swift
[89/145] Compiling Macaw PathAnimation.swift
[90/145] Compiling Macaw ShapeAnimation.swift
[91/145] Compiling Macaw TransformAnimation.swift
[92/145] Compiling Macaw AnimationCache.swift
[93/145] Compiling Macaw NodeHashable.swift
[94/145] Compiling Macaw Point.swift
[95/145] Compiling Macaw Polygon.swift
[96/145] Compiling Macaw Polyline.swift
[97/145] Compiling Macaw Rect.swift
[98/145] Compiling Macaw RoundRect.swift
[99/145] Compiling Macaw Size.swift
[100/145] Compiling Macaw Transform.swift
[101/145] Compiling Macaw TransformedLocus.swift
[102/145] Compiling Macaw Group.swift
[103/145] Compiling Macaw Image.swift
[104/145] Compiling Macaw Node.swift
[105/145] Compiling Macaw SceneUtils.swift
[106/145] Compiling Macaw Shape.swift
[107/145] Compiling Macaw Text.swift
[108/145] Compiling Macaw MDisplayLink.swift
[109/145] Compiling Macaw Common_iOS.swift
[110/145] Compiling Macaw Graphics_iOS.swift
[111/145] Compiling Macaw TransformHashable.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
[112/145] Compiling Macaw CombinationAnimationGenerator.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
[113/145] Compiling Macaw MorphingGenerator.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
[114/145] Compiling Macaw OpacityGenerator.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
[115/145] Compiling Macaw PathAnimationGenerator.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
[116/145] Compiling Macaw ShapeAnimationGenerator.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
[117/145] Compiling Macaw TimingFunction.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
[118/145] Compiling Macaw TransformGenerator.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
[119/145] Compiling Macaw Disposable.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
[120/145] Compiling Macaw GroupDisposable.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
[121/145] Compiling Macaw Variable.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
[122/145] Compiling Macaw Event.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
[123/145] Compiling Macaw PanEvent.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
[124/145] Compiling Macaw PinchEvent.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
[125/145] Compiling Macaw RotateEvent.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
[126/145] Compiling Macaw TapEvent.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
[127/145] Compiling Macaw TouchEvent.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
[128/145] Compiling Macaw MacawView+PDF.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
[129/145] Compiling Macaw SVGNodeLayout.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
[130/145] Compiling Macaw SVGParser.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
[131/145] Compiling Macaw SVGParserError.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
[132/145] Compiling Macaw SVGSerializer.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
[133/145] Compiling Macaw SVGView.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
[134/145] Compiling Macaw CAAnimationClosure.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
[135/145] Compiling Macaw CGFloat+Double.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
[136/145] Compiling Macaw NSTimer+Closure.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
[137/145] Compiling Macaw BoundsUtils.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
[138/145] Compiling Macaw CGMappings.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
[139/145] Compiling Macaw CommonError.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
[140/145] Compiling Macaw DescriptionExtensions.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
[141/145] Compiling Macaw UIImage2Image.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
[142/145] Compiling Macaw MacawView.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
[143/145] Compiling Macaw MacawZoom.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
[144/145] Compiling Macaw ShapeLayer.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
[145/145] Compiling Macaw Touchable.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
error: fatalError
[0/1] Planning build
Building for debugging...
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1/47] Emitting module Macaw
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:41:40: error: cannot find type 'CGContext' in scope
    override func doRender(in context: CGContext, force: Bool, opacity: Double, coloringMode: ColoringMode = .rgb) {
                                       ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:41:19: error: method does not override any method from its superclass
    override func doRender(in context: CGContext, force: Bool, opacity: Double, coloringMode: ColoringMode = .rgb) {
    ~~~~~~~~      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:49:53: error: cannot find type 'CGContext' in scope
    override func doFindNodeAt(path: NodePath, ctx: CGContext) -> NodePath? {
                                                    ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:49:19: error: method does not override any method from its superclass
    override func doFindNodeAt(path: NodePath, ctx: CGContext) -> NodePath? {
    ~~~~~~~~      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
[2/53] Compiling Macaw TransformHashable.swift
[3/53] Compiling Macaw CombinationAnimationGenerator.swift
[4/53] Compiling Macaw MorphingGenerator.swift
[5/53] Compiling Macaw OpacityGenerator.swift
[6/53] Compiling Macaw PathAnimationGenerator.swift
[7/53] Compiling Macaw ShapeAnimationGenerator.swift
[8/53] Compiling Macaw TimingFunction.swift
[9/53] Compiling Macaw CAAnimationClosure.swift
[10/53] Compiling Macaw CGFloat+Double.swift
[11/53] Compiling Macaw NSTimer+Closure.swift
[12/53] Compiling Macaw BoundsUtils.swift
[13/53] Compiling Macaw CGMappings.swift
[14/53] Compiling Macaw CommonError.swift
[15/53] Compiling Macaw TransformGenerator.swift
[16/53] Compiling Macaw Disposable.swift
[17/53] Compiling Macaw GroupDisposable.swift
[18/53] Compiling Macaw Variable.swift
[19/53] Compiling Macaw Event.swift
[20/53] Compiling Macaw PanEvent.swift
[21/53] Compiling Macaw PinchEvent.swift
[22/53] Compiling Macaw RotateEvent.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
[23/53] Compiling Macaw TapEvent.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
[24/53] Compiling Macaw TouchEvent.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
[25/53] Compiling Macaw MacawView+PDF.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
[26/53] Compiling Macaw MDisplayLink_iOS.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
[27/53] Compiling Macaw MView_iOS.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
[28/53] Compiling Macaw Common_macOS.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
[29/53] Compiling Macaw RenderContext.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:13:26: error: 'nil' requires a contextual type
        self.cgContext = nil
                         ^
[30/53] Compiling Macaw RenderUtils.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:13:26: error: 'nil' requires a contextual type
        self.cgContext = nil
                         ^
[31/53] Compiling Macaw ShapeRenderer.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:13:26: error: 'nil' requires a contextual type
        self.cgContext = nil
                         ^
[32/53] Compiling Macaw TextRenderer.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:13:26: error: 'nil' requires a contextual type
        self.cgContext = nil
                         ^
[33/53] Compiling Macaw CSSParser.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:13:26: error: 'nil' requires a contextual type
        self.cgContext = nil
                         ^
[34/53] Compiling Macaw SVGCanvas.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:13:26: error: 'nil' requires a contextual type
        self.cgContext = nil
                         ^
[35/87] Compiling Macaw DescriptionExtensions.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
[36/87] Compiling Macaw UIImage2Image.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
[37/87] Compiling Macaw MacawView.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
[38/87] Compiling Macaw MacawZoom.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
[39/87] Compiling Macaw ShapeLayer.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
[40/87] Compiling Macaw Touchable.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/RenderContext.swift:9:20: error: cannot find type 'CGContext' in scope
    var cgContext: CGContext?
                   ^~~~~~~~~
[41/93] Compiling Macaw NodeHashable.swift
[42/93] Compiling Macaw ContentLayout.swift
[43/93] Compiling Macaw AspectRatio.swift
[44/93] Compiling Macaw Baseline.swift
[45/93] Compiling Macaw Color.swift
[46/93] Compiling Macaw ColorMatrix.swift
[47/93] Compiling Macaw Fill.swift
[48/99] Compiling Macaw Gradient.swift
[49/99] Compiling Macaw LineCap.swift
[50/99] Compiling Macaw LineJoin.swift
[51/99] Compiling Macaw LinearGradient.swift
[52/99] Compiling Macaw Pattern.swift
[53/99] Compiling Macaw RadialGradient.swift
[54/99] Compiling Macaw Stop.swift
[55/105] Compiling Macaw Animation.swift
[56/105] Compiling Macaw AnimationImpl.swift
[57/105] Compiling Macaw AnimationProducer.swift
[58/105] Compiling Macaw AnimationUtils.swift
[59/105] Compiling Macaw Easing.swift
[60/105] Compiling Macaw AnimOperators.swift
[61/105] Compiling Macaw TransformInterpolation.swift
[62/107] Compiling Macaw Stroke.swift
[63/107] Compiling Macaw Arc.swift
[64/107] Compiling Macaw Circle.swift
[65/107] Compiling Macaw Ellipse.swift
[66/107] Compiling Macaw GeomUtils.swift
[67/107] Compiling Macaw Line.swift
[68/107] Compiling Macaw PathBounds.swift
[69/107] Compiling Macaw AnimationSequence.swift
[70/107] Compiling Macaw CombineAnimation.swift
[71/107] Compiling Macaw MorphingAnimation.swift
[72/107] Compiling Macaw ShapeAnimation.swift
[73/107] Compiling Macaw TransformAnimation.swift
[74/107] Compiling Macaw AnimationCache.swift
[75/111] Compiling Macaw Locus.swift
[76/111] Compiling Macaw Path.swift
[77/111] Compiling Macaw PathSegment.swift
[78/111] Compiling Macaw PathSegmentType.swift
[79/111] Compiling Macaw Point.swift
[80/111] Compiling Macaw Polygon.swift
[81/113] Compiling Macaw MCAShapeLayerLineCap_macOS.swift
[82/113] Compiling Macaw MCAShapeLayerLineJoin_macOS.swift
[83/115] Compiling Macaw LocusInterpolation.swift
[84/115] Compiling Macaw ShapeInterpolation.swift
[85/117] Compiling Macaw AnimatableVariable.swift
[86/117] Compiling Macaw DoubleInterpolation.swift
[87/118] Compiling Macaw Polyline.swift
[88/118] Compiling Macaw Rect.swift
[89/118] Compiling Macaw RoundRect.swift
[90/118] Compiling Macaw Size.swift
[91/118] Compiling Macaw Transform.swift
[92/118] Compiling Macaw TransformedLocus.swift
[93/119] Compiling Macaw FuncBounds.swift
[94/119] Compiling Macaw PathFunctions.swift
[95/119] Compiling Macaw Graphics_macOS.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: warning: switch must be exhaustive
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.cubicCurveTo'
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.quadraticCurveTo'
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:41:40: error: cannot find type 'CGContext' in scope
    override func doRender(in context: CGContext, force: Bool, opacity: Double, coloringMode: ColoringMode = .rgb) {
                                       ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:41:19: error: method does not override any method from its superclass
    override func doRender(in context: CGContext, force: Bool, opacity: Double, coloringMode: ColoringMode = .rgb) {
    ~~~~~~~~      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:49:53: error: cannot find type 'CGContext' in scope
    override func doFindNodeAt(path: NodePath, ctx: CGContext) -> NodePath? {
                                                    ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:49:19: error: method does not override any method from its superclass
    override func doFindNodeAt(path: NodePath, ctx: CGContext) -> NodePath? {
    ~~~~~~~~      ^
[96/119] Compiling Macaw MBezierPath+Extension_macOS.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: warning: switch must be exhaustive
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.cubicCurveTo'
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.quadraticCurveTo'
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:41:40: error: cannot find type 'CGContext' in scope
    override func doRender(in context: CGContext, force: Bool, opacity: Double, coloringMode: ColoringMode = .rgb) {
                                       ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:41:19: error: method does not override any method from its superclass
    override func doRender(in context: CGContext, force: Bool, opacity: Double, coloringMode: ColoringMode = .rgb) {
    ~~~~~~~~      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:49:53: error: cannot find type 'CGContext' in scope
    override func doFindNodeAt(path: NodePath, ctx: CGContext) -> NodePath? {
                                                    ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:49:19: error: method does not override any method from its superclass
    override func doFindNodeAt(path: NodePath, ctx: CGContext) -> NodePath? {
    ~~~~~~~~      ^
[97/119] Compiling Macaw MDisplayLink_macOS.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: warning: switch must be exhaustive
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.cubicCurveTo'
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.quadraticCurveTo'
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:41:40: error: cannot find type 'CGContext' in scope
    override func doRender(in context: CGContext, force: Bool, opacity: Double, coloringMode: ColoringMode = .rgb) {
                                       ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:41:19: error: method does not override any method from its superclass
    override func doRender(in context: CGContext, force: Bool, opacity: Double, coloringMode: ColoringMode = .rgb) {
    ~~~~~~~~      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:49:53: error: cannot find type 'CGContext' in scope
    override func doFindNodeAt(path: NodePath, ctx: CGContext) -> NodePath? {
                                                    ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:49:19: error: method does not override any method from its superclass
    override func doFindNodeAt(path: NodePath, ctx: CGContext) -> NodePath? {
    ~~~~~~~~      ^
[98/119] Compiling Macaw MView_macOS.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: warning: switch must be exhaustive
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.cubicCurveTo'
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.quadraticCurveTo'
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:41:40: error: cannot find type 'CGContext' in scope
    override func doRender(in context: CGContext, force: Bool, opacity: Double, coloringMode: ColoringMode = .rgb) {
                                       ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:41:19: error: method does not override any method from its superclass
    override func doRender(in context: CGContext, force: Bool, opacity: Double, coloringMode: ColoringMode = .rgb) {
    ~~~~~~~~      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:49:53: error: cannot find type 'CGContext' in scope
    override func doFindNodeAt(path: NodePath, ctx: CGContext) -> NodePath? {
                                                    ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:49:19: error: method does not override any method from its superclass
    override func doFindNodeAt(path: NodePath, ctx: CGContext) -> NodePath? {
    ~~~~~~~~      ^
[99/119] Compiling Macaw GroupRenderer.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: warning: switch must be exhaustive
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.cubicCurveTo'
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.quadraticCurveTo'
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:41:40: error: cannot find type 'CGContext' in scope
    override func doRender(in context: CGContext, force: Bool, opacity: Double, coloringMode: ColoringMode = .rgb) {
                                       ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:41:19: error: method does not override any method from its superclass
    override func doRender(in context: CGContext, force: Bool, opacity: Double, coloringMode: ColoringMode = .rgb) {
    ~~~~~~~~      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:49:53: error: cannot find type 'CGContext' in scope
    override func doFindNodeAt(path: NodePath, ctx: CGContext) -> NodePath? {
                                                    ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:49:19: error: method does not override any method from its superclass
    override func doFindNodeAt(path: NodePath, ctx: CGContext) -> NodePath? {
    ~~~~~~~~      ^
[100/119] Compiling Macaw ImageRenderer.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: warning: switch must be exhaustive
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.cubicCurveTo'
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.quadraticCurveTo'
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:41:40: error: cannot find type 'CGContext' in scope
    override func doRender(in context: CGContext, force: Bool, opacity: Double, coloringMode: ColoringMode = .rgb) {
                                       ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:41:19: error: method does not override any method from its superclass
    override func doRender(in context: CGContext, force: Bool, opacity: Double, coloringMode: ColoringMode = .rgb) {
    ~~~~~~~~      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:49:53: error: cannot find type 'CGContext' in scope
    override func doFindNodeAt(path: NodePath, ctx: CGContext) -> NodePath? {
                                                    ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:49:19: error: method does not override any method from its superclass
    override func doFindNodeAt(path: NodePath, ctx: CGContext) -> NodePath? {
    ~~~~~~~~      ^
[101/119] Compiling Macaw NodeRenderer.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: warning: switch must be exhaustive
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.cubicCurveTo'
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/platform/macOS/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.quadraticCurveTo'
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:41:40: error: cannot find type 'CGContext' in scope
    override func doRender(in context: CGContext, force: Bool, opacity: Double, coloringMode: ColoringMode = .rgb) {
                                       ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:41:19: error: method does not override any method from its superclass
    override func doRender(in context: CGContext, force: Bool, opacity: Double, coloringMode: ColoringMode = .rgb) {
    ~~~~~~~~      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:49:53: error: cannot find type 'CGContext' in scope
    override func doFindNodeAt(path: NodePath, ctx: CGContext) -> NodePath? {
                                                    ^~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/render/GroupRenderer.swift:49:19: error: method does not override any method from its superclass
    override func doFindNodeAt(path: NodePath, ctx: CGContext) -> NodePath? {
    ~~~~~~~~      ^
[102/119] Compiling Macaw SVGConstants.swift
[103/119] Compiling Macaw SVGNodeLayout.swift
[104/119] Compiling Macaw SVGParser.swift
[105/119] Compiling Macaw SVGParserError.swift
[106/119] Compiling Macaw SVGSerializer.swift
[107/119] Compiling Macaw SVGView.swift
[108/125] Compiling Macaw Effect.swift
[109/127] Compiling Macaw ContentsAnimation.swift
[110/127] Compiling Macaw OpacityAnimation.swift
[111/128] Compiling Macaw PathBuilder.swift
[112/129] Compiling Macaw PathAnimation.swift
[113/129] Compiling Macaw Align.swift
[114/130] Compiling Macaw Group.swift
[115/130] Compiling Macaw Image.swift
[116/130] Compiling Macaw Node.swift
[117/130] Compiling Macaw SceneUtils.swift
[118/130] Compiling Macaw Shape.swift
[119/130] Compiling Macaw Text.swift
[120/130] Compiling Macaw StrokeInterpolation.swift
[121/130] Compiling Macaw AlphaEffect.swift
[122/130] Compiling Macaw ContentsInterpolation.swift
[123/130] Compiling Macaw FillInterpolation.swift
[124/130] Compiling Macaw BlendEffect.swift
[125/130] Compiling Macaw ColorMatrixEffect.swift
[126/131] Compiling Macaw Drawable.swift
[127/131] Compiling Macaw Font.swift
[128/131] Compiling Macaw GaussianBlur.swift
[129/131] Compiling Macaw OffsetEffect.swift
[130/131] Compiling Macaw Insets.swift
[131/131] Compiling Macaw MoveTo.swift
error: fatalError
BUILD FAILURE 5.9 macosSpm