Build Information
Failed to build Maverick, reference v3.5.6 (d46ba2), with Swift 6.1 for Android on 11 Jan 2026 16:21:27 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/taphouseio/maverick.git
Reference: v3.5.6
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/taphouseio/maverick
* tag v3.5.6 -> FETCH_HEAD
HEAD is now at d46ba29 Modernize the project & tools (#13)
Cloned https://github.com/taphouseio/maverick.git
Revision (git rev-parse @):
d46ba2986d4b9478e5247a82afc5aa2c6d510580
SUCCESS checkout https://github.com/taphouseio/maverick.git at v3.5.6
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/taphouseio/maverick.git
https://github.com/taphouseio/maverick.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.121.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "multipart-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "4.7.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/multipart-kit.git"
},
{
"identity" : "leaf",
"requirement" : {
"range" : [
{
"lower_bound" : "4.5.1",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/leaf.git"
},
{
"identity" : "pathkit",
"requirement" : {
"range" : [
{
"lower_bound" : "0.9.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kylef/PathKit.git"
},
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "6.2.0",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams.git"
},
{
"identity" : "swift-markdown",
"requirement" : {
"range" : [
{
"lower_bound" : "0.7.3",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-markdown"
},
{
"identity" : "textbundleify",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/jsorge/textbundleify.git"
},
{
"identity" : "shellout",
"requirement" : {
"range" : [
{
"lower_bound" : "2.2.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/JohnSundell/ShellOut.git"
}
],
"manifest_display_name" : "Maverick",
"name" : "Maverick",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "ios",
"version" : "18.0"
}
],
"products" : [
{
"name" : "Maverick",
"targets" : [
"Maverick"
],
"type" : {
"executable" : null
}
},
{
"name" : "MaverickModels",
"targets" : [
"MaverickModels"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Micropub",
"module_type" : "SwiftTarget",
"name" : "Micropub",
"path" : "Sources/Micropub",
"product_dependencies" : [
"PathKit",
"Vapor"
],
"product_memberships" : [
"Maverick"
],
"sources" : [
"Authentication.swift",
"Extensions.swift",
"MicropubConfig.swift",
"MicropubError.swift",
"Models.swift",
"PathHelper.swift",
"RouteHandler.swift"
],
"type" : "library"
},
{
"c99name" : "MaverickModels",
"module_type" : "SwiftTarget",
"name" : "MaverickModels",
"path" : "Sources/MaverickModels",
"product_dependencies" : [
"PathKit"
],
"product_memberships" : [
"Maverick",
"MaverickModels"
],
"sources" : [
"BundleInfo.swift",
"FrontMatter.swift",
"Page.swift",
"Post.swift",
"PostList.swift",
"PostPath.swift",
"SiteConfig.swift",
"TextBundleReader.swift"
],
"type" : "library"
},
{
"c99name" : "MaverickLibTests",
"module_type" : "SwiftTarget",
"name" : "MaverickLibTests",
"path" : "Tests/MaverickLibTests",
"product_dependencies" : [
"PathKit",
"TextBundleify"
],
"sources" : [
"FileGeneratorTests.swift"
],
"target_dependencies" : [
"MaverickLib"
],
"type" : "test"
},
{
"c99name" : "MaverickLib",
"module_type" : "SwiftTarget",
"name" : "MaverickLib",
"path" : "Sources/MaverickLib",
"product_dependencies" : [
"Leaf",
"ShellOut",
"Markdown",
"TextBundleify",
"PathKit",
"Vapor",
"Yams",
"MultipartKit"
],
"product_memberships" : [
"Maverick"
],
"sources" : [
"Controllers/AdminController.swift",
"Controllers/PostController.swift",
"Controllers/PostListController.swift",
"Controllers/SiteConfigController.swift",
"Controllers/StaticPageController.swift",
"Controllers/TagController.swift",
"File Producers/FeedGenerator.swift",
"File Producers/JSONFeedGenerator.swift",
"File Producers/Output.swift",
"File Producers/RSSFeedGenerator.swift",
"Helpers/Constants.swift",
"Helpers/Debug.swift",
"Helpers/FileProcessor.swift",
"Helpers/FileReader.swift",
"Helpers/MaverickLogger.swift",
"Helpers/PathHelper.swift",
"Helpers/PostPath+Extensions.swift",
"Helpers/Server/MicropubHelper.swift",
"Helpers/Server/PostConverter.swift",
"Helpers/SiteContentChanged.swift",
"configure.swift",
"routes.swift"
],
"target_dependencies" : [
"MaverickModels",
"Micropub"
],
"type" : "library"
},
{
"c99name" : "Maverick",
"module_type" : "SwiftTarget",
"name" : "Maverick",
"path" : "Sources/Maverick",
"product_memberships" : [
"Maverick"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"MaverickLib"
],
"type" : "executable"
}
],
"tools_version" : "6.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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-4609320-1":/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