The Swift Package Index logo.Swift Package Index

Build Information

Failed to build quickly, reference main (b341d9), with Swift 6.3 for Linux on 21 Apr 2026 21:33:35 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/atpugvaraa/quickly.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/atpugvaraa/quickly
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at b341d93 quickly manages your packages
Cloned https://github.com/atpugvaraa/quickly.git
Revision (git rev-parse @):
b341d93b2aa269a2634f4c9d00f2f2ddfcdd09c8
SUCCESS checkout https://github.com/atpugvaraa/quickly.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.3
Building package at path:  $PWD
https://github.com/atpugvaraa/quickly.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/apple/swift-argument-parser.git
[1/17447] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.52s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.1 (2.44s)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.7.1
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/17] Write sources
[8/17] Write swift-version-24593BA9C3E375BF.txt
[10/26] Compiling ArgumentParserToolInfo ToolInfo.swift
[11/26] Emitting module ArgumentParserToolInfo
[12/27] Wrapping AST for ArgumentParserToolInfo for debugging
[14/73] Compiling Core NetworkClient.swift
/host/spi-builder-workspace/Sources/Core/NetworkClient.swift:11:25: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 9 |
10 | public actor NetworkClient {
11 |     public let session: URLSession
   |                         `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
12 |
13 |     public init() {
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/Core/NetworkClient.swift:14:53: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'ephemeral'
12 |
13 |     public init() {
14 |         let configuration = URLSessionConfiguration.ephemeral
   |                                                     `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'ephemeral'
15 |         self.session = URLSession(configuration: configuration)
16 |     }
/host/spi-builder-workspace/Sources/Core/NetworkClient.swift:15:24: error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
13 |     public init() {
14 |         let configuration = URLSessionConfiguration.ephemeral
15 |         self.session = URLSession(configuration: configuration)
   |                        `- error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
16 |     }
17 | }
[15/73] Emitting module Bob
[16/73] Compiling Bob C-Bridger.swift
[18/74] Compiling Core SwiftPackage.swift
[19/74] Compiling Core PackageError.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[20/74] Emitting module Core
/host/spi-builder-workspace/Sources/Core/NetworkClient.swift:11:25: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 9 |
10 | public actor NetworkClient {
11 |     public let session: URLSession
   |                         `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
12 |
13 |     public init() {
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/Core/NetworkClient.swift:14:53: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'ephemeral'
12 |
13 |     public init() {
14 |         let configuration = URLSessionConfiguration.ephemeral
   |                                                     `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'ephemeral'
15 |         self.session = URLSession(configuration: configuration)
16 |     }
/host/spi-builder-workspace/Sources/Core/NetworkClient.swift:15:24: error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
13 |     public init() {
14 |         let configuration = URLSessionConfiguration.ephemeral
15 |         self.session = URLSession(configuration: configuration)
   |                        `- error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
16 |     }
17 | }
[21/74] Compiling Core BrewFormula.swift
[21/74] Wrapping AST for Bob for debugging
BUILD FAILURE 6.3 linux