The Swift Package Index logo.Swift Package Index

Build Information

Failed to build DLCoreGraphics with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

extension CGVector: AbsoluteValueApplicable {
          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+CompareExtension.swift:10:11: error: cannot find type 'CGVector' in scope
extension CGVector: Comparable {
          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:10:11: error: cannot find type 'CGVector' in scope
extension CGVector: Inversible {
          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+RoundExtension.swift:10:11: error: cannot find type 'CGVector' in scope
extension CGVector: Roundable {
          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+ScaleExtension.swift:10:11: error: cannot find type 'CGVector' in scope
extension CGVector: Scalable2D {
          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVectorExtension.swift:11:18: error: cannot find type 'CGVector' in scope
public extension CGVector {
                 ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+CGVectorExtension.swift:11:40: error: cannot find type 'CGVector' in scope
    mutating func translate(by vector: CGVector) {
                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+CGVectorExtension.swift:15:32: error: cannot find type 'CGVector' in scope
    func translated(by vector: CGVector) -> Self {
                               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:27:40: error: cannot find type 'CGVector' in scope
    static func + (_ lhs: Self, _ rhs: CGVector) -> Self {
                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:31:47: error: cannot find type 'CGVector' in scope
    static func += (_ lhs: inout Self, _ rhs: CGVector) {
                                              ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:39:47: error: cannot find type 'CGVector' in scope
    static func -= (_ lhs: inout Self, _ rhs: CGVector) {
                                              ^~~~~~~~
[47/77] Compiling DLCoreGraphics CGVectorExtension.swift
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVectorExtension.swift:11:18: error: cannot find type 'CGVector' in scope
public extension CGVector {
                 ^~~~~~~~
[48/77] Compiling DLCoreGraphics AbsoluteValueApplicable+FoundationExtension.swift
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVectorExtension.swift:11:18: error: cannot find type 'CGVector' in scope
public extension CGVector {
                 ^~~~~~~~
[49/77] Compiling DLCoreGraphics Roundable+FoundationExtension.swift
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVectorExtension.swift:11:18: error: cannot find type 'CGVector' in scope
public extension CGVector {
                 ^~~~~~~~
[50/77] Compiling DLCoreGraphics Roundable+UIScreenExtension.swift
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVectorExtension.swift:11:18: error: cannot find type 'CGVector' in scope
public extension CGVector {
                 ^~~~~~~~
[51/81] Compiling DLCoreGraphics CGPoint+AbsoluteValueExtension.swift
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:56: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:43: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:35:40: error: cannot find type 'CGVector' in scope
    static func - (_ lhs: Self, _ rhs: CGVector) -> Self {
                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:12:13: error: cannot find 'Darwin' in scope
        x = Darwin.round(x)
            ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:13:13: error: cannot find 'Darwin' in scope
        y = Darwin.round(y)
            ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:17:27: error: cannot find 'Darwin' in scope
        return CGPoint(x: Darwin.round(x), y: Darwin.round(y))
                          ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:17:47: error: cannot find 'Darwin' in scope
        return CGPoint(x: Darwin.round(x), y: Darwin.round(y))
                                              ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:21:13: error: cannot find 'Darwin' in scope
        x = Darwin.ceil(x)
            ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:22:13: error: cannot find 'Darwin' in scope
        y = Darwin.ceil(y)
            ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:26:27: error: cannot find 'Darwin' in scope
        return CGPoint(x: Darwin.ceil(x), y: Darwin.ceil(y))
                          ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:26:46: error: cannot find 'Darwin' in scope
        return CGPoint(x: Darwin.ceil(x), y: Darwin.ceil(y))
                                             ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:30:13: error: cannot find 'Darwin' in scope
        x = Darwin.floor(x)
            ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:31:13: error: cannot find 'Darwin' in scope
        y = Darwin.floor(y)
            ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:35:27: error: cannot find 'Darwin' in scope
        return CGPoint(x: Darwin.floor(x), y: Darwin.floor(y))
                          ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:35:47: error: cannot find 'Darwin' in scope
        return CGPoint(x: Darwin.floor(x), y: Darwin.floor(y))
                                              ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+ScaleExtension.swift:13:16: error: cannot find 'applying' in scope
        self = applying(CGAffineTransform(scaleX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+ScaleExtension.swift:13:25: error: cannot find 'CGAffineTransform' in scope
        self = applying(CGAffineTransform(scaleX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+ScaleExtension.swift:18:16: error: cannot find 'applying' in scope
        return applying(CGAffineTransform(scaleX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+ScaleExtension.swift:18:25: error: cannot find 'CGAffineTransform' in scope
        return applying(CGAffineTransform(scaleX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+TranslateExtension.swift:13:16: error: cannot find 'applying' in scope
        self = applying(CGAffineTransform(translationX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+TranslateExtension.swift:13:25: error: cannot find 'CGAffineTransform' in scope
        self = applying(CGAffineTransform(translationX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+TranslateExtension.swift:18:16: error: cannot find 'applying' in scope
        return applying(CGAffineTransform(translationX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+TranslateExtension.swift:18:25: error: cannot find 'CGAffineTransform' in scope
        return applying(CGAffineTransform(translationX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
[52/81] Compiling DLCoreGraphics CGPoint+InversibleExtension.swift
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:56: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:43: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:35:40: error: cannot find type 'CGVector' in scope
    static func - (_ lhs: Self, _ rhs: CGVector) -> Self {
                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:12:13: error: cannot find 'Darwin' in scope
        x = Darwin.round(x)
            ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:13:13: error: cannot find 'Darwin' in scope
        y = Darwin.round(y)
            ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:17:27: error: cannot find 'Darwin' in scope
        return CGPoint(x: Darwin.round(x), y: Darwin.round(y))
                          ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:17:47: error: cannot find 'Darwin' in scope
        return CGPoint(x: Darwin.round(x), y: Darwin.round(y))
                                              ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:21:13: error: cannot find 'Darwin' in scope
        x = Darwin.ceil(x)
            ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:22:13: error: cannot find 'Darwin' in scope
        y = Darwin.ceil(y)
            ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:26:27: error: cannot find 'Darwin' in scope
        return CGPoint(x: Darwin.ceil(x), y: Darwin.ceil(y))
                          ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:26:46: error: cannot find 'Darwin' in scope
        return CGPoint(x: Darwin.ceil(x), y: Darwin.ceil(y))
                                             ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:30:13: error: cannot find 'Darwin' in scope
        x = Darwin.floor(x)
            ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:31:13: error: cannot find 'Darwin' in scope
        y = Darwin.floor(y)
            ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:35:27: error: cannot find 'Darwin' in scope
        return CGPoint(x: Darwin.floor(x), y: Darwin.floor(y))
                          ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:35:47: error: cannot find 'Darwin' in scope
        return CGPoint(x: Darwin.floor(x), y: Darwin.floor(y))
                                              ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+ScaleExtension.swift:13:16: error: cannot find 'applying' in scope
        self = applying(CGAffineTransform(scaleX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+ScaleExtension.swift:13:25: error: cannot find 'CGAffineTransform' in scope
        self = applying(CGAffineTransform(scaleX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+ScaleExtension.swift:18:16: error: cannot find 'applying' in scope
        return applying(CGAffineTransform(scaleX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+ScaleExtension.swift:18:25: error: cannot find 'CGAffineTransform' in scope
        return applying(CGAffineTransform(scaleX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+TranslateExtension.swift:13:16: error: cannot find 'applying' in scope
        self = applying(CGAffineTransform(translationX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+TranslateExtension.swift:13:25: error: cannot find 'CGAffineTransform' in scope
        self = applying(CGAffineTransform(translationX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+TranslateExtension.swift:18:16: error: cannot find 'applying' in scope
        return applying(CGAffineTransform(translationX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+TranslateExtension.swift:18:25: error: cannot find 'CGAffineTransform' in scope
        return applying(CGAffineTransform(translationX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
[53/81] Compiling DLCoreGraphics CGPoint+RoundExtension.swift
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:56: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:43: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:35:40: error: cannot find type 'CGVector' in scope
    static func - (_ lhs: Self, _ rhs: CGVector) -> Self {
                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:12:13: error: cannot find 'Darwin' in scope
        x = Darwin.round(x)
            ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:13:13: error: cannot find 'Darwin' in scope
        y = Darwin.round(y)
            ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:17:27: error: cannot find 'Darwin' in scope
        return CGPoint(x: Darwin.round(x), y: Darwin.round(y))
                          ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:17:47: error: cannot find 'Darwin' in scope
        return CGPoint(x: Darwin.round(x), y: Darwin.round(y))
                                              ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:21:13: error: cannot find 'Darwin' in scope
        x = Darwin.ceil(x)
            ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:22:13: error: cannot find 'Darwin' in scope
        y = Darwin.ceil(y)
            ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:26:27: error: cannot find 'Darwin' in scope
        return CGPoint(x: Darwin.ceil(x), y: Darwin.ceil(y))
                          ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:26:46: error: cannot find 'Darwin' in scope
        return CGPoint(x: Darwin.ceil(x), y: Darwin.ceil(y))
                                             ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:30:13: error: cannot find 'Darwin' in scope
        x = Darwin.floor(x)
            ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:31:13: error: cannot find 'Darwin' in scope
        y = Darwin.floor(y)
            ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:35:27: error: cannot find 'Darwin' in scope
        return CGPoint(x: Darwin.floor(x), y: Darwin.floor(y))
                          ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:35:47: error: cannot find 'Darwin' in scope
        return CGPoint(x: Darwin.floor(x), y: Darwin.floor(y))
                                              ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+ScaleExtension.swift:13:16: error: cannot find 'applying' in scope
        self = applying(CGAffineTransform(scaleX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+ScaleExtension.swift:13:25: error: cannot find 'CGAffineTransform' in scope
        self = applying(CGAffineTransform(scaleX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+ScaleExtension.swift:18:16: error: cannot find 'applying' in scope
        return applying(CGAffineTransform(scaleX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+ScaleExtension.swift:18:25: error: cannot find 'CGAffineTransform' in scope
        return applying(CGAffineTransform(scaleX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+TranslateExtension.swift:13:16: error: cannot find 'applying' in scope
        self = applying(CGAffineTransform(translationX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+TranslateExtension.swift:13:25: error: cannot find 'CGAffineTransform' in scope
        self = applying(CGAffineTransform(translationX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+TranslateExtension.swift:18:16: error: cannot find 'applying' in scope
        return applying(CGAffineTransform(translationX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+TranslateExtension.swift:18:25: error: cannot find 'CGAffineTransform' in scope
        return applying(CGAffineTransform(translationX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
[54/81] Compiling DLCoreGraphics CGPoint+ScaleExtension.swift
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:56: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:43: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:35:40: error: cannot find type 'CGVector' in scope
    static func - (_ lhs: Self, _ rhs: CGVector) -> Self {
                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:12:13: error: cannot find 'Darwin' in scope
        x = Darwin.round(x)
            ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:13:13: error: cannot find 'Darwin' in scope
        y = Darwin.round(y)
            ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:17:27: error: cannot find 'Darwin' in scope
        return CGPoint(x: Darwin.round(x), y: Darwin.round(y))
                          ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:17:47: error: cannot find 'Darwin' in scope
        return CGPoint(x: Darwin.round(x), y: Darwin.round(y))
                                              ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:21:13: error: cannot find 'Darwin' in scope
        x = Darwin.ceil(x)
            ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:22:13: error: cannot find 'Darwin' in scope
        y = Darwin.ceil(y)
            ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:26:27: error: cannot find 'Darwin' in scope
        return CGPoint(x: Darwin.ceil(x), y: Darwin.ceil(y))
                          ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:26:46: error: cannot find 'Darwin' in scope
        return CGPoint(x: Darwin.ceil(x), y: Darwin.ceil(y))
                                             ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:30:13: error: cannot find 'Darwin' in scope
        x = Darwin.floor(x)
            ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:31:13: error: cannot find 'Darwin' in scope
        y = Darwin.floor(y)
            ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:35:27: error: cannot find 'Darwin' in scope
        return CGPoint(x: Darwin.floor(x), y: Darwin.floor(y))
                          ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:35:47: error: cannot find 'Darwin' in scope
        return CGPoint(x: Darwin.floor(x), y: Darwin.floor(y))
                                              ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+ScaleExtension.swift:13:16: error: cannot find 'applying' in scope
        self = applying(CGAffineTransform(scaleX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+ScaleExtension.swift:13:25: error: cannot find 'CGAffineTransform' in scope
        self = applying(CGAffineTransform(scaleX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+ScaleExtension.swift:18:16: error: cannot find 'applying' in scope
        return applying(CGAffineTransform(scaleX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+ScaleExtension.swift:18:25: error: cannot find 'CGAffineTransform' in scope
        return applying(CGAffineTransform(scaleX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+TranslateExtension.swift:13:16: error: cannot find 'applying' in scope
        self = applying(CGAffineTransform(translationX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+TranslateExtension.swift:13:25: error: cannot find 'CGAffineTransform' in scope
        self = applying(CGAffineTransform(translationX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+TranslateExtension.swift:18:16: error: cannot find 'applying' in scope
        return applying(CGAffineTransform(translationX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+TranslateExtension.swift:18:25: error: cannot find 'CGAffineTransform' in scope
        return applying(CGAffineTransform(translationX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
[55/81] Compiling DLCoreGraphics CGPoint+TranslateExtension.swift
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:56: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:43: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:35:40: error: cannot find type 'CGVector' in scope
    static func - (_ lhs: Self, _ rhs: CGVector) -> Self {
                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:12:13: error: cannot find 'Darwin' in scope
        x = Darwin.round(x)
            ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:13:13: error: cannot find 'Darwin' in scope
        y = Darwin.round(y)
            ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:17:27: error: cannot find 'Darwin' in scope
        return CGPoint(x: Darwin.round(x), y: Darwin.round(y))
                          ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:17:47: error: cannot find 'Darwin' in scope
        return CGPoint(x: Darwin.round(x), y: Darwin.round(y))
                                              ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:21:13: error: cannot find 'Darwin' in scope
        x = Darwin.ceil(x)
            ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:22:13: error: cannot find 'Darwin' in scope
        y = Darwin.ceil(y)
            ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:26:27: error: cannot find 'Darwin' in scope
        return CGPoint(x: Darwin.ceil(x), y: Darwin.ceil(y))
                          ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:26:46: error: cannot find 'Darwin' in scope
        return CGPoint(x: Darwin.ceil(x), y: Darwin.ceil(y))
                                             ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:30:13: error: cannot find 'Darwin' in scope
        x = Darwin.floor(x)
            ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:31:13: error: cannot find 'Darwin' in scope
        y = Darwin.floor(y)
            ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:35:27: error: cannot find 'Darwin' in scope
        return CGPoint(x: Darwin.floor(x), y: Darwin.floor(y))
                          ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:35:47: error: cannot find 'Darwin' in scope
        return CGPoint(x: Darwin.floor(x), y: Darwin.floor(y))
                                              ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+ScaleExtension.swift:13:16: error: cannot find 'applying' in scope
        self = applying(CGAffineTransform(scaleX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+ScaleExtension.swift:13:25: error: cannot find 'CGAffineTransform' in scope
        self = applying(CGAffineTransform(scaleX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+ScaleExtension.swift:18:16: error: cannot find 'applying' in scope
        return applying(CGAffineTransform(scaleX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+ScaleExtension.swift:18:25: error: cannot find 'CGAffineTransform' in scope
        return applying(CGAffineTransform(scaleX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+TranslateExtension.swift:13:16: error: cannot find 'applying' in scope
        self = applying(CGAffineTransform(translationX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+TranslateExtension.swift:13:25: error: cannot find 'CGAffineTransform' in scope
        self = applying(CGAffineTransform(translationX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+TranslateExtension.swift:18:16: error: cannot find 'applying' in scope
        return applying(CGAffineTransform(translationX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+TranslateExtension.swift:18:25: error: cannot find 'CGAffineTransform' in scope
        return applying(CGAffineTransform(translationX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
[56/81] Compiling DLCoreGraphics CGRect+AbsoluteValueExtension.swift
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+ScaleExtension.swift:13:16: error: cannot find 'applying' in scope
        self = applying(CGAffineTransform(scaleX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+ScaleExtension.swift:13:25: error: cannot find 'CGAffineTransform' in scope
        self = applying(CGAffineTransform(scaleX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+ScaleExtension.swift:18:16: error: cannot find 'applying' in scope
        return applying(CGAffineTransform(scaleX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+ScaleExtension.swift:18:25: error: cannot find 'CGAffineTransform' in scope
        return applying(CGAffineTransform(scaleX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+TranslateExtension.swift:13:16: error: cannot find 'applying' in scope
        self = applying(CGAffineTransform(translationX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+TranslateExtension.swift:13:25: error: cannot find 'CGAffineTransform' in scope
        self = applying(CGAffineTransform(translationX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+TranslateExtension.swift:18:16: error: cannot find 'applying' in scope
        return applying(CGAffineTransform(translationX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+TranslateExtension.swift:18:25: error: cannot find 'CGAffineTransform' in scope
        return applying(CGAffineTransform(translationX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
[57/81] Compiling DLCoreGraphics CGRect+RoundExtension.swift
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+ScaleExtension.swift:13:16: error: cannot find 'applying' in scope
        self = applying(CGAffineTransform(scaleX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+ScaleExtension.swift:13:25: error: cannot find 'CGAffineTransform' in scope
        self = applying(CGAffineTransform(scaleX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+ScaleExtension.swift:18:16: error: cannot find 'applying' in scope
        return applying(CGAffineTransform(scaleX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+ScaleExtension.swift:18:25: error: cannot find 'CGAffineTransform' in scope
        return applying(CGAffineTransform(scaleX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+TranslateExtension.swift:13:16: error: cannot find 'applying' in scope
        self = applying(CGAffineTransform(translationX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+TranslateExtension.swift:13:25: error: cannot find 'CGAffineTransform' in scope
        self = applying(CGAffineTransform(translationX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+TranslateExtension.swift:18:16: error: cannot find 'applying' in scope
        return applying(CGAffineTransform(translationX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+TranslateExtension.swift:18:25: error: cannot find 'CGAffineTransform' in scope
        return applying(CGAffineTransform(translationX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
[58/81] Compiling DLCoreGraphics CGRect+ScaleExtension.swift
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+ScaleExtension.swift:13:16: error: cannot find 'applying' in scope
        self = applying(CGAffineTransform(scaleX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+ScaleExtension.swift:13:25: error: cannot find 'CGAffineTransform' in scope
        self = applying(CGAffineTransform(scaleX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+ScaleExtension.swift:18:16: error: cannot find 'applying' in scope
        return applying(CGAffineTransform(scaleX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+ScaleExtension.swift:18:25: error: cannot find 'CGAffineTransform' in scope
        return applying(CGAffineTransform(scaleX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+TranslateExtension.swift:13:16: error: cannot find 'applying' in scope
        self = applying(CGAffineTransform(translationX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+TranslateExtension.swift:13:25: error: cannot find 'CGAffineTransform' in scope
        self = applying(CGAffineTransform(translationX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+TranslateExtension.swift:18:16: error: cannot find 'applying' in scope
        return applying(CGAffineTransform(translationX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+TranslateExtension.swift:18:25: error: cannot find 'CGAffineTransform' in scope
        return applying(CGAffineTransform(translationX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
[59/81] Compiling DLCoreGraphics CGRect+TranslateExtension.swift
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+ScaleExtension.swift:13:16: error: cannot find 'applying' in scope
        self = applying(CGAffineTransform(scaleX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+ScaleExtension.swift:13:25: error: cannot find 'CGAffineTransform' in scope
        self = applying(CGAffineTransform(scaleX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+ScaleExtension.swift:18:16: error: cannot find 'applying' in scope
        return applying(CGAffineTransform(scaleX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+ScaleExtension.swift:18:25: error: cannot find 'CGAffineTransform' in scope
        return applying(CGAffineTransform(scaleX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+TranslateExtension.swift:13:16: error: cannot find 'applying' in scope
        self = applying(CGAffineTransform(translationX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+TranslateExtension.swift:13:25: error: cannot find 'CGAffineTransform' in scope
        self = applying(CGAffineTransform(translationX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+TranslateExtension.swift:18:16: error: cannot find 'applying' in scope
        return applying(CGAffineTransform(translationX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+TranslateExtension.swift:18:25: error: cannot find 'CGAffineTransform' in scope
        return applying(CGAffineTransform(translationX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
[60/81] Compiling DLCoreGraphics CGRectExtension.swift
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+ScaleExtension.swift:13:16: error: cannot find 'applying' in scope
        self = applying(CGAffineTransform(scaleX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+ScaleExtension.swift:13:25: error: cannot find 'CGAffineTransform' in scope
        self = applying(CGAffineTransform(scaleX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+ScaleExtension.swift:18:16: error: cannot find 'applying' in scope
        return applying(CGAffineTransform(scaleX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+ScaleExtension.swift:18:25: error: cannot find 'CGAffineTransform' in scope
        return applying(CGAffineTransform(scaleX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+TranslateExtension.swift:13:16: error: cannot find 'applying' in scope
        self = applying(CGAffineTransform(translationX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+TranslateExtension.swift:13:25: error: cannot find 'CGAffineTransform' in scope
        self = applying(CGAffineTransform(translationX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+TranslateExtension.swift:18:16: error: cannot find 'applying' in scope
        return applying(CGAffineTransform(translationX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+TranslateExtension.swift:18:25: error: cannot find 'CGAffineTransform' in scope
        return applying(CGAffineTransform(translationX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
[61/81] Compiling DLCoreGraphics Scalable2D+OperatorsExtension.swift
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+CGVectorExtension.swift:11:40: error: cannot find type 'CGVector' in scope
    mutating func translate(by vector: CGVector) {
                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+CGVectorExtension.swift:15:32: error: cannot find type 'CGVector' in scope
    func translated(by vector: CGVector) -> Self {
                               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:27:40: error: cannot find type 'CGVector' in scope
    static func + (_ lhs: Self, _ rhs: CGVector) -> Self {
                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:31:47: error: cannot find type 'CGVector' in scope
    static func += (_ lhs: inout Self, _ rhs: CGVector) {
                                              ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:35:40: error: cannot find type 'CGVector' in scope
    static func - (_ lhs: Self, _ rhs: CGVector) -> Self {
                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:39:47: error: cannot find type 'CGVector' in scope
    static func -= (_ lhs: inout Self, _ rhs: CGVector) {
                                              ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:56: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:43: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:28:30: error: incorrect argument label in call (have 'by:', expected 'byX:')
        return lhs.translated(by: rhs)
                             ^~~
                              byX
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:28:38: error: missing argument for parameter 'y' in call
        return lhs.translated(by: rhs)
                                     ^
                                     , y: <#CGFloat#>
/host/spi-builder-workspace/Sources/DLCoreGraphics/Geometry/Translatable2D.swift:24:10: note: 'translated(byX:y:)' declared here
    func translated(byX x: CGFloat, y: CGFloat) -> Self
         ^
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:32:22: error: incorrect argument label in call (have 'by:', expected 'byX:')
        lhs.translate(by: rhs)
                     ^~~
                      byX
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:32:30: error: missing argument for parameter 'y' in call
        lhs.translate(by: rhs)
                             ^
                             , y: <#CGFloat#>
/host/spi-builder-workspace/Sources/DLCoreGraphics/Geometry/Translatable2D.swift:17:19: note: 'translate(byX:y:)' declared here
    mutating func translate(byX x: CGFloat, y: CGFloat)
                  ^
[62/81] Compiling DLCoreGraphics Translatable2D+CGVectorExtension.swift
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+CGVectorExtension.swift:11:40: error: cannot find type 'CGVector' in scope
    mutating func translate(by vector: CGVector) {
                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+CGVectorExtension.swift:15:32: error: cannot find type 'CGVector' in scope
    func translated(by vector: CGVector) -> Self {
                               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:27:40: error: cannot find type 'CGVector' in scope
    static func + (_ lhs: Self, _ rhs: CGVector) -> Self {
                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:31:47: error: cannot find type 'CGVector' in scope
    static func += (_ lhs: inout Self, _ rhs: CGVector) {
                                              ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:35:40: error: cannot find type 'CGVector' in scope
    static func - (_ lhs: Self, _ rhs: CGVector) -> Self {
                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:39:47: error: cannot find type 'CGVector' in scope
    static func -= (_ lhs: inout Self, _ rhs: CGVector) {
                                              ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:56: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:43: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:28:30: error: incorrect argument label in call (have 'by:', expected 'byX:')
        return lhs.translated(by: rhs)
                             ^~~
                              byX
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:28:38: error: missing argument for parameter 'y' in call
        return lhs.translated(by: rhs)
                                     ^
                                     , y: <#CGFloat#>
/host/spi-builder-workspace/Sources/DLCoreGraphics/Geometry/Translatable2D.swift:24:10: note: 'translated(byX:y:)' declared here
    func translated(byX x: CGFloat, y: CGFloat) -> Self
         ^
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:32:22: error: incorrect argument label in call (have 'by:', expected 'byX:')
        lhs.translate(by: rhs)
                     ^~~
                      byX
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:32:30: error: missing argument for parameter 'y' in call
        lhs.translate(by: rhs)
                             ^
                             , y: <#CGFloat#>
/host/spi-builder-workspace/Sources/DLCoreGraphics/Geometry/Translatable2D.swift:17:19: note: 'translate(byX:y:)' declared here
    mutating func translate(byX x: CGFloat, y: CGFloat)
                  ^
[63/81] Compiling DLCoreGraphics Translatable2D+OperatorsExtension.swift
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+CGVectorExtension.swift:11:40: error: cannot find type 'CGVector' in scope
    mutating func translate(by vector: CGVector) {
                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+CGVectorExtension.swift:15:32: error: cannot find type 'CGVector' in scope
    func translated(by vector: CGVector) -> Self {
                               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:27:40: error: cannot find type 'CGVector' in scope
    static func + (_ lhs: Self, _ rhs: CGVector) -> Self {
                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:31:47: error: cannot find type 'CGVector' in scope
    static func += (_ lhs: inout Self, _ rhs: CGVector) {
                                              ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:35:40: error: cannot find type 'CGVector' in scope
    static func - (_ lhs: Self, _ rhs: CGVector) -> Self {
                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:39:47: error: cannot find type 'CGVector' in scope
    static func -= (_ lhs: inout Self, _ rhs: CGVector) {
                                              ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:56: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:43: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:28:30: error: incorrect argument label in call (have 'by:', expected 'byX:')
        return lhs.translated(by: rhs)
                             ^~~
                              byX
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:28:38: error: missing argument for parameter 'y' in call
        return lhs.translated(by: rhs)
                                     ^
                                     , y: <#CGFloat#>
/host/spi-builder-workspace/Sources/DLCoreGraphics/Geometry/Translatable2D.swift:24:10: note: 'translated(byX:y:)' declared here
    func translated(byX x: CGFloat, y: CGFloat) -> Self
         ^
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:32:22: error: incorrect argument label in call (have 'by:', expected 'byX:')
        lhs.translate(by: rhs)
                     ^~~
                      byX
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:32:30: error: missing argument for parameter 'y' in call
        lhs.translate(by: rhs)
                             ^
                             , y: <#CGFloat#>
/host/spi-builder-workspace/Sources/DLCoreGraphics/Geometry/Translatable2D.swift:17:19: note: 'translate(byX:y:)' declared here
    mutating func translate(byX x: CGFloat, y: CGFloat)
                  ^
[64/81] Compiling DLCoreGraphics UIEdgeInsets+InversibleExtension.swift
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+CGVectorExtension.swift:11:40: error: cannot find type 'CGVector' in scope
    mutating func translate(by vector: CGVector) {
                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+CGVectorExtension.swift:15:32: error: cannot find type 'CGVector' in scope
    func translated(by vector: CGVector) -> Self {
                               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:27:40: error: cannot find type 'CGVector' in scope
    static func + (_ lhs: Self, _ rhs: CGVector) -> Self {
                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:31:47: error: cannot find type 'CGVector' in scope
    static func += (_ lhs: inout Self, _ rhs: CGVector) {
                                              ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:35:40: error: cannot find type 'CGVector' in scope
    static func - (_ lhs: Self, _ rhs: CGVector) -> Self {
                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:39:47: error: cannot find type 'CGVector' in scope
    static func -= (_ lhs: inout Self, _ rhs: CGVector) {
                                              ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:56: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:43: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:28:30: error: incorrect argument label in call (have 'by:', expected 'byX:')
        return lhs.translated(by: rhs)
                             ^~~
                              byX
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:28:38: error: missing argument for parameter 'y' in call
        return lhs.translated(by: rhs)
                                     ^
                                     , y: <#CGFloat#>
/host/spi-builder-workspace/Sources/DLCoreGraphics/Geometry/Translatable2D.swift:24:10: note: 'translated(byX:y:)' declared here
    func translated(byX x: CGFloat, y: CGFloat) -> Self
         ^
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:32:22: error: incorrect argument label in call (have 'by:', expected 'byX:')
        lhs.translate(by: rhs)
                     ^~~
                      byX
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:32:30: error: missing argument for parameter 'y' in call
        lhs.translate(by: rhs)
                             ^
                             , y: <#CGFloat#>
/host/spi-builder-workspace/Sources/DLCoreGraphics/Geometry/Translatable2D.swift:17:19: note: 'translate(byX:y:)' declared here
    mutating func translate(byX x: CGFloat, y: CGFloat)
                  ^
[65/81] Compiling DLCoreGraphics CGVector+CompareExtension.swift
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+CompareExtension.swift:10:11: error: cannot find type 'CGVector' in scope
extension CGVector: Comparable {
          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:10:11: error: cannot find type 'CGVector' in scope
extension CGVector: Inversible {
          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+RoundExtension.swift:10:11: error: cannot find type 'CGVector' in scope
extension CGVector: Roundable {
          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+ScaleExtension.swift:10:11: error: cannot find type 'CGVector' in scope
extension CGVector: Scalable2D {
          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+CompareExtension.swift:11:32: error: cannot find type 'CGVector' in scope
    public static func < (lhs: CGVector, rhs: CGVector) -> Bool {
                               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+CompareExtension.swift:11:47: error: cannot find type 'CGVector' in scope
    public static func < (lhs: CGVector, rhs: CGVector) -> Bool {
                                              ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:43: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:56: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+RoundExtension.swift:16:30: error: cannot find type 'CGVector' in scope
    public func rounded() -> CGVector {
                             ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+RoundExtension.swift:25:30: error: cannot find type 'CGVector' in scope
    public func ceiling() -> CGVector {
                             ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+RoundExtension.swift:34:31: error: cannot find type 'CGVector' in scope
    public func flooring() -> CGVector {
                              ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+ScaleExtension.swift:18:55: error: cannot find type 'CGVector' in scope
    public func scaled(byX x: CGFloat, y: CGFloat) -> CGVector {
                                                      ^~~~~~~~
[66/81] Compiling DLCoreGraphics CGVector+InversibleExtension.swift
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+CompareExtension.swift:10:11: error: cannot find type 'CGVector' in scope
extension CGVector: Comparable {
          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:10:11: error: cannot find type 'CGVector' in scope
extension CGVector: Inversible {
          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+RoundExtension.swift:10:11: error: cannot find type 'CGVector' in scope
extension CGVector: Roundable {
          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+ScaleExtension.swift:10:11: error: cannot find type 'CGVector' in scope
extension CGVector: Scalable2D {
          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+CompareExtension.swift:11:32: error: cannot find type 'CGVector' in scope
    public static func < (lhs: CGVector, rhs: CGVector) -> Bool {
                               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+CompareExtension.swift:11:47: error: cannot find type 'CGVector' in scope
    public static func < (lhs: CGVector, rhs: CGVector) -> Bool {
                                              ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:43: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:56: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+RoundExtension.swift:16:30: error: cannot find type 'CGVector' in scope
    public func rounded() -> CGVector {
                             ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+RoundExtension.swift:25:30: error: cannot find type 'CGVector' in scope
    public func ceiling() -> CGVector {
                             ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+RoundExtension.swift:34:31: error: cannot find type 'CGVector' in scope
    public func flooring() -> CGVector {
                              ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+ScaleExtension.swift:18:55: error: cannot find type 'CGVector' in scope
    public func scaled(byX x: CGFloat, y: CGFloat) -> CGVector {
                                                      ^~~~~~~~
[67/81] Compiling DLCoreGraphics CGVector+RoundExtension.swift
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+CompareExtension.swift:10:11: error: cannot find type 'CGVector' in scope
extension CGVector: Comparable {
          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:10:11: error: cannot find type 'CGVector' in scope
extension CGVector: Inversible {
          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+RoundExtension.swift:10:11: error: cannot find type 'CGVector' in scope
extension CGVector: Roundable {
          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+ScaleExtension.swift:10:11: error: cannot find type 'CGVector' in scope
extension CGVector: Scalable2D {
          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+CompareExtension.swift:11:32: error: cannot find type 'CGVector' in scope
    public static func < (lhs: CGVector, rhs: CGVector) -> Bool {
                               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+CompareExtension.swift:11:47: error: cannot find type 'CGVector' in scope
    public static func < (lhs: CGVector, rhs: CGVector) -> Bool {
                                              ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:43: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:56: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+RoundExtension.swift:16:30: error: cannot find type 'CGVector' in scope
    public func rounded() -> CGVector {
                             ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+RoundExtension.swift:25:30: error: cannot find type 'CGVector' in scope
    public func ceiling() -> CGVector {
                             ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+RoundExtension.swift:34:31: error: cannot find type 'CGVector' in scope
    public func flooring() -> CGVector {
                              ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+ScaleExtension.swift:18:55: error: cannot find type 'CGVector' in scope
    public func scaled(byX x: CGFloat, y: CGFloat) -> CGVector {
                                                      ^~~~~~~~
[68/81] Compiling DLCoreGraphics CGVector+ScaleExtension.swift
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+CompareExtension.swift:10:11: error: cannot find type 'CGVector' in scope
extension CGVector: Comparable {
          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:10:11: error: cannot find type 'CGVector' in scope
extension CGVector: Inversible {
          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+RoundExtension.swift:10:11: error: cannot find type 'CGVector' in scope
extension CGVector: Roundable {
          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+ScaleExtension.swift:10:11: error: cannot find type 'CGVector' in scope
extension CGVector: Scalable2D {
          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+CompareExtension.swift:11:32: error: cannot find type 'CGVector' in scope
    public static func < (lhs: CGVector, rhs: CGVector) -> Bool {
                               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+CompareExtension.swift:11:47: error: cannot find type 'CGVector' in scope
    public static func < (lhs: CGVector, rhs: CGVector) -> Bool {
                                              ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:43: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:56: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+RoundExtension.swift:16:30: error: cannot find type 'CGVector' in scope
    public func rounded() -> CGVector {
                             ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+RoundExtension.swift:25:30: error: cannot find type 'CGVector' in scope
    public func ceiling() -> CGVector {
                             ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+RoundExtension.swift:34:31: error: cannot find type 'CGVector' in scope
    public func flooring() -> CGVector {
                              ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+ScaleExtension.swift:18:55: error: cannot find type 'CGVector' in scope
    public func scaled(byX x: CGFloat, y: CGFloat) -> CGVector {
                                                      ^~~~~~~~
[69/81] Compiling DLCoreGraphics UIEdgeInsetsExtension.swift
[70/81] Compiling DLCoreGraphics AbsoluteValueApplicable.swift
[71/81] Compiling DLCoreGraphics Inversible.swift
[72/81] Compiling DLCoreGraphics Roundable.swift
[73/81] Compiling DLCoreGraphics CGSize+AbsoluteValueExtension.swift
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:27:40: error: cannot find type 'CGVector' in scope
    static func + (_ lhs: Self, _ rhs: CGVector) -> Self {
                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:31:47: error: cannot find type 'CGVector' in scope
    static func += (_ lhs: inout Self, _ rhs: CGVector) {
                                              ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:56: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:43: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:35:40: error: cannot find type 'CGVector' in scope
    static func - (_ lhs: Self, _ rhs: CGVector) -> Self {
                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:39:47: error: cannot find type 'CGVector' in scope
    static func -= (_ lhs: inout Self, _ rhs: CGVector) {
                                              ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:12:17: error: cannot find 'Darwin' in scope
        width = Darwin.round(width)
                ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:13:18: error: cannot find 'Darwin' in scope
        height = Darwin.round(height)
                 ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:17:30: error: cannot find 'Darwin' in scope
        return CGSize(width: Darwin.round(width), height: Darwin.round(height))
                             ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:17:59: error: cannot find 'Darwin' in scope
        return CGSize(width: Darwin.round(width), height: Darwin.round(height))
                                                          ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:21:17: error: cannot find 'Darwin' in scope
        width = Darwin.ceil(width)
                ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:22:18: error: cannot find 'Darwin' in scope
        height = Darwin.ceil(height)
                 ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:26:30: error: cannot find 'Darwin' in scope
        return CGSize(width: Darwin.ceil(width), height: Darwin.ceil(height))
                             ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:26:58: error: cannot find 'Darwin' in scope
        return CGSize(width: Darwin.ceil(width), height: Darwin.ceil(height))
                                                         ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:30:17: error: cannot find 'Darwin' in scope
        width = Darwin.floor(width)
                ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:31:18: error: cannot find 'Darwin' in scope
        height = Darwin.floor(height)
                 ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:35:30: error: cannot find 'Darwin' in scope
        return CGSize(width: Darwin.floor(width), height: Darwin.floor(height))
                             ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:35:59: error: cannot find 'Darwin' in scope
        return CGSize(width: Darwin.floor(width), height: Darwin.floor(height))
                                                          ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+ScaleExtension.swift:13:16: error: cannot find 'applying' in scope
        self = applying(CGAffineTransform(scaleX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+ScaleExtension.swift:13:25: error: cannot find 'CGAffineTransform' in scope
        self = applying(CGAffineTransform(scaleX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+ScaleExtension.swift:18:16: error: cannot find 'applying' in scope
        return applying(CGAffineTransform(scaleX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+ScaleExtension.swift:18:25: error: cannot find 'CGAffineTransform' in scope
        return applying(CGAffineTransform(scaleX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+AbsoluteValueExtension.swift:10:11: error: cannot find type 'CGVector' in scope
extension CGVector: AbsoluteValueApplicable {
          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+AbsoluteValueExtension.swift:16:33: error: cannot find type 'CGVector' in scope
    public func appliedAbs() -> CGVector {
                                ^~~~~~~~
[74/81] Compiling DLCoreGraphics CGSize+OperatorsExtension.swift
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:27:40: error: cannot find type 'CGVector' in scope
    static func + (_ lhs: Self, _ rhs: CGVector) -> Self {
                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:31:47: error: cannot find type 'CGVector' in scope
    static func += (_ lhs: inout Self, _ rhs: CGVector) {
                                              ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:56: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:43: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:35:40: error: cannot find type 'CGVector' in scope
    static func - (_ lhs: Self, _ rhs: CGVector) -> Self {
                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:39:47: error: cannot find type 'CGVector' in scope
    static func -= (_ lhs: inout Self, _ rhs: CGVector) {
                                              ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:12:17: error: cannot find 'Darwin' in scope
        width = Darwin.round(width)
                ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:13:18: error: cannot find 'Darwin' in scope
        height = Darwin.round(height)
                 ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:17:30: error: cannot find 'Darwin' in scope
        return CGSize(width: Darwin.round(width), height: Darwin.round(height))
                             ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:17:59: error: cannot find 'Darwin' in scope
        return CGSize(width: Darwin.round(width), height: Darwin.round(height))
                                                          ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:21:17: error: cannot find 'Darwin' in scope
        width = Darwin.ceil(width)
                ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:22:18: error: cannot find 'Darwin' in scope
        height = Darwin.ceil(height)
                 ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:26:30: error: cannot find 'Darwin' in scope
        return CGSize(width: Darwin.ceil(width), height: Darwin.ceil(height))
                             ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:26:58: error: cannot find 'Darwin' in scope
        return CGSize(width: Darwin.ceil(width), height: Darwin.ceil(height))
                                                         ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:30:17: error: cannot find 'Darwin' in scope
        width = Darwin.floor(width)
                ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:31:18: error: cannot find 'Darwin' in scope
        height = Darwin.floor(height)
                 ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:35:30: error: cannot find 'Darwin' in scope
        return CGSize(width: Darwin.floor(width), height: Darwin.floor(height))
                             ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:35:59: error: cannot find 'Darwin' in scope
        return CGSize(width: Darwin.floor(width), height: Darwin.floor(height))
                                                          ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+ScaleExtension.swift:13:16: error: cannot find 'applying' in scope
        self = applying(CGAffineTransform(scaleX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+ScaleExtension.swift:13:25: error: cannot find 'CGAffineTransform' in scope
        self = applying(CGAffineTransform(scaleX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+ScaleExtension.swift:18:16: error: cannot find 'applying' in scope
        return applying(CGAffineTransform(scaleX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+ScaleExtension.swift:18:25: error: cannot find 'CGAffineTransform' in scope
        return applying(CGAffineTransform(scaleX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+AbsoluteValueExtension.swift:10:11: error: cannot find type 'CGVector' in scope
extension CGVector: AbsoluteValueApplicable {
          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+AbsoluteValueExtension.swift:16:33: error: cannot find type 'CGVector' in scope
    public func appliedAbs() -> CGVector {
                                ^~~~~~~~
[75/81] Compiling DLCoreGraphics CGSize+RoundExtension.swift
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:27:40: error: cannot find type 'CGVector' in scope
    static func + (_ lhs: Self, _ rhs: CGVector) -> Self {
                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:31:47: error: cannot find type 'CGVector' in scope
    static func += (_ lhs: inout Self, _ rhs: CGVector) {
                                              ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:56: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:43: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:35:40: error: cannot find type 'CGVector' in scope
    static func - (_ lhs: Self, _ rhs: CGVector) -> Self {
                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:39:47: error: cannot find type 'CGVector' in scope
    static func -= (_ lhs: inout Self, _ rhs: CGVector) {
                                              ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:12:17: error: cannot find 'Darwin' in scope
        width = Darwin.round(width)
                ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:13:18: error: cannot find 'Darwin' in scope
        height = Darwin.round(height)
                 ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:17:30: error: cannot find 'Darwin' in scope
        return CGSize(width: Darwin.round(width), height: Darwin.round(height))
                             ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:17:59: error: cannot find 'Darwin' in scope
        return CGSize(width: Darwin.round(width), height: Darwin.round(height))
                                                          ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:21:17: error: cannot find 'Darwin' in scope
        width = Darwin.ceil(width)
                ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:22:18: error: cannot find 'Darwin' in scope
        height = Darwin.ceil(height)
                 ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:26:30: error: cannot find 'Darwin' in scope
        return CGSize(width: Darwin.ceil(width), height: Darwin.ceil(height))
                             ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:26:58: error: cannot find 'Darwin' in scope
        return CGSize(width: Darwin.ceil(width), height: Darwin.ceil(height))
                                                         ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:30:17: error: cannot find 'Darwin' in scope
        width = Darwin.floor(width)
                ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:31:18: error: cannot find 'Darwin' in scope
        height = Darwin.floor(height)
                 ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:35:30: error: cannot find 'Darwin' in scope
        return CGSize(width: Darwin.floor(width), height: Darwin.floor(height))
                             ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:35:59: error: cannot find 'Darwin' in scope
        return CGSize(width: Darwin.floor(width), height: Darwin.floor(height))
                                                          ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+ScaleExtension.swift:13:16: error: cannot find 'applying' in scope
        self = applying(CGAffineTransform(scaleX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+ScaleExtension.swift:13:25: error: cannot find 'CGAffineTransform' in scope
        self = applying(CGAffineTransform(scaleX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+ScaleExtension.swift:18:16: error: cannot find 'applying' in scope
        return applying(CGAffineTransform(scaleX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+ScaleExtension.swift:18:25: error: cannot find 'CGAffineTransform' in scope
        return applying(CGAffineTransform(scaleX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+AbsoluteValueExtension.swift:10:11: error: cannot find type 'CGVector' in scope
extension CGVector: AbsoluteValueApplicable {
          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+AbsoluteValueExtension.swift:16:33: error: cannot find type 'CGVector' in scope
    public func appliedAbs() -> CGVector {
                                ^~~~~~~~
[76/81] Compiling DLCoreGraphics CGSize+ScaleExtension.swift
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:27:40: error: cannot find type 'CGVector' in scope
    static func + (_ lhs: Self, _ rhs: CGVector) -> Self {
                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:31:47: error: cannot find type 'CGVector' in scope
    static func += (_ lhs: inout Self, _ rhs: CGVector) {
                                              ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:56: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:43: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:35:40: error: cannot find type 'CGVector' in scope
    static func - (_ lhs: Self, _ rhs: CGVector) -> Self {
                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:39:47: error: cannot find type 'CGVector' in scope
    static func -= (_ lhs: inout Self, _ rhs: CGVector) {
                                              ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:12:17: error: cannot find 'Darwin' in scope
        width = Darwin.round(width)
                ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:13:18: error: cannot find 'Darwin' in scope
        height = Darwin.round(height)
                 ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:17:30: error: cannot find 'Darwin' in scope
        return CGSize(width: Darwin.round(width), height: Darwin.round(height))
                             ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:17:59: error: cannot find 'Darwin' in scope
        return CGSize(width: Darwin.round(width), height: Darwin.round(height))
                                                          ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:21:17: error: cannot find 'Darwin' in scope
        width = Darwin.ceil(width)
                ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:22:18: error: cannot find 'Darwin' in scope
        height = Darwin.ceil(height)
                 ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:26:30: error: cannot find 'Darwin' in scope
        return CGSize(width: Darwin.ceil(width), height: Darwin.ceil(height))
                             ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:26:58: error: cannot find 'Darwin' in scope
        return CGSize(width: Darwin.ceil(width), height: Darwin.ceil(height))
                                                         ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:30:17: error: cannot find 'Darwin' in scope
        width = Darwin.floor(width)
                ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:31:18: error: cannot find 'Darwin' in scope
        height = Darwin.floor(height)
                 ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:35:30: error: cannot find 'Darwin' in scope
        return CGSize(width: Darwin.floor(width), height: Darwin.floor(height))
                             ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:35:59: error: cannot find 'Darwin' in scope
        return CGSize(width: Darwin.floor(width), height: Darwin.floor(height))
                                                          ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+ScaleExtension.swift:13:16: error: cannot find 'applying' in scope
        self = applying(CGAffineTransform(scaleX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+ScaleExtension.swift:13:25: error: cannot find 'CGAffineTransform' in scope
        self = applying(CGAffineTransform(scaleX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+ScaleExtension.swift:18:16: error: cannot find 'applying' in scope
        return applying(CGAffineTransform(scaleX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+ScaleExtension.swift:18:25: error: cannot find 'CGAffineTransform' in scope
        return applying(CGAffineTransform(scaleX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+AbsoluteValueExtension.swift:10:11: error: cannot find type 'CGVector' in scope
extension CGVector: AbsoluteValueApplicable {
          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+AbsoluteValueExtension.swift:16:33: error: cannot find type 'CGVector' in scope
    public func appliedAbs() -> CGVector {
                                ^~~~~~~~
[77/81] Compiling DLCoreGraphics CGVector+AbsoluteValueExtension.swift
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:27:40: error: cannot find type 'CGVector' in scope
    static func + (_ lhs: Self, _ rhs: CGVector) -> Self {
                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:31:47: error: cannot find type 'CGVector' in scope
    static func += (_ lhs: inout Self, _ rhs: CGVector) {
                                              ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:56: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:43: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:35:40: error: cannot find type 'CGVector' in scope
    static func - (_ lhs: Self, _ rhs: CGVector) -> Self {
                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:39:47: error: cannot find type 'CGVector' in scope
    static func -= (_ lhs: inout Self, _ rhs: CGVector) {
                                              ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:12:17: error: cannot find 'Darwin' in scope
        width = Darwin.round(width)
                ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:13:18: error: cannot find 'Darwin' in scope
        height = Darwin.round(height)
                 ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:17:30: error: cannot find 'Darwin' in scope
        return CGSize(width: Darwin.round(width), height: Darwin.round(height))
                             ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:17:59: error: cannot find 'Darwin' in scope
        return CGSize(width: Darwin.round(width), height: Darwin.round(height))
                                                          ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:21:17: error: cannot find 'Darwin' in scope
        width = Darwin.ceil(width)
                ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:22:18: error: cannot find 'Darwin' in scope
        height = Darwin.ceil(height)
                 ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:26:30: error: cannot find 'Darwin' in scope
        return CGSize(width: Darwin.ceil(width), height: Darwin.ceil(height))
                             ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:26:58: error: cannot find 'Darwin' in scope
        return CGSize(width: Darwin.ceil(width), height: Darwin.ceil(height))
                                                         ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:30:17: error: cannot find 'Darwin' in scope
        width = Darwin.floor(width)
                ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:31:18: error: cannot find 'Darwin' in scope
        height = Darwin.floor(height)
                 ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:35:30: error: cannot find 'Darwin' in scope
        return CGSize(width: Darwin.floor(width), height: Darwin.floor(height))
                             ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:35:59: error: cannot find 'Darwin' in scope
        return CGSize(width: Darwin.floor(width), height: Darwin.floor(height))
                                                          ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+ScaleExtension.swift:13:16: error: cannot find 'applying' in scope
        self = applying(CGAffineTransform(scaleX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+ScaleExtension.swift:13:25: error: cannot find 'CGAffineTransform' in scope
        self = applying(CGAffineTransform(scaleX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+ScaleExtension.swift:18:16: error: cannot find 'applying' in scope
        return applying(CGAffineTransform(scaleX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+ScaleExtension.swift:18:25: error: cannot find 'CGAffineTransform' in scope
        return applying(CGAffineTransform(scaleX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+AbsoluteValueExtension.swift:10:11: error: cannot find type 'CGVector' in scope
extension CGVector: AbsoluteValueApplicable {
          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+AbsoluteValueExtension.swift:16:33: error: cannot find type 'CGVector' in scope
    public func appliedAbs() -> CGVector {
                                ^~~~~~~~
[78/81] Compiling DLCoreGraphics Scalable2D.swift
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:27:40: error: cannot find type 'CGVector' in scope
    static func + (_ lhs: Self, _ rhs: CGVector) -> Self {
                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:56: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:43: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:35:40: error: cannot find type 'CGVector' in scope
    static func - (_ lhs: Self, _ rhs: CGVector) -> Self {
                                       ^~~~~~~~
[79/81] Compiling DLCoreGraphics Segment.swift
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:27:40: error: cannot find type 'CGVector' in scope
    static func + (_ lhs: Self, _ rhs: CGVector) -> Self {
                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:56: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:43: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:35:40: error: cannot find type 'CGVector' in scope
    static func - (_ lhs: Self, _ rhs: CGVector) -> Self {
                                       ^~~~~~~~
[80/81] Compiling DLCoreGraphics Transformable2D.swift
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:27:40: error: cannot find type 'CGVector' in scope
    static func + (_ lhs: Self, _ rhs: CGVector) -> Self {
                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:56: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:43: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:35:40: error: cannot find type 'CGVector' in scope
    static func - (_ lhs: Self, _ rhs: CGVector) -> Self {
                                       ^~~~~~~~
[81/81] Compiling DLCoreGraphics Translatable2D.swift
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:27:40: error: cannot find type 'CGVector' in scope
    static func + (_ lhs: Self, _ rhs: CGVector) -> Self {
                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:56: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:43: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:35:40: error: cannot find type 'CGVector' in scope
    static func - (_ lhs: Self, _ rhs: CGVector) -> Self {
                                       ^~~~~~~~
error: fatalError
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/30] Compiling DLCoreGraphics CGVector+InversibleExtension.swift
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:10:11: error: cannot find type 'CGVector' in scope
extension CGVector: Inversible {
          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+RoundExtension.swift:10:11: error: cannot find type 'CGVector' in scope
extension CGVector: Roundable {
          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+ScaleExtension.swift:10:11: error: cannot find type 'CGVector' in scope
extension CGVector: Scalable2D {
          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVectorExtension.swift:11:18: error: cannot find type 'CGVector' in scope
public extension CGVector {
                 ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:43: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:56: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+RoundExtension.swift:16:30: error: cannot find type 'CGVector' in scope
    public func rounded() -> CGVector {
                             ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+RoundExtension.swift:25:30: error: cannot find type 'CGVector' in scope
    public func ceiling() -> CGVector {
                             ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+RoundExtension.swift:34:31: error: cannot find type 'CGVector' in scope
    public func flooring() -> CGVector {
                              ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+ScaleExtension.swift:18:55: error: cannot find type 'CGVector' in scope
    public func scaled(byX x: CGFloat, y: CGFloat) -> CGVector {
                                                      ^~~~~~~~
[3/30] Compiling DLCoreGraphics CGVector+RoundExtension.swift
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:10:11: error: cannot find type 'CGVector' in scope
extension CGVector: Inversible {
          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+RoundExtension.swift:10:11: error: cannot find type 'CGVector' in scope
extension CGVector: Roundable {
          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+ScaleExtension.swift:10:11: error: cannot find type 'CGVector' in scope
extension CGVector: Scalable2D {
          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVectorExtension.swift:11:18: error: cannot find type 'CGVector' in scope
public extension CGVector {
                 ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:43: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:56: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+RoundExtension.swift:16:30: error: cannot find type 'CGVector' in scope
    public func rounded() -> CGVector {
                             ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+RoundExtension.swift:25:30: error: cannot find type 'CGVector' in scope
    public func ceiling() -> CGVector {
                             ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+RoundExtension.swift:34:31: error: cannot find type 'CGVector' in scope
    public func flooring() -> CGVector {
                              ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+ScaleExtension.swift:18:55: error: cannot find type 'CGVector' in scope
    public func scaled(byX x: CGFloat, y: CGFloat) -> CGVector {
                                                      ^~~~~~~~
[4/30] Compiling DLCoreGraphics CGVector+ScaleExtension.swift
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:10:11: error: cannot find type 'CGVector' in scope
extension CGVector: Inversible {
          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+RoundExtension.swift:10:11: error: cannot find type 'CGVector' in scope
extension CGVector: Roundable {
          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+ScaleExtension.swift:10:11: error: cannot find type 'CGVector' in scope
extension CGVector: Scalable2D {
          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVectorExtension.swift:11:18: error: cannot find type 'CGVector' in scope
public extension CGVector {
                 ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:43: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:56: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+RoundExtension.swift:16:30: error: cannot find type 'CGVector' in scope
    public func rounded() -> CGVector {
                             ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+RoundExtension.swift:25:30: error: cannot find type 'CGVector' in scope
    public func ceiling() -> CGVector {
                             ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+RoundExtension.swift:34:31: error: cannot find type 'CGVector' in scope
    public func flooring() -> CGVector {
                              ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+ScaleExtension.swift:18:55: error: cannot find type 'CGVector' in scope
    public func scaled(byX x: CGFloat, y: CGFloat) -> CGVector {
                                                      ^~~~~~~~
[5/30] Compiling DLCoreGraphics CGVectorExtension.swift
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:10:11: error: cannot find type 'CGVector' in scope
extension CGVector: Inversible {
          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+RoundExtension.swift:10:11: error: cannot find type 'CGVector' in scope
extension CGVector: Roundable {
          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+ScaleExtension.swift:10:11: error: cannot find type 'CGVector' in scope
extension CGVector: Scalable2D {
          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVectorExtension.swift:11:18: error: cannot find type 'CGVector' in scope
public extension CGVector {
                 ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:43: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:56: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+RoundExtension.swift:16:30: error: cannot find type 'CGVector' in scope
    public func rounded() -> CGVector {
                             ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+RoundExtension.swift:25:30: error: cannot find type 'CGVector' in scope
    public func ceiling() -> CGVector {
                             ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+RoundExtension.swift:34:31: error: cannot find type 'CGVector' in scope
    public func flooring() -> CGVector {
                              ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+ScaleExtension.swift:18:55: error: cannot find type 'CGVector' in scope
    public func scaled(byX x: CGFloat, y: CGFloat) -> CGVector {
                                                      ^~~~~~~~
[6/30] Compiling DLCoreGraphics CGPoint+TranslateExtension.swift
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+TranslateExtension.swift:13:16: error: cannot find 'applying' in scope
        self = applying(CGAffineTransform(translationX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+TranslateExtension.swift:13:25: error: cannot find 'CGAffineTransform' in scope
        self = applying(CGAffineTransform(translationX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+TranslateExtension.swift:18:16: error: cannot find 'applying' in scope
        return applying(CGAffineTransform(translationX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+TranslateExtension.swift:18:25: error: cannot find 'CGAffineTransform' in scope
        return applying(CGAffineTransform(translationX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+ScaleExtension.swift:13:16: error: cannot find 'applying' in scope
        self = applying(CGAffineTransform(scaleX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+ScaleExtension.swift:13:25: error: cannot find 'CGAffineTransform' in scope
        self = applying(CGAffineTransform(scaleX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+ScaleExtension.swift:18:16: error: cannot find 'applying' in scope
        return applying(CGAffineTransform(scaleX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+ScaleExtension.swift:18:25: error: cannot find 'CGAffineTransform' in scope
        return applying(CGAffineTransform(scaleX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
[7/30] Compiling DLCoreGraphics CGRect+AbsoluteValueExtension.swift
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+TranslateExtension.swift:13:16: error: cannot find 'applying' in scope
        self = applying(CGAffineTransform(translationX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+TranslateExtension.swift:13:25: error: cannot find 'CGAffineTransform' in scope
        self = applying(CGAffineTransform(translationX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+TranslateExtension.swift:18:16: error: cannot find 'applying' in scope
        return applying(CGAffineTransform(translationX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+TranslateExtension.swift:18:25: error: cannot find 'CGAffineTransform' in scope
        return applying(CGAffineTransform(translationX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+ScaleExtension.swift:13:16: error: cannot find 'applying' in scope
        self = applying(CGAffineTransform(scaleX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+ScaleExtension.swift:13:25: error: cannot find 'CGAffineTransform' in scope
        self = applying(CGAffineTransform(scaleX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+ScaleExtension.swift:18:16: error: cannot find 'applying' in scope
        return applying(CGAffineTransform(scaleX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+ScaleExtension.swift:18:25: error: cannot find 'CGAffineTransform' in scope
        return applying(CGAffineTransform(scaleX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
[8/30] Compiling DLCoreGraphics CGRect+RoundExtension.swift
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+TranslateExtension.swift:13:16: error: cannot find 'applying' in scope
        self = applying(CGAffineTransform(translationX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+TranslateExtension.swift:13:25: error: cannot find 'CGAffineTransform' in scope
        self = applying(CGAffineTransform(translationX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+TranslateExtension.swift:18:16: error: cannot find 'applying' in scope
        return applying(CGAffineTransform(translationX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+TranslateExtension.swift:18:25: error: cannot find 'CGAffineTransform' in scope
        return applying(CGAffineTransform(translationX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+ScaleExtension.swift:13:16: error: cannot find 'applying' in scope
        self = applying(CGAffineTransform(scaleX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+ScaleExtension.swift:13:25: error: cannot find 'CGAffineTransform' in scope
        self = applying(CGAffineTransform(scaleX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+ScaleExtension.swift:18:16: error: cannot find 'applying' in scope
        return applying(CGAffineTransform(scaleX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+ScaleExtension.swift:18:25: error: cannot find 'CGAffineTransform' in scope
        return applying(CGAffineTransform(scaleX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
[9/30] Compiling DLCoreGraphics CGRect+ScaleExtension.swift
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+TranslateExtension.swift:13:16: error: cannot find 'applying' in scope
        self = applying(CGAffineTransform(translationX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+TranslateExtension.swift:13:25: error: cannot find 'CGAffineTransform' in scope
        self = applying(CGAffineTransform(translationX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+TranslateExtension.swift:18:16: error: cannot find 'applying' in scope
        return applying(CGAffineTransform(translationX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+TranslateExtension.swift:18:25: error: cannot find 'CGAffineTransform' in scope
        return applying(CGAffineTransform(translationX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+ScaleExtension.swift:13:16: error: cannot find 'applying' in scope
        self = applying(CGAffineTransform(scaleX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+ScaleExtension.swift:13:25: error: cannot find 'CGAffineTransform' in scope
        self = applying(CGAffineTransform(scaleX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+ScaleExtension.swift:18:16: error: cannot find 'applying' in scope
        return applying(CGAffineTransform(scaleX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+ScaleExtension.swift:18:25: error: cannot find 'CGAffineTransform' in scope
        return applying(CGAffineTransform(scaleX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/30] Emitting module DLCoreGraphics
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:56: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:43: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:35:40: error: cannot find type 'CGVector' in scope
    static func - (_ lhs: Self, _ rhs: CGVector) -> Self {
                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+AbsoluteValueExtension.swift:10:11: error: cannot find type 'CGVector' in scope
extension CGVector: AbsoluteValueApplicable {
          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+CompareExtension.swift:10:11: error: cannot find type 'CGVector' in scope
extension CGVector: Comparable {
          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:10:11: error: cannot find type 'CGVector' in scope
extension CGVector: Inversible {
          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+RoundExtension.swift:10:11: error: cannot find type 'CGVector' in scope
extension CGVector: Roundable {
          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+ScaleExtension.swift:10:11: error: cannot find type 'CGVector' in scope
extension CGVector: Scalable2D {
          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVectorExtension.swift:11:18: error: cannot find type 'CGVector' in scope
public extension CGVector {
                 ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+CGVectorExtension.swift:11:40: error: cannot find type 'CGVector' in scope
    mutating func translate(by vector: CGVector) {
                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+CGVectorExtension.swift:15:32: error: cannot find type 'CGVector' in scope
    func translated(by vector: CGVector) -> Self {
                               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:27:40: error: cannot find type 'CGVector' in scope
    static func + (_ lhs: Self, _ rhs: CGVector) -> Self {
                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:31:47: error: cannot find type 'CGVector' in scope
    static func += (_ lhs: inout Self, _ rhs: CGVector) {
                                              ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:39:47: error: cannot find type 'CGVector' in scope
    static func -= (_ lhs: inout Self, _ rhs: CGVector) {
                                              ^~~~~~~~
[11/33] Compiling DLCoreGraphics AbsoluteValueApplicable+FoundationExtension.swift
[12/33] Compiling DLCoreGraphics Roundable+FoundationExtension.swift
[13/33] Compiling DLCoreGraphics Roundable+UIScreenExtension.swift
[14/33] Compiling DLCoreGraphics Scalable2D+OperatorsExtension.swift
[15/33] Compiling DLCoreGraphics Translatable2D+CGVectorExtension.swift
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+CGVectorExtension.swift:11:40: error: cannot find type 'CGVector' in scope
    mutating func translate(by vector: CGVector) {
                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+CGVectorExtension.swift:15:32: error: cannot find type 'CGVector' in scope
    func translated(by vector: CGVector) -> Self {
                               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:27:40: error: cannot find type 'CGVector' in scope
    static func + (_ lhs: Self, _ rhs: CGVector) -> Self {
                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:31:47: error: cannot find type 'CGVector' in scope
    static func += (_ lhs: inout Self, _ rhs: CGVector) {
                                              ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:35:40: error: cannot find type 'CGVector' in scope
    static func - (_ lhs: Self, _ rhs: CGVector) -> Self {
                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:39:47: error: cannot find type 'CGVector' in scope
    static func -= (_ lhs: inout Self, _ rhs: CGVector) {
                                              ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:56: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:43: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:28:30: error: incorrect argument label in call (have 'by:', expected 'byX:')
        return lhs.translated(by: rhs)
                             ^~~
                              byX
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:28:38: error: missing argument for parameter 'y' in call
        return lhs.translated(by: rhs)
                                     ^
                                     , y: <#CGFloat#>
/host/spi-builder-workspace/Sources/DLCoreGraphics/Geometry/Translatable2D.swift:24:10: note: 'translated(byX:y:)' declared here
    func translated(byX x: CGFloat, y: CGFloat) -> Self
         ^
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:32:22: error: incorrect argument label in call (have 'by:', expected 'byX:')
        lhs.translate(by: rhs)
                     ^~~
                      byX
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:32:30: error: missing argument for parameter 'y' in call
        lhs.translate(by: rhs)
                             ^
                             , y: <#CGFloat#>
/host/spi-builder-workspace/Sources/DLCoreGraphics/Geometry/Translatable2D.swift:17:19: note: 'translate(byX:y:)' declared here
    mutating func translate(byX x: CGFloat, y: CGFloat)
                  ^
[16/33] Compiling DLCoreGraphics Translatable2D+OperatorsExtension.swift
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+CGVectorExtension.swift:11:40: error: cannot find type 'CGVector' in scope
    mutating func translate(by vector: CGVector) {
                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+CGVectorExtension.swift:15:32: error: cannot find type 'CGVector' in scope
    func translated(by vector: CGVector) -> Self {
                               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:27:40: error: cannot find type 'CGVector' in scope
    static func + (_ lhs: Self, _ rhs: CGVector) -> Self {
                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:31:47: error: cannot find type 'CGVector' in scope
    static func += (_ lhs: inout Self, _ rhs: CGVector) {
                                              ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:35:40: error: cannot find type 'CGVector' in scope
    static func - (_ lhs: Self, _ rhs: CGVector) -> Self {
                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:39:47: error: cannot find type 'CGVector' in scope
    static func -= (_ lhs: inout Self, _ rhs: CGVector) {
                                              ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:56: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:43: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:28:30: error: incorrect argument label in call (have 'by:', expected 'byX:')
        return lhs.translated(by: rhs)
                             ^~~
                              byX
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:28:38: error: missing argument for parameter 'y' in call
        return lhs.translated(by: rhs)
                                     ^
                                     , y: <#CGFloat#>
/host/spi-builder-workspace/Sources/DLCoreGraphics/Geometry/Translatable2D.swift:24:10: note: 'translated(byX:y:)' declared here
    func translated(byX x: CGFloat, y: CGFloat) -> Self
         ^
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:32:22: error: incorrect argument label in call (have 'by:', expected 'byX:')
        lhs.translate(by: rhs)
                     ^~~
                      byX
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:32:30: error: missing argument for parameter 'y' in call
        lhs.translate(by: rhs)
                             ^
                             , y: <#CGFloat#>
/host/spi-builder-workspace/Sources/DLCoreGraphics/Geometry/Translatable2D.swift:17:19: note: 'translate(byX:y:)' declared here
    mutating func translate(byX x: CGFloat, y: CGFloat)
                  ^
[17/33] Compiling DLCoreGraphics UIEdgeInsets+InversibleExtension.swift
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+CGVectorExtension.swift:11:40: error: cannot find type 'CGVector' in scope
    mutating func translate(by vector: CGVector) {
                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+CGVectorExtension.swift:15:32: error: cannot find type 'CGVector' in scope
    func translated(by vector: CGVector) -> Self {
                               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:27:40: error: cannot find type 'CGVector' in scope
    static func + (_ lhs: Self, _ rhs: CGVector) -> Self {
                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:31:47: error: cannot find type 'CGVector' in scope
    static func += (_ lhs: inout Self, _ rhs: CGVector) {
                                              ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:35:40: error: cannot find type 'CGVector' in scope
    static func - (_ lhs: Self, _ rhs: CGVector) -> Self {
                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:39:47: error: cannot find type 'CGVector' in scope
    static func -= (_ lhs: inout Self, _ rhs: CGVector) {
                                              ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:56: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:43: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:28:30: error: incorrect argument label in call (have 'by:', expected 'byX:')
        return lhs.translated(by: rhs)
                             ^~~
                              byX
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:28:38: error: missing argument for parameter 'y' in call
        return lhs.translated(by: rhs)
                                     ^
                                     , y: <#CGFloat#>
/host/spi-builder-workspace/Sources/DLCoreGraphics/Geometry/Translatable2D.swift:24:10: note: 'translated(byX:y:)' declared here
    func translated(byX x: CGFloat, y: CGFloat) -> Self
         ^
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:32:22: error: incorrect argument label in call (have 'by:', expected 'byX:')
        lhs.translate(by: rhs)
                     ^~~
                      byX
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:32:30: error: missing argument for parameter 'y' in call
        lhs.translate(by: rhs)
                             ^
                             , y: <#CGFloat#>
/host/spi-builder-workspace/Sources/DLCoreGraphics/Geometry/Translatable2D.swift:17:19: note: 'translate(byX:y:)' declared here
    mutating func translate(byX x: CGFloat, y: CGFloat)
                  ^
[18/33] Compiling DLCoreGraphics Scalable2D.swift
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+CGVectorExtension.swift:11:40: error: cannot find type 'CGVector' in scope
    mutating func translate(by vector: CGVector) {
                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+CGVectorExtension.swift:15:32: error: cannot find type 'CGVector' in scope
    func translated(by vector: CGVector) -> Self {
                               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:27:40: error: cannot find type 'CGVector' in scope
    static func + (_ lhs: Self, _ rhs: CGVector) -> Self {
                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:31:47: error: cannot find type 'CGVector' in scope
    static func += (_ lhs: inout Self, _ rhs: CGVector) {
                                              ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:35:40: error: cannot find type 'CGVector' in scope
    static func - (_ lhs: Self, _ rhs: CGVector) -> Self {
                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:39:47: error: cannot find type 'CGVector' in scope
    static func -= (_ lhs: inout Self, _ rhs: CGVector) {
                                              ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:56: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:43: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:28:30: error: incorrect argument label in call (have 'by:', expected 'byX:')
        return lhs.translated(by: rhs)
                             ^~~
                              byX
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:28:38: error: missing argument for parameter 'y' in call
        return lhs.translated(by: rhs)
                                     ^
                                     , y: <#CGFloat#>
/host/spi-builder-workspace/Sources/DLCoreGraphics/Geometry/Translatable2D.swift:24:10: note: 'translated(byX:y:)' declared here
    func translated(byX x: CGFloat, y: CGFloat) -> Self
         ^
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:32:22: error: incorrect argument label in call (have 'by:', expected 'byX:')
        lhs.translate(by: rhs)
                     ^~~
                      byX
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:32:30: error: missing argument for parameter 'y' in call
        lhs.translate(by: rhs)
                             ^
                             , y: <#CGFloat#>
/host/spi-builder-workspace/Sources/DLCoreGraphics/Geometry/Translatable2D.swift:17:19: note: 'translate(byX:y:)' declared here
    mutating func translate(byX x: CGFloat, y: CGFloat)
                  ^
[19/33] Compiling DLCoreGraphics CGPoint+AbsoluteValueExtension.swift
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:56: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:43: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:35:40: error: cannot find type 'CGVector' in scope
    static func - (_ lhs: Self, _ rhs: CGVector) -> Self {
                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:12:13: error: cannot find 'Darwin' in scope
        x = Darwin.round(x)
            ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:13:13: error: cannot find 'Darwin' in scope
        y = Darwin.round(y)
            ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:17:27: error: cannot find 'Darwin' in scope
        return CGPoint(x: Darwin.round(x), y: Darwin.round(y))
                          ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:17:47: error: cannot find 'Darwin' in scope
        return CGPoint(x: Darwin.round(x), y: Darwin.round(y))
                                              ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:21:13: error: cannot find 'Darwin' in scope
        x = Darwin.ceil(x)
            ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:22:13: error: cannot find 'Darwin' in scope
        y = Darwin.ceil(y)
            ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:26:27: error: cannot find 'Darwin' in scope
        return CGPoint(x: Darwin.ceil(x), y: Darwin.ceil(y))
                          ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:26:46: error: cannot find 'Darwin' in scope
        return CGPoint(x: Darwin.ceil(x), y: Darwin.ceil(y))
                                             ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:30:13: error: cannot find 'Darwin' in scope
        x = Darwin.floor(x)
            ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:31:13: error: cannot find 'Darwin' in scope
        y = Darwin.floor(y)
            ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:35:27: error: cannot find 'Darwin' in scope
        return CGPoint(x: Darwin.floor(x), y: Darwin.floor(y))
                          ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:35:47: error: cannot find 'Darwin' in scope
        return CGPoint(x: Darwin.floor(x), y: Darwin.floor(y))
                                              ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+ScaleExtension.swift:13:16: error: cannot find 'applying' in scope
        self = applying(CGAffineTransform(scaleX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+ScaleExtension.swift:13:25: error: cannot find 'CGAffineTransform' in scope
        self = applying(CGAffineTransform(scaleX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+ScaleExtension.swift:18:16: error: cannot find 'applying' in scope
        return applying(CGAffineTransform(scaleX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+ScaleExtension.swift:18:25: error: cannot find 'CGAffineTransform' in scope
        return applying(CGAffineTransform(scaleX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
[20/33] Compiling DLCoreGraphics CGPoint+InversibleExtension.swift
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:56: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:43: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:35:40: error: cannot find type 'CGVector' in scope
    static func - (_ lhs: Self, _ rhs: CGVector) -> Self {
                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:12:13: error: cannot find 'Darwin' in scope
        x = Darwin.round(x)
            ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:13:13: error: cannot find 'Darwin' in scope
        y = Darwin.round(y)
            ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:17:27: error: cannot find 'Darwin' in scope
        return CGPoint(x: Darwin.round(x), y: Darwin.round(y))
                          ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:17:47: error: cannot find 'Darwin' in scope
        return CGPoint(x: Darwin.round(x), y: Darwin.round(y))
                                              ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:21:13: error: cannot find 'Darwin' in scope
        x = Darwin.ceil(x)
            ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:22:13: error: cannot find 'Darwin' in scope
        y = Darwin.ceil(y)
            ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:26:27: error: cannot find 'Darwin' in scope
        return CGPoint(x: Darwin.ceil(x), y: Darwin.ceil(y))
                          ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:26:46: error: cannot find 'Darwin' in scope
        return CGPoint(x: Darwin.ceil(x), y: Darwin.ceil(y))
                                             ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:30:13: error: cannot find 'Darwin' in scope
        x = Darwin.floor(x)
            ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:31:13: error: cannot find 'Darwin' in scope
        y = Darwin.floor(y)
            ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:35:27: error: cannot find 'Darwin' in scope
        return CGPoint(x: Darwin.floor(x), y: Darwin.floor(y))
                          ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:35:47: error: cannot find 'Darwin' in scope
        return CGPoint(x: Darwin.floor(x), y: Darwin.floor(y))
                                              ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+ScaleExtension.swift:13:16: error: cannot find 'applying' in scope
        self = applying(CGAffineTransform(scaleX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+ScaleExtension.swift:13:25: error: cannot find 'CGAffineTransform' in scope
        self = applying(CGAffineTransform(scaleX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+ScaleExtension.swift:18:16: error: cannot find 'applying' in scope
        return applying(CGAffineTransform(scaleX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+ScaleExtension.swift:18:25: error: cannot find 'CGAffineTransform' in scope
        return applying(CGAffineTransform(scaleX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
[21/33] Compiling DLCoreGraphics CGPoint+RoundExtension.swift
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:56: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:43: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:35:40: error: cannot find type 'CGVector' in scope
    static func - (_ lhs: Self, _ rhs: CGVector) -> Self {
                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:12:13: error: cannot find 'Darwin' in scope
        x = Darwin.round(x)
            ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:13:13: error: cannot find 'Darwin' in scope
        y = Darwin.round(y)
            ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:17:27: error: cannot find 'Darwin' in scope
        return CGPoint(x: Darwin.round(x), y: Darwin.round(y))
                          ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:17:47: error: cannot find 'Darwin' in scope
        return CGPoint(x: Darwin.round(x), y: Darwin.round(y))
                                              ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:21:13: error: cannot find 'Darwin' in scope
        x = Darwin.ceil(x)
            ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:22:13: error: cannot find 'Darwin' in scope
        y = Darwin.ceil(y)
            ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:26:27: error: cannot find 'Darwin' in scope
        return CGPoint(x: Darwin.ceil(x), y: Darwin.ceil(y))
                          ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:26:46: error: cannot find 'Darwin' in scope
        return CGPoint(x: Darwin.ceil(x), y: Darwin.ceil(y))
                                             ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:30:13: error: cannot find 'Darwin' in scope
        x = Darwin.floor(x)
            ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:31:13: error: cannot find 'Darwin' in scope
        y = Darwin.floor(y)
            ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:35:27: error: cannot find 'Darwin' in scope
        return CGPoint(x: Darwin.floor(x), y: Darwin.floor(y))
                          ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:35:47: error: cannot find 'Darwin' in scope
        return CGPoint(x: Darwin.floor(x), y: Darwin.floor(y))
                                              ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+ScaleExtension.swift:13:16: error: cannot find 'applying' in scope
        self = applying(CGAffineTransform(scaleX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+ScaleExtension.swift:13:25: error: cannot find 'CGAffineTransform' in scope
        self = applying(CGAffineTransform(scaleX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+ScaleExtension.swift:18:16: error: cannot find 'applying' in scope
        return applying(CGAffineTransform(scaleX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+ScaleExtension.swift:18:25: error: cannot find 'CGAffineTransform' in scope
        return applying(CGAffineTransform(scaleX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
[22/33] Compiling DLCoreGraphics CGPoint+ScaleExtension.swift
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:56: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:43: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:35:40: error: cannot find type 'CGVector' in scope
    static func - (_ lhs: Self, _ rhs: CGVector) -> Self {
                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:12:13: error: cannot find 'Darwin' in scope
        x = Darwin.round(x)
            ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:13:13: error: cannot find 'Darwin' in scope
        y = Darwin.round(y)
            ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:17:27: error: cannot find 'Darwin' in scope
        return CGPoint(x: Darwin.round(x), y: Darwin.round(y))
                          ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:17:47: error: cannot find 'Darwin' in scope
        return CGPoint(x: Darwin.round(x), y: Darwin.round(y))
                                              ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:21:13: error: cannot find 'Darwin' in scope
        x = Darwin.ceil(x)
            ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:22:13: error: cannot find 'Darwin' in scope
        y = Darwin.ceil(y)
            ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:26:27: error: cannot find 'Darwin' in scope
        return CGPoint(x: Darwin.ceil(x), y: Darwin.ceil(y))
                          ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:26:46: error: cannot find 'Darwin' in scope
        return CGPoint(x: Darwin.ceil(x), y: Darwin.ceil(y))
                                             ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:30:13: error: cannot find 'Darwin' in scope
        x = Darwin.floor(x)
            ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:31:13: error: cannot find 'Darwin' in scope
        y = Darwin.floor(y)
            ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:35:27: error: cannot find 'Darwin' in scope
        return CGPoint(x: Darwin.floor(x), y: Darwin.floor(y))
                          ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+RoundExtension.swift:35:47: error: cannot find 'Darwin' in scope
        return CGPoint(x: Darwin.floor(x), y: Darwin.floor(y))
                                              ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+ScaleExtension.swift:13:16: error: cannot find 'applying' in scope
        self = applying(CGAffineTransform(scaleX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+ScaleExtension.swift:13:25: error: cannot find 'CGAffineTransform' in scope
        self = applying(CGAffineTransform(scaleX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+ScaleExtension.swift:18:16: error: cannot find 'applying' in scope
        return applying(CGAffineTransform(scaleX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGPoint/CGPoint+ScaleExtension.swift:18:25: error: cannot find 'CGAffineTransform' in scope
        return applying(CGAffineTransform(scaleX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
[23/33] Compiling DLCoreGraphics CGSize+RoundExtension.swift
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:12:17: error: cannot find 'Darwin' in scope
        width = Darwin.round(width)
                ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:13:18: error: cannot find 'Darwin' in scope
        height = Darwin.round(height)
                 ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:17:30: error: cannot find 'Darwin' in scope
        return CGSize(width: Darwin.round(width), height: Darwin.round(height))
                             ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:17:59: error: cannot find 'Darwin' in scope
        return CGSize(width: Darwin.round(width), height: Darwin.round(height))
                                                          ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:21:17: error: cannot find 'Darwin' in scope
        width = Darwin.ceil(width)
                ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:22:18: error: cannot find 'Darwin' in scope
        height = Darwin.ceil(height)
                 ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:26:30: error: cannot find 'Darwin' in scope
        return CGSize(width: Darwin.ceil(width), height: Darwin.ceil(height))
                             ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:26:58: error: cannot find 'Darwin' in scope
        return CGSize(width: Darwin.ceil(width), height: Darwin.ceil(height))
                                                         ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:30:17: error: cannot find 'Darwin' in scope
        width = Darwin.floor(width)
                ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:31:18: error: cannot find 'Darwin' in scope
        height = Darwin.floor(height)
                 ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:35:30: error: cannot find 'Darwin' in scope
        return CGSize(width: Darwin.floor(width), height: Darwin.floor(height))
                             ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:35:59: error: cannot find 'Darwin' in scope
        return CGSize(width: Darwin.floor(width), height: Darwin.floor(height))
                                                          ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+ScaleExtension.swift:13:16: error: cannot find 'applying' in scope
        self = applying(CGAffineTransform(scaleX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+ScaleExtension.swift:13:25: error: cannot find 'CGAffineTransform' in scope
        self = applying(CGAffineTransform(scaleX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+ScaleExtension.swift:18:16: error: cannot find 'applying' in scope
        return applying(CGAffineTransform(scaleX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+ScaleExtension.swift:18:25: error: cannot find 'CGAffineTransform' in scope
        return applying(CGAffineTransform(scaleX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+AbsoluteValueExtension.swift:10:11: error: cannot find type 'CGVector' in scope
extension CGVector: AbsoluteValueApplicable {
          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+CompareExtension.swift:10:11: error: cannot find type 'CGVector' in scope
extension CGVector: Comparable {
          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+AbsoluteValueExtension.swift:16:33: error: cannot find type 'CGVector' in scope
    public func appliedAbs() -> CGVector {
                                ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+CompareExtension.swift:11:32: error: cannot find type 'CGVector' in scope
    public static func < (lhs: CGVector, rhs: CGVector) -> Bool {
                               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+CompareExtension.swift:11:47: error: cannot find type 'CGVector' in scope
    public static func < (lhs: CGVector, rhs: CGVector) -> Bool {
                                              ^~~~~~~~
[24/33] Compiling DLCoreGraphics CGSize+ScaleExtension.swift
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:12:17: error: cannot find 'Darwin' in scope
        width = Darwin.round(width)
                ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:13:18: error: cannot find 'Darwin' in scope
        height = Darwin.round(height)
                 ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:17:30: error: cannot find 'Darwin' in scope
        return CGSize(width: Darwin.round(width), height: Darwin.round(height))
                             ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:17:59: error: cannot find 'Darwin' in scope
        return CGSize(width: Darwin.round(width), height: Darwin.round(height))
                                                          ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:21:17: error: cannot find 'Darwin' in scope
        width = Darwin.ceil(width)
                ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:22:18: error: cannot find 'Darwin' in scope
        height = Darwin.ceil(height)
                 ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:26:30: error: cannot find 'Darwin' in scope
        return CGSize(width: Darwin.ceil(width), height: Darwin.ceil(height))
                             ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:26:58: error: cannot find 'Darwin' in scope
        return CGSize(width: Darwin.ceil(width), height: Darwin.ceil(height))
                                                         ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:30:17: error: cannot find 'Darwin' in scope
        width = Darwin.floor(width)
                ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:31:18: error: cannot find 'Darwin' in scope
        height = Darwin.floor(height)
                 ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:35:30: error: cannot find 'Darwin' in scope
        return CGSize(width: Darwin.floor(width), height: Darwin.floor(height))
                             ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:35:59: error: cannot find 'Darwin' in scope
        return CGSize(width: Darwin.floor(width), height: Darwin.floor(height))
                                                          ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+ScaleExtension.swift:13:16: error: cannot find 'applying' in scope
        self = applying(CGAffineTransform(scaleX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+ScaleExtension.swift:13:25: error: cannot find 'CGAffineTransform' in scope
        self = applying(CGAffineTransform(scaleX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+ScaleExtension.swift:18:16: error: cannot find 'applying' in scope
        return applying(CGAffineTransform(scaleX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+ScaleExtension.swift:18:25: error: cannot find 'CGAffineTransform' in scope
        return applying(CGAffineTransform(scaleX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+AbsoluteValueExtension.swift:10:11: error: cannot find type 'CGVector' in scope
extension CGVector: AbsoluteValueApplicable {
          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+CompareExtension.swift:10:11: error: cannot find type 'CGVector' in scope
extension CGVector: Comparable {
          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+AbsoluteValueExtension.swift:16:33: error: cannot find type 'CGVector' in scope
    public func appliedAbs() -> CGVector {
                                ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+CompareExtension.swift:11:32: error: cannot find type 'CGVector' in scope
    public static func < (lhs: CGVector, rhs: CGVector) -> Bool {
                               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+CompareExtension.swift:11:47: error: cannot find type 'CGVector' in scope
    public static func < (lhs: CGVector, rhs: CGVector) -> Bool {
                                              ^~~~~~~~
[25/33] Compiling DLCoreGraphics CGVector+AbsoluteValueExtension.swift
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:12:17: error: cannot find 'Darwin' in scope
        width = Darwin.round(width)
                ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:13:18: error: cannot find 'Darwin' in scope
        height = Darwin.round(height)
                 ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:17:30: error: cannot find 'Darwin' in scope
        return CGSize(width: Darwin.round(width), height: Darwin.round(height))
                             ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:17:59: error: cannot find 'Darwin' in scope
        return CGSize(width: Darwin.round(width), height: Darwin.round(height))
                                                          ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:21:17: error: cannot find 'Darwin' in scope
        width = Darwin.ceil(width)
                ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:22:18: error: cannot find 'Darwin' in scope
        height = Darwin.ceil(height)
                 ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:26:30: error: cannot find 'Darwin' in scope
        return CGSize(width: Darwin.ceil(width), height: Darwin.ceil(height))
                             ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:26:58: error: cannot find 'Darwin' in scope
        return CGSize(width: Darwin.ceil(width), height: Darwin.ceil(height))
                                                         ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:30:17: error: cannot find 'Darwin' in scope
        width = Darwin.floor(width)
                ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:31:18: error: cannot find 'Darwin' in scope
        height = Darwin.floor(height)
                 ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:35:30: error: cannot find 'Darwin' in scope
        return CGSize(width: Darwin.floor(width), height: Darwin.floor(height))
                             ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:35:59: error: cannot find 'Darwin' in scope
        return CGSize(width: Darwin.floor(width), height: Darwin.floor(height))
                                                          ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+ScaleExtension.swift:13:16: error: cannot find 'applying' in scope
        self = applying(CGAffineTransform(scaleX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+ScaleExtension.swift:13:25: error: cannot find 'CGAffineTransform' in scope
        self = applying(CGAffineTransform(scaleX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+ScaleExtension.swift:18:16: error: cannot find 'applying' in scope
        return applying(CGAffineTransform(scaleX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+ScaleExtension.swift:18:25: error: cannot find 'CGAffineTransform' in scope
        return applying(CGAffineTransform(scaleX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+AbsoluteValueExtension.swift:10:11: error: cannot find type 'CGVector' in scope
extension CGVector: AbsoluteValueApplicable {
          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+CompareExtension.swift:10:11: error: cannot find type 'CGVector' in scope
extension CGVector: Comparable {
          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+AbsoluteValueExtension.swift:16:33: error: cannot find type 'CGVector' in scope
    public func appliedAbs() -> CGVector {
                                ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+CompareExtension.swift:11:32: error: cannot find type 'CGVector' in scope
    public static func < (lhs: CGVector, rhs: CGVector) -> Bool {
                               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+CompareExtension.swift:11:47: error: cannot find type 'CGVector' in scope
    public static func < (lhs: CGVector, rhs: CGVector) -> Bool {
                                              ^~~~~~~~
[26/33] Compiling DLCoreGraphics CGVector+CompareExtension.swift
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:12:17: error: cannot find 'Darwin' in scope
        width = Darwin.round(width)
                ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:13:18: error: cannot find 'Darwin' in scope
        height = Darwin.round(height)
                 ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:17:30: error: cannot find 'Darwin' in scope
        return CGSize(width: Darwin.round(width), height: Darwin.round(height))
                             ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:17:59: error: cannot find 'Darwin' in scope
        return CGSize(width: Darwin.round(width), height: Darwin.round(height))
                                                          ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:21:17: error: cannot find 'Darwin' in scope
        width = Darwin.ceil(width)
                ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:22:18: error: cannot find 'Darwin' in scope
        height = Darwin.ceil(height)
                 ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:26:30: error: cannot find 'Darwin' in scope
        return CGSize(width: Darwin.ceil(width), height: Darwin.ceil(height))
                             ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:26:58: error: cannot find 'Darwin' in scope
        return CGSize(width: Darwin.ceil(width), height: Darwin.ceil(height))
                                                         ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:30:17: error: cannot find 'Darwin' in scope
        width = Darwin.floor(width)
                ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:31:18: error: cannot find 'Darwin' in scope
        height = Darwin.floor(height)
                 ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:35:30: error: cannot find 'Darwin' in scope
        return CGSize(width: Darwin.floor(width), height: Darwin.floor(height))
                             ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+RoundExtension.swift:35:59: error: cannot find 'Darwin' in scope
        return CGSize(width: Darwin.floor(width), height: Darwin.floor(height))
                                                          ^~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+ScaleExtension.swift:13:16: error: cannot find 'applying' in scope
        self = applying(CGAffineTransform(scaleX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+ScaleExtension.swift:13:25: error: cannot find 'CGAffineTransform' in scope
        self = applying(CGAffineTransform(scaleX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+ScaleExtension.swift:18:16: error: cannot find 'applying' in scope
        return applying(CGAffineTransform(scaleX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGSize/CGSize+ScaleExtension.swift:18:25: error: cannot find 'CGAffineTransform' in scope
        return applying(CGAffineTransform(scaleX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+AbsoluteValueExtension.swift:10:11: error: cannot find type 'CGVector' in scope
extension CGVector: AbsoluteValueApplicable {
          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+CompareExtension.swift:10:11: error: cannot find type 'CGVector' in scope
extension CGVector: Comparable {
          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+AbsoluteValueExtension.swift:16:33: error: cannot find type 'CGVector' in scope
    public func appliedAbs() -> CGVector {
                                ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+CompareExtension.swift:11:32: error: cannot find type 'CGVector' in scope
    public static func < (lhs: CGVector, rhs: CGVector) -> Bool {
                               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+CompareExtension.swift:11:47: error: cannot find type 'CGVector' in scope
    public static func < (lhs: CGVector, rhs: CGVector) -> Bool {
                                              ^~~~~~~~
[27/33] Compiling DLCoreGraphics CGRect+TranslateExtension.swift
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+TranslateExtension.swift:13:16: error: cannot find 'applying' in scope
        self = applying(CGAffineTransform(translationX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+TranslateExtension.swift:13:25: error: cannot find 'CGAffineTransform' in scope
        self = applying(CGAffineTransform(translationX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+TranslateExtension.swift:18:16: error: cannot find 'applying' in scope
        return applying(CGAffineTransform(translationX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+TranslateExtension.swift:18:25: error: cannot find 'CGAffineTransform' in scope
        return applying(CGAffineTransform(translationX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:27:40: error: cannot find type 'CGVector' in scope
    static func + (_ lhs: Self, _ rhs: CGVector) -> Self {
                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:31:47: error: cannot find type 'CGVector' in scope
    static func += (_ lhs: inout Self, _ rhs: CGVector) {
                                              ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:56: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:43: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:35:40: error: cannot find type 'CGVector' in scope
    static func - (_ lhs: Self, _ rhs: CGVector) -> Self {
                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:39:47: error: cannot find type 'CGVector' in scope
    static func -= (_ lhs: inout Self, _ rhs: CGVector) {
                                              ^~~~~~~~
[28/33] Compiling DLCoreGraphics CGRectExtension.swift
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+TranslateExtension.swift:13:16: error: cannot find 'applying' in scope
        self = applying(CGAffineTransform(translationX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+TranslateExtension.swift:13:25: error: cannot find 'CGAffineTransform' in scope
        self = applying(CGAffineTransform(translationX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+TranslateExtension.swift:18:16: error: cannot find 'applying' in scope
        return applying(CGAffineTransform(translationX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+TranslateExtension.swift:18:25: error: cannot find 'CGAffineTransform' in scope
        return applying(CGAffineTransform(translationX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:27:40: error: cannot find type 'CGVector' in scope
    static func + (_ lhs: Self, _ rhs: CGVector) -> Self {
                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:31:47: error: cannot find type 'CGVector' in scope
    static func += (_ lhs: inout Self, _ rhs: CGVector) {
                                              ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:56: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:43: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:35:40: error: cannot find type 'CGVector' in scope
    static func - (_ lhs: Self, _ rhs: CGVector) -> Self {
                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:39:47: error: cannot find type 'CGVector' in scope
    static func -= (_ lhs: inout Self, _ rhs: CGVector) {
                                              ^~~~~~~~
[29/33] Compiling DLCoreGraphics CGSize+AbsoluteValueExtension.swift
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+TranslateExtension.swift:13:16: error: cannot find 'applying' in scope
        self = applying(CGAffineTransform(translationX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+TranslateExtension.swift:13:25: error: cannot find 'CGAffineTransform' in scope
        self = applying(CGAffineTransform(translationX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+TranslateExtension.swift:18:16: error: cannot find 'applying' in scope
        return applying(CGAffineTransform(translationX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+TranslateExtension.swift:18:25: error: cannot find 'CGAffineTransform' in scope
        return applying(CGAffineTransform(translationX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:27:40: error: cannot find type 'CGVector' in scope
    static func + (_ lhs: Self, _ rhs: CGVector) -> Self {
                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:31:47: error: cannot find type 'CGVector' in scope
    static func += (_ lhs: inout Self, _ rhs: CGVector) {
                                              ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:56: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:43: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:35:40: error: cannot find type 'CGVector' in scope
    static func - (_ lhs: Self, _ rhs: CGVector) -> Self {
                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:39:47: error: cannot find type 'CGVector' in scope
    static func -= (_ lhs: inout Self, _ rhs: CGVector) {
                                              ^~~~~~~~
[30/33] Compiling DLCoreGraphics CGSize+OperatorsExtension.swift
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+TranslateExtension.swift:13:16: error: cannot find 'applying' in scope
        self = applying(CGAffineTransform(translationX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+TranslateExtension.swift:13:25: error: cannot find 'CGAffineTransform' in scope
        self = applying(CGAffineTransform(translationX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+TranslateExtension.swift:18:16: error: cannot find 'applying' in scope
        return applying(CGAffineTransform(translationX: x, y: y))
               ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGRect/CGRect+TranslateExtension.swift:18:25: error: cannot find 'CGAffineTransform' in scope
        return applying(CGAffineTransform(translationX: x, y: y))
                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:27:40: error: cannot find type 'CGVector' in scope
    static func + (_ lhs: Self, _ rhs: CGVector) -> Self {
                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:31:47: error: cannot find type 'CGVector' in scope
    static func += (_ lhs: inout Self, _ rhs: CGVector) {
                                              ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:56: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:43: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:35:40: error: cannot find type 'CGVector' in scope
    static func - (_ lhs: Self, _ rhs: CGVector) -> Self {
                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:39:47: error: cannot find type 'CGVector' in scope
    static func -= (_ lhs: inout Self, _ rhs: CGVector) {
                                              ^~~~~~~~
[31/33] Compiling DLCoreGraphics Segment.swift
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:27:40: error: cannot find type 'CGVector' in scope
    static func + (_ lhs: Self, _ rhs: CGVector) -> Self {
                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:56: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:43: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:35:40: error: cannot find type 'CGVector' in scope
    static func - (_ lhs: Self, _ rhs: CGVector) -> Self {
                                       ^~~~~~~~
[32/33] Compiling DLCoreGraphics Transformable2D.swift
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:27:40: error: cannot find type 'CGVector' in scope
    static func + (_ lhs: Self, _ rhs: CGVector) -> Self {
                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:56: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:43: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:35:40: error: cannot find type 'CGVector' in scope
    static func - (_ lhs: Self, _ rhs: CGVector) -> Self {
                                       ^~~~~~~~
[33/33] Compiling DLCoreGraphics Translatable2D.swift
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:27:40: error: cannot find type 'CGVector' in scope
    static func + (_ lhs: Self, _ rhs: CGVector) -> Self {
                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:56: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                                       ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/CoreGraphics/CGVector/CGVector+InversibleExtension.swift:11:43: error: cannot find type 'CGVector' in scope
    prefix public static func - (_ value: CGVector) -> CGVector {
                                          ^~~~~~~~
/host/spi-builder-workspace/Sources/DLCoreGraphics/Extensions/Geometry/Translatable2D+OperatorsExtension.swift:35:40: error: cannot find type 'CGVector' in scope
    static func - (_ lhs: Self, _ rhs: CGVector) -> Self {
                                       ^~~~~~~~
error: fatalError
BUILD FAILURE 5.10 linux

Build Machine: Linux 1