Build Information
Failed to build swift-css, reference 0.6.1 (d58235), with Swift 6.1 for Linux on 23 Dec 2025 17:47:14 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/coenttb/swift-css.git
Reference: 0.6.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/coenttb/swift-css
* tag 0.6.1 -> FETCH_HEAD
HEAD is now at d582357 Update swift-html-rendering to 0.1.15 and swift-css-html-rendering to 0.2.1
Cloned https://github.com/coenttb/swift-css.git
Revision (git rev-parse @):
d5823570e1d5ffb63b65bd86701dbfec18cca989
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/coenttb/swift-css.git at 0.6.1
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/coenttb/swift-css.git
https://github.com/coenttb/swift-css.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-css-html-rendering",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/coenttb/swift-css-html-rendering"
},
{
"identity" : "swift-html-rendering",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.15",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/coenttb/swift-html-rendering"
},
{
"identity" : "swift-css-standard",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.7",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-standards/swift-css-standard"
}
],
"manifest_display_name" : "swift-css",
"name" : "swift-css",
"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" : "CSS",
"targets" : [
"CSS"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CSS Theming",
"targets" : [
"CSS Theming"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "CSS_Theming",
"module_type" : "SwiftTarget",
"name" : "CSS Theming",
"path" : "Sources/CSS Theming",
"product_dependencies" : [
"CSS Standard"
],
"product_memberships" : [
"CSS Theming"
],
"sources" : [
"Border.swift",
"CSS+border.swift",
"Color.Theme.swift",
"Color.swift",
"Font.Theme.swift",
"Font.swift",
"Preview.swift",
"Theme.Stylesheet.swift",
"Themes/Color.Theme.apple.swift",
"Themes/Color.Theme.default.swift",
"Themes/Color.Theme.documentation.swift",
"Themes/Color.Theme.github.swift",
"Themes/Color.Theme.minimal.swift",
"Themes/Color.Theme.slate.swift",
"Themes/Color.Theme.stone.swift",
"Themes/Color.Theme.swift.swift",
"Themes/Color.Theme.vapor.swift",
"Themes/Color.Theme.zinc.swift",
"exports.swift"
],
"target_dependencies" : [
"CSS"
],
"type" : "library"
},
{
"c99name" : "CSS_Tests",
"module_type" : "SwiftTarget",
"name" : "CSS Tests",
"path" : "Tests/CSS Tests",
"product_dependencies" : [
"HTML Rendering TestSupport"
],
"sources" : [
"AccentColor Tests.swift",
"AlignContent Tests.swift",
"AlignItems Tests.swift",
"AlignSelf Tests.swift",
"AlignmentBaseline Tests.swift",
"AnchorName Tests.swift",
"Animation Tests.swift",
"AnimationComposition Tests.swift",
"AnimationDelay Tests.swift",
"AnimationDirection Tests.swift",
"AnimationDuration Tests.swift",
"Appearance Tests.swift",
"AspectRatio Tests.swift",
"BackdropFilter Tests.swift",
"BackfaceVisibility Tests.swift",
"Background Tests.swift",
"BackgroundAttachment Tests.swift",
"BackgroundBlendMode Tests.swift",
"BackgroundClip Tests.swift",
"BackgroundColor Tests.swift",
"BackgroundImage Tests.swift",
"BackgroundOrigin Tests.swift",
"CSS+ContextModifiers Tests.swift",
"Color Tests.swift",
"Color Theme Tests.swift",
"DarkModeColor Tests.swift",
"Media.swift",
"Performance Tests/CSS Property Rendering Performance Tests.swift",
"Performance Tests/Performance Tests.swift",
"Performance Tests/String to Bytes Conversion Performance Tests.swift",
"Support/Snapshot Tests.swift",
"div.swift"
],
"target_dependencies" : [
"CSS",
"CSS Theming"
],
"type" : "test"
},
{
"c99name" : "CSS",
"module_type" : "SwiftTarget",
"name" : "CSS",
"path" : "Sources/CSS",
"product_dependencies" : [
"CSS HTML Rendering",
"CSS Standard"
],
"product_memberships" : [
"CSS",
"CSS Theming"
],
"sources" : [
"Alignment/AlignItems.swift",
"CSS+text.swift",
"CSS.normalize.swift",
"DarkModeColor/CSS+DarkModeColor.swift",
"DarkModeColor/CSS_Standard.Color.Value.swift",
"DarkModeColor/CSS_Standard.Color.swift",
"DarkModeColor/ColorConvertible.swift",
"DarkModeColor/ColorProperty.swift",
"DarkModeColor/DarkModeColor.swift",
"DarkModeColor/Properties/CSS+accentColor.swift",
"DarkModeColor/Properties/CSS+borderBlockColor.swift",
"DarkModeColor/Properties/CSS+borderBlockEndColor.swift",
"DarkModeColor/Properties/CSS+borderBlockStartColor.swift",
"DarkModeColor/Properties/CSS+borderBottomColor.swift",
"DarkModeColor/Properties/CSS+borderColor.swift",
"DarkModeColor/Properties/CSS+borderInlineColor.swift",
"DarkModeColor/Properties/CSS+borderInlineEndColor.swift",
"DarkModeColor/Properties/CSS+borderInlineStartColor.swift",
"DarkModeColor/Properties/CSS+borderLeftColor.swift",
"DarkModeColor/Properties/CSS+borderRightColor.swift",
"DarkModeColor/Properties/CSS+borderTopColor.swift",
"DarkModeColor/Properties/CSS+caretColor.swift",
"DarkModeColor/Properties/CSS+columnRuleColor.swift",
"DarkModeColor/Properties/CSS+fill.swift",
"DarkModeColor/Properties/CSS+floodColor.swift",
"DarkModeColor/Properties/CSS+lightingColor.swift",
"DarkModeColor/Properties/CSS+outlineColor.swift",
"DarkModeColor/Properties/CSS+stopColor.swift",
"DarkModeColor/Properties/CSS+stroke.swift",
"DarkModeColor/Properties/CSS+textDecorationColor.swift",
"DarkModeColor/Properties/CSS+textEmphasisColor.swift",
"Layout/CSS+frame.swift",
"Layout/CSS+gridContainer.swift",
"Layout/CSS+gridItem.swift",
"Layout/CSS+positioned.swift",
"Layout/CSS+spacing.swift",
"Layout/Flex.swift",
"Layout/Margin.swift",
"Layout/Padding.swift",
"Layout/Position.swift",
"Layout/Side.swift",
"ListStyle.swift",
"Media.swift",
"VerticalAlign.swift",
"exports.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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-1":/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