Build Information
Failed to build SwiftUIColor, reference main (cfea55
), with Swift 6.1 for Linux on 29 Apr 2025 17:25:29 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/p-x9/SwiftUIColor.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/p-x9/SwiftUIColor
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at cfea559 Merge pull request #16 from p-x9/feature/ios18-preview-error
Cloned https://github.com/p-x9/SwiftUIColor.git
Revision (git rev-parse @):
cfea559bcbd681899a8b815e8e84eaadd8be8c2e
SUCCESS checkout https://github.com/p-x9/SwiftUIColor.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/p-x9/SwiftUIColor.git
https://github.com/p-x9/SwiftUIColor.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "SwiftUIColor",
"name" : "SwiftUIColor",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "SwiftUIColor",
"targets" : [
"SwiftUIColor"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "prepare-swiftui-color",
"targets" : [
"prepare-swiftui-color"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "prepare_swiftui_color",
"module_type" : "SwiftTarget",
"name" : "prepare-swiftui-color",
"path" : "Sources/prepare-swiftui-color",
"product_memberships" : [
"prepare-swiftui-color"
],
"sources" : [
"Generator.swift",
"main.swift"
],
"type" : "executable"
},
{
"c99name" : "SwiftUIColorTests",
"module_type" : "SwiftTarget",
"name" : "SwiftUIColorTests",
"path" : "Tests/SwiftUIColorTests",
"sources" : [
"SwiftUIColorTests.swift"
],
"target_dependencies" : [
"SwiftUIColor"
],
"type" : "test"
},
{
"c99name" : "SwiftUIColor",
"module_type" : "SwiftTarget",
"name" : "SwiftUIColor",
"path" : "Sources/SwiftUIColor",
"product_memberships" : [
"SwiftUIColor"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/SwiftUIColor/Assets/Media.xcassets",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Color+iOS.swift",
"Color+macOS.swift",
"Color+tvOS.swift",
"Color+universal.swift",
"Color+visionOS.swift",
"Color+watchOS.swift",
"PreviewWorkaround.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/7] Write sources
[2/7] Copying Media.xcassets
[3/7] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/18] Emitting module SwiftUIColor
/host/spi-builder-workspace/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
3 |
4 | import SwiftUI
| `- error: no such module 'SwiftUI'
5 |
6 | public extension Color {
[6/18] Compiling SwiftUIColor Color+iOS.swift
/host/spi-builder-workspace/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
3 |
4 | import SwiftUI
| `- error: no such module 'SwiftUI'
5 |
6 | public extension Color {
[7/19] Compiling SwiftUIColor Color+visionOS.swift
/host/spi-builder-workspace/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
3 |
4 | import SwiftUI
| `- error: no such module 'SwiftUI'
5 |
6 | public extension Color {
[8/19] Compiling SwiftUIColor Color+universal.swift
/host/spi-builder-workspace/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
3 |
4 | import SwiftUI
| `- error: no such module 'SwiftUI'
5 |
6 | public extension Color {
[9/19] Compiling SwiftUIColor Color+macOS.swift
/host/spi-builder-workspace/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
3 |
4 | import SwiftUI
| `- error: no such module 'SwiftUI'
5 |
6 | public extension Color {
[10/19] Compiling SwiftUIColor Color+tvOS.swift
/host/spi-builder-workspace/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
3 |
4 | import SwiftUI
| `- error: no such module 'SwiftUI'
5 |
6 | public extension Color {
[11/19] Compiling SwiftUIColor resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
3 |
4 | import SwiftUI
| `- error: no such module 'SwiftUI'
5 |
6 | public extension Color {
[12/19] Emitting module prepare_swiftui_color
[13/19] Compiling prepare_swiftui_color Generator.swift
[14/19] Compiling prepare_swiftui_color main.swift
/host/spi-builder-workspace/Sources/prepare-swiftui-color/main.swift:16:21: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
14 |
15 | func run() throws {
16 | let arguments = ProcessInfo().arguments
| `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
17 |
18 | guard arguments.count == 3 else {
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
| `- note: 'init()' declared here
3 |
[15/19] Compiling SwiftUIColor PreviewWorkaround.swift
/host/spi-builder-workspace/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
3 |
4 | import SwiftUI
| `- error: no such module 'SwiftUI'
5 |
6 | public extension Color {
[16/19] Compiling SwiftUIColor Color+watchOS.swift
/host/spi-builder-workspace/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
3 |
4 | import SwiftUI
| `- error: no such module 'SwiftUI'
5 |
6 | public extension Color {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/4] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/15] Emitting module SwiftUIColor
/host/spi-builder-workspace/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
3 |
4 | import SwiftUI
| `- error: no such module 'SwiftUI'
5 |
6 | public extension Color {
[3/16] Compiling SwiftUIColor Color+universal.swift
/host/spi-builder-workspace/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
3 |
4 | import SwiftUI
| `- error: no such module 'SwiftUI'
5 |
6 | public extension Color {
[4/16] Compiling SwiftUIColor Color+watchOS.swift
/host/spi-builder-workspace/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
3 |
4 | import SwiftUI
| `- error: no such module 'SwiftUI'
5 |
6 | public extension Color {
[5/16] Compiling SwiftUIColor Color+visionOS.swift
/host/spi-builder-workspace/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
3 |
4 | import SwiftUI
| `- error: no such module 'SwiftUI'
5 |
6 | public extension Color {
[6/16] Compiling SwiftUIColor PreviewWorkaround.swift
/host/spi-builder-workspace/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
3 |
4 | import SwiftUI
| `- error: no such module 'SwiftUI'
5 |
6 | public extension Color {
[7/16] Compiling SwiftUIColor Color+tvOS.swift
/host/spi-builder-workspace/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
3 |
4 | import SwiftUI
| `- error: no such module 'SwiftUI'
5 |
6 | public extension Color {
[8/16] Compiling SwiftUIColor Color+macOS.swift
/host/spi-builder-workspace/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
3 |
4 | import SwiftUI
| `- error: no such module 'SwiftUI'
5 |
6 | public extension Color {
[9/16] Compiling SwiftUIColor Color+iOS.swift
/host/spi-builder-workspace/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
3 |
4 | import SwiftUI
| `- error: no such module 'SwiftUI'
5 |
6 | public extension Color {
[10/16] Compiling SwiftUIColor resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
3 |
4 | import SwiftUI
| `- error: no such module 'SwiftUI'
5 |
6 | public extension Color {
[11/16] Emitting module prepare_swiftui_color
[12/16] Compiling prepare_swiftui_color Generator.swift
[13/16] Compiling prepare_swiftui_color main.swift
/host/spi-builder-workspace/Sources/prepare-swiftui-color/main.swift:16:21: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
14 |
15 | func run() throws {
16 | let arguments = ProcessInfo().arguments
| `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
17 |
18 | guard arguments.count == 3 else {
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
| `- note: 'init()' declared here
3 |
BUILD FAILURE 6.1 linux