Build Information
Failed to build ApacheExpress3, reference 0.8.2 (4f8389
), with Swift 6.1 for Linux on 26 Apr 2025 23:16:56 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apacheexpress/apacheexpress3.git
Reference: 0.8.2
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/apacheexpress/apacheexpress3
* tag 0.8.2 -> FETCH_HEAD
HEAD is now at 4f83895 Merge branch 'develop'
Cloned https://github.com/apacheexpress/apacheexpress3.git
Revision (git rev-parse @):
4f8389582b81a9a80a49079502d8fec94b4e3d3b
SUCCESS checkout https://github.com/apacheexpress/apacheexpress3.git at 0.8.2
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/apacheexpress/apacheexpress3.git
https://github.com/apacheexpress/apacheexpress3.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "capache",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/modswift/CApache.git"
},
{
"identity" : "exexpress",
"requirement" : {
"range" : [
{
"lower_bound" : "0.7.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/modswift/ExExpress.git"
}
],
"manifest_display_name" : "ApacheExpress3",
"name" : "ApacheExpress3",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "ApacheExpress3",
"targets" : [
"ApacheExpress3"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ApacheExpress3",
"module_type" : "SwiftTarget",
"name" : "ApacheExpress3",
"path" : "Sources/ApacheExpress3",
"product_dependencies" : [
"CApache",
"ExExpress"
],
"product_memberships" : [
"ApacheExpress3"
],
"sources" : [
"ApacheConsole.swift",
"ApacheExpress3.swift",
"ApacheReloadMiddleware.swift",
"ReExport.swift",
"http/ApacheExpressHandler.swift",
"http/ApacheIncomingMessage.swift",
"http/ApacheMessageBase.swift",
"http/ApacheServer.swift",
"http/ApacheServerResponse.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/modswift/CApache.git
Fetching https://github.com/modswift/ExExpress.git
[1/49] Fetching capache
[50/1182] Fetching capache, exexpress
Fetched https://github.com/modswift/CApache.git from cache (0.18s)
Fetched https://github.com/modswift/ExExpress.git from cache (0.19s)
Computing version for https://github.com/modswift/CApache.git
Computed https://github.com/modswift/CApache.git at 2.0.2 (0.66s)
Computing version for https://github.com/modswift/ExExpress.git
Computed https://github.com/modswift/ExExpress.git at 0.7.2 (0.46s)
Fetching https://github.com/modswift/Freddy.git
Fetching https://github.com/AlwaysRightInstitute/mustache.git
[1/2937] Fetching freddy
[2028/3496] Fetching freddy, mustache
Fetched https://github.com/AlwaysRightInstitute/mustache.git from cache (0.23s)
Fetched https://github.com/modswift/Freddy.git from cache (0.24s)
Computing version for https://github.com/modswift/Freddy.git
Computed https://github.com/modswift/Freddy.git at 3.0.58 (0.75s)
Computing version for https://github.com/AlwaysRightInstitute/mustache.git
Computed https://github.com/AlwaysRightInstitute/mustache.git at 1.0.2 (0.47s)
Creating working copy for https://github.com/AlwaysRightInstitute/mustache.git
Working copy of https://github.com/AlwaysRightInstitute/mustache.git resolved at 1.0.2
Creating working copy for https://github.com/modswift/ExExpress.git
Working copy of https://github.com/modswift/ExExpress.git resolved at 0.7.2
Creating working copy for https://github.com/modswift/Freddy.git
Working copy of https://github.com/modswift/Freddy.git resolved at 3.0.58
Creating working copy for https://github.com/modswift/CApache.git
Working copy of https://github.com/modswift/CApache.git resolved at 2.0.2
error: 'exexpress': product 'mustache' required by package 'exexpress' target 'ExExpress' not found. Did you mean 'Mustache'?
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
error: 'exexpress': product 'mustache' required by package 'exexpress' target 'ExExpress' not found. Did you mean 'Mustache'?
BUILD FAILURE 6.1 linux