Build Information
Failed to build Crayon, reference 1.5.0 (2f849c
), with Swift 6.1 for Linux on 29 Apr 2025 13:29:08 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/divadretlaw/Crayon.git
Reference: 1.5.0
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/divadretlaw/Crayon
* tag 1.5.0 -> FETCH_HEAD
HEAD is now at 2f849c3 Add CSS Colors
Cloned https://github.com/divadretlaw/Crayon.git
Revision (git rev-parse @):
2f849c3652542f019894f5e56a1a36f6f613c053
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/divadretlaw/Crayon.git at 1.5.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/divadretlaw/Crayon.git
https://github.com/divadretlaw/Crayon.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "Crayon",
"name" : "Crayon",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "4.0"
},
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "Crayon",
"targets" : [
"Crayon"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CrayonTests",
"module_type" : "SwiftTarget",
"name" : "CrayonTests",
"path" : "Tests/CrayonTests",
"sources" : [
"ColorTests.swift",
"ImageTests.swift",
"NSColorTests.swift",
"UIColorTests.swift"
],
"target_dependencies" : [
"Crayon"
],
"type" : "test"
},
{
"c99name" : "Crayon",
"module_type" : "SwiftTarget",
"name" : "Crayon",
"path" : "Sources/Crayon",
"product_memberships" : [
"Crayon"
],
"sources" : [
"CGColor.swift",
"CSS/Color+CSS.swift",
"CSS/NSColor+CSS.swift",
"CSS/UIColor+CSS.swift",
"Color.swift",
"ColorSpace.swift",
"Extensions/FloatingPoint+Extensions.swift",
"Image.swift",
"Models/HsbComponents.swift",
"Models/RgbComponents.swift",
"NSColor.swift",
"UIColor.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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
[3/14] Compiling Crayon NSColor.swift
/host/spi-builder-workspace/Sources/Crayon/CGColor.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | public extension CGColor {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/15] Emitting module Crayon
/host/spi-builder-workspace/Sources/Crayon/CGColor.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | public extension CGColor {
[5/15] Compiling Crayon UIColor.swift
/host/spi-builder-workspace/Sources/Crayon/CGColor.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | public extension CGColor {
[6/15] Compiling Crayon RgbComponents.swift
/host/spi-builder-workspace/Sources/Crayon/CGColor.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | public extension CGColor {
[7/15] Compiling Crayon HsbComponents.swift
/host/spi-builder-workspace/Sources/Crayon/CGColor.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | public extension CGColor {
[8/15] Compiling Crayon FloatingPoint+Extensions.swift
/host/spi-builder-workspace/Sources/Crayon/CGColor.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | public extension CGColor {
[9/15] Compiling Crayon Image.swift
/host/spi-builder-workspace/Sources/Crayon/CGColor.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | public extension CGColor {
[10/15] Compiling Crayon Color.swift
/host/spi-builder-workspace/Sources/Crayon/CGColor.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | public extension CGColor {
[11/15] Compiling Crayon ColorSpace.swift
/host/spi-builder-workspace/Sources/Crayon/CGColor.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | public extension CGColor {
[12/15] Compiling Crayon CGColor.swift
/host/spi-builder-workspace/Sources/Crayon/CGColor.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | public extension CGColor {
[13/15] Compiling Crayon Color+CSS.swift
/host/spi-builder-workspace/Sources/Crayon/CGColor.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | public extension CGColor {
[14/15] Compiling Crayon NSColor+CSS.swift
/host/spi-builder-workspace/Sources/Crayon/CGColor.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | public extension CGColor {
[15/15] Compiling Crayon UIColor+CSS.swift
/host/spi-builder-workspace/Sources/Crayon/CGColor.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | public extension CGColor {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/13] Compiling Crayon NSColor.swift
/host/spi-builder-workspace/Sources/Crayon/CGColor.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | public extension CGColor {
[3/14] Compiling Crayon NSColor+CSS.swift
/host/spi-builder-workspace/Sources/Crayon/CGColor.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | public extension CGColor {
[4/14] Compiling Crayon UIColor+CSS.swift
/host/spi-builder-workspace/Sources/Crayon/CGColor.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | public extension CGColor {
[5/14] Compiling Crayon UIColor.swift
/host/spi-builder-workspace/Sources/Crayon/CGColor.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | public extension CGColor {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/14] Emitting module Crayon
/host/spi-builder-workspace/Sources/Crayon/CGColor.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | public extension CGColor {
[7/14] Compiling Crayon HsbComponents.swift
/host/spi-builder-workspace/Sources/Crayon/CGColor.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | public extension CGColor {
[8/14] Compiling Crayon RgbComponents.swift
/host/spi-builder-workspace/Sources/Crayon/CGColor.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | public extension CGColor {
[9/14] Compiling Crayon FloatingPoint+Extensions.swift
/host/spi-builder-workspace/Sources/Crayon/CGColor.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | public extension CGColor {
[10/14] Compiling Crayon Image.swift
/host/spi-builder-workspace/Sources/Crayon/CGColor.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | public extension CGColor {
[11/14] Compiling Crayon CGColor.swift
/host/spi-builder-workspace/Sources/Crayon/CGColor.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | public extension CGColor {
[12/14] Compiling Crayon Color+CSS.swift
/host/spi-builder-workspace/Sources/Crayon/CGColor.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | public extension CGColor {
[13/14] Compiling Crayon Color.swift
/host/spi-builder-workspace/Sources/Crayon/CGColor.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | public extension CGColor {
[14/14] Compiling Crayon ColorSpace.swift
/host/spi-builder-workspace/Sources/Crayon/CGColor.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | public extension CGColor {
BUILD FAILURE 6.1 linux