Build Information
Failed to build Eazy, reference main (8bc6d6
), with Swift 6.1 for Wasm on 28 May 2025 06:53:19 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/bangerang/swift-eazy.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/bangerang/swift-eazy
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 8bc6d6c Add license
Cloned https://github.com/bangerang/swift-eazy.git
Revision (git rev-parse @):
8bc6d6c7e53329c31be18cca0f17dbe83be49e62
SUCCESS checkout https://github.com/bangerang/swift-eazy.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/bangerang/swift-eazy.git
https://github.com/bangerang/swift-eazy.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-custom-dump",
"requirement" : {
"exact" : [
"0.4.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-custom-dump"
}
],
"manifest_display_name" : "Eazy",
"name" : "Eazy",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "7.0"
}
],
"products" : [
{
"name" : "Eazy",
"targets" : [
"Eazy"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "EazyTests",
"module_type" : "SwiftTarget",
"name" : "EazyTests",
"path" : "Tests/EazyTests",
"sources" : [
"EazyTests.swift",
"UIKitTests.swift"
],
"target_dependencies" : [
"Eazy"
],
"type" : "test"
},
{
"c99name" : "Eazy",
"module_type" : "SwiftTarget",
"name" : "Eazy",
"path" : "Sources/Eazy",
"product_dependencies" : [
"CustomDump"
],
"product_memberships" : [
"Eazy"
],
"sources" : [
"Action.swift",
"Debug.swift",
"Extensions/Equatable.swift",
"Extensions/Publisher.swift",
"Extensions/UIKit.swift",
"Hooks.swift",
"Interactor.swift",
"Store.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/pointfreeco/swift-custom-dump
[1/4581] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.55s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 0.4.0 (1.65s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5458] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.15s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.9.0 (2.27s)
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 0.9.0
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 0.4.0
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/12] Emitting module XCTestDynamicOverlay
[6/13] Compiling XCTestDynamicOverlay Deprecations.swift
[7/13] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[8/13] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[9/13] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[10/13] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[11/13] Compiling XCTestDynamicOverlay XCTFail.swift
[12/13] Compiling XCTestDynamicOverlay Unimplemented.swift
[13/13] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[15/37] Compiling CustomDump Speech.swift
[16/37] Compiling CustomDump StoreKit.swift
[17/37] Compiling CustomDump Swift.swift
[18/37] Compiling CustomDump CoreImage.swift
/host/spi-builder-workspace/.build/checkouts/swift-custom-dump/Sources/CustomDump/Conformances/Foundation.swift:233:11: error: cannot find type 'NSURLRequest' in scope
231 | }
232 |
233 | extension NSURLRequest: CustomDumpRepresentable {
| `- error: cannot find type 'NSURLRequest' in scope
234 | public var customDumpValue: Any {
235 | self as URLRequest
/host/spi-builder-workspace/.build/checkouts/swift-custom-dump/Sources/CustomDump/Conformances/Foundation.swift:272:11: error: cannot find type 'URLRequest' in scope
270 | }
271 |
272 | extension URLRequest.NetworkServiceType: CustomDumpStringConvertible {
| `- error: cannot find type 'URLRequest' in scope
273 | public var customDumpDescription: String {
274 | switch self { #if canImport(FoundationNetworking)
[19/37] Compiling CustomDump CoreLocation.swift
/host/spi-builder-workspace/.build/checkouts/swift-custom-dump/Sources/CustomDump/Conformances/Foundation.swift:233:11: error: cannot find type 'NSURLRequest' in scope
231 | }
232 |
233 | extension NSURLRequest: CustomDumpRepresentable {
| `- error: cannot find type 'NSURLRequest' in scope
234 | public var customDumpValue: Any {
235 | self as URLRequest
/host/spi-builder-workspace/.build/checkouts/swift-custom-dump/Sources/CustomDump/Conformances/Foundation.swift:272:11: error: cannot find type 'URLRequest' in scope
270 | }
271 |
272 | extension URLRequest.NetworkServiceType: CustomDumpStringConvertible {
| `- error: cannot find type 'URLRequest' in scope
273 | public var customDumpDescription: String {
274 | switch self { #if canImport(FoundationNetworking)
[20/37] Compiling CustomDump CoreMotion.swift
/host/spi-builder-workspace/.build/checkouts/swift-custom-dump/Sources/CustomDump/Conformances/Foundation.swift:233:11: error: cannot find type 'NSURLRequest' in scope
231 | }
232 |
233 | extension NSURLRequest: CustomDumpRepresentable {
| `- error: cannot find type 'NSURLRequest' in scope
234 | public var customDumpValue: Any {
235 | self as URLRequest
/host/spi-builder-workspace/.build/checkouts/swift-custom-dump/Sources/CustomDump/Conformances/Foundation.swift:272:11: error: cannot find type 'URLRequest' in scope
270 | }
271 |
272 | extension URLRequest.NetworkServiceType: CustomDumpStringConvertible {
| `- error: cannot find type 'URLRequest' in scope
273 | public var customDumpDescription: String {
274 | switch self { #if canImport(FoundationNetworking)
[21/37] Compiling CustomDump Foundation.swift
/host/spi-builder-workspace/.build/checkouts/swift-custom-dump/Sources/CustomDump/Conformances/Foundation.swift:233:11: error: cannot find type 'NSURLRequest' in scope
231 | }
232 |
233 | extension NSURLRequest: CustomDumpRepresentable {
| `- error: cannot find type 'NSURLRequest' in scope
234 | public var customDumpValue: Any {
235 | self as URLRequest
/host/spi-builder-workspace/.build/checkouts/swift-custom-dump/Sources/CustomDump/Conformances/Foundation.swift:272:11: error: cannot find type 'URLRequest' in scope
270 | }
271 |
272 | extension URLRequest.NetworkServiceType: CustomDumpStringConvertible {
| `- error: cannot find type 'URLRequest' in scope
273 | public var customDumpDescription: String {
274 | switch self { #if canImport(FoundationNetworking)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[22/40] Emitting module CustomDump
/host/spi-builder-workspace/.build/checkouts/swift-custom-dump/Sources/CustomDump/Conformances/Foundation.swift:233:11: error: cannot find type 'NSURLRequest' in scope
231 | }
232 |
233 | extension NSURLRequest: CustomDumpRepresentable {
| `- error: cannot find type 'NSURLRequest' in scope
234 | public var customDumpValue: Any {
235 | self as URLRequest
/host/spi-builder-workspace/.build/checkouts/swift-custom-dump/Sources/CustomDump/Conformances/Foundation.swift:272:11: error: cannot find type 'URLRequest' in scope
270 | }
271 |
272 | extension URLRequest.NetworkServiceType: CustomDumpStringConvertible {
| `- error: cannot find type 'URLRequest' in scope
273 | public var customDumpDescription: String {
274 | switch self { #if canImport(FoundationNetworking)
[23/40] Compiling CustomDump GameKit.swift
[24/40] Compiling CustomDump KeyPath.swift
[25/40] Compiling CustomDump Photos.swift
[26/40] Compiling CustomDump AnyType.swift
[27/40] Compiling CustomDump Box.swift
[28/40] Compiling CustomDump CollectionDifference.swift
[29/40] Compiling CustomDump Mirror.swift
[30/40] Compiling CustomDump String.swift
[31/40] Compiling CustomDump XCTAssertNoDifference.swift
[32/40] Compiling CustomDump UserNotificationsUI.swift
[33/40] Compiling CustomDump CustomDumpReflectable.swift
[34/40] Compiling CustomDump CustomDumpRepresentable.swift
[35/40] Compiling CustomDump SwiftUI.swift
[36/40] Compiling CustomDump UIKit.swift
[37/40] Compiling CustomDump UserNotifications.swift
[38/40] Compiling CustomDump CustomDumpStringConvertible.swift
[39/40] Compiling CustomDump Diff.swift
[40/40] Compiling CustomDump Dump.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/9] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[3/10] Compiling XCTestDynamicOverlay XCTFail.swift
[4/10] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[5/10] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[6/10] Emitting module XCTestDynamicOverlay
[7/10] Compiling XCTestDynamicOverlay Deprecations.swift
[8/10] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[9/10] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[10/10] Compiling XCTestDynamicOverlay Unimplemented.swift
[12/34] Compiling CustomDump Speech.swift
[13/34] Compiling CustomDump StoreKit.swift
[14/34] Compiling CustomDump Swift.swift
[15/34] Compiling CustomDump GameKit.swift
[16/34] Compiling CustomDump KeyPath.swift
[17/34] Compiling CustomDump Photos.swift
[18/37] Compiling CustomDump AnyType.swift
[19/37] Compiling CustomDump Box.swift
[20/37] Compiling CustomDump CollectionDifference.swift
[21/37] Compiling CustomDump CoreImage.swift
/host/spi-builder-workspace/.build/checkouts/swift-custom-dump/Sources/CustomDump/Conformances/Foundation.swift:233:11: error: cannot find type 'NSURLRequest' in scope
231 | }
232 |
233 | extension NSURLRequest: CustomDumpRepresentable {
| `- error: cannot find type 'NSURLRequest' in scope
234 | public var customDumpValue: Any {
235 | self as URLRequest
/host/spi-builder-workspace/.build/checkouts/swift-custom-dump/Sources/CustomDump/Conformances/Foundation.swift:272:11: error: cannot find type 'URLRequest' in scope
270 | }
271 |
272 | extension URLRequest.NetworkServiceType: CustomDumpStringConvertible {
| `- error: cannot find type 'URLRequest' in scope
273 | public var customDumpDescription: String {
274 | switch self { #if canImport(FoundationNetworking)
[22/37] Compiling CustomDump CoreLocation.swift
/host/spi-builder-workspace/.build/checkouts/swift-custom-dump/Sources/CustomDump/Conformances/Foundation.swift:233:11: error: cannot find type 'NSURLRequest' in scope
231 | }
232 |
233 | extension NSURLRequest: CustomDumpRepresentable {
| `- error: cannot find type 'NSURLRequest' in scope
234 | public var customDumpValue: Any {
235 | self as URLRequest
/host/spi-builder-workspace/.build/checkouts/swift-custom-dump/Sources/CustomDump/Conformances/Foundation.swift:272:11: error: cannot find type 'URLRequest' in scope
270 | }
271 |
272 | extension URLRequest.NetworkServiceType: CustomDumpStringConvertible {
| `- error: cannot find type 'URLRequest' in scope
273 | public var customDumpDescription: String {
274 | switch self { #if canImport(FoundationNetworking)
[23/37] Compiling CustomDump CoreMotion.swift
/host/spi-builder-workspace/.build/checkouts/swift-custom-dump/Sources/CustomDump/Conformances/Foundation.swift:233:11: error: cannot find type 'NSURLRequest' in scope
231 | }
232 |
233 | extension NSURLRequest: CustomDumpRepresentable {
| `- error: cannot find type 'NSURLRequest' in scope
234 | public var customDumpValue: Any {
235 | self as URLRequest
/host/spi-builder-workspace/.build/checkouts/swift-custom-dump/Sources/CustomDump/Conformances/Foundation.swift:272:11: error: cannot find type 'URLRequest' in scope
270 | }
271 |
272 | extension URLRequest.NetworkServiceType: CustomDumpStringConvertible {
| `- error: cannot find type 'URLRequest' in scope
273 | public var customDumpDescription: String {
274 | switch self { #if canImport(FoundationNetworking)
[24/37] Compiling CustomDump Foundation.swift
/host/spi-builder-workspace/.build/checkouts/swift-custom-dump/Sources/CustomDump/Conformances/Foundation.swift:233:11: error: cannot find type 'NSURLRequest' in scope
231 | }
232 |
233 | extension NSURLRequest: CustomDumpRepresentable {
| `- error: cannot find type 'NSURLRequest' in scope
234 | public var customDumpValue: Any {
235 | self as URLRequest
/host/spi-builder-workspace/.build/checkouts/swift-custom-dump/Sources/CustomDump/Conformances/Foundation.swift:272:11: error: cannot find type 'URLRequest' in scope
270 | }
271 |
272 | extension URLRequest.NetworkServiceType: CustomDumpStringConvertible {
| `- error: cannot find type 'URLRequest' in scope
273 | public var customDumpDescription: String {
274 | switch self { #if canImport(FoundationNetworking)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[25/37] Emitting module CustomDump
/host/spi-builder-workspace/.build/checkouts/swift-custom-dump/Sources/CustomDump/Conformances/Foundation.swift:233:11: error: cannot find type 'NSURLRequest' in scope
231 | }
232 |
233 | extension NSURLRequest: CustomDumpRepresentable {
| `- error: cannot find type 'NSURLRequest' in scope
234 | public var customDumpValue: Any {
235 | self as URLRequest
/host/spi-builder-workspace/.build/checkouts/swift-custom-dump/Sources/CustomDump/Conformances/Foundation.swift:272:11: error: cannot find type 'URLRequest' in scope
270 | }
271 |
272 | extension URLRequest.NetworkServiceType: CustomDumpStringConvertible {
| `- error: cannot find type 'URLRequest' in scope
273 | public var customDumpDescription: String {
274 | switch self { #if canImport(FoundationNetworking)
[26/37] Compiling CustomDump Mirror.swift
[27/37] Compiling CustomDump String.swift
[28/37] Compiling CustomDump XCTAssertNoDifference.swift
[29/37] Compiling CustomDump CustomDumpStringConvertible.swift
[30/37] Compiling CustomDump Diff.swift
[31/37] Compiling CustomDump Dump.swift
[32/37] Compiling CustomDump SwiftUI.swift
[33/37] Compiling CustomDump UIKit.swift
[34/37] Compiling CustomDump UserNotifications.swift
[35/37] Compiling CustomDump UserNotificationsUI.swift
[36/37] Compiling CustomDump CustomDumpReflectable.swift
[37/37] Compiling CustomDump CustomDumpRepresentable.swift
BUILD FAILURE 6.1 wasm