Build Information
Failed to build swift-css, reference main (d58235), with Swift 6.1 for Android on 24 Dec 2025 02:04:36 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/coenttb/swift-css.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/coenttb/swift-css
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
Build
========================================
Selected platform: android
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-4606859-3":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
e1a89dea01a6: Already exists
39bc14e52995: Pulling fs layer
cc0382103b05: Pulling fs layer
084072dee40a: Pulling fs layer
eba2335f1fff: Pulling fs layer
eba2335f1fff: Waiting
084072dee40a: Verifying Checksum
084072dee40a: Download complete
39bc14e52995: Verifying Checksum
39bc14e52995: Download complete
eba2335f1fff: Verifying Checksum
eba2335f1fff: Download complete
cc0382103b05: Verifying Checksum
cc0382103b05: Download complete
39bc14e52995: Pull complete
cc0382103b05: Pull complete
084072dee40a: Pull complete
eba2335f1fff: Pull complete
Digest: sha256:df03784badd7f27c5aaf58aceda7a3eace61955b295b55f91184969c309ad8ef
Status: Downloaded newer image for registry.gitlab.com/finestructure/spi-images:android-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.0
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:df03784badd7f27c5aaf58aceda7a3eace61955b295b55f91184969c309ad8ef
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-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.0
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
BUILD FAILURE 6.1 android