The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Slurp, reference master (5bc90a), with Swift 6.3 for Linux on 10 Apr 2026 23:22:01 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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.3
Building package at path:  $PWD
https://github.com/bitwit/slurp.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/bitwit/Marathon.git
[1/1443] Fetching marathon
Fetched https://github.com/bitwit/Marathon.git from cache (0.25s)
Fetching https://github.com/JohnSundell/Files.git
Fetching https://github.com/JohnSundell/Unbox.git
Fetching https://github.com/JohnSundell/Wrap.git
Fetching https://github.com/JohnSundell/Require.git
Fetching https://github.com/JohnSundell/Releases.git
Fetching https://github.com/JohnSundell/ShellOut.git
[1/174] Fetching releases
[2/1154] Fetching releases, shellout
[15/1306] Fetching releases, shellout, require
[32/2579] Fetching releases, shellout, require, files
[585/3255] Fetching releases, shellout, require, files, wrap
[3256/5313] Fetching releases, shellout, require, files, wrap, unbox
Fetched https://github.com/JohnSundell/Releases.git from cache (1.13s)
Fetched https://github.com/JohnSundell/ShellOut.git from cache (1.13s)
[2637/4159] Fetching require, files, wrap, unbox
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/nsomar/Guaka.git
[4160/5579] Fetching require, files, wrap, unbox, guaka
Fetched https://github.com/JohnSundell/Require.git from cache (1.31s)
[4348/5427] Fetching files, wrap, unbox, guaka
Fetched https://github.com/JohnSundell/Files.git from cache (1.31s)
[3132/4154] Fetching wrap, unbox, guaka
Fetched https://github.com/JohnSundell/Wrap.git from cache (1.31s)
[2470/3478] Fetching unbox, guaka
Fetched https://github.com/JohnSundell/Unbox.git from cache (1.32s)
[611/1420] Fetching guaka
Fetching https://github.com/ReactiveX/RxSwift.git
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/kylef/PathKit.git
[1421/16316] Fetching guaka, quick
[15275/17768] Fetching guaka, quick, pathkit
Fetched https://github.com/kylef/PathKit.git from cache (0.33s)
[1/19817] Fetching nimble
[596/74122] Fetching nimble, rxswift
Fetched https://github.com/nsomar/Guaka.git from cache (0.72s)
Fetched https://github.com/Quick/Quick.git from cache (0.73s)
Fetched https://github.com/Quick/Nimble.git from cache (2.07s)
[52396/54305] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift.git from cache (4.71s)
Computing version for https://github.com/JohnSundell/Releases.git
Computed https://github.com/JohnSundell/Releases.git at 3.0.0 (9.67s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 7.0.3 (0.44s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 1.2.0 (0.69s)
Computing version for https://github.com/nsomar/Guaka.git
error: package 'package.swift' is using Swift tools version 3.1.0 which is no longer supported; consider using '// swift-tools-version: 6.3' to specify the current tools version
BUILD FAILURE 6.3 linux