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 Feedbacks, reference main (e31d30), with Swift 6.2 (beta) for Wasm on 19 Jun 2025 00:38:35 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/CombineCommunity/Feedbacks.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/CombineCommunity/Feedbacks
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e31d304 Merge pull request #44 from CombineCommunity/feature/improve-dsl-error-msg
Cloned https://github.com/CombineCommunity/Feedbacks.git
Revision (git rev-parse @):
e31d304ee0731e9a6381cdfbc6276fb84e2ec508
SUCCESS checkout https://github.com/CombineCommunity/Feedbacks.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/CombineCommunity/Feedbacks.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/CombineCommunity/CombineExt.git
Fetching https://github.com/pointfreeco/combine-schedulers.git
[1/2410] Fetching combine-schedulers
[2170/4632] Fetching combine-schedulers, combineext
Fetched https://github.com/pointfreeco/combine-schedulers.git from cache (0.35s)
Fetched https://github.com/CombineCommunity/CombineExt.git from cache (0.35s)
Computing version for https://github.com/CombineCommunity/CombineExt.git
Computed https://github.com/CombineCommunity/CombineExt.git at 1.3.0 (1.13s)
Computing version for https://github.com/pointfreeco/combine-schedulers.git
Computed https://github.com/pointfreeco/combine-schedulers.git at 0.1.2 (0.65s)
Creating working copy for https://github.com/CombineCommunity/CombineExt.git
Working copy of https://github.com/CombineCommunity/CombineExt.git resolved at 1.3.0
Creating working copy for https://github.com/pointfreeco/combine-schedulers.git
Working copy of https://github.com/pointfreeco/combine-schedulers.git resolved at 0.1.2
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/35] Emitting module CombineExt
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Models/ObjectOwnership.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | /// The ownership of an object
[6/39] Compiling CombineExt CurrentValueRelay.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Models/ObjectOwnership.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | /// The ownership of an object
[7/39] Compiling CombineExt PassthroughRelay.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Models/ObjectOwnership.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | /// The ownership of an object
[8/39] Compiling CombineExt Relay.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Models/ObjectOwnership.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | /// The ownership of an object
[9/39] Compiling CombineExt ReplaySubject.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Models/ObjectOwnership.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | /// The ownership of an object
[10/39] Compiling CombineExt Amb.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Models/ObjectOwnership.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | /// The ownership of an object
[11/39] Compiling CombineExt AssignOwnership.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Models/ObjectOwnership.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | /// The ownership of an object
[12/39] Compiling CombineExt AssignToMany.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Models/ObjectOwnership.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | /// The ownership of an object
[13/39] Compiling CombineExt CombineLatestMany.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Models/ObjectOwnership.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | /// The ownership of an object
[14/39] Compiling CombineExt Create.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Models/ObjectOwnership.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | /// The ownership of an object
[15/39] Compiling CombineExt DemandBuffer.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Models/ObjectOwnership.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | /// The ownership of an object
[16/39] Compiling CombineExt Sink.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Models/ObjectOwnership.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | /// The ownership of an object
[17/39] Compiling CombineExt Optional.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Models/ObjectOwnership.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | /// The ownership of an object
[18/39] Compiling CombineExt Event.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Models/ObjectOwnership.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | /// The ownership of an object
[19/39] Compiling CombineExt ObjectOwnership.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Models/ObjectOwnership.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | /// The ownership of an object
[20/39] Compiling CombineExt ShareReplay.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Models/ObjectOwnership.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | /// The ownership of an object
[21/39] Compiling CombineExt Toggle.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Models/ObjectOwnership.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | /// The ownership of an object
[22/39] Compiling CombineExt WithLatestFrom.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Models/ObjectOwnership.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | /// The ownership of an object
[23/39] Compiling CombineExt ZipMany.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Models/ObjectOwnership.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | /// The ownership of an object
[24/39] Compiling CombineExt Partition.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Models/ObjectOwnership.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | /// The ownership of an object
[25/39] Compiling CombineExt PrefixDuration.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Models/ObjectOwnership.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | /// The ownership of an object
[26/39] Compiling CombineExt RemoveAllDuplicates.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Models/ObjectOwnership.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | /// The ownership of an object
[27/39] Compiling CombineExt SetOutputType.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Models/ObjectOwnership.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | /// The ownership of an object
[28/39] Compiling CombineExt IgnoreFailure.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Models/ObjectOwnership.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | /// The ownership of an object
[29/39] Compiling CombineExt IgnoreOutputSetOutputType.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Models/ObjectOwnership.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | /// The ownership of an object
[30/39] Compiling CombineExt Lock.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Models/ObjectOwnership.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | /// The ownership of an object
[31/39] Compiling CombineExt Timer.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Models/ObjectOwnership.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | /// The ownership of an object
[32/39] Compiling CombineExt Dematerialize.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Models/ObjectOwnership.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | /// The ownership of an object
[33/39] Compiling CombineExt FilterMany.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Models/ObjectOwnership.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | /// The ownership of an object
[34/39] Compiling CombineExt FlatMapBatches.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Models/ObjectOwnership.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | /// The ownership of an object
[35/39] Compiling CombineExt FlatMapLatest.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Models/ObjectOwnership.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | /// The ownership of an object
[36/39] Compiling CombineExt MapMany.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Models/ObjectOwnership.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | /// The ownership of an object
[37/39] Compiling CombineExt Materialize.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Models/ObjectOwnership.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | /// The ownership of an object
[38/39] Compiling CombineExt MergeMany.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Models/ObjectOwnership.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | /// The ownership of an object
[39/39] Compiling CombineExt Nwise.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Models/ObjectOwnership.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | /// The ownership of an object
BUILD FAILURE 6.2 wasm