The Swift Package Index logo.Swift Package Index

Build Information

Failed to build DLCoreGraphics with Swift 5.9 for Linux.

Build Command

docker run --rm -v "checkouts-4606859-0":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.22.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/david-livadaru/DLCoreGraphics.git
Reference: 1.0.0
Cloned https://github.com/david-livadaru/DLCoreGraphics.git into spi-builder-workspace
SUCCESS checkout https://github.com/david-livadaru/DLCoreGraphics.git at 1.0.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4606859-0":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Fetching https://github.com/davidlivadaru/DLAngle.git
Fetching https://github.com/davidlivadaru/DLInterval.git
[1/790] Fetching dlangle
[697/1193] Fetching dlangle, dlinterval
Fetched https://github.com/davidlivadaru/DLAngle.git (0.33s)
Computing version for https://github.com/davidlivadaru/DLAngle.git
Fetched https://github.com/davidlivadaru/DLInterval.git (0.34s)
Computed https://github.com/davidlivadaru/DLAngle.git at 1.0.0 (0.38s)
Computing version for https://github.com/davidlivadaru/DLInterval.git
Computed https://github.com/davidlivadaru/DLInterval.git at 1.3.0 (0.38s)
Creating working copy for https://github.com/davidlivadaru/DLInterval.git
Working copy of https://github.com/davidlivadaru/DLInterval.git resolved at 1.3.0
Creating working copy for https://github.com/davidlivadaru/DLAngle.git
Working copy of https://github.com/davidlivadaru/DLAngle.git resolved at 1.0.0
Building for debugging...
[1/12] Emitting module DLInterval
[2/13] Compiling DLInterval IntervalType.swift
[3/13] Compiling DLInterval ExpressibleByIntervalTuple.swift
[4/13] Compiling DLInterval ExpressibleByRange.swift
[5/13] Compiling DLInterval ExpressibleByClosedRange.swift
[6/13] Compiling DLInterval ExpressibleByIntervalArray.swift
[7/13] Compiling DLInterval Boundary.swift
[8/13] Compiling DLInterval Double+FrameworkExtension.swift
[9/13] Compiling DLInterval Interval.swift
[10/13] Compiling DLInterval IntervalBoundary.swift
[11/13] Compiling DLInterval UnionInterval.swift
[12/13] Compiling DLInterval IntervalExtremum.swift
[13/13] Compiling DLInterval IntervalOperators.swift
[16/38] Compiling DLAngle Radian+HyperbolicTrigonometricFunctions.swift
[17/38] Compiling DLAngle Radian+InverseHyperbolicTrigonometricFunctions.swift
[18/38] Compiling DLAngle Radian+InverseTrigonometricFunctions.swift
[19/41] Compiling DLAngle Radian+Measument.swift
[20/41] Compiling DLAngle Radian+TrigonometricFunctions.swift
[21/41] Compiling DLAngle Radian.swift
[22/41] Emitting module DLAngle
[23/41] Compiling DLAngle Trigonometry+HyperbolicTrigonometricFunctions.swift
[24/41] Compiling DLAngle Trigonometry+InverseHyperbolicTrigonometricFunctions.swift
[25/41] Compiling DLAngle Trigonometry+InverseTrigonometricFunctions.swift
[26/41] Compiling DLAngle RadianConstants.swift
[27/41] Compiling DLAngle ArgumentsChecker.swift
[28/41] Compiling DLAngle Atan2ArgumentsChecker.swift
[29/41] Compiling DLAngle TrigonometricError.swift
[30/41] Compiling DLAngle TrigonometricFunction.swift
[31/41] Compiling DLAngle GenericTrigonometry.swift
[32/41] Compiling DLAngle IntervalType.swift
[33/41] Compiling DLAngle Predicate.swift
[34/41] Compiling DLAngle TrigonometricArgumentsChecker.swift
[35/41] Compiling DLAngle Angle.swift
[36/41] Compiling DLAngle Degree+Measurement.swift
[37/41] Compiling DLAngle Degree.swift
[38/41] Compiling DLAngle NormalizedType.swift
[39/41] Compiling DLAngle Trigonometry+TrigonometricFunctions.swift
[40/41] Compiling DLAngle Trigonometry+Validation.swift
[41/41] Compiling DLAngle Trigonometry.swift
[44/75] 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 {
                                                      ^~~~~~~~
[45/75] 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 {
                                                      ^~~~~~~~
[46/75] 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 {
                                                      ^~~~~~~~
[47/75] 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 {
                                                      ^~~~~~~~
[48/79] 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))
                        ^~~~~~~~~~~~~~~~~
[49/79] 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))
                        ^~~~~~~~~~~~~~~~~
[50/79] 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))
                        ^~~~~~~~~~~~~~~~~
[51/79] 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))
                        ^~~~~~~~~~~~~~~~~
[52/79] 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))
                        ^~~~~~~~~~~~~~~~~
error: emit-module command failed with exit code 1 (use -v to see invocation)
[53/79] 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) {
                                              ^~~~~~~~
[54/79] 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 {
                 ^~~~~~~~
[55/79] 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 {
                 ^~~~~~~~
[56/79] 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 {
                 ^~~~~~~~
[57/79] 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 {
                 ^~~~~~~~
[58/79] Compiling DLCoreGraphics UIEdgeInsetsExtension.swift
[59/79] Compiling DLCoreGraphics AbsoluteValueApplicable.swift
[60/79] Compiling DLCoreGraphics Inversible.swift
[61/79] Compiling DLCoreGraphics Roundable.swift
[62/79] 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))
                        ^~~~~~~~~~~~~~~~~
[63/79] 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))
                        ^~~~~~~~~~~~~~~~~
[64/79] 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))
                        ^~~~~~~~~~~~~~~~~
[65/79] 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))
                        ^~~~~~~~~~~~~~~~~
[66/79] 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))
                        ^~~~~~~~~~~~~~~~~
[67/79] 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)
                  ^
[68/79] 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)
                  ^
[69/79] 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)
                  ^
[70/79] 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)
                  ^
[71/79] 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 {
                                ^~~~~~~~
[72/79] 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 {
                                ^~~~~~~~
[73/79] 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 {
                                ^~~~~~~~
[74/79] 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 {
                                ^~~~~~~~
[75/79] 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 {
                                ^~~~~~~~
[76/79] 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 {
                                       ^~~~~~~~
[77/79] 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 {
                                       ^~~~~~~~
[78/79] 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 {
                                       ^~~~~~~~
[79/79] 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.9 linux

Build Machine: Linux 1