Build Information
Failed to build swift-docc-static, reference v0.1.8 (de988c), with Swift 6.1 for Android on 15 Jan 2026 23:11:50 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/mipalgu/swift-docc-static.git
Reference: v0.1.8
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/mipalgu/swift-docc-static
* tag v0.1.8 -> FETCH_HEAD
HEAD is now at de988ca Add cross-module and external documentation linking support.
Cloned https://github.com/mipalgu/swift-docc-static.git
Revision (git rev-parse @):
de988cabcae57e83236a1e21c6b66fafa02048ab
SUCCESS checkout https://github.com/mipalgu/swift-docc-static.git at v0.1.8
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/mipalgu/swift-docc-static.git
https://github.com/mipalgu/swift-docc-static.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-docc",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-docc.git"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "swift-subprocess",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-subprocess.git"
},
{
"identity" : "swift-system",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-system.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-docc-plugin"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.79.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.9.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/async-http-client.git"
}
],
"manifest_display_name" : "swift-docc-static",
"name" : "swift-docc-static",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "docc-static",
"targets" : [
"docc-static"
],
"type" : {
"executable" : null
}
},
{
"name" : "Static Documentation Plugin",
"targets" : [
"GenerateStaticDocumentation"
],
"type" : {
"plugin" : null
}
},
{
"name" : "DocCStatic",
"targets" : [
"DocCStatic"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DocCStaticServer",
"targets" : [
"DocCStaticServer"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "docc_static",
"module_type" : "SwiftTarget",
"name" : "docc-static",
"path" : "Sources/docc-static",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"docc-static",
"Static Documentation Plugin"
],
"sources" : [
"docc_static.swift"
],
"target_dependencies" : [
"DocCStatic",
"DocCStaticServer"
],
"type" : "executable"
},
{
"c99name" : "GenerateStaticDocumentation",
"module_type" : "PluginTarget",
"name" : "GenerateStaticDocumentation",
"path" : "Plugins/GenerateStaticDocumentation",
"plugin_capability" : {
"intent" : {
"description" : "Generate static HTML documentation for the package",
"type" : "custom",
"verb" : "generate-static-documentation"
},
"permissions" : [
],
"type" : "command"
},
"product_memberships" : [
"Static Documentation Plugin"
],
"sources" : [
"GenerateStaticDocumentation.swift"
],
"target_dependencies" : [
"docc-static"
],
"type" : "plugin"
},
{
"c99name" : "DocCStaticTests",
"module_type" : "SwiftTarget",
"name" : "DocCStaticTests",
"path" : "Tests/DocCStaticTests",
"sources" : [
"ConfigurationTests.swift",
"GenerationResultTests.swift",
"HTMLRenderingTests.swift",
"SearchIndexBuilderTests.swift",
"StaticHTMLConsumerTests.swift",
"StylesheetTests.swift",
"TutorialRenderingTests.swift"
],
"target_dependencies" : [
"DocCStatic"
],
"type" : "test"
},
{
"c99name" : "DocCStaticServerTests",
"module_type" : "SwiftTarget",
"name" : "DocCStaticServerTests",
"path" : "Tests/DocCStaticServerTests",
"product_dependencies" : [
"AsyncHTTPClient"
],
"sources" : [
"MIMETypeTests.swift",
"PreviewServerIntegrationTests.swift",
"StaticFileHandlerTests.swift"
],
"target_dependencies" : [
"DocCStaticServer"
],
"type" : "test"
},
{
"c99name" : "DocCStaticServer",
"module_type" : "SwiftTarget",
"name" : "DocCStaticServer",
"path" : "Sources/DocCStaticServer",
"product_dependencies" : [
"NIOCore",
"NIOPosix",
"NIOHTTP1"
],
"product_memberships" : [
"docc-static",
"Static Documentation Plugin",
"DocCStaticServer"
],
"sources" : [
"HTTPResponse.swift",
"MIMEType.swift",
"PreviewServer.swift",
"StaticFileHandler.swift"
],
"type" : "library"
},
{
"c99name" : "DocCStatic",
"module_type" : "SwiftTarget",
"name" : "DocCStatic",
"path" : "Sources/DocCStatic",
"product_dependencies" : [
"SwiftDocC",
"Subprocess",
"SystemPackage"
],
"product_memberships" : [
"docc-static",
"Static Documentation Plugin",
"DocCStatic"
],
"sources" : [
"Core/GenerationResult.swift",
"Core/NavigationIndex.swift",
"Core/StaticDocumentationGenerator.swift",
"Core/SymbolKind.swift",
"DocCStatic.swift",
"Rendering/DocLinkPostProcessor.swift",
"Rendering/HTMLPageBuilder.swift",
"Rendering/IndexPageBuilder.swift",
"Rendering/NavigationSidebarBuilder.swift",
"Rendering/RenderContentHTMLRenderer.swift",
"Rendering/StaticHTMLConsumer.swift",
"Rendering/SwiftSyntaxHighlighter.swift",
"Search/SearchIndexBuilder.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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 -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:59d1b5e7d2f3065c4a6b5e045771922b1e51742b0d69504dc6de4bec6728e3a4
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-4606859-0":/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:59d1b5e7d2f3065c4a6b5e045771922b1e51742b0d69504dc6de4bec6728e3a4
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