Build Information
Failed to build Sunday, reference 0.6.0 (36c1a3
), with Swift 6.0 for Linux on 3 Nov 2024 04:56:54 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.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/outfoxx/sunday-swift.git
Reference: 0.6.0
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/outfoxx/sunday-swift
* tag 0.6.0 -> FETCH_HEAD
HEAD is now at 36c1a30 feat: replace URLSession with NetworkSession
Cloned https://github.com/outfoxx/sunday-swift.git
Revision (git rev-parse @):
36c1a3070f3bd05f96307ed8fc80e140dee68675
SUCCESS checkout https://github.com/outfoxx/sunday-swift.git at 0.6.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/outfoxx/sunday-swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/sharplet/Regex.git
Fetching https://github.com/outfoxx/PotentCodables.git
Fetching https://github.com/outfoxx/OSLogTrace.git
Fetching https://github.com/SwiftScream/URITemplate.git
[1/1254] Fetching regex
[127/2249] Fetching regex, uritemplate
[1654/2313] Fetching regex, uritemplate, oslogtrace
[2314/73363] Fetching regex, uritemplate, oslogtrace, potentcodables
Fetched https://github.com/outfoxx/OSLogTrace.git from cache (2.88s)
Fetched https://github.com/SwiftScream/URITemplate.git from cache (2.88s)
Fetched https://github.com/sharplet/Regex.git from cache (2.90s)
Fetched https://github.com/outfoxx/PotentCodables.git from cache (2.92s)
Computing version for https://github.com/SwiftScream/URITemplate.git
Computed https://github.com/SwiftScream/URITemplate.git at 2.1.0 (1.85s)
Computing version for https://github.com/outfoxx/OSLogTrace.git
Computed https://github.com/outfoxx/OSLogTrace.git at 1.1.1 (0.43s)
Computing version for https://github.com/sharplet/Regex.git
Computed https://github.com/sharplet/Regex.git at 2.1.1 (1.80s)
Computing version for https://github.com/outfoxx/PotentCodables.git
Computed https://github.com/outfoxx/PotentCodables.git at 1.8.2 (0.44s)
Fetching https://github.com/attaswift/BigInt.git
Fetching https://github.com/lukaskubanek/OrderedDictionary.git
[1/4732] Fetching bigint
[522/6432] Fetching bigint, ordereddictionary
Fetched https://github.com/attaswift/BigInt.git from cache (0.35s)
Fetched https://github.com/lukaskubanek/OrderedDictionary.git from cache (0.43s)
Computing version for https://github.com/lukaskubanek/OrderedDictionary.git
error: the Swift tools version '4' is misspelt or otherwise invalid; consider replacing it with '// swift-tools-version: 6.0.2' to specify the current Swift toolchain version as the lowest Swift version supported by the project
BUILD FAILURE 6.0 linux