Build Information
Failed to build SpeziBluetooth, reference main (977cc6
), with Swift 5.10 for Linux on 20 Oct 2024 11:41:09 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.55.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/StanfordSpezi/SpeziBluetooth.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/StanfordSpezi/SpeziBluetooth
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 977cc67 Support `configure()` call on services and expose BluetoothScanner via APISupport SPI (#50)
Cloned https://github.com/StanfordSpezi/SpeziBluetooth.git
Revision (git rev-parse @):
977cc675d8c2dca51eabd52dc0e9476702c678eb
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/StanfordSpezi/SpeziBluetooth.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $PWD
https://github.com/StanfordSpezi/SpeziBluetooth.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:5bb17dbcfcf8548eee753b07845b2378de013b2470bb445b58120b16b16ecc2b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/StanfordBDHG/XCTestExtensions.git
Fetching https://github.com/StanfordSpezi/SpeziNetworking
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/StanfordSpezi/Spezi
Fetching https://github.com/apple/swift-atomics.git
[1/216] Fetching spezinetworking
[217/988] Fetching spezinetworking, xctestextensions
[989/9862] Fetching spezinetworking, xctestextensions, spezi
[4805/11431] Fetching spezinetworking, xctestextensions, spezi, swift-atomics
[11432/26876] Fetching spezinetworking, xctestextensions, spezi, swift-atomics, swift-collections
Fetched https://github.com/StanfordSpezi/Spezi from cache (0.40s)
Fetching https://github.com/StanfordSpezi/SpeziFoundation
[3484/18002] Fetching spezinetworking, xctestextensions, swift-atomics, swift-collections
[6729/18462] Fetching spezinetworking, xctestextensions, swift-atomics, swift-collections, spezifoundation
Fetched https://github.com/StanfordSpezi/SpeziFoundation from cache (0.22s)
[10126/18002] Fetching spezinetworking, xctestextensions, swift-atomics, swift-collections
[11980/88678] Fetching spezinetworking, xctestextensions, swift-atomics, swift-collections, swift-nio
Fetched https://github.com/StanfordSpezi/SpeziNetworking from cache (3.82s)
Fetched https://github.com/StanfordBDHG/XCTestExtensions.git from cache (3.83s)
Fetched https://github.com/apple/swift-atomics.git from cache (3.83s)
Fetched https://github.com/apple/swift-collections.git from cache (3.86s)
Fetched https://github.com/apple/swift-nio.git from cache (3.92s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.47s)
Computing version for https://github.com/StanfordBDHG/XCTestExtensions.git
Computed https://github.com/StanfordBDHG/XCTestExtensions.git at 1.0.0 (1.31s)
Computing version for https://github.com/StanfordSpezi/SpeziNetworking
Computed https://github.com/StanfordSpezi/SpeziNetworking at 2.1.3 (0.53s)
Computing version for https://github.com/StanfordSpezi/Spezi
Computed https://github.com/StanfordSpezi/Spezi at 1.7.4 (0.45s)
Fetching https://github.com/StanfordBDHG/XCTRuntimeAssertions
[1/374] Fetching xctruntimeassertions
Fetched https://github.com/StanfordBDHG/XCTRuntimeAssertions from cache (0.18s)
Computing version for https://github.com/StanfordBDHG/XCTRuntimeAssertions
Computed https://github.com/StanfordBDHG/XCTRuntimeAssertions at 1.1.3 (0.39s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.51s)
Computing version for https://github.com/StanfordSpezi/SpeziFoundation
error: Dependencies could not be resolved because root depends on 'spezifoundation' 2.0.0-beta.1..<3.0.0.
'spezifoundation' >= 2.0.0-beta.1 cannot be used because 'spezifoundation' 2.0.0 contains incompatible tools version (6.0.0) and no versions of 'spezifoundation' match the requirement {2.0.0-beta.1..<2.0.0, 2.0.1..<3.0.0}.
BUILD FAILURE 5.10 linux