Build Information
Failed to build AboutWindow, reference v1.0.0 (79c7c0
), with Swift 6.1 for Android on 3 Jul 2025 18:18:11 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CodeEditApp/AboutWindow.git
Reference: v1.0.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/CodeEditApp/AboutWindow
* tag v1.0.0 -> FETCH_HEAD
HEAD is now at 79c7c01 Fix Broken Tests Badge
Cloned https://github.com/CodeEditApp/AboutWindow.git
Revision (git rev-parse @):
79c7c01fb739d024a3ca07fe153a068339213baf
SUCCESS checkout https://github.com/CodeEditApp/AboutWindow.git at v1.0.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/CodeEditApp/AboutWindow.git
https://github.com/CodeEditApp/AboutWindow.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swiftlintplugin",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/lukepistrol/SwiftLintPlugin"
}
],
"manifest_display_name" : "AboutWindow",
"name" : "AboutWindow",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "AboutWindow",
"targets" : [
"AboutWindow"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AboutWindowTests",
"module_type" : "SwiftTarget",
"name" : "AboutWindowTests",
"path" : "Tests/AboutWindowTests",
"sources" : [
"AboutWindowTests.swift"
],
"target_dependencies" : [
"AboutWindow"
],
"type" : "test"
},
{
"c99name" : "AboutWindow",
"module_type" : "SwiftTarget",
"name" : "AboutWindow",
"path" : "Sources/AboutWindow",
"product_dependencies" : [
"SwiftLint"
],
"product_memberships" : [
"AboutWindow"
],
"sources" : [
"Model/AboutActionItem.swift",
"Model/AboutActions.swift",
"Model/AboutNavigationPhase.swift",
"Model/AboutWindowNavigation.swift",
"Model/AboutWindowNavigationKey.swift",
"Model/ActionsBuilder.swift",
"Model/NamespaceWrapper.swift",
"Model/NavigableAction.swift",
"Utils/AboutNamespaceID.swift",
"Utils/Bundle+Info.swift",
"Utils/DefaultSceneID.swift",
"Utils/EffectView.swift",
"Utils/FocusRingModifier.swift",
"Utils/NSApp+findWindow.swift",
"Views/AboutButton.swift",
"Views/AboutDefaultView.swift",
"Views/AboutDetailView.swift",
"Views/AboutView.swift",
"Views/AboutWindow.swift",
"Views/BlurButtonStyle.swift",
"Views/FooterView.swift",
"Views/TrackableScrollView.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" 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:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/lukepistrol/SwiftLintPlugin
[1/358] Fetching swiftlintplugin
Fetched https://github.com/lukepistrol/SwiftLintPlugin from cache (0.18s)
Computing version for https://github.com/lukepistrol/SwiftLintPlugin
Computed https://github.com/lukepistrol/SwiftLintPlugin at 0.59.1 (2.69s)
Creating working copy for https://github.com/lukepistrol/SwiftLintPlugin
Working copy of https://github.com/lukepistrol/SwiftLintPlugin resolved at 0.59.1
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.59.1/SwiftLintBinary.artifactbundle.zip
[1369/41085097] Downloading https://github.com/realm/SwiftLint/releases/download/0.59.1/SwiftLintBinary.artifactbundle.zip
Downloaded https://github.com/realm/SwiftLint/releases/download/0.59.1/SwiftLintBinary.artifactbundle.zip (3.29s)
error: a prebuild command cannot use executables built from source, including executable target 'swiftlint'
error: build planning stopped due to build-tool plugin failures
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" 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:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
error: a prebuild command cannot use executables built from source, including executable target 'swiftlint'
error: build planning stopped due to build-tool plugin failures
BUILD FAILURE 6.1 android