The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ReSwift-Router, reference 0.7.1 (826900), with Swift 6.2 for Wasm on 18 Jun 2025 05:06:24 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/ReSwift/ReSwift-Router.git
Reference: 0.7.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/ReSwift/ReSwift-Router
 * tag               0.7.1      -> FETCH_HEAD
HEAD is now at 8269008 bump version to 0.7.1
Cloned https://github.com/ReSwift/ReSwift-Router.git
Revision (git rev-parse @):
82690085e4e0fa41bc8c56527ce9dc8a6589378f
SUCCESS checkout https://github.com/ReSwift/ReSwift-Router.git at 0.7.1
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/ReSwift/ReSwift-Router.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/ReSwift/ReSwift.git
[1/6447] Fetching reswift
Fetched https://github.com/ReSwift/ReSwift.git from cache (1.16s)
Computing version for https://github.com/ReSwift/ReSwift.git
Computed https://github.com/ReSwift/ReSwift.git at 5.0.0 (5.26s)
Creating working copy for https://github.com/ReSwift/ReSwift.git
Working copy of https://github.com/ReSwift/ReSwift.git resolved at 5.0.0
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/15] Compiling ReSwift Assertions.swift
/host/spi-builder-workspace/.build/checkouts/ReSwift/ReSwift/CoreTypes/DispatchingStoreType.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /**
[5/15] Compiling ReSwift Coding.swift
/host/spi-builder-workspace/.build/checkouts/ReSwift/ReSwift/CoreTypes/DispatchingStoreType.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /**
[6/15] Compiling ReSwift State.swift
/host/spi-builder-workspace/.build/checkouts/ReSwift/ReSwift/CoreTypes/DispatchingStoreType.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /**
[7/15] Compiling ReSwift Store.swift
/host/spi-builder-workspace/.build/checkouts/ReSwift/ReSwift/CoreTypes/DispatchingStoreType.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /**
[8/15] Compiling ReSwift Subscription.swift
/host/spi-builder-workspace/.build/checkouts/ReSwift/ReSwift/CoreTypes/DispatchingStoreType.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /**
[9/16] Compiling ReSwift Action.swift
/host/spi-builder-workspace/.build/checkouts/ReSwift/ReSwift/CoreTypes/DispatchingStoreType.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /**
[10/16] Compiling ReSwift DispatchingStoreType.swift
/host/spi-builder-workspace/.build/checkouts/ReSwift/ReSwift/CoreTypes/DispatchingStoreType.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /**
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/16] Emitting module ReSwift
/host/spi-builder-workspace/.build/checkouts/ReSwift/ReSwift/CoreTypes/DispatchingStoreType.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /**
[12/16] Compiling ReSwift Middleware.swift
/host/spi-builder-workspace/.build/checkouts/ReSwift/ReSwift/CoreTypes/DispatchingStoreType.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /**
[13/16] Compiling ReSwift Reducer.swift
/host/spi-builder-workspace/.build/checkouts/ReSwift/ReSwift/CoreTypes/DispatchingStoreType.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /**
[14/16] Compiling ReSwift StoreSubscriber.swift
/host/spi-builder-workspace/.build/checkouts/ReSwift/ReSwift/CoreTypes/DispatchingStoreType.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /**
[15/16] Compiling ReSwift StoreType.swift
/host/spi-builder-workspace/.build/checkouts/ReSwift/ReSwift/CoreTypes/DispatchingStoreType.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /**
[16/16] Compiling ReSwift TypeHelper.swift
/host/spi-builder-workspace/.build/checkouts/ReSwift/ReSwift/CoreTypes/DispatchingStoreType.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /**
BUILD FAILURE 6.2 wasm