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 NetworkService, reference 4.1.1 (546d9b), with Swift 6.2 (beta) for Wasm on 21 Jun 2025 04:43:47 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MFB-Technologies-Inc/NetworkService.git
Reference: 4.1.1
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/MFB-Technologies-Inc/NetworkService
 * tag               4.1.1      -> FETCH_HEAD
HEAD is now at 546d9b3 Merge pull request #15 from MFB-Technologies-Inc/feature/upcoming-features
Cloned https://github.com/MFB-Technologies-Inc/NetworkService.git
Revision (git rev-parse @):
546d9b31fe3f6e284eec40fc2aa77a4733b20ade
SUCCESS checkout https://github.com/MFB-Technologies-Inc/NetworkService.git at 4.1.1
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/MFB-Technologies-Inc/NetworkService.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Fetching https://github.com/AliSoftware/OHHTTPStubs.git
Fetching https://github.com/pointfreeco/combine-schedulers.git
[1/7900] Fetching ohhttpstubs
[238/10310] Fetching ohhttpstubs, combine-schedulers
Fetched https://github.com/pointfreeco/combine-schedulers.git from cache (0.42s)
Fetched https://github.com/AliSoftware/OHHTTPStubs.git from cache (0.42s)
Computing version for https://github.com/AliSoftware/OHHTTPStubs.git
Computed https://github.com/AliSoftware/OHHTTPStubs.git at 9.1.0 (3.86s)
Computing version for https://github.com/pointfreeco/combine-schedulers.git
Computed https://github.com/pointfreeco/combine-schedulers.git at 1.0.3 (0.57s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[1/861] Fetching swift-concurrency-extras
[862/6328] Fetching swift-concurrency-extras, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.94s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.95s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (1.32s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.41s)
Creating working copy for https://github.com/AliSoftware/OHHTTPStubs.git
Working copy of https://github.com/AliSoftware/OHHTTPStubs.git resolved at 9.1.0
Creating working copy for https://github.com/pointfreeco/combine-schedulers.git
Working copy of https://github.com/pointfreeco/combine-schedulers.git resolved at 1.0.3
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/50] Emitting module ConcurrencyExtras
/host/spi-builder-workspace/.build/checkouts/swift-concurrency-extras/Sources/ConcurrencyExtras/AsyncStream.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | extension AsyncStream {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/51] Emitting module IssueReporting
/host/spi-builder-workspace/.build/checkouts/xctest-dynamic-overlay/Sources/IssueReporting/Internal/AppHostWarning.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | extension String? {
[9/53] Compiling IssueReporting IsTesting.swift
/host/spi-builder-workspace/Sources/NetworkService/HTTPURLResponse+StatusCode.swift:9:8: error: no such module 'Foundation'
  7 | // LICENSE file in the root directory of this source tree.
  8 |
  9 | import Foundation
    |        `- error: no such module 'Foundation'
 10 |
 11 | extension HTTPURLResponse {
[10/53] Compiling IssueReporting IssueReporter.swift
/host/spi-builder-workspace/Sources/NetworkService/HTTPURLResponse+StatusCode.swift:9:8: error: no such module 'Foundation'
  7 | // LICENSE file in the root directory of this source tree.
  8 |
  9 | import Foundation
    |        `- error: no such module 'Foundation'
 10 |
 11 | extension HTTPURLResponse {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/54] Emitting module NetworkService
/host/spi-builder-workspace/Sources/NetworkService/HTTPURLResponse+StatusCode.swift:9:8: error: no such module 'Foundation'
  7 | // LICENSE file in the root directory of this source tree.
  8 |
  9 | import Foundation
    |        `- error: no such module 'Foundation'
 10 |
 11 | extension HTTPURLResponse {
[12/54] Compiling NetworkService URLRequest+HTTPMethod.swift
/host/spi-builder-workspace/Sources/NetworkService/HTTPURLResponse+StatusCode.swift:9:8: error: no such module 'Foundation'
  7 | // LICENSE file in the root directory of this source tree.
  8 |
  9 | import Foundation
    |        `- error: no such module 'Foundation'
 10 |
 11 | extension HTTPURLResponse {
[13/54] Compiling NetworkService URLRequest+build.swift
/host/spi-builder-workspace/Sources/NetworkService/HTTPURLResponse+StatusCode.swift:9:8: error: no such module 'Foundation'
  7 | // LICENSE file in the root directory of this source tree.
  8 |
  9 | import Foundation
    |        `- error: no such module 'Foundation'
 10 |
 11 | extension HTTPURLResponse {
[14/54] Compiling IssueReporting TestContext.swift
/host/spi-builder-workspace/.build/checkouts/xctest-dynamic-overlay/Sources/IssueReporting/Internal/AppHostWarning.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | extension String? {
[15/54] Compiling IssueReporting Unimplemented.swift
/host/spi-builder-workspace/.build/checkouts/xctest-dynamic-overlay/Sources/IssueReporting/Internal/AppHostWarning.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | extension String? {
[16/54] Compiling ConcurrencyExtras ActorIsolated.swift
/host/spi-builder-workspace/Sources/NetworkService/HTTPURLResponse+StatusCode.swift:9:8: error: no such module 'Foundation'
  7 | // LICENSE file in the root directory of this source tree.
  8 |
  9 | import Foundation
    |        `- error: no such module 'Foundation'
 10 |
 11 | extension HTTPURLResponse {
[17/54] Compiling ConcurrencyExtras AnyHashableSendable.swift
/host/spi-builder-workspace/Sources/NetworkService/HTTPURLResponse+StatusCode.swift:9:8: error: no such module 'Foundation'
  7 | // LICENSE file in the root directory of this source tree.
  8 |
  9 | import Foundation
    |        `- error: no such module 'Foundation'
 10 |
 11 | extension HTTPURLResponse {
[18/54] Compiling ConcurrencyExtras AsyncStream.swift
/host/spi-builder-workspace/.build/checkouts/swift-concurrency-extras/Sources/ConcurrencyExtras/AsyncStream.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | extension AsyncStream {
[19/54] Compiling ConcurrencyExtras AsyncThrowingStream.swift
/host/spi-builder-workspace/.build/checkouts/swift-concurrency-extras/Sources/ConcurrencyExtras/AsyncStream.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | extension AsyncStream {
[20/54] Compiling IssueReporting WithExpectedIssue.swift
/host/spi-builder-workspace/.build/checkouts/xctest-dynamic-overlay/Sources/IssueReporting/Internal/AppHostWarning.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | extension String? {
[21/54] Compiling IssueReporting WithIssueContext.swift
/host/spi-builder-workspace/.build/checkouts/xctest-dynamic-overlay/Sources/IssueReporting/Internal/AppHostWarning.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | extension String? {
[22/54] Compiling IssueReporting RuntimeWarningReporter.swift
/host/spi-builder-workspace/.build/checkouts/xctest-dynamic-overlay/Sources/IssueReporting/Internal/AppHostWarning.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | extension String? {
[23/54] Compiling IssueReporting ReportIssue.swift
/host/spi-builder-workspace/.build/checkouts/xctest-dynamic-overlay/Sources/IssueReporting/Internal/AppHostWarning.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | extension String? {
[24/54] Compiling ConcurrencyExtras Task.swift
/host/spi-builder-workspace/.build/checkouts/swift-concurrency-extras/Sources/ConcurrencyExtras/AsyncStream.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | extension AsyncStream {
[25/54] Compiling IssueReporting Rethrows.swift
/host/spi-builder-workspace/Sources/NetworkService/HTTPURLResponse+StatusCode.swift:9:8: error: no such module 'Foundation'
  7 | // LICENSE file in the root directory of this source tree.
  8 |
  9 | import Foundation
    |        `- error: no such module 'Foundation'
 10 |
 11 | extension HTTPURLResponse {
[26/54] Compiling IssueReporting XCTest.swift
/host/spi-builder-workspace/Sources/NetworkService/HTTPURLResponse+StatusCode.swift:9:8: error: no such module 'Foundation'
  7 | // LICENSE file in the root directory of this source tree.
  8 |
  9 | import Foundation
    |        `- error: no such module 'Foundation'
 10 |
 11 | extension HTTPURLResponse {
[27/54] Compiling ConcurrencyExtras Locking.swift
/host/spi-builder-workspace/Sources/NetworkService/HTTPURLResponse+StatusCode.swift:9:8: error: no such module 'Foundation'
  7 | // LICENSE file in the root directory of this source tree.
  8 |
  9 | import Foundation
    |        `- error: no such module 'Foundation'
 10 |
 11 | extension HTTPURLResponse {
[28/54] Compiling ConcurrencyExtras UncheckedBox.swift
/host/spi-builder-workspace/Sources/NetworkService/HTTPURLResponse+StatusCode.swift:9:8: error: no such module 'Foundation'
  7 | // LICENSE file in the root directory of this source tree.
  8 |
  9 | import Foundation
    |        `- error: no such module 'Foundation'
 10 |
 11 | extension HTTPURLResponse {
[29/54] Compiling IssueReporting FailureObserver.swift
/host/spi-builder-workspace/Sources/NetworkService/HTTPURLResponse+StatusCode.swift:9:8: error: no such module 'Foundation'
  7 | // LICENSE file in the root directory of this source tree.
  8 |
  9 | import Foundation
    |        `- error: no such module 'Foundation'
 10 |
 11 | extension HTTPURLResponse {
[30/54] Compiling IssueReporting LockIsolated.swift
/host/spi-builder-workspace/Sources/NetworkService/HTTPURLResponse+StatusCode.swift:9:8: error: no such module 'Foundation'
  7 | // LICENSE file in the root directory of this source tree.
  8 |
  9 | import Foundation
    |        `- error: no such module 'Foundation'
 10 |
 11 | extension HTTPURLResponse {
/host/spi-builder-workspace/Sources/NetworkService/HTTPURLResponse+StatusCode.swift:9:8: error: no such module 'Foundation'
  7 | // LICENSE file in the root directory of this source tree.
  8 |
  9 | import Foundation
    |        `- error: no such module 'Foundation'
 10 |
 11 | extension HTTPURLResponse {
/host/spi-builder-workspace/Sources/NetworkService/HTTPURLResponse+StatusCode.swift:9:8: error: no such module 'Foundation'
  7 | // LICENSE file in the root directory of this source tree.
  8 |
  9 | import Foundation
    |        `- error: no such module 'Foundation'
 10 |
 11 | extension HTTPURLResponse {
/host/spi-builder-workspace/.build/checkouts/swift-concurrency-extras/Sources/ConcurrencyExtras/AsyncStream.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | extension AsyncStream {
/host/spi-builder-workspace/.build/checkouts/swift-concurrency-extras/Sources/ConcurrencyExtras/AsyncStream.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | extension AsyncStream {
/host/spi-builder-workspace/.build/checkouts/xctest-dynamic-overlay/Sources/IssueReporting/Internal/AppHostWarning.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | extension String? {
/host/spi-builder-workspace/.build/checkouts/xctest-dynamic-overlay/Sources/IssueReporting/Internal/AppHostWarning.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | extension String? {
/host/spi-builder-workspace/.build/checkouts/xctest-dynamic-overlay/Sources/IssueReporting/Internal/AppHostWarning.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | extension String? {
[38/54] Compiling ConcurrencyExtras LockIsolated.swift
/host/spi-builder-workspace/.build/checkouts/swift-concurrency-extras/Sources/ConcurrencyExtras/AsyncStream.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | extension AsyncStream {
[39/54] Compiling ConcurrencyExtras MainSerialExecutor.swift
/host/spi-builder-workspace/.build/checkouts/swift-concurrency-extras/Sources/ConcurrencyExtras/AsyncStream.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | extension AsyncStream {
/host/spi-builder-workspace/.build/checkouts/swift-concurrency-extras/Sources/ConcurrencyExtras/AsyncStream.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | extension AsyncStream {
/host/spi-builder-workspace/.build/checkouts/swift-concurrency-extras/Sources/ConcurrencyExtras/AsyncStream.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | extension AsyncStream {
[42/54] Compiling ConcurrencyExtras UncheckedSendable.swift
/host/spi-builder-workspace/.build/checkouts/swift-concurrency-extras/Sources/ConcurrencyExtras/AsyncStream.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | extension AsyncStream {
[43/54] Compiling ConcurrencyExtras Result.swift
/host/spi-builder-workspace/.build/checkouts/swift-concurrency-extras/Sources/ConcurrencyExtras/AsyncStream.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | extension AsyncStream {
[44/54] Compiling IssueReporting BreakpointReporter.swift
/host/spi-builder-workspace/.build/checkouts/xctest-dynamic-overlay/Sources/IssueReporting/Internal/AppHostWarning.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | extension String? {
[45/54] Compiling IssueReporting FatalErrorReporter.swift
/host/spi-builder-workspace/.build/checkouts/xctest-dynamic-overlay/Sources/IssueReporting/Internal/AppHostWarning.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | extension String? {
/host/spi-builder-workspace/.build/checkouts/xctest-dynamic-overlay/Sources/IssueReporting/Internal/AppHostWarning.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | extension String? {
/host/spi-builder-workspace/.build/checkouts/xctest-dynamic-overlay/Sources/IssueReporting/Internal/AppHostWarning.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | extension String? {
/host/spi-builder-workspace/.build/checkouts/xctest-dynamic-overlay/Sources/IssueReporting/Internal/AppHostWarning.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | extension String? {
/host/spi-builder-workspace/.build/checkouts/xctest-dynamic-overlay/Sources/IssueReporting/Internal/AppHostWarning.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | extension String? {
/host/spi-builder-workspace/.build/checkouts/xctest-dynamic-overlay/Sources/IssueReporting/Internal/AppHostWarning.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | extension String? {
/host/spi-builder-workspace/.build/checkouts/xctest-dynamic-overlay/Sources/IssueReporting/Internal/AppHostWarning.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | extension String? {
/host/spi-builder-workspace/.build/checkouts/xctest-dynamic-overlay/Sources/IssueReporting/Internal/AppHostWarning.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | extension String? {
/host/spi-builder-workspace/.build/checkouts/xctest-dynamic-overlay/Sources/IssueReporting/Internal/AppHostWarning.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | extension String? {
/host/spi-builder-workspace/.build/checkouts/xctest-dynamic-overlay/Sources/IssueReporting/Internal/AppHostWarning.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | extension String? {
BUILD FAILURE 6.2 wasm