The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build Yarn with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/0xLeif/Yarn.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/0xLeif/Yarn
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2e17aaa Updated tests
Cloned https://github.com/0xLeif/Yarn.git
Revision (git rev-parse @):
2e17aaa2c0e1f3f9c248aaefb0cc933015543b0e
SUCCESS checkout https://github.com/0xLeif/Yarn.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/0xLeif/Yarn.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/0xLeif/Chronicle
Fetching https://github.com/0xLet/SwiftFu
[1/149] Fetching swiftfu
[150/279] Fetching swiftfu, chronicle
Fetched https://github.com/0xLeif/Chronicle from cache (0.24s)
Fetched https://github.com/0xLet/SwiftFu from cache (0.24s)
Computing version for https://github.com/0xLet/SwiftFu
Computed https://github.com/0xLet/SwiftFu at 1.0.0 (0.43s)
Computing version for https://github.com/0xLeif/Chronicle
Computed https://github.com/0xLeif/Chronicle at 0.2.3 (0.43s)
Creating working copy for https://github.com/0xLeif/Chronicle
Working copy of https://github.com/0xLeif/Chronicle resolved at 0.2.3
Creating working copy for https://github.com/0xLet/SwiftFu
Working copy of https://github.com/0xLet/SwiftFu resolved at 1.0.0
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/21] Compiling SwiftFu SwiftFu+.swift
[6/21] Compiling SwiftFu Boolable.swift
[7/21] Compiling SwiftFu Configurable.swift
[8/22] Compiling SwiftFu Fuable.swift
[9/22] Compiling SwiftFu Functionable.swift
[10/22] Compiling SwiftFu Modifiable.swift
[11/22] Compiling SwiftFu Printable.swift
[12/22] Compiling SwiftFu Tuplable.swift
[13/22] Compiling SwiftFu Foundation+SwiftFu.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFu/Sources/SwiftFu/Foundation+SwiftFu.swift:6:11: error: cannot find type 'URLRequest' in scope
extension URLRequest: Fuable { }
          ^~~~~~~~~~
[14/22] Compiling SwiftFu BinaryFloatingPoint+.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFu/Sources/SwiftFu/Foundation+SwiftFu.swift:6:11: error: cannot find type 'URLRequest' in scope
extension URLRequest: Fuable { }
          ^~~~~~~~~~
[15/22] Compiling SwiftFu Switch+.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/22] Compiling SwiftFu BinaryInteger+.swift
[17/22] Compiling SwiftFu Assertable.swift
[18/22] Emitting module SwiftFu
/host/spi-builder-workspace/.build/checkouts/SwiftFu/Sources/SwiftFu/Foundation+SwiftFu.swift:6:11: error: cannot find type 'URLRequest' in scope
extension URLRequest: Fuable { }
          ^~~~~~~~~~
error: fatalError
[19/22] Compiling Chronicle Chronicle+DefaultHandlers.swift
[20/22] Emitting module Chronicle
[21/22] Compiling Chronicle Chronicle+DefaultFormatters.swift
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/8] Emitting module Chronicle
[3/8] Compiling Chronicle Chronicle.swift
[4/8] Compiling Chronicle Chronicle+DefaultFormatters.swift
[5/8] Compiling Chronicle Chronicle+DefaultHandlers.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/8] Compiling SwiftFu BinaryFloatingPoint+.swift
[7/8] Emitting module SwiftFu
/host/spi-builder-workspace/.build/checkouts/SwiftFu/Sources/SwiftFu/Foundation+SwiftFu.swift:6:11: error: cannot find type 'URLRequest' in scope
extension URLRequest: Fuable { }
          ^~~~~~~~~~
[8/8] Compiling SwiftFu Foundation+SwiftFu.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFu/Sources/SwiftFu/Foundation+SwiftFu.swift:6:11: error: cannot find type 'URLRequest' in scope
extension URLRequest: Fuable { }
          ^~~~~~~~~~
[10/10] Compiling SwiftFu BinaryInteger+.swift
error: fatalError
BUILD FAILURE 5.10 linux