Build Information
Failed to build Screws, reference 1.8.3 (df2fe5), with Swift 6.1 for Android on 16 Mar 2026 20:50:35 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rafaelfrancisco-dev/Screws.git
Reference: 1.8.3
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/rafaelfrancisco-dev/Screws
* tag 1.8.3 -> FETCH_HEAD
HEAD is now at df2fe5d Fixed a bunch of issues related to Swift Concurrency and new isolated features
Cloned https://github.com/rafaelfrancisco-dev/Screws.git
Revision (git rev-parse @):
df2fe5d78d051b061e4fbf365ba4e22f7338d679
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/rafaelfrancisco-dev/Screws.git at 1.8.3
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/rafaelfrancisco-dev/Screws.git
https://github.com/rafaelfrancisco-dev/Screws.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "602.0.0",
"upper_bound" : "603.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax"
}
],
"manifest_display_name" : "Screws",
"name" : "Screws",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "12.0"
}
],
"products" : [
{
"name" : "Screws",
"targets" : [
"Screws"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ScrewsDynamic",
"targets" : [
"Screws"
],
"type" : {
"library" : [
"dynamic"
]
}
},
{
"name" : "ScrewsMacros",
"targets" : [
"ScrewsMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "ScrewsTests",
"module_type" : "SwiftTarget",
"name" : "ScrewsTests",
"path" : "Tests/ScrewsTests",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftSyntaxMacrosTestSupport"
],
"sources" : [
"MacroTests.swift",
"ScrewsTests.swift"
],
"target_dependencies" : [
"Screws",
"ScrewsMacros"
],
"type" : "test"
},
{
"c99name" : "ScrewsMacros",
"module_type" : "SwiftTarget",
"name" : "ScrewsMacros",
"path" : "Sources/ScrewsMacros",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"Screws",
"ScrewsDynamic",
"ScrewsMacros"
],
"sources" : [
"DTOGeneratorMacro.swift",
"Macros.swift"
],
"type" : "macro"
},
{
"c99name" : "Screws",
"module_type" : "SwiftTarget",
"name" : "Screws",
"path" : "Sources/Screws",
"product_memberships" : [
"Screws",
"ScrewsDynamic"
],
"sources" : [
"DTOGenerator.swift",
"Extensions/Array.swift",
"Extensions/Convenience.swift",
"Extensions/Date.swift",
"Extensions/Double.swift",
"Extensions/FloatingPoint.swift",
"Extensions/SwiftUI/CenterModifier.swift",
"Extensions/SwiftUI/FrameTracker.swift",
"Extensions/SwiftUI/View.swift",
"Extensions/Task.swift",
"Screws.swift",
"SkipEncode.swift"
],
"target_dependencies" : [
"ScrewsMacros"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:4aaa9704d9ec48004f0d4dbd1faa76d47dfce67570c934d5c9f7c1557cee5c73
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/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-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:4aaa9704d9ec48004f0d4dbd1faa76d47dfce67570c934d5c9f7c1557cee5c73
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/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