Build Information
Failed to build SwiftGraphics, reference 0.3.1 (93fc37
), with Swift 6.1 for Linux on 26 Apr 2025 09:04:41 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/emorydunn/SwiftGraphics.git
Reference: 0.3.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/emorydunn/SwiftGraphics
* tag 0.3.1 -> FETCH_HEAD
HEAD is now at 93fc377 Fix very obvious typo
Cloned https://github.com/emorydunn/SwiftGraphics.git
Revision (git rev-parse @):
93fc37757dc876f8f84ba4f4622964b5e7dbdd8b
SUCCESS checkout https://github.com/emorydunn/SwiftGraphics.git at 0.3.1
========================================
Build
========================================
Selected platform: linux
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",
"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/BlendMode.swift",
"Drawing/CGDrawable.swift",
"Drawing/Color.swift",
"Drawing/DrawingContext.swift",
"Drawing/SVG Drawing/SVGContext.swift",
"Drawing/SVG Drawing/SVGDrawable.swift",
"Extensions/Angles.swift",
"Extensions/Array.swift",
"Extensions/Clamped.swift",
"Extensions/Double.swift",
"Extensions/String.swift",
"Extensions/XMLElement.swift",
"Math/Perlin.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/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-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/35] Emitting module SwiftGraphics
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[4/39] Compiling SwiftGraphics Array.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[5/39] Compiling SwiftGraphics Clamped.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[6/39] Compiling SwiftGraphics Double.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[7/39] Compiling SwiftGraphics String.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[8/39] Compiling SwiftGraphics XMLElement.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[9/39] Compiling SwiftGraphics Circle+Drawable.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[10/39] Compiling SwiftGraphics Circle+RayTracable.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[11/39] Compiling SwiftGraphics Circle.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[12/39] Compiling SwiftGraphics Line.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[13/39] Compiling SwiftGraphics Sketch Protcols.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[14/39] Compiling SwiftGraphics Sketch.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[15/39] Compiling SwiftGraphics SketchView.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[16/39] Compiling SwiftGraphics BlendMode.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[17/39] Compiling SwiftGraphics CGDrawable.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[18/39] Compiling SwiftGraphics DefaultIntersections.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[19/39] Compiling SwiftGraphics Intersectable.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[20/39] Compiling SwiftGraphics RayTracable.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[21/39] Compiling SwiftGraphics Polygon.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[22/39] Compiling SwiftGraphics Shape.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[23/39] Compiling SwiftGraphics Color.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[24/39] Compiling SwiftGraphics DrawingContext.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[25/39] Compiling SwiftGraphics SVGContext.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[26/39] Compiling SwiftGraphics SVGDrawable.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[27/39] Compiling SwiftGraphics Angles.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[28/39] Compiling SwiftGraphics Perlin.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[29/39] Compiling SwiftGraphics CircleEmitter.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[30/39] Compiling SwiftGraphics DirectionalEmitter.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[31/39] Compiling SwiftGraphics Emitter.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[32/39] Compiling SwiftGraphics Fresnel.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[33/39] Compiling SwiftGraphics LinearEmitter.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[34/39] Compiling SwiftGraphics BezierPath.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[35/39] Compiling SwiftGraphics BoundingBox.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[36/39] Compiling SwiftGraphics Path.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[37/39] Compiling SwiftGraphics Rectangle.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[38/39] Compiling SwiftGraphics Size.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[39/39] Compiling SwiftGraphics Vector.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/34] Compiling SwiftGraphics Array.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[3/34] Compiling SwiftGraphics Clamped.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[4/34] Compiling SwiftGraphics Double.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[5/34] Compiling SwiftGraphics String.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[6/34] Compiling SwiftGraphics XMLElement.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[7/38] Compiling SwiftGraphics Fresnel.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[8/38] Compiling SwiftGraphics LinearEmitter.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[9/38] Compiling SwiftGraphics BezierPath.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[10/38] Compiling SwiftGraphics BoundingBox.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/38] Emitting module SwiftGraphics
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[12/38] Compiling SwiftGraphics DefaultIntersections.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[13/38] Compiling SwiftGraphics Intersectable.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[14/38] Compiling SwiftGraphics RayTracable.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[15/38] Compiling SwiftGraphics Polygon.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[16/38] Compiling SwiftGraphics Shape.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[17/38] Compiling SwiftGraphics Perlin.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[18/38] Compiling SwiftGraphics CircleEmitter.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[19/38] Compiling SwiftGraphics DirectionalEmitter.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[20/38] Compiling SwiftGraphics Emitter.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[21/38] Compiling SwiftGraphics Sketch Protcols.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[22/38] Compiling SwiftGraphics Sketch.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[23/38] Compiling SwiftGraphics SketchView.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[24/38] Compiling SwiftGraphics BlendMode.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[25/38] Compiling SwiftGraphics CGDrawable.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[26/38] Compiling SwiftGraphics Color.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[27/38] Compiling SwiftGraphics DrawingContext.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[28/38] Compiling SwiftGraphics SVGContext.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[29/38] Compiling SwiftGraphics SVGDrawable.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[30/38] Compiling SwiftGraphics Angles.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[31/38] Compiling SwiftGraphics Circle+Drawable.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[32/38] Compiling SwiftGraphics Circle+RayTracable.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[33/38] Compiling SwiftGraphics Circle.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[34/38] Compiling SwiftGraphics Line.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[35/38] Compiling SwiftGraphics Path.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[36/38] Compiling SwiftGraphics Rectangle.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[37/38] Compiling SwiftGraphics Size.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
[38/38] Compiling SwiftGraphics Vector.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// The base protocol for any shape that is drawable on screen
BUILD FAILURE 6.1 linux