Build Information
Failed to build Maverick, reference main (7e608b), with Swift 6.1 for Android on 12 Jan 2026 09:06:40 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/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: main
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
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 7e608b2 [CI] Updating Docker to get running on the server (#14)
Cloned https://github.com/taphouseio/maverick.git
Revision (git rev-parse @):
7e608b2650d202b459ef9ca1e25af01be695cc76
SUCCESS checkout https://github.com/taphouseio/maverick.git at main
========================================
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" : [
"App.swift"
],
"target_dependencies" : [
"MaverickLib"
],
"type" : "executable"
}
],
"tools_version" : "6.0"
}
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/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:59d1b5e7d2f3065c4a6b5e045771922b1e51742b0d69504dc6de4bec6728e3a4
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/jsorge/textbundleify.git
[1/39] Fetching textbundleify
Fetched https://github.com/jsorge/textbundleify.git from cache (0.19s)
Fetching https://github.com/JohnSundell/ShellOut.git
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/vapor/leaf.git
[1/1438] Fetching pathkit
[663/2418] Fetching pathkit, shellout
[2419/6034] Fetching pathkit, shellout, multipart-kit
[4047/10014] Fetching pathkit, shellout, multipart-kit, leaf
Fetching https://github.com/jpsim/Yams.git
Fetched https://github.com/JohnSundell/ShellOut.git from cache (1.38s)
Fetched https://github.com/kylef/PathKit.git from cache (1.38s)
Fetching https://github.com/vapor/vapor.git
Fetched https://github.com/vapor/leaf.git from cache (1.65s)
[1664/3616] Fetching multipart-kit
[3617/14889] Fetching multipart-kit, yams
[3618/91336] Fetching multipart-kit, yams, vapor
Fetching https://github.com/swiftlang/swift-markdown
Fetched https://github.com/vapor/multipart-kit.git from cache (2.63s)
[42568/87720] Fetching yams, vapor
[63258/94780] Fetching yams, vapor, swift-markdown
Fetched https://github.com/jpsim/Yams.git from cache (2.10s)
Fetched https://github.com/swiftlang/swift-markdown from cache (1.01s)
Fetched https://github.com/vapor/vapor.git from cache (3.38s)
Computing version for https://github.com/swiftlang/swift-markdown
Computed https://github.com/swiftlang/swift-markdown at 0.7.3 (7.63s)
Fetching https://github.com/swiftlang/swift-cmark.git
[1/18277] Fetching swift-cmark
Fetched https://github.com/swiftlang/swift-cmark.git from cache (1.30s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 6.2.0 (2.18s)
Computing version for https://github.com/vapor/leaf.git
Computed https://github.com/vapor/leaf.git at 4.5.1 (0.86s)
Fetching https://github.com/vapor/leaf-kit.git
Fetching https://github.com/apple/swift-algorithms.git
[1/4993] Fetching leaf-kit
[1200/11045] Fetching leaf-kit, swift-algorithms
Fetched https://github.com/vapor/leaf-kit.git from cache (0.71s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.71s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.121.0 (1.78s)
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-distributed-tracing.git
[1/1692] Fetching swift-asn1
[780/7320] Fetching swift-asn1, swift-distributed-tracing
[1309/14397] Fetching swift-asn1, swift-distributed-tracing, swift-certificates
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/vapor/websocket-kit.git
Fetched https://github.com/apple/swift-asn1.git from cache (0.50s)
[9372/12705] Fetching swift-distributed-tracing, swift-certificates
Fetching https://github.com/apple/swift-metrics.git
[12706/15337] Fetching swift-distributed-tracing, swift-certificates, websocket-kit
[13917/16499] Fetching swift-distributed-tracing, swift-certificates, websocket-kit, swift-service-context
[14034/18319] Fetching swift-distributed-tracing, swift-certificates, websocket-kit, swift-service-context, swift-atomics
[14299/20851] Fetching swift-distributed-tracing, swift-certificates, websocket-kit, swift-service-context, swift-atomics, swift-metrics
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.03s)
[8849/15223] Fetching swift-certificates, websocket-kit, swift-service-context, swift-atomics, swift-metrics
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/apple/swift-certificates.git from cache (1.09s)
[4610/8146] Fetching websocket-kit, swift-service-context, swift-atomics, swift-metrics
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-service-context.git from cache (0.83s)
[6184/6984] Fetching websocket-kit, swift-atomics, swift-metrics
Fetched https://github.com/vapor/websocket-kit.git from cache (0.84s)
Fetching https://github.com/apple/swift-nio-http2.git
[3825/4352] Fetching swift-atomics, swift-metrics
Fetching https://github.com/apple/swift-nio-ssl.git
[4353/10759] Fetching swift-atomics, swift-metrics, swift-nio-extras
Fetched https://github.com/apple/swift-metrics.git from cache (1.07s)
[3166/8227] Fetching swift-atomics, swift-nio-extras
Fetching https://github.com/apple/swift-nio.git
[4128/13992] Fetching swift-atomics, swift-nio-extras, swift-log
Fetched https://github.com/apple/swift-atomics.git from cache (1.49s)
[1/11724] Fetching swift-nio-http2
Fetching https://github.com/vapor/routing-kit.git
[119/27020] Fetching swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.98s)
Fetching https://github.com/apple/swift-crypto.git
Fetched https://github.com/apple/swift-log.git from cache (1.07s)
Fetching https://github.com/vapor/console-kit.git
[4335/48376] Fetching swift-nio-http2, swift-nio-ssl, routing-kit
[8874/129620] Fetching swift-nio-http2, swift-nio-ssl, routing-kit, swift-nio
[12537/136121] Fetching swift-nio-http2, swift-nio-ssl, routing-kit, swift-nio, console-kit
[34273/153581] Fetching swift-nio-http2, swift-nio-ssl, routing-kit, swift-nio, console-kit, swift-crypto
Fetched https://github.com/vapor/console-kit.git from cache (0.80s)
[36538/147080] Fetching swift-nio-http2, swift-nio-ssl, routing-kit, swift-nio, swift-crypto
Fetching https://github.com/vapor/async-kit.git
[53901/149545] Fetching swift-nio-http2, swift-nio-ssl, routing-kit, swift-nio, swift-crypto, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.60s)
[62068/147080] Fetching swift-nio-http2, swift-nio-ssl, routing-kit, swift-nio, swift-crypto
Fetching https://github.com/swift-server/async-http-client.git
[82517/161655] Fetching swift-nio-http2, swift-nio-ssl, routing-kit, swift-nio, swift-crypto, async-http-client
Fetched https://github.com/vapor/routing-kit.git from cache (2.63s)
[67079/140299] Fetching swift-nio-http2, swift-nio-ssl, swift-nio, swift-crypto, async-http-client
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.77s)
[64827/128575] Fetching swift-nio-ssl, swift-nio, swift-crypto, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (3.31s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (5.60s)
[48830/98704] Fetching swift-nio, swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (7.06s)
[61746/81244] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (12.50s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (14.84s)
Fetching https://github.com/apple/swift-numerics.git
[1/6390] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.03s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.8.0 (1.62s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 0.9.2 (2.34s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.26s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.82s)
Fetching https://github.com/apple/swift-collections.git
[1/18616] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.53s)
Computing version for https://github.com/swiftlang/swift-cmark.git
Computed https://github.com/swiftlang/swift-cmark.git at 0.7.1 (2.19s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.3.0 (0.62s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.72s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.9.2 (5.02s)
Computing version for https://github.com/vapor/leaf-kit.git
Computed https://github.com/vapor/leaf-kit.git at 1.14.0 (0.56s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (0.57s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (0.77s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.3 (0.70s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.17.0 (4.87s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.78s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2809] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.34s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.1 (0.91s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.68s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.54s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (0.60s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.21.0 (0.66s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.3.1 (0.61s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (3.33s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.31.2 (0.70s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/951] Fetching swift-http-types
[952/3519] Fetching swift-http-types, swift-service-lifecycle
[2673/9379] Fetching swift-http-types, swift-service-lifecycle, swift-async-algorithms
[9380/10583] Fetching swift-http-types, swift-service-lifecycle, swift-async-algorithms, swift-http-structured-headers
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.53s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.53s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.53s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.53s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.9.1 (1.16s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.1 (1.11s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (0.78s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.6.0 (1.11s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.2.0 (2.36s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.39.0 (0.64s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.30.2 (0.77s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (0.56s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.92.1 (1.02s)
Fetching https://github.com/apple/swift-system.git
[1/5361] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.48s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (2.06s)
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.9.2
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.21.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.3.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.92.1
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.17.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.39.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.1
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.5.1
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.6.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.9.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.5.1
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.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/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.3
Creating working copy for https://github.com/swiftlang/swift-cmark.git
Working copy of https://github.com/swiftlang/swift-cmark.git resolved at 0.7.1
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.31.2
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/jsorge/textbundleify.git
Working copy of https://github.com/jsorge/textbundleify.git resolved at master (9002d65)
Creating working copy for https://github.com/vapor/leaf.git
Working copy of https://github.com/vapor/leaf.git resolved at 4.5.1
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.8.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/vapor/leaf-kit.git
Working copy of https://github.com/vapor/leaf-kit.git resolved at 1.14.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.2.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.30.2
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.36.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.26.0
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.121.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.1
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 0.9.2
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 6.2.0
Creating working copy for https://github.com/swiftlang/swift-markdown
Working copy of https://github.com/swiftlang/swift-markdown resolved at 0.7.3
Building for debugging...
[0/969] Compiling CAtomic CAtomic.c
[1/969] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[2/969] Compiling cmark-gfm-extensions tasklist.c
[3/969] Compiling cmark-gfm-extensions tagfilter.c
[4/969] Compiling cmark-gfm-extensions table.c
[5/969] Write swift-version-24593BA9C3E375BF.txt
[6/969] Compiling cmark-gfm-extensions strikethrough.c
[7/969] Compiling cmark-gfm-extensions ext_scanners.c
[8/969] Compiling cmark-gfm-extensions core-extensions.c
[9/969] Compiling cmark-gfm-extensions autolink.c
[10/969] Compiling cmark-gfm xml.c
[11/969] Compiling cmark-gfm syntax_extension.c
[12/969] Compiling cmark-gfm utf8.c
[13/969] Compiling cmark-gfm render.c
[14/969] Compiling a_d2i_fp.cc
[15/969] Compiling a_dup.cc
[16/969] Compiling aes.cc
[17/969] Compiling cmark-gfm references.c
[18/969] Compiling cmark-gfm plaintext.c
[19/969] Compiling cmark-gfm plugin.c
[20/969] Compiling cmark-gfm registry.c
[21/969] Compiling cmark-gfm map.c
[22/969] Compiling cmark-gfm linked_list.c
[23/969] Compiling cmark-gfm man.c
[24/969] Compiling a_gentm.cc
[25/969] Compiling a_bool.cc
[26/969] Compiling cmark-gfm latex.c
[27/969] Compiling cmark-gfm iterator.c
[28/969] Compiling cmark-gfm node.c
[29/969] Compiling cmark-gfm houdini_href_e.c
[30/969] Compiling cmark-gfm houdini_html_e.c
[31/969] Compiling cmark-gfm html.c
[32/969] Compiling cmark-gfm cmark_ctype.c
[33/969] Compiling cmark-gfm footnotes.c
[34/969] Compiling cmark-gfm scanners.c
[35/969] Compiling a_bitstr.cc
[36/969] Write sources
[37/969] Compiling _NumericsShims _NumericsShims.c
[38/969] Write sources
[41/969] Compiling cmark-gfm cmark.c
[42/969] Write sources
[43/969] Compiling cmark-gfm houdini_html_u.c
[43/969] Write sources
[43/969] Compiling cmark-gfm commonmark.c
[43/969] Write sources
[53/969] Compiling _AtomicsShims.c
[54/969] Write sources
[56/969] Compiling cmark-gfm buffer.c
[56/969] Write sources
[94/969] Compiling cmark-gfm inlines.c
[94/969] Compiling cmark-gfm arena.c
[96/969] Compiling cmark-gfm blocks.c
[98/1012] Emitting module ServiceContextModule
[99/1012] Compiling RealModule RealFunctions.swift
[100/1013] Compiling ServiceContextModule ServiceContextKey.swift
[101/1013] Compiling RealModule Real.swift
[102/1013] Compiling ServiceContextModule ServiceContext.swift
[103/1013] Compiling _NIODataStructures _TinyArray.swift
[104/1013] Compiling _NIODataStructures PriorityQueue.swift
[105/1014] Emitting module RealModule
[106/1014] Compiling SwiftASN1 ASN1.swift
[107/1014] Compiling SwiftASN1 BER.swift
[108/1014] Emitting module _CertificateInternals
[109/1014] Compiling _CertificateInternals _TinyArray.swift
[110/1015] Compiling RealModule Float16+Real.swift
[111/1015] Compiling SwiftASN1 ASN1Boolean.swift
[112/1015] Compiling SwiftASN1 ASN1Identifier.swift
[113/1015] Compiling SwiftASN1 ASN1Any.swift
[114/1015] Compiling SwiftASN1 ASN1BitString.swift
[115/1015] Compiling RealModule Float80+Real.swift
[116/1015] Compiling RealModule RelaxedArithmetic.swift
[117/1015] Emitting module _NIOBase64
[118/1015] Compiling _NIOBase64 Base64.swift
[119/1015] Emitting module _NIODataStructures
[120/1017] Compiling _NIODataStructures Heap.swift
[125/1018] Wrapping AST for _CertificateInternals for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[127/1092] Emitting module PathKit
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit.swift:8:8: error: no such module 'Darwin'
6 | let system_glob = Glibc.glob
7 | #else
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | let system_glob = Darwin.glob
[127/1108] Wrapping AST for _NIODataStructures for debugging
[128/1108] Wrapping AST for _NIOBase64 for debugging
[130/1108] Compiling InternalCollectionsUtilities _SortedCollection.swift
[131/1108] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[132/1108] Compiling InternalCollectionsUtilities Debugging.swift
[133/1108] Compiling InternalCollectionsUtilities Descriptions.swift
[133/1110] Wrapping AST for ServiceContextModule for debugging
[135/1110] Compiling InternalCollectionsUtilities UInt+reversed.swift
[136/1110] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[136/1110] Wrapping AST for RealModule for debugging
[137/1110] Write sources
[143/1110] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[144/1110] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[145/1110] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[146/1110] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[147/1110] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[148/1110] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[154/1115] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[155/1115] Compiling InternalCollectionsUtilities Integer rank.swift
[156/1115] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[157/1115] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[158/1115] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[159/1115] Emitting module InternalCollectionsUtilities
[163/1116] Write sources
[167/1184] Emitting module Instrumentation
[168/1184] Compiling Instrumentation MultiplexInstrument.swift
[169/1184] Compiling Instrumentation NoOpInstrument.swift
[170/1184] Compiling Instrumentation Instrument.swift
[171/1184] Compiling _RopeModule BigString+Iterators.swift
[172/1184] Compiling _RopeModule BigString+Metrics.swift
[173/1184] Emitting module SwiftASN1
[174/1184] Compiling Instrumentation InstrumentationSystem.swift
[175/1184] Compiling Instrumentation Locks.swift
[176/1184] Emitting module Logging
[177/1185] Compiling Logging MetadataProvider.swift
[178/1185] Emitting module CoreMetrics
[180/1185] Compiling Logging Locks.swift
[181/1185] Compiling Logging LogHandler.swift
[182/1185] Compiling Logging Logging.swift
[183/1186] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[184/1186] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[185/1186] Compiling _RopeModule BigString+Sequence.swift
[186/1186] Compiling _RopeModule BigString+TextOutputStream.swift
[187/1186] Compiling _RopeModule BigString+Debugging.swift
[188/1186] Compiling _RopeModule BigString+Index.swift
[189/1186] Compiling _RopeModule BigString+Builder.swift
[190/1186] Compiling _RopeModule BigString+Contents.swift
[191/1186] Compiling CoreMetrics Metrics.swift
[192/1186] Compiling CoreMetrics Locks.swift
[193/1188] Emitting module ShellOut
[194/1188] Compiling ShellOut ShellOut.swift
[199/1189] Compiling PathKit PathKit.swift
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit.swift:8:8: error: no such module 'Darwin'
6 | let system_glob = Glibc.glob
7 | #else
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | let system_glob = Darwin.glob
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/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
[0/1] Planning build
Building for debugging...
[0/859] Write sources
[6/865] Compiling reader.c
[7/865] Compiling SimpleFIPS202.c
[8/865] Compiling CXKCPShims shims.c
[9/865] Compiling writer.c
[10/865] Compiling KeccakSponge.c
[11/865] Compiling parser.c
[12/865] Compiling KeccakHash.c
[13/865] Compiling api.c
[14/865] Compiling CVaporBcrypt bcrypt.c
[15/865] Compiling CNIOWindows shim.c
[16/865] Compiling CVaporBcrypt blf.c
[17/865] Compiling CSystem shims.c
[18/865] Compiling CNIOWindows WSAStartup.c
[19/865] Compiling CNIOWASI CNIOWASI.c
[20/865] Compiling CNIOOpenBSD shim.c
[21/865] Compiling CNIOPosix event_loop_id.c
[22/865] Compiling CNIOSHA1 c_nio_sha1.c
[23/865] Compiling CNIOLinux liburing_shims.c
[24/865] Compiling emitter.c
[25/865] Compiling CNIOLLHTTP c_nio_http.c
[26/865] Compiling CNIOExtrasZlib empty.c
[27/865] Compiling scanner.c
[28/865] Write swift-version-24593BA9C3E375BF.txt
[29/865] Compiling CNIODarwin shim.c
[30/865] Compiling CNIOLinux shim.c
[31/865] Compiling CNIOLLHTTP c_nio_api.c
[32/865] Compiling fiat_p256_adx_mul.S
[33/865] Compiling fiat_p256_adx_sqr.S
[34/865] Compiling CNIOLLHTTP c_nio_llhttp.c
[35/904] Compiling KeccakP-1600-opt64.c
[36/924] Compiling CNIOBoringSSLShims shims.c
[38/946] Compiling Yams YamlAnchorProviding.swift
[39/946] Compiling SystemPackage RawIORequest.swift
[40/946] Compiling SystemPackage Backcompat.swift
[41/946] Compiling SystemPackage CInterop.swift
[42/950] Compiling _CertificateInternals _TinyArray.swift
[43/950] Emitting module _CertificateInternals
[44/950] Compiling SystemPackage Syscalls.swift
[45/950] Compiling SystemPackage WindowsSyscallAdapters.swift
[46/950] Compiling SystemPackage MachPort.swift
[47/950] Compiling SystemPackage PlatformString.swift
[48/951] Compiling _NIOBase64 Base64.swift
[49/951] Emitting module _NIOBase64
[50/952] Compiling _NIODataStructures PriorityQueue.swift
[51/952] Emitting module _NIODataStructures
[52/952] Compiling _NIODataStructures _TinyArray.swift
[53/952] Compiling _NIODataStructures Heap.swift
[54/953] Compiling ServiceContextModule ServiceContextKey.swift
[58/953] Emitting module ServiceContextModule
[59/953] Compiling ServiceContextModule ServiceContext.swift
[61/950] Compiling ShellOut ShellOut.swift
[62/950] Emitting module ShellOut
[63/951] Compiling SwiftASN1 TimeUtilities.swift
[64/951] Compiling SwiftASN1 UTCTime.swift
[65/951] Compiling Yams String+Yams.swift
[66/951] Compiling Yams Tag.swift
[67/951] Emitting module SystemPackage
[68/951] Compiling SystemPackage Constants.swift
[69/951] Compiling SystemPackage Exports.swift
[70/951] Compiling SystemPackage Mocking.swift
[71/951] Compiling SystemPackage RawBuffer.swift
[73/953] Compiling SwiftASN1 ObjectIdentifier.swift
[74/953] Compiling SwiftASN1 PEMDocument.swift
[75/953] Compiling SwiftASN1 ArraySliceBigint.swift
[76/953] Compiling SwiftASN1 GeneralizedTime.swift
[77/1032] Compiling RealModule Float80+Real.swift
[78/1033] Compiling RealModule RealFunctions.swift
[79/1049] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[80/1049] Compiling Markdown DoxygenParameter.swift
[81/1051] Compiling RealModule Real.swift
[82/1051] Compiling Logging MetadataProvider.swift
[83/1051] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[84/1051] Compiling InternalCollectionsUtilities UInt+reversed.swift
[85/1051] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[86/1051] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[87/1051] Compiling InternalCollectionsUtilities Debugging.swift
[88/1051] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[89/1051] Compiling InternalCollectionsUtilities Integer rank.swift
[92/1051] Compiling RealModule RelaxedArithmetic.swift
[95/1051] Compiling RealModule Float16+Real.swift
[96/1051] Compiling InternalCollectionsUtilities _SortedCollection.swift
[99/1053] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[100/1053] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[101/1053] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[103/1053] Compiling InternalCollectionsUtilities Descriptions.swift
[106/1053] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[110/1053] Emitting module RealModule
[111/1053] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[112/1053] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[114/1053] Compiling Markdown BasicBlockContainer.swift
[115/1053] Compiling Markdown BasicInlineContainer.swift
[116/1053] Compiling Markdown BlockContainer.swift
[117/1053] Compiling Markdown BlockMarkup.swift
[118/1053] Compiling Markdown InlineContainer.swift
[119/1053] Compiling Markdown InlineMarkup.swift
[120/1053] Compiling Markdown ListItemContainer.swift
[121/1053] Compiling Markdown AtomicCounter.swift
[122/1061] Compiling Markdown TableRow.swift
[123/1061] Compiling Markdown Replacement.swift
[124/1061] Compiling Markdown SourceLocation.swift
[125/1061] Compiling Markdown Emphasis.swift
[127/1061] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[129/1061] Compiling PathKit PathKit.swift
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit.swift:8:8: error: no such module 'Darwin'
6 | let system_glob = Glibc.glob
7 | #else
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | let system_glob = Darwin.glob
error: emit-module command failed with exit code 1 (use -v to see invocation)
[130/1061] Emitting module PathKit
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit.swift:8:8: error: no such module 'Darwin'
6 | let system_glob = Glibc.glob
7 | #else
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | let system_glob = Darwin.glob
[141/1061] Compiling Logging LogHandler.swift
[142/1061] Compiling Logging Locks.swift
[143/1061] Emitting module Logging
BUILD FAILURE 6.1 android