The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Eazy, reference 0.1.0 (8bc6d6), with Swift 6.3 for Wasm on 13 Apr 2026 02:48:28 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/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
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.3
Building package at path:  $PWD
https://github.com/bangerang/swift-eazy.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/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/5464] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (1.15s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 0.4.0 (1.85s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5723] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (2.89s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.9.0 (3.85s)
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
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
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/12] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[6/13] Compiling XCTestDynamicOverlay Unimplemented.swift
[7/13] Compiling XCTestDynamicOverlay XCTFail.swift
[8/13] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[9/13] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[10/13] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[11/13] Compiling XCTestDynamicOverlay Deprecations.swift
[12/13] Emitting module XCTestDynamicOverlay
[13/13] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[15/37] Compiling CustomDump GameKit.swift
[16/37] Compiling CustomDump KeyPath.swift
[17/37] Compiling CustomDump Photos.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[18/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)
[19/40] Compiling CustomDump SwiftUI.swift
[20/40] Compiling CustomDump UIKit.swift
[21/40] Compiling CustomDump UserNotifications.swift
[22/40] Compiling CustomDump UserNotificationsUI.swift
[23/40] Compiling CustomDump CustomDumpReflectable.swift
[24/40] Compiling CustomDump CustomDumpRepresentable.swift
[25/40] Compiling CustomDump Speech.swift
[26/40] Compiling CustomDump StoreKit.swift
[27/40] Compiling CustomDump Swift.swift
[28/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)
[29/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)
[30/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)
[31/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)
[32/40] Compiling CustomDump Mirror.swift
[33/40] Compiling CustomDump String.swift
[34/40] Compiling CustomDump XCTAssertNoDifference.swift
[35/40] Compiling CustomDump AnyType.swift
[36/40] Compiling CustomDump Box.swift
[37/40] Compiling CustomDump CollectionDifference.swift
[38/40] Compiling CustomDump CustomDumpStringConvertible.swift
[39/40] Compiling CustomDump Diff.swift
[40/40] Compiling CustomDump Dump.swift
BUILD FAILURE 6.3 wasm