Build Information
Failed to build SwiftGraphics, reference main (4b6e89), with Swift 6.1 for Wasm on 24 Dec 2025 20:11:24 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/emorydunn/SwiftGraphics.git
Reference: main
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/emorydunn/SwiftGraphics
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 4b6e89d Use correct line weight
Cloned https://github.com/emorydunn/SwiftGraphics.git
Revision (git rev-parse @):
4b6e89d02ae7cd5dec90aea754631d38245b20ef
SUCCESS checkout https://github.com/emorydunn/SwiftGraphics.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/emorydunn/SwiftGraphics.git
https://github.com/emorydunn/SwiftGraphics.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "SwiftGraphics",
"name" : "SwiftGraphics",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftGraphics",
"targets" : [
"SwiftGraphics"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftGraphicsTests",
"module_type" : "SwiftTarget",
"name" : "SwiftGraphicsTests",
"path" : "Tests/SwiftGraphicsTests",
"sources" : [
"ColorTests.swift",
"RayTracing Tests/RayTraceSketch.swift",
"RayTracing Tests/RayTraceTimingTests.swift",
"SVGTests/SVGContextTests.swift",
"SVGTests/SVGDrawableTests.swift",
"Shape tests/CircleTests.swift",
"Shape tests/IntersectableTests.swift",
"Shape tests/LineTests.swift",
"Shape tests/PathTests.swift",
"Shape tests/RectangleTests.swift",
"SwiftGraphicsTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SwiftGraphics"
],
"type" : "test"
},
{
"c99name" : "SwiftGraphics",
"module_type" : "SwiftTarget",
"name" : "SwiftGraphics",
"path" : "Sources/SwiftGraphics",
"product_memberships" : [
"SwiftGraphics"
],
"sources" : [
"Base Protocols/Intersectable/DefaultIntersections.swift",
"Base Protocols/Intersectable/Intersectable.swift",
"Base Protocols/Intersectable/RayTracable.swift",
"Base Protocols/Polygon.swift",
"Base Protocols/Shape.swift",
"Base Protocols/Sketch Protcols.swift",
"Base Protocols/Sketch.swift",
"Base Protocols/SketchView.swift",
"Drawing/Bitmap Drawing/CGDrawable.swift",
"Drawing/Bitmap Drawing/SketchBitmapDrawing.swift",
"Drawing/BlendMode.swift",
"Drawing/Color.swift",
"Drawing/DrawingContext.swift",
"Drawing/LineCap.swift",
"Drawing/SVG Drawing/SVGContext.swift",
"Drawing/SVG Drawing/SVGDrawable.swift",
"Drawing/SVG Drawing/SketchSVGDrawing.swift",
"Extensions/Angles.swift",
"Extensions/Array.swift",
"Extensions/Clamped.swift",
"Extensions/Double.swift",
"Extensions/String.swift",
"Extensions/XMLElement.swift",
"Math/Perlin.swift",
"Math/PointInPolygon.swift",
"Ray Tracing/CircleEmitter.swift",
"Ray Tracing/DirectionalEmitter.swift",
"Ray Tracing/Emitter.swift",
"Ray Tracing/Fresnel.swift",
"Ray Tracing/LinearEmitter.swift",
"Shapes/BezierPath.swift",
"Shapes/BoundingBox.swift",
"Shapes/Circle/Circle+Drawable.swift",
"Shapes/Circle/Circle+RayTracable.swift",
"Shapes/Circle/Circle.swift",
"Shapes/Hatching/HatchFill.swift",
"Shapes/Hatching/OverflowHatch.swift",
"Shapes/Line.swift",
"Shapes/Path.swift",
"Shapes/Rectangle.swift",
"Shapes/Size.swift",
"Shapes/Vector.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:dbcbf45695e2d1afcaee9a5a93239e71a6cc4a5872f338d6e993e9ceefe7df1b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/40] Compiling SwiftGraphics Angles.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[4/40] Compiling SwiftGraphics Array.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[5/40] Compiling SwiftGraphics Clamped.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[6/40] Compiling SwiftGraphics Double.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[7/40] Compiling SwiftGraphics String.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[8/45] Compiling SwiftGraphics DefaultIntersections.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[9/45] Compiling SwiftGraphics Intersectable.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[10/45] Compiling SwiftGraphics RayTracable.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[11/45] Compiling SwiftGraphics Polygon.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[12/45] Compiling SwiftGraphics Shape.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[13/45] Compiling SwiftGraphics Sketch Protcols.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[14/45] Compiling SwiftGraphics Circle+Drawable.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[15/45] Compiling SwiftGraphics Circle+RayTracable.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[16/45] Compiling SwiftGraphics Circle.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[17/45] Compiling SwiftGraphics HatchFill.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[18/45] Compiling SwiftGraphics OverflowHatch.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[19/45] Compiling SwiftGraphics XMLElement.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[20/45] Compiling SwiftGraphics Perlin.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[21/45] Compiling SwiftGraphics PointInPolygon.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[22/45] Compiling SwiftGraphics CircleEmitter.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[23/45] Compiling SwiftGraphics DirectionalEmitter.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[24/45] Emitting module SwiftGraphics
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[25/45] Compiling SwiftGraphics Sketch.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[26/45] Compiling SwiftGraphics SketchView.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[27/45] Compiling SwiftGraphics CGDrawable.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[28/45] Compiling SwiftGraphics SketchBitmapDrawing.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[29/45] Compiling SwiftGraphics BlendMode.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[30/45] Compiling SwiftGraphics Color.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[31/45] Compiling SwiftGraphics DrawingContext.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[32/45] Compiling SwiftGraphics LineCap.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[33/45] Compiling SwiftGraphics SVGContext.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[34/45] Compiling SwiftGraphics SVGDrawable.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[35/45] Compiling SwiftGraphics SketchSVGDrawing.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[36/45] Compiling SwiftGraphics Emitter.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[37/45] Compiling SwiftGraphics Fresnel.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[38/45] Compiling SwiftGraphics LinearEmitter.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[39/45] Compiling SwiftGraphics BezierPath.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[40/45] Compiling SwiftGraphics BoundingBox.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[41/45] Compiling SwiftGraphics Line.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[42/45] Compiling SwiftGraphics Path.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[43/45] Compiling SwiftGraphics Rectangle.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[44/45] Compiling SwiftGraphics Size.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[45/45] Compiling SwiftGraphics Vector.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:dbcbf45695e2d1afcaee9a5a93239e71a6cc4a5872f338d6e993e9ceefe7df1b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/39] Emitting module SwiftGraphics
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[3/44] Compiling SwiftGraphics Sketch.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[4/44] Compiling SwiftGraphics SketchView.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[5/44] Compiling SwiftGraphics CGDrawable.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[6/44] Compiling SwiftGraphics SketchBitmapDrawing.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[7/44] Compiling SwiftGraphics BlendMode.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[8/44] Compiling SwiftGraphics Color.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[9/44] Compiling SwiftGraphics Angles.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[10/44] Compiling SwiftGraphics Array.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[11/44] Compiling SwiftGraphics Clamped.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[12/44] Compiling SwiftGraphics Double.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[13/44] Compiling SwiftGraphics String.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[14/44] Compiling SwiftGraphics DrawingContext.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[15/44] Compiling SwiftGraphics LineCap.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[16/44] Compiling SwiftGraphics SVGContext.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[17/44] Compiling SwiftGraphics SVGDrawable.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[18/44] Compiling SwiftGraphics SketchSVGDrawing.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[19/44] Compiling SwiftGraphics Emitter.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[20/44] Compiling SwiftGraphics Fresnel.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[21/44] Compiling SwiftGraphics LinearEmitter.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[22/44] Compiling SwiftGraphics BezierPath.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[23/44] Compiling SwiftGraphics BoundingBox.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[24/44] Compiling SwiftGraphics DefaultIntersections.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[25/44] Compiling SwiftGraphics Intersectable.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[26/44] Compiling SwiftGraphics RayTracable.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[27/44] Compiling SwiftGraphics Polygon.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[28/44] Compiling SwiftGraphics Shape.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[29/44] Compiling SwiftGraphics Sketch Protcols.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[30/44] Compiling SwiftGraphics Circle+Drawable.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[31/44] Compiling SwiftGraphics Circle+RayTracable.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[32/44] Compiling SwiftGraphics Circle.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[33/44] Compiling SwiftGraphics HatchFill.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[34/44] Compiling SwiftGraphics OverflowHatch.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[35/44] Compiling SwiftGraphics XMLElement.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[36/44] Compiling SwiftGraphics Perlin.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[37/44] Compiling SwiftGraphics PointInPolygon.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[38/44] Compiling SwiftGraphics CircleEmitter.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[39/44] Compiling SwiftGraphics DirectionalEmitter.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[40/44] Compiling SwiftGraphics Line.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[41/44] Compiling SwiftGraphics Path.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[42/44] Compiling SwiftGraphics Rectangle.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[43/44] Compiling SwiftGraphics Size.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
[44/44] Compiling SwiftGraphics Vector.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Intersectable/RayTracable.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | /// An object representing a set of straight lines originating from a point.
BUILD FAILURE 6.1 wasm