Build Information
Failed to build SPMKit, reference v0.2.0 (dc2ca5), with Swift 6.1 for Android on 31 Mar 2026 12:37:55 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/swiftpackageindex/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/JozefLipovsky/spm-kit.git
Reference: v0.2.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/JozefLipovsky/spm-kit
* tag v0.2.0 -> FETCH_HEAD
HEAD is now at dc2ca52 Bump version to 0.2.0
Cloned https://github.com/JozefLipovsky/spm-kit.git
Revision (git rev-parse @):
dc2ca528e65b56a52d1e735e354998888fea0828
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/JozefLipovsky/spm-kit.git at v0.2.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/JozefLipovsky/spm-kit.git
https://github.com/JozefLipovsky/spm-kit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.7.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "swift-configuration",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-configuration"
},
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "6.2.0",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams.git"
},
{
"identity" : "pathkit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kylef/PathKit.git"
},
{
"identity" : "swift-dependencies",
"requirement" : {
"range" : [
{
"lower_bound" : "1.10.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-dependencies.git"
},
{
"identity" : "stencil",
"requirement" : {
"range" : [
{
"lower_bound" : "0.15.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/stencilproject/Stencil.git"
},
{
"identity" : "swift-subprocess",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-subprocess.git"
},
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "602.0.0",
"upper_bound" : "603.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
},
{
"identity" : "noora",
"requirement" : {
"range" : [
{
"lower_bound" : "0.54.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tuist/noora.git"
},
{
"identity" : "xcodeproj",
"requirement" : {
"range" : [
{
"lower_bound" : "9.7.2",
"upper_bound" : "10.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tuist/xcodeproj.git"
}
],
"manifest_display_name" : "SPMKit",
"name" : "SPMKit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "26.0"
}
],
"products" : [
{
"name" : "spm-kit",
"targets" : [
"spm-kit"
],
"type" : {
"executable" : null
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "spm_kit",
"module_type" : "SwiftTarget",
"name" : "spm-kit",
"path" : "Sources/SPMKit",
"product_memberships" : [
"spm-kit"
],
"sources" : [
"SPMKit.swift"
],
"target_dependencies" : [
"SubCommands"
],
"type" : "executable"
},
{
"c99name" : "TestHelpers",
"module_type" : "SwiftTarget",
"name" : "TestHelpers",
"path" : "Tests/TestHelpers",
"sources" : [
"Tag+Extensions.swift"
],
"type" : "library"
},
{
"c99name" : "SubCommandsTests",
"module_type" : "SwiftTarget",
"name" : "SubCommandsTests",
"path" : "Tests/SubCommandsTests",
"product_dependencies" : [
"DependenciesTestSupport"
],
"sources" : [
"AddModule/AddModuleExecutionContext.swift",
"AddModule/AddModuleTrait.swift",
"AddModuleTests.swift",
"Bootstrap/BootstrapExecutionContext.swift",
"Bootstrap/BootstrapTrait.swift",
"BootstrapTests.swift",
"ClientSpies/ConfigClientSpy.swift",
"ClientSpies/NooraClientSpy.swift",
"ClientSpies/PackageEditorClientSpy.swift",
"ClientSpies/ResourcesClientSpy.swift",
"ClientSpies/StencilTemplateClientSpy.swift",
"ClientSpies/SubprocessClientSpy.swift",
"ClientSpies/XcodeProjClientSpy.swift",
"Stubs/ConfigFileStub.swift",
"Stubs/PathStub.swift"
],
"target_dependencies" : [
"SubCommands",
"TestHelpers"
],
"type" : "test"
},
{
"c99name" : "SubCommands",
"module_type" : "SwiftTarget",
"name" : "SubCommands",
"path" : "Sources/SubCommands",
"product_memberships" : [
"spm-kit"
],
"sources" : [
"AddModule.swift",
"Bootstrap.swift"
],
"target_dependencies" : [
"Core"
],
"type" : "library"
},
{
"c99name" : "CoreTests",
"module_type" : "SwiftTarget",
"name" : "CoreTests",
"path" : "Tests/CoreTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/CoreTests/_Fixtures",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"CommandArguments/IOSVersionTests.swift",
"CommandArguments/MacOSVersionTests.swift",
"CommandArguments/PlatformOptionsTests.swift",
"CommandArguments/ProductTypeTests.swift",
"CommandArguments/SupportedPlatformTests.swift",
"CommandArguments/TVOSVersionTests.swift",
"CommandArguments/TargetTypeTests.swift",
"CommandArguments/TestingLibraryTests.swift",
"CommandArguments/VisionOSVersionTests.swift",
"CommandArguments/WatchOSVersionTests.swift",
"DependencyValues/ConfigClientTests.swift",
"DependencyValues/NooraClientTests.swift",
"DependencyValues/PackageEditorClientTests.swift",
"DependencyValues/ResourcesClientTests.swift",
"DependencyValues/StencilTemplateClientTests.swift",
"DependencyValues/SubprocessClientTests.swift",
"DependencyValues/XcodeProjClientTests.swift",
"Extensions/PBXTargetExtensionsTests.swift",
"Extensions/PathExtensionsTests.swift",
"Models/DependencyGraphFormatTests.swift",
"Models/FileTests.swift",
"Models/NooraPromptConfigurationTests.swift",
"Models/PackageDependencyTests.swift",
"Models/PackageGraphDependenciesTests.swift",
"Models/PackageJSONTests.swift",
"Models/ProjectConfigurationTests.swift",
"Models/ProjectDirectoryTests.swift",
"Models/ShellCommandTests.swift",
"Models/TemplateItemTests.swift",
"Models/TemplateTypeTests.swift",
"Protocols/PathSegmentConvertibleTests.swift",
"Protocols/PlatformTest.swift",
"Protocols/PlatformVersionTest.swift",
"Stubs/Stubs.swift"
],
"target_dependencies" : [
"Core",
"TestHelpers"
],
"type" : "test"
},
{
"c99name" : "Core",
"module_type" : "SwiftTarget",
"name" : "Core",
"path" : "Sources/Core",
"product_dependencies" : [
"ArgumentParser",
"Configuration",
"Dependencies",
"DependenciesMacros",
"Noora",
"PathKit",
"Stencil",
"Subprocess",
"SwiftParser",
"SwiftSyntax",
"SwiftSyntaxBuilder",
"XcodeProj"
],
"product_memberships" : [
"spm-kit"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/Core/_Templates",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"CommandArguments/IOSVersion.swift",
"CommandArguments/MacOSVersion.swift",
"CommandArguments/PlatformOptions.swift",
"CommandArguments/ProductType.swift",
"CommandArguments/SupportedPlatform.swift",
"CommandArguments/TVOSVersion.swift",
"CommandArguments/TargetType.swift",
"CommandArguments/TestingLibrary.swift",
"CommandArguments/VisionOSVersion.swift",
"CommandArguments/WatchOSVersion.swift",
"DependencyValues/Bundle.swift",
"DependencyValues/ConfigClient.swift",
"DependencyValues/NooraClient.swift",
"DependencyValues/PackageEditorClient.swift",
"DependencyValues/PathClient.swift",
"DependencyValues/ResourcesClient.swift",
"DependencyValues/StencilTemplateClient.swift",
"DependencyValues/SubprocessClient.swift",
"DependencyValues/XcodeProjClient.swift",
"Extensions/PBXTarget+Extensions.swift",
"Extensions/Path+Extensions.swift",
"Extensions/String+Extensions.swift",
"Models/DependencyGraphFormat.swift",
"Models/File.swift",
"Models/NooraPromptConfiguration.swift",
"Models/PackageDependency.swift",
"Models/PackageGraphDependencies.swift",
"Models/PackageGraphDependency.swift",
"Models/PackageJSON.swift",
"Models/ProjectConfiguration.swift",
"Models/ProjectDirectory.swift",
"Models/ShellCommand.swift",
"Models/TemplateItem.swift",
"Models/TemplateType.swift",
"Protocols/PathRepresentable.swift",
"Protocols/PathSegmentConvertible.swift",
"Protocols/Platform.swift",
"Protocols/PlatformVersion.swift"
],
"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/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 2>&1
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:8d42880410d691f231f1a6445d3941a4c9d6c7af65062a9750a54d2059944963
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.3
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.3
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/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:8d42880410d691f231f1a6445d3941a4c9d6c7af65062a9750a54d2059944963
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.3
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.3
BUILD FAILURE 6.1 android