Build Information
Failed to build Slurp with Swift 6.0 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" 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.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bitwit/slurp.git
Reference: master
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/bitwit/slurp
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 5bc90a0 Update README.md
Cloned https://github.com/bitwit/slurp.git
Revision (git rev-parse @):
5bc90a027a5b9108dfb84e0d4b38db716867f09c
SUCCESS checkout https://github.com/bitwit/slurp.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $workDir
https://github.com/bitwit/slurp.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" 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
Fetching https://github.com/bitwit/Marathon.git
[1/1443] Fetching marathon
Fetched https://github.com/bitwit/Marathon.git from cache (0.21s)
Fetching https://github.com/JohnSundell/Releases.git
Fetching https://github.com/JohnSundell/Files.git
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/ReactiveX/RxSwift.git
Fetching https://github.com/JohnSundell/Unbox.git
Fetching https://github.com/JohnSundell/Wrap.git
[1/174] Fetching releases
[175/1585] Fetching releases, pathkit
[1586/3643] Fetching releases, pathkit, unbox
[2101/4874] Fetching releases, pathkit, unbox, files
[4814/5591] Fetching releases, pathkit, unbox, files, wrap
Fetched https://github.com/JohnSundell/Releases.git from cache (0.26s)
Fetching https://github.com/JohnSundell/ShellOut.git
Fetched https://github.com/kylef/PathKit.git from cache (0.26s)
Fetched https://github.com/JohnSundell/Files.git from cache (0.26s)
Fetching https://github.com/nsomar/Guaka.git
Fetching https://github.com/Quick/Nimble.git
Fetched https://github.com/JohnSundell/Wrap.git from cache (0.32s)
Fetching https://github.com/kylef/Spectre.git
Fetched https://github.com/JohnSundell/Unbox.git from cache (0.32s)
Fetching https://github.com/Quick/Quick.git
[1/1420] Fetching guaka
[129/2376] Fetching guaka, shellout
[2377/53792] Fetching guaka, shellout, rxswift
[3406/54813] Fetching guaka, shellout, rxswift, spectre
Fetched https://github.com/JohnSundell/ShellOut.git from cache (0.25s)
Fetching https://github.com/JohnSundell/Require.git
[7069/53857] Fetching guaka, rxswift, spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.20s)
Fetching https://github.com/oarrabi/StringScanner
[6562/52836] Fetching guaka, rxswift
[7591/67385] Fetching guaka, rxswift, quick
[27167/67537] Fetching guaka, rxswift, quick, require
[30675/67700] Fetching guaka, rxswift, quick, require, stringscanner
Fetched https://github.com/JohnSundell/Require.git from cache (0.20s)
[34642/67548] Fetching guaka, rxswift, quick, stringscanner
Fetched https://github.com/oarrabi/StringScanner from cache (0.20s)
[34993/67385] Fetching guaka, rxswift, quick
Fetched https://github.com/Quick/Quick.git from cache (0.58s)
[34327/52836] Fetching guaka, rxswift
[52323/71476] Fetching guaka, rxswift, nimble
Fetched https://github.com/nsomar/Guaka.git from cache (1.95s)
Fetched https://github.com/Quick/Nimble.git from cache (1.97s)
[51416/51416] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift.git from cache (4.55s)
Computing version for https://github.com/JohnSundell/Releases.git
Computed https://github.com/JohnSundell/Releases.git at 3.0.0 (1.05s)
Computing version for https://github.com/JohnSundell/Require.git
Computed https://github.com/JohnSundell/Require.git at 2.0.1 (0.42s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.1.0 (0.42s)
Computing version for https://github.com/JohnSundell/Wrap.git
Computed https://github.com/JohnSundell/Wrap.git at 3.0.1 (0.42s)
Computing version for https://github.com/JohnSundell/Unbox.git
error: package 'package.swift' is using Swift tools version 3.1.0 which is no longer supported; consider using '// swift-tools-version: 6.0' to specify the current tools version
BUILD FAILURE 6.0 linux