The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Eazy, reference 0.1.0 (8bc6d6), with Swift 6.1 for Wasm on 28 May 2025 06:53:13 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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: 0.1.0
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
 * tag               0.1.0      -> FETCH_HEAD
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 0.1.0
========================================
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-1":/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.46s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 0.4.0 (2.98s)
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.24s)
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] Compiling XCTestDynamicOverlay Unimplemented.swift
[6/13] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[7/13] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[8/13] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[9/13] Emitting module XCTestDynamicOverlay
[10/13] Compiling XCTestDynamicOverlay Deprecations.swift
[11/13] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[12/13] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[13/13] Compiling XCTestDynamicOverlay XCTFail.swift
[15/37] Compiling CustomDump SwiftUI.swift
[16/37] Compiling CustomDump UIKit.swift
[17/37] Compiling CustomDump UserNotifications.swift
[18/40] Compiling CustomDump Speech.swift
[19/40] Compiling CustomDump StoreKit.swift
[20/40] Compiling CustomDump Swift.swift
[21/40] Compiling CustomDump GameKit.swift
[22/40] Compiling CustomDump KeyPath.swift
[23/40] Compiling CustomDump Photos.swift
[24/40] 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)
[25/40] 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)
[26/40] 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)
[27/40] 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)
[28/40] Compiling CustomDump AnyType.swift
[29/40] Compiling CustomDump Box.swift
[30/40] Compiling CustomDump CollectionDifference.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[31/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)
[32/40] Compiling CustomDump Mirror.swift
[33/40] Compiling CustomDump String.swift
[34/40] Compiling CustomDump XCTAssertNoDifference.swift
[35/40] Compiling CustomDump UserNotificationsUI.swift
[36/40] Compiling CustomDump CustomDumpReflectable.swift
[37/40] Compiling CustomDump CustomDumpRepresentable.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-1":/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 XCTFail.swift
[3/10] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[4/10] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[5/10] Emitting module XCTestDynamicOverlay
[6/10] Compiling XCTestDynamicOverlay Deprecations.swift
[7/10] Compiling XCTestDynamicOverlay Unimplemented.swift
[8/10] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[9/10] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[10/10] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[12/34] Compiling CustomDump SwiftUI.swift
[13/34] Compiling CustomDump UIKit.swift
[14/34] Compiling CustomDump UserNotifications.swift
[15/37] Compiling CustomDump GameKit.swift
[16/37] Compiling CustomDump KeyPath.swift
[17/37] Compiling CustomDump Photos.swift
[18/37] Compiling CustomDump UserNotificationsUI.swift
[19/37] Compiling CustomDump CustomDumpReflectable.swift
[20/37] Compiling CustomDump CustomDumpRepresentable.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)
[25/37] Compiling CustomDump Speech.swift
[26/37] Compiling CustomDump StoreKit.swift
[27/37] Compiling CustomDump Swift.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[28/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)
[29/37] Compiling CustomDump AnyType.swift
[30/37] Compiling CustomDump Box.swift
[31/37] Compiling CustomDump CollectionDifference.swift
[32/37] Compiling CustomDump Mirror.swift
[33/37] Compiling CustomDump String.swift
[34/37] Compiling CustomDump XCTAssertNoDifference.swift
[35/37] Compiling CustomDump CustomDumpStringConvertible.swift
[36/37] Compiling CustomDump Diff.swift
[37/37] Compiling CustomDump Dump.swift
BUILD FAILURE 6.1 wasm