The Swift Package Index logo.Swift Package Index

Build Information

Failed to build DLCoreGraphics, reference master (d0c75e), with Swift 6.3 for Wasm on 12 Apr 2026 03:22:26 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/david-livadaru/DLCoreGraphics.git
Reference: master
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/DLCoreGraphics
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at d0c75ea develop
Cloned https://github.com/david-livadaru/DLCoreGraphics.git
Revision (git rev-parse @):
d0c75ea6464155b1cc6e08c84050065588edb18d
SUCCESS checkout https://github.com/david-livadaru/DLCoreGraphics.git at master
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/david-livadaru/DLCoreGraphics.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Fetching https://github.com/davidlivadaru/DLAngle.git
[1/790] Fetching dlangle
Fetched https://github.com/davidlivadaru/DLAngle.git from cache (0.37s)
Computing version for https://github.com/davidlivadaru/DLAngle.git
Computed https://github.com/davidlivadaru/DLAngle.git at 1.0.1 (2.20s)
Fetching https://github.com/davidlivadaru/DLInterval.git
[1/403] Fetching dlinterval
Fetched https://github.com/davidlivadaru/DLInterval.git from cache (0.67s)
Computing version for https://github.com/davidlivadaru/DLInterval.git
Computed https://github.com/davidlivadaru/DLInterval.git at 1.3.0 (1.75s)
Creating working copy for https://github.com/davidlivadaru/DLAngle.git
Working copy of https://github.com/davidlivadaru/DLAngle.git resolved at 1.0.1
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/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/16] Compiling DLInterval IntervalType.swift
[6/17] Compiling DLInterval IntervalOperators.swift
[7/17] Compiling DLInterval ExpressibleByClosedRange.swift
[8/17] Compiling DLInterval ExpressibleByIntervalArray.swift
[9/17] Emitting module DLInterval
[10/17] Compiling DLInterval Boundary.swift
[11/17] Compiling DLInterval Double+FrameworkExtension.swift
[12/17] Compiling DLInterval IntervalExtremum.swift
[13/17] Compiling DLInterval ExpressibleByIntervalTuple.swift
[14/17] Compiling DLInterval ExpressibleByRange.swift
[15/17] Compiling DLInterval Interval.swift
[16/17] Compiling DLInterval IntervalBoundary.swift
[17/17] Compiling DLInterval UnionInterval.swift
[19/41] Compiling DLAngle RadianConstants.swift
/host/spi-builder-workspace/.build/checkouts/DLAngle/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 ArgumentsChecker.swift
/host/spi-builder-workspace/.build/checkouts/DLAngle/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 Atan2ArgumentsChecker.swift
/host/spi-builder-workspace/.build/checkouts/DLAngle/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 TrigonometricError.swift
/host/spi-builder-workspace/.build/checkouts/DLAngle/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 TrigonometricFunction.swift
/host/spi-builder-workspace/.build/checkouts/DLAngle/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 GenericTrigonometry.swift
/host/spi-builder-workspace/.build/checkouts/DLAngle/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/44] Compiling DLAngle IntervalType.swift
/host/spi-builder-workspace/.build/checkouts/DLAngle/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/44] Compiling DLAngle Predicate.swift
/host/spi-builder-workspace/.build/checkouts/DLAngle/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/44] Compiling DLAngle TrigonometricArgumentsChecker.swift
/host/spi-builder-workspace/.build/checkouts/DLAngle/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/44] Compiling DLAngle Radian+HyperbolicTrigonometricFunctions.swift
/host/spi-builder-workspace/.build/checkouts/DLAngle/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/44] Compiling DLAngle Radian+InverseHyperbolicTrigonometricFunctions.swift
/host/spi-builder-workspace/.build/checkouts/DLAngle/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/44] Compiling DLAngle Radian+InverseTrigonometricFunctions.swift
/host/spi-builder-workspace/.build/checkouts/DLAngle/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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[31/44] Emitting module DLAngle
/host/spi-builder-workspace/.build/checkouts/DLAngle/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/44] Compiling DLAngle Radian+Measument.swift
/host/spi-builder-workspace/.build/checkouts/DLAngle/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/44] Compiling DLAngle Radian+TrigonometricFunctions.swift
/host/spi-builder-workspace/.build/checkouts/DLAngle/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/44] Compiling DLAngle Radian.swift
/host/spi-builder-workspace/.build/checkouts/DLAngle/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/44] Compiling DLAngle Angle.swift
/host/spi-builder-workspace/.build/checkouts/DLAngle/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/44] Compiling DLAngle Degree+Measurement.swift
/host/spi-builder-workspace/.build/checkouts/DLAngle/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/44] Compiling DLAngle Degree.swift
/host/spi-builder-workspace/.build/checkouts/DLAngle/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/44] Compiling DLAngle NormalizedType.swift
/host/spi-builder-workspace/.build/checkouts/DLAngle/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/44] Compiling DLAngle Trigonometry+TrigonometricFunctions.swift
/host/spi-builder-workspace/.build/checkouts/DLAngle/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/44] Compiling DLAngle Trigonometry+Validation.swift
/host/spi-builder-workspace/.build/checkouts/DLAngle/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/44] Compiling DLAngle Trigonometry.swift
/host/spi-builder-workspace/.build/checkouts/DLAngle/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/44] Compiling DLAngle Trigonometry+HyperbolicTrigonometricFunctions.swift
/host/spi-builder-workspace/.build/checkouts/DLAngle/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/44] Compiling DLAngle Trigonometry+InverseHyperbolicTrigonometricFunctions.swift
/host/spi-builder-workspace/.build/checkouts/DLAngle/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 |
[44/44] Compiling DLAngle Trigonometry+InverseTrigonometricFunctions.swift
/host/spi-builder-workspace/.build/checkouts/DLAngle/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.3 wasm