Build Information
Failed to build Rocket, reference master (df9449
), with Swift 6.1 for Android on 28 May 2025 14:43:28 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/shibapm/rocket.git
Reference: master
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/shibapm/rocket
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at df94499 Unhide dependencies
Cloned https://github.com/shibapm/rocket.git
Revision (git rev-parse @):
df94499fa028ac7f72ca34d977cc5fa38f00b464
SUCCESS checkout https://github.com/shibapm/rocket.git at master
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/shibapm/rocket.git
https://github.com/shibapm/rocket.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams"
},
{
"identity" : "logger",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/shibapm/Logger"
},
{
"identity" : "swiftshell",
"requirement" : {
"range" : [
{
"lower_bound" : "5.1.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kareman/SwiftShell"
},
{
"identity" : "packageconfig",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/shibapm/PackageConfig.git"
},
{
"identity" : "nimble",
"requirement" : {
"range" : [
{
"lower_bound" : "8.0.0",
"upper_bound" : "9.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Nimble"
},
{
"identity" : "testspy",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/f-meloni/TestSpy"
},
{
"identity" : "komondor",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/shibapm/Komondor.git"
},
{
"identity" : "swiftformat",
"requirement" : {
"range" : [
{
"lower_bound" : "0.35.8",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nicklockwood/SwiftFormat.git"
}
],
"manifest_display_name" : "Rocket",
"name" : "Rocket",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "rocket",
"targets" : [
"Rocket"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "RocketTests",
"module_type" : "SwiftTarget",
"name" : "RocketTests",
"path" : "Tests/RocketTests",
"product_dependencies" : [
"Nimble",
"TestSpy"
],
"sources" : [
"BranchExecutorTests.swift",
"ChecksParserTests.swift",
"CleanGitStatusCheckTests.swift",
"CommitExecutorTests.swift",
"CurrentVersionProviderTests.swift",
"DefaultExecutorStepDescriptionTests.swift",
"DevDependenciesModifierTests.swift",
"GitAddExecutorTests.swift",
"HideDevDependenciesExecutorTests.swift",
"NewVersionProviderTests.swift",
"PushExecutorTests.swift",
"RocketFileFinderTests.swift",
"ScriptExecutorTests.swift",
"SpyDevDependenciesModifier.swift",
"StepsParserTests.swift",
"SwiftScriptExecutorTests.swift",
"TagExecutorTests.swift",
"UnhideDevDependenciesExecutorTestCase.swift",
"Utils/ScriptLauncherTestCase.swift",
"Utils/SpyPrinter.swift",
"Utils/SpyScriptLauncher.swift",
"Utils/StubbedFileManager.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"RocketLib"
],
"type" : "test"
},
{
"c99name" : "RocketLib",
"module_type" : "SwiftTarget",
"name" : "RocketLib",
"path" : "Sources/RocketLib",
"product_dependencies" : [
"Logger",
"SwiftShell"
],
"product_memberships" : [
"rocket"
],
"sources" : [
"Checks.swift",
"Checks/Check.swift",
"Checks/CleanGitStatusCheck.swift",
"ChecksParser.swift",
"CurrentVersionProvider.swift",
"Executors/BranchExecutor.swift",
"Executors/CommitExecutor.swift",
"Executors/DefaultExecutor.swift",
"Executors/GitAddExecutor.swift",
"Executors/HideDevDependenciesExecutor.swift",
"Executors/PushExecutor.swift",
"Executors/ScriptExecutor.swift",
"Executors/ScriptLauncher.swift",
"Executors/ScriptLauncherExecutor.swift",
"Executors/StepDescriptionPrinter.swift",
"Executors/StepExecutor.swift",
"Executors/SwiftScriptExecutor.swift",
"Executors/TagExecutor.swift",
"Executors/UnhideDevDependenciesExecutor.swift",
"Executors/Utils/DevDependenciesModifier.swift",
"Executors/Utils/NoVerifyParameterInserter.swift",
"Executors/Utils/NoVerifyParameterInserterExecutor.swift",
"Executors/Utils/ScriptLauncherContainer.swift",
"NewVersionProvider.swift",
"Parameters/BranchParameters.swift",
"Parameters/CommitParameters.swift",
"Parameters/Dictionary+CodingKeys.swift",
"Parameters/GitAddParameters.swift",
"Parameters/ModifyDevDependenciesParameters.swift",
"Parameters/PushParameters.swift",
"Parameters/ScriptParameters.swift",
"Parameters/StepParameter.swift",
"Parameters/SwiftScriptParameters.swift",
"Parameters/TagParameters.swift",
"RocketFileFinder.swift",
"Step.swift",
"StepsParser.swift",
"VersionBumpOption.swift"
],
"type" : "library"
},
{
"c99name" : "Rocket",
"module_type" : "SwiftTarget",
"name" : "Rocket",
"path" : "Sources/Rocket",
"product_dependencies" : [
"Yams",
"Logger",
"PackageConfig"
],
"product_memberships" : [
"rocket"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"RocketLib"
],
"type" : "executable"
}
],
"tools_version" : "5.4"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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 -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 finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/nicklockwood/SwiftFormat.git
Fetching https://github.com/shibapm/Komondor.git
Fetching https://github.com/Quick/Nimble
Fetching https://github.com/kareman/SwiftShell
Fetching https://github.com/f-meloni/TestSpy
[1/509] Fetching komondor
[510/2557] Fetching komondor, testspy
[572/7420] Fetching komondor, testspy, swiftshell
Fetching https://github.com/shibapm/PackageConfig.git
[1691/27004] Fetching komondor, testspy, swiftshell, nimble
[17031/27584] Fetching komondor, testspy, swiftshell, nimble, packageconfig
Fetched https://github.com/shibapm/PackageConfig.git from cache (0.28s)
[17618/27004] Fetching komondor, testspy, swiftshell, nimble
Fetching https://github.com/shibapm/Logger
[19700/75186] Fetching komondor, testspy, swiftshell, nimble, swiftformat
Fetched https://github.com/kareman/SwiftShell from cache (2.76s)
Fetching https://github.com/jpsim/Yams
Fetched https://github.com/Quick/Nimble from cache (2.79s)
Fetched https://github.com/f-meloni/TestSpy from cache (2.82s)
[6849/59348] Fetching komondor, swiftformat, yams
[18395/59464] Fetching komondor, swiftformat, yams, logger
Fetched https://github.com/shibapm/Logger from cache (3.68s)
[19357/59348] Fetching komondor, swiftformat, yams
Fetched https://github.com/jpsim/Yams from cache (1.85s)
[9182/48691] Fetching komondor, swiftformat
Fetched https://github.com/shibapm/Komondor.git from cache (26.14s)
Fetched https://github.com/nicklockwood/SwiftFormat.git from cache (26.82s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (32.43s)
Computing version for https://github.com/shibapm/Logger
Computed https://github.com/shibapm/Logger at 0.2.3 (2.08s)
Computing version for https://github.com/f-meloni/TestSpy
Computed https://github.com/f-meloni/TestSpy at 0.5.0 (3.06s)
Fetching https://github.com/Quick/Quick
[1/14755] Fetching quick
Fetched https://github.com/Quick/Quick from cache (2.87s)
Computing version for https://github.com/Quick/Nimble
Computed https://github.com/Quick/Nimble at 8.1.2 (3.50s)
Computing version for https://github.com/Quick/Quick
Computed https://github.com/Quick/Quick at 3.1.2 (0.52s)
Computing version for https://github.com/shibapm/PackageConfig.git
Computed https://github.com/shibapm/PackageConfig.git at 1.1.3 (3.74s)
Computing version for https://github.com/shibapm/Komondor.git
Computed https://github.com/shibapm/Komondor.git at 1.1.4 (0.59s)
Fetching https://github.com/JohnSundell/ShellOut.git
Fetching https://github.com/Realm/SwiftLint.git
Fetching https://github.com/f-meloni/Rocket
[1/1386] Fetching rocket
Fetched https://github.com/f-meloni/Rocket from cache (0.29s)
[1/960] Fetching shellout
[961/151343] Fetching shellout, swiftlint
Fetched https://github.com/JohnSundell/ShellOut.git from cache (34.14s)
Fetched https://github.com/Realm/SwiftLint.git from cache (35.69s)
Computing version for https://github.com/f-meloni/Rocket
Computed https://github.com/f-meloni/Rocket at 1.3.0 (36.29s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.3.0 (0.66s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 5.4.0 (0.67s)
Computing version for https://github.com/Realm/SwiftLint.git
Computed https://github.com/Realm/SwiftLint.git at 0.59.1 (0.91s)
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/JohnSundell/CollectionConcurrencyKit.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/jpsim/SourceKitten.git
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/scottrhoyt/SwiftyTextTable.git
[1/84] Fetching collectionconcurrencykit
[85/1013] Fetching collectionconcurrencykit, swiftytexttable
[281/17125] Fetching collectionconcurrencykit, swiftytexttable, sourcekitten
[365/30066] Fetching collectionconcurrencykit, swiftytexttable, sourcekitten, cryptoswift
Fetched https://github.com/JohnSundell/CollectionConcurrencyKit.git from cache (0.52s)
[2061/29982] Fetching swiftytexttable, sourcekitten, cryptoswift
[5643/45333] Fetching swiftytexttable, sourcekitten, cryptoswift, swift-argument-parser
[29985/115782] Fetching swiftytexttable, sourcekitten, cryptoswift, swift-argument-parser, swift-syntax
Fetched https://github.com/jpsim/SourceKitten.git from cache (5.92s)
Fetched https://github.com/scottrhoyt/SwiftyTextTable.git from cache (10.11s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (10.12s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (10.14s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (10.16s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.4 (14.68s)
Computing version for https://github.com/JohnSundell/CollectionConcurrencyKit.git
Computed https://github.com/JohnSundell/CollectionConcurrencyKit.git at 0.2.0 (8.40s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable.git
Computed https://github.com/scottrhoyt/SwiftyTextTable.git at 0.9.0 (2.79s)
Computing version for https://github.com/jpsim/SourceKitten.git
Computed https://github.com/jpsim/SourceKitten.git at 0.37.0 (1.35s)
Fetching https://github.com/drmohundro/SWXMLHash.git
[1/2820] Fetching swxmlhash
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (0.35s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.0 (1.05s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 7.0.2 (1.01s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (0.48s)
Computing version for https://github.com/nicklockwood/SwiftFormat.git
Computed https://github.com/nicklockwood/SwiftFormat.git at 0.56.2 (0.81s)
Creating working copy for https://github.com/Realm/SwiftLint.git
Working copy of https://github.com/Realm/SwiftLint.git resolved at 0.59.1
Creating working copy for https://github.com/kareman/SwiftShell
Working copy of https://github.com/kareman/SwiftShell resolved at 5.1.0
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.0
Creating working copy for https://github.com/shibapm/Logger
Working copy of https://github.com/shibapm/Logger resolved at 0.2.3
Creating working copy for https://github.com/Quick/Nimble
Working copy of https://github.com/Quick/Nimble resolved at 8.1.2
Creating working copy for https://github.com/JohnSundell/ShellOut.git
Working copy of https://github.com/JohnSundell/ShellOut.git resolved at 2.3.0
Creating working copy for https://github.com/scottrhoyt/SwiftyTextTable.git
Working copy of https://github.com/scottrhoyt/SwiftyTextTable.git resolved at 0.9.0
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.0
Creating working copy for https://github.com/shibapm/PackageConfig.git
Working copy of https://github.com/shibapm/PackageConfig.git resolved at 1.1.3
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 5.4.0
Creating working copy for https://github.com/Quick/Quick
Working copy of https://github.com/Quick/Quick resolved at 3.1.2
Creating working copy for https://github.com/shibapm/Komondor.git
Working copy of https://github.com/shibapm/Komondor.git resolved at 1.1.4
Creating working copy for https://github.com/f-meloni/TestSpy
Working copy of https://github.com/f-meloni/TestSpy resolved at 0.5.0
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.8.4
Creating working copy for https://github.com/f-meloni/Rocket
Working copy of https://github.com/f-meloni/Rocket resolved at 1.3.0
Creating working copy for https://github.com/drmohundro/SWXMLHash.git
Working copy of https://github.com/drmohundro/SWXMLHash.git resolved at 7.0.2
Creating working copy for https://github.com/JohnSundell/CollectionConcurrencyKit.git
Working copy of https://github.com/JohnSundell/CollectionConcurrencyKit.git resolved at 0.2.0
Creating working copy for https://github.com/jpsim/SourceKitten.git
Working copy of https://github.com/jpsim/SourceKitten.git resolved at 0.37.0
Creating working copy for https://github.com/nicklockwood/SwiftFormat.git
Working copy of https://github.com/nicklockwood/SwiftFormat.git resolved at 0.56.2
error: unable to override package 'Rocket' because its identity 'rocket' doesn't match override's identity (directory name) 'spi-builder-workspace'
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
error: unable to override package 'Rocket' because its identity 'rocket' doesn't match override's identity (directory name) 'spi-builder-workspace'
error: multiple packages ('rocket', 'spi-builder-workspace') declare targets with a conflicting name: 'Rocket’; target names need to be unique across the package graph
error: multiple packages ('rocket', 'spi-builder-workspace') declare targets with a conflicting name: 'RocketLib’; target names need to be unique across the package graph
BUILD FAILURE 6.1 android