Build Information
Failed to build SwiftyOpenGraph, reference main (db9ae4), with Swift 6.1 for Wasm on 3 Feb 2026 21:28:36 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build 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: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/FiveSheepCo/SwiftyOpenGraph.git
https://github.com/FiveSheepCo/SwiftyOpenGraph.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "asyncnetworking",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/FiveSheepCo/AsyncNetworking.git"
},
{
"identity" : "swiftsoup",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/scinfu/SwiftSoup"
},
{
"identity" : "fivekit",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/FiveSheepCo/FiveKit.git"
}
],
"manifest_display_name" : "SwiftyOpenGraph",
"name" : "SwiftyOpenGraph",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
},
{
"name" : "tvos",
"version" : "16.0"
}
],
"products" : [
{
"name" : "SwiftyOpenGraph",
"targets" : [
"SwiftyOpenGraph"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftyOpenGraphTests",
"module_type" : "SwiftTarget",
"name" : "SwiftyOpenGraphTests",
"path" : "Tests/SwiftyOpenGraphTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/SwiftyOpenGraphTests/Examples",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"OpenGraphTests.swift"
],
"target_dependencies" : [
"SwiftyOpenGraph"
],
"type" : "test"
},
{
"c99name" : "SwiftyOpenGraph",
"module_type" : "SwiftTarget",
"name" : "SwiftyOpenGraph",
"path" : "Sources/SwiftyOpenGraph",
"product_dependencies" : [
"SwiftSoup",
"AsyncNetworking",
"FiveKit"
],
"product_memberships" : [
"SwiftyOpenGraph"
],
"sources" : [
"Internal/_KeyValuePair.swift",
"Internal/_getDate.swift",
"Internal/_getDuration.swift",
"OpenGraph.Determiner.swift",
"OpenGraph.swift",
"OpenGraphAudio.swift",
"OpenGraphImage.swift",
"OpenGraphType.swift",
"OpenGraphType/ArticleAttributes.swift",
"OpenGraphType/BookAttributes.swift",
"OpenGraphType/Music/AlbumAttributes.swift",
"OpenGraphType/Music/PlaylistAttributes.swift",
"OpenGraphType/Music/RadioStationAttributes.swift",
"OpenGraphType/Music/SongAttributes.swift",
"OpenGraphType/ProfileAttributes.swift",
"OpenGraphType/Video/Actor.swift",
"OpenGraphType/Video/SubKind.swift",
"OpenGraphType/VideoAttributes.swift",
"OpenGraphVideo.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
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>
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-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')
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')
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
20 | ],
21 | dependencies: [
22 | .package(url: "https://github.com/FiveSheepCo/AsyncNetworking.git", .branch("main")),
| `- warning: 'branch' is deprecated
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')
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')
24 | .package(url: "https://github.com/FiveSheepCo/FiveKit.git", branch: "main")
25 | ],
/host/spi-builder-workspace/Package.swift:23:63: warning: 'branch' is deprecated
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
24 | .package(url: "https://github.com/FiveSheepCo/FiveKit.git", branch: "main")
25 | ],
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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-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')
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')
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
20 | ],
21 | dependencies: [
22 | .package(url: "https://github.com/FiveSheepCo/AsyncNetworking.git", .branch("main")),
| `- warning: 'branch' is deprecated
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')
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')
24 | .package(url: "https://github.com/FiveSheepCo/FiveKit.git", branch: "main")
25 | ],
/host/spi-builder-workspace/Package.swift:23:63: warning: 'branch' is deprecated
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
24 | .package(url: "https://github.com/FiveSheepCo/FiveKit.git", branch: "main")
25 | ],
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.1 wasm