Build Information
Failed to build hummingbird, reference 2.14.1 (65ace7
), with Swift 5.9 for Linux on 5 Jun 2025 02:12:52 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hummingbird-project/hummingbird.git
Reference: 2.14.1
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/hummingbird-project/hummingbird
* tag 2.14.1 -> FETCH_HEAD
HEAD is now at 65ace78 Fix URLEncodedForm errors (#716)
Cloned https://github.com/hummingbird-project/hummingbird.git
Revision (git rev-parse @):
65ace7855fa8413d6218adeecaf706f2b99c23c1
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/hummingbird-project/hummingbird.git at 2.14.1
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $PWD
https://github.com/hummingbird-project/hummingbird.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:943c57f5f023c04804daf623375860c13f93d33d0cb4f0a89054871e5f11529c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/2426] Fetching swift-service-lifecycle
[511/5093] Fetching swift-service-lifecycle, swift-nio-transport-services
[5094/19107] Fetching swift-service-lifecycle, swift-nio-transport-services, async-http-client
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-nio-transport-services.git (0.36s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git (0.36s)
[1962/14014] Fetching async-http-client
[14015/25541] Fetching async-http-client, swift-nio-http2
[15629/40384] Fetching async-http-client, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/swift-server/async-http-client.git (0.88s)
Fetching https://github.com/apple/swift-nio-extras.git
[5752/26370] Fetching swift-nio-http2, swift-nio-ssl
[17466/32293] Fetching swift-nio-http2, swift-nio-ssl, swift-nio-extras
Fetched https://github.com/apple/swift-nio-extras.git (0.48s)
Fetching https://github.com/apple/swift-nio.git
[22363/26370] Fetching swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git (1.26s)
Fetching https://github.com/apple/swift-distributed-tracing.git
[1/76170] Fetching swift-nio
[763/81144] Fetching swift-nio, swift-distributed-tracing
Fetched https://github.com/apple/swift-distributed-tracing.git (0.81s)
Fetching https://github.com/apple/swift-metrics.git
[28183/76170] Fetching swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git (2.09s)
Fetching https://github.com/apple/swift-http-types.git
[43418/78376] Fetching swift-nio, swift-metrics
[44467/79280] Fetching swift-nio, swift-metrics, swift-http-types
Fetched https://github.com/apple/swift-http-types.git (0.30s)
Fetching https://github.com/apple/swift-log.git
[48670/78376] Fetching swift-nio, swift-metrics
Fetched https://github.com/apple/swift-metrics.git (0.34s)
Fetching https://github.com/apple/swift-collections.git
[47226/76170] Fetching swift-nio
[49512/80006] Fetching swift-nio, swift-log
[54871/96597] Fetching swift-nio, swift-log, swift-collections
Fetched https://github.com/apple/swift-log.git (0.40s)
Fetching https://github.com/apple/swift-atomics.git
[52460/92761] Fetching swift-nio, swift-collections
[59158/94558] Fetching swift-nio, swift-collections, swift-atomics
Fetched https://github.com/apple/swift-atomics.git (0.45s)
Fetching https://github.com/apple/swift-async-algorithms.git
[66781/92761] Fetching swift-nio, swift-collections
[77394/97746] Fetching swift-nio, swift-collections, swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git (0.54s)
Fetched https://github.com/apple/swift-collections.git (1.46s)
Fetched https://github.com/apple/swift-nio.git (5.57s)
Computing version for https://github.com/apple/swift-nio.git
error: Dependencies could not be resolved because root depends on 'swift-nio' 2.83.0..<3.0.0.
'swift-nio' >= 2.83.0 cannot be used because no versions of 'swift-nio' match the requirement 2.83.1..<3.0.0 and 'swift-nio' 2.83.0 contains incompatible tools version (5.10.0).
BUILD FAILURE 5.9 linux