Build Information
Failed to build Crayon, reference 1.5.0 (2f849c
), with Swift 5.9 for Linux on 5 Oct 2024 19:03:34 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.55.0
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: 5.9
Building package at path: $PWD
https://github.com/divadretlaw/Crayon.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:66706f89ac15d55dcb11e8d3274e2fe11925b5da93d240b09d5a1eb775db6cc2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Building for debugging...
[1/12] Compiling Crayon NSColor.swift
/host/spi-builder-workspace/Sources/Crayon/CGColor.swift:8:8: error: no such module 'CoreGraphics'
import CoreGraphics
^
[2/13] Compiling Crayon NSColor+CSS.swift
/host/spi-builder-workspace/Sources/Crayon/CGColor.swift:8:8: error: no such module 'CoreGraphics'
import CoreGraphics
^
[3/13] Compiling Crayon UIColor+CSS.swift
/host/spi-builder-workspace/Sources/Crayon/CGColor.swift:8:8: error: no such module 'CoreGraphics'
import CoreGraphics
^
[4/13] Compiling Crayon UIColor.swift
/host/spi-builder-workspace/Sources/Crayon/CGColor.swift:8:8: error: no such module 'CoreGraphics'
import CoreGraphics
^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/13] Emitting module Crayon
/host/spi-builder-workspace/Sources/Crayon/CGColor.swift:8:8: error: no such module 'CoreGraphics'
import CoreGraphics
^
[6/13] Compiling Crayon CGColor.swift
/host/spi-builder-workspace/Sources/Crayon/CGColor.swift:8:8: error: no such module 'CoreGraphics'
import CoreGraphics
^
[7/13] Compiling Crayon Color+CSS.swift
/host/spi-builder-workspace/Sources/Crayon/CGColor.swift:8:8: error: no such module 'CoreGraphics'
import CoreGraphics
^
[8/13] Compiling Crayon RgbComponents.swift
/host/spi-builder-workspace/Sources/Crayon/CGColor.swift:8:8: error: no such module 'CoreGraphics'
import CoreGraphics
^
[9/13] Compiling Crayon HsbComponents.swift
/host/spi-builder-workspace/Sources/Crayon/CGColor.swift:8:8: error: no such module 'CoreGraphics'
import CoreGraphics
^
[10/13] Compiling Crayon FloatingPoint+Extensions.swift
/host/spi-builder-workspace/Sources/Crayon/CGColor.swift:8:8: error: no such module 'CoreGraphics'
import CoreGraphics
^
[11/13] Compiling Crayon Image.swift
/host/spi-builder-workspace/Sources/Crayon/CGColor.swift:8:8: error: no such module 'CoreGraphics'
import CoreGraphics
^
[12/13] Compiling Crayon Color.swift
/host/spi-builder-workspace/Sources/Crayon/CGColor.swift:8:8: error: no such module 'CoreGraphics'
import CoreGraphics
^
[13/13] Compiling Crayon ColorSpace.swift
/host/spi-builder-workspace/Sources/Crayon/CGColor.swift:8:8: error: no such module 'CoreGraphics'
import CoreGraphics
^
error: fatalError
BUILD FAILURE 5.9 linux