The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build DLAngle, reference 1.0.1 (35e977), with Swift 6.1 for Android on 27 May 2025 22:56:49 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/david-livadaru/DLAngle.git
Reference: 1.0.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/david-livadaru/DLAngle
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at 35e9776 master
Cloned https://github.com/david-livadaru/DLAngle.git
Revision (git rev-parse @):
35e977691dc1877e60e908eb9ced3c60fe75bf92
SUCCESS checkout https://github.com/david-livadaru/DLAngle.git at 1.0.1
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/david-livadaru/DLAngle.git
https://github.com/david-livadaru/DLAngle.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "dlinterval",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/davidlivadaru/DLInterval.git"
    }
  ],
  "manifest_display_name" : "DLAngle",
  "name" : "DLAngle",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "DLAngle",
      "targets" : [
        "DLAngle"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DLAngleTests",
      "module_type" : "SwiftTarget",
      "name" : "DLAngleTests",
      "path" : "Tests/DLAngleTests",
      "product_dependencies" : [
        "DLInterval"
      ],
      "sources" : [
        "Angle/AngleTests.swift",
        "Angle/DegreeMeasurementTests.swift",
        "Angle/DegreeTests.swift",
        "Angle/RadianConstantsTests.swift",
        "Angle/RadianMeasurementTests.swift",
        "Angle/RadianTests.swift",
        "Extensions/CGFloat+FrameworkExtension.swift",
        "Extensions/Double+FrameworkExtension.swift",
        "Extensions/Float+FrameworkExtension.swift",
        "Extensions/XCTest+FrameworkExtension.swift",
        "Trigonometry/GenericTrigonometryTests.swift",
        "Trigonometry/InverseHyperbolicTrigonometricTests.swift",
        "Trigonometry/InverseTrigonometricTests.swift",
        "Trigonometry/RadianHyperbolicTrigonometricTests.swift",
        "Trigonometry/RadianInverseHTrigonometricTests.swift",
        "Trigonometry/RadianInverseHTrigonometricTests2.swift",
        "Trigonometry/RadianInverseTrigonometricTests.swift",
        "Trigonometry/RadianInverseTrigonometricTests2.swift",
        "Trigonometry/RadianTrigonometricTests.swift",
        "Trigonometry/RadianTrigonometricTests2.swift",
        "Trigonometry/TrigonometricConstants.swift",
        "Validation/ArgumentsCheckerTests.swift",
        "Validation/Atan2ArgumentsCheckerTests.swift",
        "Validation/PredicateTests.swift",
        "Validation/TrigonometricArgumentsCheckerTests.swift"
      ],
      "target_dependencies" : [
        "DLAngle"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DLAngle",
      "module_type" : "SwiftTarget",
      "name" : "DLAngle",
      "path" : "Sources/DLAngle",
      "product_dependencies" : [
        "DLInterval"
      ],
      "product_memberships" : [
        "DLAngle"
      ],
      "sources" : [
        "Angle/Angle.swift",
        "Angle/Degree+Measurement.swift",
        "Angle/Degree.swift",
        "Angle/NormalizedType.swift",
        "Angle/Radian+HyperbolicTrigonometricFunctions.swift",
        "Angle/Radian+InverseHyperbolicTrigonometricFunctions.swift",
        "Angle/Radian+InverseTrigonometricFunctions.swift",
        "Angle/Radian+Measument.swift",
        "Angle/Radian+TrigonometricFunctions.swift",
        "Angle/Radian.swift",
        "Angle/RadianConstants.swift",
        "Model/ArgumentsChecker.swift",
        "Model/Atan2ArgumentsChecker.swift",
        "Model/IntervalType.swift",
        "Model/Predicate.swift",
        "Model/TrigonometricArgumentsChecker.swift",
        "Model/TrigonometricError.swift",
        "Model/TrigonometricFunction.swift",
        "Trigonometry/GenericTrigonometry.swift",
        "Trigonometry/Trigonometry+HyperbolicTrigonometricFunctions.swift",
        "Trigonometry/Trigonometry+InverseHyperbolicTrigonometricFunctions.swift",
        "Trigonometry/Trigonometry+InverseTrigonometricFunctions.swift",
        "Trigonometry/Trigonometry+TrigonometricFunctions.swift",
        "Trigonometry/Trigonometry+Validation.swift",
        "Trigonometry/Trigonometry.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/davidlivadaru/DLInterval.git
[1/403] Fetching dlinterval
Fetched https://github.com/davidlivadaru/DLInterval.git from cache (0.23s)
Computing version for https://github.com/davidlivadaru/DLInterval.git
Computed https://github.com/davidlivadaru/DLInterval.git at 1.3.0 (0.68s)
Creating working copy for https://github.com/davidlivadaru/DLInterval.git
Working copy of https://github.com/davidlivadaru/DLInterval.git resolved at 1.3.0
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/15] Compiling DLInterval Interval.swift
[5/15] Compiling DLInterval IntervalBoundary.swift
[6/15] Compiling DLInterval IntervalOperators.swift
[7/15] Compiling DLInterval IntervalType.swift
[8/15] Compiling DLInterval IntervalExtremum.swift
[9/16] Compiling DLInterval ExpressibleByIntervalTuple.swift
[10/16] Compiling DLInterval ExpressibleByRange.swift
[11/16] Compiling DLInterval Boundary.swift
[12/16] Compiling DLInterval Double+FrameworkExtension.swift
[13/16] Emitting module DLInterval
[14/16] Compiling DLInterval ExpressibleByClosedRange.swift
[15/16] Compiling DLInterval ExpressibleByIntervalArray.swift
[16/16] Compiling DLInterval UnionInterval.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[18/40] Emitting module DLAngle
/host/spi-builder-workspace/Sources/DLAngle/Angle/Angle.swift:16:19: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 14 | public class Angle {
 15 |     /// The internal representation of angle.
 16 |     public private (set) var rawValue: Double
    |                   `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 17 |
 18 |     /// RawValue represented as Float.
/host/spi-builder-workspace/Sources/DLAngle/Angle/Angle.swift:10:12: error: no such module 'CoreGraphics'
  8 | import Foundation
  9 | #if !os(Linux)
 10 |     import CoreGraphics
    |            `- error: no such module 'CoreGraphics'
 11 | #endif
 12 |
[19/43] Compiling DLAngle Angle.swift
/host/spi-builder-workspace/Sources/DLAngle/Angle/Angle.swift:16:19: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 14 | public class Angle {
 15 |     /// The internal representation of angle.
 16 |     public private (set) var rawValue: Double
    |                   `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 17 |
 18 |     /// RawValue represented as Float.
/host/spi-builder-workspace/Sources/DLAngle/Angle/Angle.swift:10:12: error: no such module 'CoreGraphics'
  8 | import Foundation
  9 | #if !os(Linux)
 10 |     import CoreGraphics
    |            `- error: no such module 'CoreGraphics'
 11 | #endif
 12 |
[20/43] Compiling DLAngle Degree+Measurement.swift
/host/spi-builder-workspace/Sources/DLAngle/Angle/Angle.swift:16:19: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 14 | public class Angle {
 15 |     /// The internal representation of angle.
 16 |     public private (set) var rawValue: Double
    |                   `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 17 |
 18 |     /// RawValue represented as Float.
/host/spi-builder-workspace/Sources/DLAngle/Angle/Angle.swift:10:12: error: no such module 'CoreGraphics'
  8 | import Foundation
  9 | #if !os(Linux)
 10 |     import CoreGraphics
    |            `- error: no such module 'CoreGraphics'
 11 | #endif
 12 |
[21/43] Compiling DLAngle Degree.swift
/host/spi-builder-workspace/Sources/DLAngle/Angle/Angle.swift:16:19: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 14 | public class Angle {
 15 |     /// The internal representation of angle.
 16 |     public private (set) var rawValue: Double
    |                   `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 17 |
 18 |     /// RawValue represented as Float.
/host/spi-builder-workspace/Sources/DLAngle/Angle/Angle.swift:10:12: error: no such module 'CoreGraphics'
  8 | import Foundation
  9 | #if !os(Linux)
 10 |     import CoreGraphics
    |            `- error: no such module 'CoreGraphics'
 11 | #endif
 12 |
[22/43] Compiling DLAngle NormalizedType.swift
/host/spi-builder-workspace/Sources/DLAngle/Angle/Angle.swift:16:19: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 14 | public class Angle {
 15 |     /// The internal representation of angle.
 16 |     public private (set) var rawValue: Double
    |                   `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 17 |
 18 |     /// RawValue represented as Float.
/host/spi-builder-workspace/Sources/DLAngle/Angle/Angle.swift:10:12: error: no such module 'CoreGraphics'
  8 | import Foundation
  9 | #if !os(Linux)
 10 |     import CoreGraphics
    |            `- error: no such module 'CoreGraphics'
 11 | #endif
 12 |
[23/43] Compiling DLAngle TrigonometricError.swift
/host/spi-builder-workspace/Sources/DLAngle/Angle/Angle.swift:10:12: error: no such module 'CoreGraphics'
  8 | import Foundation
  9 | #if !os(Linux)
 10 |     import CoreGraphics
    |            `- error: no such module 'CoreGraphics'
 11 | #endif
 12 |
[24/43] Compiling DLAngle TrigonometricFunction.swift
/host/spi-builder-workspace/Sources/DLAngle/Angle/Angle.swift:10:12: error: no such module 'CoreGraphics'
  8 | import Foundation
  9 | #if !os(Linux)
 10 |     import CoreGraphics
    |            `- error: no such module 'CoreGraphics'
 11 | #endif
 12 |
[25/43] Compiling DLAngle GenericTrigonometry.swift
/host/spi-builder-workspace/Sources/DLAngle/Angle/Angle.swift:10:12: error: no such module 'CoreGraphics'
  8 | import Foundation
  9 | #if !os(Linux)
 10 |     import CoreGraphics
    |            `- error: no such module 'CoreGraphics'
 11 | #endif
 12 |
[26/43] Compiling DLAngle Trigonometry+HyperbolicTrigonometricFunctions.swift
/host/spi-builder-workspace/Sources/DLAngle/Angle/Angle.swift:10:12: error: no such module 'CoreGraphics'
  8 | import Foundation
  9 | #if !os(Linux)
 10 |     import CoreGraphics
    |            `- error: no such module 'CoreGraphics'
 11 | #endif
 12 |
[27/43] Compiling DLAngle Trigonometry+InverseHyperbolicTrigonometricFunctions.swift
/host/spi-builder-workspace/Sources/DLAngle/Angle/Angle.swift:10:12: error: no such module 'CoreGraphics'
  8 | import Foundation
  9 | #if !os(Linux)
 10 |     import CoreGraphics
    |            `- error: no such module 'CoreGraphics'
 11 | #endif
 12 |
[28/43] Compiling DLAngle Trigonometry+InverseTrigonometricFunctions.swift
/host/spi-builder-workspace/Sources/DLAngle/Angle/Angle.swift:10:12: error: no such module 'CoreGraphics'
  8 | import Foundation
  9 | #if !os(Linux)
 10 |     import CoreGraphics
    |            `- error: no such module 'CoreGraphics'
 11 | #endif
 12 |
[29/43] Compiling DLAngle Radian+HyperbolicTrigonometricFunctions.swift
/host/spi-builder-workspace/Sources/DLAngle/Angle/Angle.swift:10:12: error: no such module 'CoreGraphics'
  8 | import Foundation
  9 | #if !os(Linux)
 10 |     import CoreGraphics
    |            `- error: no such module 'CoreGraphics'
 11 | #endif
 12 |
[30/43] Compiling DLAngle Radian+InverseHyperbolicTrigonometricFunctions.swift
/host/spi-builder-workspace/Sources/DLAngle/Angle/Angle.swift:10:12: error: no such module 'CoreGraphics'
  8 | import Foundation
  9 | #if !os(Linux)
 10 |     import CoreGraphics
    |            `- error: no such module 'CoreGraphics'
 11 | #endif
 12 |
[31/43] Compiling DLAngle Radian+InverseTrigonometricFunctions.swift
/host/spi-builder-workspace/Sources/DLAngle/Angle/Angle.swift:10:12: error: no such module 'CoreGraphics'
  8 | import Foundation
  9 | #if !os(Linux)
 10 |     import CoreGraphics
    |            `- error: no such module 'CoreGraphics'
 11 | #endif
 12 |
[32/43] Compiling DLAngle Radian+Measument.swift
/host/spi-builder-workspace/Sources/DLAngle/Angle/Angle.swift:10:12: error: no such module 'CoreGraphics'
  8 | import Foundation
  9 | #if !os(Linux)
 10 |     import CoreGraphics
    |            `- error: no such module 'CoreGraphics'
 11 | #endif
 12 |
[33/43] Compiling DLAngle Radian+TrigonometricFunctions.swift
/host/spi-builder-workspace/Sources/DLAngle/Angle/Angle.swift:10:12: error: no such module 'CoreGraphics'
  8 | import Foundation
  9 | #if !os(Linux)
 10 |     import CoreGraphics
    |            `- error: no such module 'CoreGraphics'
 11 | #endif
 12 |
[34/43] Compiling DLAngle Radian.swift
/host/spi-builder-workspace/Sources/DLAngle/Angle/Angle.swift:10:12: error: no such module 'CoreGraphics'
  8 | import Foundation
  9 | #if !os(Linux)
 10 |     import CoreGraphics
    |            `- error: no such module 'CoreGraphics'
 11 | #endif
 12 |
[35/43] Compiling DLAngle IntervalType.swift
/host/spi-builder-workspace/Sources/DLAngle/Angle/Angle.swift:10:12: error: no such module 'CoreGraphics'
  8 | import Foundation
  9 | #if !os(Linux)
 10 |     import CoreGraphics
    |            `- error: no such module 'CoreGraphics'
 11 | #endif
 12 |
[36/43] Compiling DLAngle Predicate.swift
/host/spi-builder-workspace/Sources/DLAngle/Angle/Angle.swift:10:12: error: no such module 'CoreGraphics'
  8 | import Foundation
  9 | #if !os(Linux)
 10 |     import CoreGraphics
    |            `- error: no such module 'CoreGraphics'
 11 | #endif
 12 |
[37/43] Compiling DLAngle TrigonometricArgumentsChecker.swift
/host/spi-builder-workspace/Sources/DLAngle/Angle/Angle.swift:10:12: error: no such module 'CoreGraphics'
  8 | import Foundation
  9 | #if !os(Linux)
 10 |     import CoreGraphics
    |            `- error: no such module 'CoreGraphics'
 11 | #endif
 12 |
[38/43] Compiling DLAngle RadianConstants.swift
/host/spi-builder-workspace/Sources/DLAngle/Angle/Angle.swift:10:12: error: no such module 'CoreGraphics'
  8 | import Foundation
  9 | #if !os(Linux)
 10 |     import CoreGraphics
    |            `- error: no such module 'CoreGraphics'
 11 | #endif
 12 |
[39/43] Compiling DLAngle ArgumentsChecker.swift
/host/spi-builder-workspace/Sources/DLAngle/Angle/Angle.swift:10:12: error: no such module 'CoreGraphics'
  8 | import Foundation
  9 | #if !os(Linux)
 10 |     import CoreGraphics
    |            `- error: no such module 'CoreGraphics'
 11 | #endif
 12 |
[40/43] Compiling DLAngle Atan2ArgumentsChecker.swift
/host/spi-builder-workspace/Sources/DLAngle/Angle/Angle.swift:10:12: error: no such module 'CoreGraphics'
  8 | import Foundation
  9 | #if !os(Linux)
 10 |     import CoreGraphics
    |            `- error: no such module 'CoreGraphics'
 11 | #endif
 12 |
[41/43] Compiling DLAngle Trigonometry+TrigonometricFunctions.swift
/host/spi-builder-workspace/Sources/DLAngle/Angle/Angle.swift:10:12: error: no such module 'CoreGraphics'
  8 | import Foundation
  9 | #if !os(Linux)
 10 |     import CoreGraphics
    |            `- error: no such module 'CoreGraphics'
 11 | #endif
 12 |
[42/43] Compiling DLAngle Trigonometry+Validation.swift
/host/spi-builder-workspace/Sources/DLAngle/Angle/Angle.swift:10:12: error: no such module 'CoreGraphics'
  8 | import Foundation
  9 | #if !os(Linux)
 10 |     import CoreGraphics
    |            `- error: no such module 'CoreGraphics'
 11 | #endif
 12 |
[43/43] Compiling DLAngle Trigonometry.swift
/host/spi-builder-workspace/Sources/DLAngle/Angle/Angle.swift:10:12: error: no such module 'CoreGraphics'
  8 | import Foundation
  9 | #if !os(Linux)
 10 |     import CoreGraphics
    |            `- error: no such module 'CoreGraphics'
 11 | #endif
 12 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/13] Compiling DLInterval IntervalType.swift
[3/14] Compiling DLInterval IntervalOperators.swift
[4/14] Compiling DLInterval IntervalExtremum.swift
[5/14] Compiling DLInterval ExpressibleByIntervalTuple.swift
[6/14] Compiling DLInterval ExpressibleByRange.swift
[7/14] Emitting module DLInterval
[8/14] Compiling DLInterval Boundary.swift
[9/14] Compiling DLInterval Double+FrameworkExtension.swift
[10/14] Compiling DLInterval UnionInterval.swift
[11/14] Compiling DLInterval ExpressibleByClosedRange.swift
[12/14] Compiling DLInterval ExpressibleByIntervalArray.swift
[13/14] Compiling DLInterval Interval.swift
[14/14] Compiling DLInterval IntervalBoundary.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/38] Emitting module DLAngle
/host/spi-builder-workspace/Sources/DLAngle/Angle/Angle.swift:16:19: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 14 | public class Angle {
 15 |     /// The internal representation of angle.
 16 |     public private (set) var rawValue: Double
    |                   `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 17 |
 18 |     /// RawValue represented as Float.
/host/spi-builder-workspace/Sources/DLAngle/Angle/Angle.swift:10:12: error: no such module 'CoreGraphics'
  8 | import Foundation
  9 | #if !os(Linux)
 10 |     import CoreGraphics
    |            `- error: no such module 'CoreGraphics'
 11 | #endif
 12 |
[17/41] Compiling DLAngle TrigonometricError.swift
/host/spi-builder-workspace/Sources/DLAngle/Angle/Angle.swift:10:12: error: no such module 'CoreGraphics'
  8 | import Foundation
  9 | #if !os(Linux)
 10 |     import CoreGraphics
    |            `- error: no such module 'CoreGraphics'
 11 | #endif
 12 |
[18/41] Compiling DLAngle TrigonometricFunction.swift
/host/spi-builder-workspace/Sources/DLAngle/Angle/Angle.swift:10:12: error: no such module 'CoreGraphics'
  8 | import Foundation
  9 | #if !os(Linux)
 10 |     import CoreGraphics
    |            `- error: no such module 'CoreGraphics'
 11 | #endif
 12 |
[19/41] Compiling DLAngle GenericTrigonometry.swift
/host/spi-builder-workspace/Sources/DLAngle/Angle/Angle.swift:10:12: error: no such module 'CoreGraphics'
  8 | import Foundation
  9 | #if !os(Linux)
 10 |     import CoreGraphics
    |            `- error: no such module 'CoreGraphics'
 11 | #endif
 12 |
[20/41] Compiling DLAngle Radian+HyperbolicTrigonometricFunctions.swift
/host/spi-builder-workspace/Sources/DLAngle/Angle/Angle.swift:10:12: error: no such module 'CoreGraphics'
  8 | import Foundation
  9 | #if !os(Linux)
 10 |     import CoreGraphics
    |            `- error: no such module 'CoreGraphics'
 11 | #endif
 12 |
[21/41] Compiling DLAngle Radian+InverseHyperbolicTrigonometricFunctions.swift
/host/spi-builder-workspace/Sources/DLAngle/Angle/Angle.swift:10:12: error: no such module 'CoreGraphics'
  8 | import Foundation
  9 | #if !os(Linux)
 10 |     import CoreGraphics
    |            `- error: no such module 'CoreGraphics'
 11 | #endif
 12 |
[22/41] Compiling DLAngle Radian+InverseTrigonometricFunctions.swift
/host/spi-builder-workspace/Sources/DLAngle/Angle/Angle.swift:10:12: error: no such module 'CoreGraphics'
  8 | import Foundation
  9 | #if !os(Linux)
 10 |     import CoreGraphics
    |            `- error: no such module 'CoreGraphics'
 11 | #endif
 12 |
[23/41] Compiling DLAngle Angle.swift
/host/spi-builder-workspace/Sources/DLAngle/Angle/Angle.swift:16:19: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 14 | public class Angle {
 15 |     /// The internal representation of angle.
 16 |     public private (set) var rawValue: Double
    |                   `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 17 |
 18 |     /// RawValue represented as Float.
/host/spi-builder-workspace/Sources/DLAngle/Angle/Angle.swift:10:12: error: no such module 'CoreGraphics'
  8 | import Foundation
  9 | #if !os(Linux)
 10 |     import CoreGraphics
    |            `- error: no such module 'CoreGraphics'
 11 | #endif
 12 |
[24/41] Compiling DLAngle Degree+Measurement.swift
/host/spi-builder-workspace/Sources/DLAngle/Angle/Angle.swift:16:19: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 14 | public class Angle {
 15 |     /// The internal representation of angle.
 16 |     public private (set) var rawValue: Double
    |                   `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 17 |
 18 |     /// RawValue represented as Float.
/host/spi-builder-workspace/Sources/DLAngle/Angle/Angle.swift:10:12: error: no such module 'CoreGraphics'
  8 | import Foundation
  9 | #if !os(Linux)
 10 |     import CoreGraphics
    |            `- error: no such module 'CoreGraphics'
 11 | #endif
 12 |
[25/41] Compiling DLAngle Degree.swift
/host/spi-builder-workspace/Sources/DLAngle/Angle/Angle.swift:16:19: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 14 | public class Angle {
 15 |     /// The internal representation of angle.
 16 |     public private (set) var rawValue: Double
    |                   `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 17 |
 18 |     /// RawValue represented as Float.
/host/spi-builder-workspace/Sources/DLAngle/Angle/Angle.swift:10:12: error: no such module 'CoreGraphics'
  8 | import Foundation
  9 | #if !os(Linux)
 10 |     import CoreGraphics
    |            `- error: no such module 'CoreGraphics'
 11 | #endif
 12 |
[26/41] Compiling DLAngle NormalizedType.swift
/host/spi-builder-workspace/Sources/DLAngle/Angle/Angle.swift:16:19: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 14 | public class Angle {
 15 |     /// The internal representation of angle.
 16 |     public private (set) var rawValue: Double
    |                   `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 17 |
 18 |     /// RawValue represented as Float.
/host/spi-builder-workspace/Sources/DLAngle/Angle/Angle.swift:10:12: error: no such module 'CoreGraphics'
  8 | import Foundation
  9 | #if !os(Linux)
 10 |     import CoreGraphics
    |            `- error: no such module 'CoreGraphics'
 11 | #endif
 12 |
[27/41] Compiling DLAngle RadianConstants.swift
/host/spi-builder-workspace/Sources/DLAngle/Angle/Angle.swift:10:12: error: no such module 'CoreGraphics'
  8 | import Foundation
  9 | #if !os(Linux)
 10 |     import CoreGraphics
    |            `- error: no such module 'CoreGraphics'
 11 | #endif
 12 |
[28/41] Compiling DLAngle ArgumentsChecker.swift
/host/spi-builder-workspace/Sources/DLAngle/Angle/Angle.swift:10:12: error: no such module 'CoreGraphics'
  8 | import Foundation
  9 | #if !os(Linux)
 10 |     import CoreGraphics
    |            `- error: no such module 'CoreGraphics'
 11 | #endif
 12 |
[29/41] Compiling DLAngle Atan2ArgumentsChecker.swift
/host/spi-builder-workspace/Sources/DLAngle/Angle/Angle.swift:10:12: error: no such module 'CoreGraphics'
  8 | import Foundation
  9 | #if !os(Linux)
 10 |     import CoreGraphics
    |            `- error: no such module 'CoreGraphics'
 11 | #endif
 12 |
[30/41] Compiling DLAngle IntervalType.swift
/host/spi-builder-workspace/Sources/DLAngle/Angle/Angle.swift:10:12: error: no such module 'CoreGraphics'
  8 | import Foundation
  9 | #if !os(Linux)
 10 |     import CoreGraphics
    |            `- error: no such module 'CoreGraphics'
 11 | #endif
 12 |
[31/41] Compiling DLAngle Predicate.swift
/host/spi-builder-workspace/Sources/DLAngle/Angle/Angle.swift:10:12: error: no such module 'CoreGraphics'
  8 | import Foundation
  9 | #if !os(Linux)
 10 |     import CoreGraphics
    |            `- error: no such module 'CoreGraphics'
 11 | #endif
 12 |
[32/41] Compiling DLAngle TrigonometricArgumentsChecker.swift
/host/spi-builder-workspace/Sources/DLAngle/Angle/Angle.swift:10:12: error: no such module 'CoreGraphics'
  8 | import Foundation
  9 | #if !os(Linux)
 10 |     import CoreGraphics
    |            `- error: no such module 'CoreGraphics'
 11 | #endif
 12 |
[33/41] Compiling DLAngle Radian+Measument.swift
/host/spi-builder-workspace/Sources/DLAngle/Angle/Angle.swift:10:12: error: no such module 'CoreGraphics'
  8 | import Foundation
  9 | #if !os(Linux)
 10 |     import CoreGraphics
    |            `- error: no such module 'CoreGraphics'
 11 | #endif
 12 |
[34/41] Compiling DLAngle Radian+TrigonometricFunctions.swift
/host/spi-builder-workspace/Sources/DLAngle/Angle/Angle.swift:10:12: error: no such module 'CoreGraphics'
  8 | import Foundation
  9 | #if !os(Linux)
 10 |     import CoreGraphics
    |            `- error: no such module 'CoreGraphics'
 11 | #endif
 12 |
[35/41] Compiling DLAngle Radian.swift
/host/spi-builder-workspace/Sources/DLAngle/Angle/Angle.swift:10:12: error: no such module 'CoreGraphics'
  8 | import Foundation
  9 | #if !os(Linux)
 10 |     import CoreGraphics
    |            `- error: no such module 'CoreGraphics'
 11 | #endif
 12 |
[36/41] Compiling DLAngle Trigonometry+HyperbolicTrigonometricFunctions.swift
/host/spi-builder-workspace/Sources/DLAngle/Angle/Angle.swift:10:12: error: no such module 'CoreGraphics'
  8 | import Foundation
  9 | #if !os(Linux)
 10 |     import CoreGraphics
    |            `- error: no such module 'CoreGraphics'
 11 | #endif
 12 |
[37/41] Compiling DLAngle Trigonometry+InverseHyperbolicTrigonometricFunctions.swift
/host/spi-builder-workspace/Sources/DLAngle/Angle/Angle.swift:10:12: error: no such module 'CoreGraphics'
  8 | import Foundation
  9 | #if !os(Linux)
 10 |     import CoreGraphics
    |            `- error: no such module 'CoreGraphics'
 11 | #endif
 12 |
[38/41] Compiling DLAngle Trigonometry+InverseTrigonometricFunctions.swift
/host/spi-builder-workspace/Sources/DLAngle/Angle/Angle.swift:10:12: error: no such module 'CoreGraphics'
  8 | import Foundation
  9 | #if !os(Linux)
 10 |     import CoreGraphics
    |            `- error: no such module 'CoreGraphics'
 11 | #endif
 12 |
[39/41] Compiling DLAngle Trigonometry+TrigonometricFunctions.swift
/host/spi-builder-workspace/Sources/DLAngle/Angle/Angle.swift:10:12: error: no such module 'CoreGraphics'
  8 | import Foundation
  9 | #if !os(Linux)
 10 |     import CoreGraphics
    |            `- error: no such module 'CoreGraphics'
 11 | #endif
 12 |
[40/41] Compiling DLAngle Trigonometry+Validation.swift
/host/spi-builder-workspace/Sources/DLAngle/Angle/Angle.swift:10:12: error: no such module 'CoreGraphics'
  8 | import Foundation
  9 | #if !os(Linux)
 10 |     import CoreGraphics
    |            `- error: no such module 'CoreGraphics'
 11 | #endif
 12 |
[41/41] Compiling DLAngle Trigonometry.swift
/host/spi-builder-workspace/Sources/DLAngle/Angle/Angle.swift:10:12: error: no such module 'CoreGraphics'
  8 | import Foundation
  9 | #if !os(Linux)
 10 |     import CoreGraphics
    |            `- error: no such module 'CoreGraphics'
 11 | #endif
 12 |
BUILD FAILURE 6.1 android