Build Information
Failed to build swift-color-standard, reference 0.1.0 (b8ce9d), with Swift 6.1 for Linux on 24 Dec 2025 10:38:33 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-standards/swift-color-standard.git
Reference: 0.1.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/swift-standards/swift-color-standard
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at b8ce9dd Add CI infrastructure and linting configuration
Cloned https://github.com/swift-standards/swift-color-standard.git
Revision (git rev-parse @):
b8ce9ddb6ae0c94bc011f04c03a9e5f7a201ff92
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swift-standards/swift-color-standard.git at 0.1.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/swift-standards/swift-color-standard.git
https://github.com/swift-standards/swift-color-standard.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-standards",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-standards/swift-standards"
},
{
"identity" : "swift-iec-61966",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-standards/swift-iec-61966"
},
{
"identity" : "swift-iso-9899",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-standards/swift-iso-9899"
}
],
"manifest_display_name" : "swift-color-standard",
"name" : "swift-color-standard",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "26.0"
},
{
"name" : "ios",
"version" : "26.0"
},
{
"name" : "tvos",
"version" : "26.0"
},
{
"name" : "watchos",
"version" : "26.0"
},
{
"name" : "visionos",
"version" : "26.0"
}
],
"products" : [
{
"name" : "Color Standard",
"targets" : [
"Color Standard"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Theme",
"targets" : [
"Theme"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "Theme_Tests",
"module_type" : "SwiftTarget",
"name" : "Theme Tests",
"path" : "Tests/Theme Tests",
"sources" : [
"ThemeTests.swift"
],
"target_dependencies" : [
"Theme"
],
"type" : "test"
},
{
"c99name" : "Theme",
"module_type" : "SwiftTarget",
"name" : "Theme",
"path" : "Sources/Theme",
"product_dependencies" : [
"Dimension"
],
"product_memberships" : [
"Color Standard",
"Theme"
],
"sources" : [
"Theme.Product.swift",
"Theme.swift"
],
"type" : "library"
},
{
"c99name" : "Color_Standard_Tests",
"module_type" : "SwiftTarget",
"name" : "Color Standard Tests",
"path" : "Tests/Color Standard Tests",
"sources" : [
"CanonicalTests.swift",
"LABConversionTests.swift",
"OklabConversionTests.swift",
"sRGBConversionTests.swift"
],
"target_dependencies" : [
"Color Standard"
],
"type" : "test"
},
{
"c99name" : "Color_Standard",
"module_type" : "SwiftTarget",
"name" : "Color Standard",
"path" : "Sources/Color Standard",
"product_dependencies" : [
"IEC 61966",
"ISO 9899"
],
"product_memberships" : [
"Color Standard"
],
"sources" : [
"Color+LAB.swift",
"Color+LCH.swift",
"Color+Oklab.swift",
"Color+Oklch.swift",
"Color+sRGB.swift",
"Color.Error.swift",
"Color.LAB.swift",
"Color.LCH.swift",
"Color.Oklab.swift",
"Color.Oklch.swift",
"Color.Protocol.swift",
"Color.XYZ.swift",
"Color.swift",
"exports.swift"
],
"target_dependencies" : [
"Theme"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7a52ddccc7ba366c24bb516637054305dd0c5fa0b57dff9877b95decd3e21586
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.1
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.1
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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: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:7a52ddccc7ba366c24bb516637054305dd0c5fa0b57dff9877b95decd3e21586
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.1
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.1
BUILD FAILURE 6.1 linux