Build Information
Failed to build snap-template, reference main (c46ccb), with Swift 6.1 for Android on 28 Sep 2025 23:49:22 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/simonnickel/snap-template.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/simonnickel/snap-template
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at c46ccbd Cleanup todos
Cloned https://github.com/simonnickel/snap-template.git
Revision (git rev-parse @):
c46ccbd358798294b3314064f1094af245550520
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/simonnickel/snap-template.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/simonnickel/snap-template.git
https://github.com/simonnickel/snap-template.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "snap-core",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/simonnickel/snap-core.git"
},
{
"identity" : "snap-dependencies",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/simonnickel/snap-dependencies.git"
},
{
"identity" : "snap-navigation",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/simonnickel/snap-navigation.git"
},
{
"identity" : "snap-settings-service",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/simonnickel/snap-settings-service.git"
},
{
"identity" : "snap-style",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/simonnickel/snap-style.git"
}
],
"manifest_display_name" : "snap-template",
"name" : "snap-template",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "macos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "SnapTemplate",
"targets" : [
"SnapTemplateApp",
"SnapTemplateSettings",
"SnapTemplateUtil"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "SnapTemplateUtil",
"module_type" : "SwiftTarget",
"name" : "SnapTemplateUtil",
"path" : "Sources/SnapTemplateUtil",
"product_dependencies" : [
"SnapNavigation",
"SnapStyle"
],
"product_memberships" : [
"SnapTemplate"
],
"sources" : [
"NavigationButton.swift",
"NavigationListRow.swift",
"SnapNavigationDestination+Icon.swift",
"Template+Preview.swift",
"Template+ToolbarItem.swift",
"Template.swift"
],
"type" : "library"
},
{
"c99name" : "SnapTemplateSettings",
"module_type" : "SwiftTarget",
"name" : "SnapTemplateSettings",
"path" : "Sources/SnapTemplateSettings",
"product_dependencies" : [
"SnapCore",
"SnapDependencies",
"SnapNavigation",
"SnapSettingsService",
"SnapStyle"
],
"product_memberships" : [
"SnapTemplate"
],
"sources" : [
"Definitions/Dependencies+TemplateSettings.swift",
"Definitions/IconKey+Settings.swift",
"Settings/AccentColor/AccentColorPicker.swift",
"Settings/AccentColor/AccentOption.swift",
"Settings/AccentColor/Settings+Accent.swift",
"Settings/DisplayMode/DisplayMode.swift",
"Settings/DisplayMode/Settings+DisplayMode.swift",
"Settings/InterfaceScale/InterfaceScale.swift",
"Settings/InterfaceScale/Settings+InterfaceScale.swift",
"Settings/NavigationLayout/NavigationLayout.swift",
"Settings/NavigationLayout/Settings+NavigationLayout.swift",
"Settings/NavigationTabs/Dependencies+TabConfiguration.swift",
"Settings/NavigationTabs/Screen/ConfigureTabs+InitialPicker.swift",
"Settings/NavigationTabs/Screen/ConfigureTabs+List.swift",
"Settings/NavigationTabs/Screen/ConfigureTabs+ListRow.swift",
"Settings/NavigationTabs/Screen/ConfigureTabsScreen.swift",
"Settings/NavigationTabs/Settings+NavigationTabs.swift",
"Settings/NavigationTabs/SnapNavigationProvider+TabConfiguration.swift",
"Settings/NavigationTabs/TabConfiguration.swift",
"TemplateSettingsDestination.swift",
"TemplateSettingsScreen.swift",
"Views/SettingsHeaderSection.swift",
"Views/SettingsPickerRow.swift",
"Views/SettingsToggle.swift"
],
"target_dependencies" : [
"SnapTemplateUtil"
],
"type" : "library"
},
{
"c99name" : "SnapTemplateApp",
"module_type" : "SwiftTarget",
"name" : "SnapTemplateApp",
"path" : "Sources/SnapTemplateApp",
"product_dependencies" : [
"SnapCore",
"SnapDependencies",
"SnapNavigation",
"SnapSettingsService",
"SnapStyle"
],
"product_memberships" : [
"SnapTemplate"
],
"sources" : [
"Dependencies+Template.swift",
"NavigationProvier+Template.swift",
"TemplateModifierWindow.swift",
"TemplateState.swift"
],
"target_dependencies" : [
"SnapTemplateSettings",
"SnapTemplateUtil"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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
Digest: sha256:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
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