The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftyOpenGraph, reference main (db9ae4), with Swift 6.2 for Linux on 3 Feb 2026 21:27:15 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/FiveSheepCo/SwiftyOpenGraph.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/FiveSheepCo/SwiftyOpenGraph
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at db9ae49 Add Codability, move to AsyncNetworking
Cloned https://github.com/FiveSheepCo/SwiftyOpenGraph.git
Revision (git rev-parse @):
db9ae490bf33b241466514781a7a872b2f3f05c7
SUCCESS checkout https://github.com/FiveSheepCo/SwiftyOpenGraph.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/FiveSheepCo/SwiftyOpenGraph.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:257b0ae9749b4eea8553a58f7bf60a672611c061e9b845ccfee371e7c1138ce8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
warning: 'spi-builder-workspace': /host/spi-builder-workspace/Package.swift:22:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
20 |     ],
21 |     dependencies: [
22 |         .package(url: "https://github.com/FiveSheepCo/AsyncNetworking.git", .branch("main")),
   |          `- warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
23 |         .package(url: "https://github.com/scinfu/SwiftSoup", .branch("master")),
24 |         .package(url: "https://github.com/FiveSheepCo/FiveKit.git", branch: "main")
/host/spi-builder-workspace/Package.swift:22:78: warning: 'branch' is deprecated [#DeprecatedDeclaration]
20 |     ],
21 |     dependencies: [
22 |         .package(url: "https://github.com/FiveSheepCo/AsyncNetworking.git", .branch("main")),
   |                                                                              `- warning: 'branch' is deprecated [#DeprecatedDeclaration]
23 |         .package(url: "https://github.com/scinfu/SwiftSoup", .branch("master")),
24 |         .package(url: "https://github.com/FiveSheepCo/FiveKit.git", branch: "main")
/host/spi-builder-workspace/Package.swift:23:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
21 |     dependencies: [
22 |         .package(url: "https://github.com/FiveSheepCo/AsyncNetworking.git", .branch("main")),
23 |         .package(url: "https://github.com/scinfu/SwiftSoup", .branch("master")),
   |          `- warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
24 |         .package(url: "https://github.com/FiveSheepCo/FiveKit.git", branch: "main")
25 |     ],
/host/spi-builder-workspace/Package.swift:23:63: warning: 'branch' is deprecated [#DeprecatedDeclaration]
21 |     dependencies: [
22 |         .package(url: "https://github.com/FiveSheepCo/AsyncNetworking.git", .branch("main")),
23 |         .package(url: "https://github.com/scinfu/SwiftSoup", .branch("master")),
   |                                                               `- warning: 'branch' is deprecated [#DeprecatedDeclaration]
24 |         .package(url: "https://github.com/FiveSheepCo/FiveKit.git", branch: "main")
25 |     ],
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Fetching https://github.com/FiveSheepCo/AsyncNetworking.git
warning: 'asyncnetworking': skipping cache due to an error: Failed to clone repository https://github.com/FiveSheepCo/AsyncNetworking.git:
    Cloning into bare repository '/root/.cache/org.swift.swiftpm/repositories/AsyncNetworking-c3c7d7c7'...
    fatal: could not read Username for 'https://github.com': terminal prompts disabled
error: Failed to clone repository https://github.com/FiveSheepCo/AsyncNetworking.git:
    Cloning into bare repository '/host/spi-builder-workspace/.build/repositories/AsyncNetworking-c3c7d7c7'...
    fatal: could not read Username for 'https://github.com': terminal prompts disabled
BUILD FAILURE 6.2 linux