Build Information
Failed to build Yarn, reference main (2e17aa
), with Swift 6.1 for Wasm on 28 May 2025 02:13:04 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
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: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/0xLeif/Yarn.git
https://github.com/0xLeif/Yarn.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "chronicle",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.3",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/0xLeif/Chronicle"
},
{
"identity" : "swiftfu",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/0xLet/SwiftFu"
}
],
"manifest_display_name" : "Yarn",
"name" : "Yarn",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Yarn",
"targets" : [
"Yarn"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "YarnTests",
"module_type" : "SwiftTarget",
"name" : "YarnTests",
"path" : "Tests/YarnTests",
"sources" : [
"YarnTests.swift"
],
"target_dependencies" : [
"Yarn"
],
"type" : "test"
},
{
"c99name" : "Yarn",
"module_type" : "SwiftTarget",
"name" : "Yarn",
"path" : "Sources/Yarn",
"product_dependencies" : [
"Chronicle",
"SwiftFu"
],
"product_memberships" : [
"Yarn"
],
"sources" : [
"Yarn.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" 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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/0xLeif/Chronicle
Fetching https://github.com/0xLet/SwiftFu
[1/130] Fetching chronicle
[131/279] Fetching chronicle, swiftfu
Fetched https://github.com/0xLeif/Chronicle from cache (0.99s)
Fetched https://github.com/0xLet/SwiftFu from cache (0.99s)
Computing version for https://github.com/0xLeif/Chronicle
Computed https://github.com/0xLeif/Chronicle at 0.2.3 (1.48s)
Computing version for https://github.com/0xLet/SwiftFu
Computed https://github.com/0xLet/SwiftFu at 1.0.1 (1.00s)
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.1
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/21] Compiling SwiftFu Tuplable.swift
[6/21] Compiling SwiftFu SwiftFu+.swift
[7/22] Compiling SwiftFu Boolable.swift
[8/22] Compiling SwiftFu Configurable.swift
[9/22] Compiling SwiftFu Fuable.swift
[10/22] Compiling SwiftFu Functionable.swift
[11/22] Compiling SwiftFu Modifiable.swift
[12/22] Compiling SwiftFu Printable.swift
[13/22] Compiling SwiftFu Switch+.swift
[14/22] Compiling SwiftFu BinaryInteger+.swift
[15/22] Compiling SwiftFu Assertable.swift
[16/22] Compiling SwiftFu Foundation+SwiftFu.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFu/Sources/SwiftFu/Foundation+SwiftFu.swift:9:11: error: cannot find type 'URLRequest' in scope
7 | #else
8 | extension URL: Fuable { }
9 | extension URLRequest: Fuable { }
| `- error: cannot find type 'URLRequest' in scope
10 | extension NSObject: FuableClass { }
11 | #endif
[17/22] Compiling SwiftFu BinaryFloatingPoint+.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFu/Sources/SwiftFu/Foundation+SwiftFu.swift:9:11: error: cannot find type 'URLRequest' in scope
7 | #else
8 | extension URL: Fuable { }
9 | extension URLRequest: Fuable { }
| `- error: cannot find type 'URLRequest' in scope
10 | extension NSObject: FuableClass { }
11 | #endif
error: emit-module command failed with exit code 1 (use -v to see invocation)
[18/22] Emitting module SwiftFu
/host/spi-builder-workspace/.build/checkouts/SwiftFu/Sources/SwiftFu/Foundation+SwiftFu.swift:9:11: error: cannot find type 'URLRequest' in scope
7 | #else
8 | extension URL: Fuable { }
9 | extension URLRequest: Fuable { }
| `- error: cannot find type 'URLRequest' in scope
10 | extension NSObject: FuableClass { }
11 | #endif
[19/22] Compiling Chronicle Chronicle.swift
[20/22] Compiling Chronicle Chronicle+DefaultFormatters.swift
[21/22] Emitting module Chronicle
[22/22] Compiling Chronicle Chronicle+DefaultHandlers.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" 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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/18] Compiling SwiftFu Modifiable.swift
[3/18] Compiling SwiftFu Printable.swift
[4/19] Compiling SwiftFu Fuable.swift
[5/19] Compiling SwiftFu Functionable.swift
[6/19] Compiling SwiftFu Boolable.swift
[7/19] Compiling SwiftFu Configurable.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/19] Emitting module SwiftFu
/host/spi-builder-workspace/.build/checkouts/SwiftFu/Sources/SwiftFu/Foundation+SwiftFu.swift:9:11: error: cannot find type 'URLRequest' in scope
7 | #else
8 | extension URL: Fuable { }
9 | extension URLRequest: Fuable { }
| `- error: cannot find type 'URLRequest' in scope
10 | extension NSObject: FuableClass { }
11 | #endif
[9/19] Compiling SwiftFu Foundation+SwiftFu.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFu/Sources/SwiftFu/Foundation+SwiftFu.swift:9:11: error: cannot find type 'URLRequest' in scope
7 | #else
8 | extension URL: Fuable { }
9 | extension URLRequest: Fuable { }
| `- error: cannot find type 'URLRequest' in scope
10 | extension NSObject: FuableClass { }
11 | #endif
[10/19] Compiling SwiftFu BinaryFloatingPoint+.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFu/Sources/SwiftFu/Foundation+SwiftFu.swift:9:11: error: cannot find type 'URLRequest' in scope
7 | #else
8 | extension URL: Fuable { }
9 | extension URLRequest: Fuable { }
| `- error: cannot find type 'URLRequest' in scope
10 | extension NSObject: FuableClass { }
11 | #endif
[11/19] Compiling SwiftFu BinaryInteger+.swift
[12/19] Compiling SwiftFu Assertable.swift
[13/19] Compiling SwiftFu Tuplable.swift
[14/19] Compiling SwiftFu SwiftFu+.swift
[15/19] Emitting module Chronicle
[16/19] Compiling SwiftFu Switch+.swift
[17/19] Compiling Chronicle Chronicle.swift
[18/19] Compiling Chronicle Chronicle+DefaultFormatters.swift
[19/19] Compiling Chronicle Chronicle+DefaultHandlers.swift
BUILD FAILURE 6.1 wasm