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 OBSwiftSocket, reference main (3223d9), with Swift 6.2 (beta) for Wasm on 21 Jun 2025 07:15:30 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/edonv/OBSwiftSocket.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/edonv/OBSwiftSocket
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3223d9c Added empty privacy manifest
Cloned https://github.com/edonv/OBSwiftSocket.git
Revision (git rev-parse @):
3223d9c120c4dbbcbc11a81fd94b0969a112ece0
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/edonv/OBSwiftSocket.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/edonv/OBSwiftSocket.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi --target OBSwiftSocket 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/edonv/JSONValue.git
[1/193] Fetching jsonvalue
Fetched https://github.com/edonv/JSONValue.git from cache (0.23s)
Fetching https://github.com/edonv/WSPublisher.git
[1/569] Fetching wspublisher
Fetched https://github.com/edonv/WSPublisher.git from cache (0.25s)
Fetching https://github.com/edonv/CommonExtensions.git
[1/306] Fetching commonextensions
Fetched https://github.com/edonv/CommonExtensions.git from cache (0.23s)
Fetching https://github.com/edonv/AsyncCompatibilityKit.git
[1/91] Fetching asynccompatibilitykit
Fetched https://github.com/edonv/AsyncCompatibilityKit.git from cache (0.24s)
Fetching https://github.com/hirotakan/MessagePacker.git
Fetching https://github.com/apple/swift-http-types.git
[1/721] Fetching messagepacker
[722/1625] Fetching messagepacker, swift-http-types
Fetched https://github.com/hirotakan/MessagePacker.git from cache (0.27s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.28s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.69s)
Computing version for https://github.com/hirotakan/MessagePacker.git
Computed https://github.com/hirotakan/MessagePacker.git at 0.4.7 (0.42s)
Creating working copy for https://github.com/edonv/JSONValue.git
Working copy of https://github.com/edonv/JSONValue.git resolved at main (f9b9a3b)
Creating working copy for https://github.com/hirotakan/MessagePacker.git
Working copy of https://github.com/hirotakan/MessagePacker.git resolved at 0.4.7
Creating working copy for https://github.com/edonv/CommonExtensions.git
Working copy of https://github.com/edonv/CommonExtensions.git resolved at main (c0f0d9e)
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/edonv/WSPublisher.git
Working copy of https://github.com/edonv/WSPublisher.git resolved at main (84a9b5a)
Creating working copy for https://github.com/edonv/AsyncCompatibilityKit.git
Working copy of https://github.com/edonv/AsyncCompatibilityKit.git resolved at main (00e00a6)
Building for debugging...
[0/9] Write sources
[8/9] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/78] Emitting module JSONValue
/host/spi-builder-workspace/.build/checkouts/JSONValue/Sources/JSONValue/JSONValue+Codable.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | extension JSONValue {
[11/79] Compiling JSONValue JSONInterpolatable.swift
/host/spi-builder-workspace/.build/checkouts/JSONValue/Sources/JSONValue/JSONValue+Codable.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | extension JSONValue {
[12/79] Compiling MessagePacker MessagePackType+FixIntType.swift
/host/spi-builder-workspace/.build/checkouts/MessagePacker/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[13/79] Compiling MessagePacker MessagePackType+FloatType.swift
/host/spi-builder-workspace/.build/checkouts/MessagePacker/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[14/79] Compiling MessagePacker MessagePackType+MapType.swift
/host/spi-builder-workspace/.build/checkouts/MessagePacker/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[15/79] Compiling MessagePacker MessagePackType+NilType.swift
/host/spi-builder-workspace/.build/checkouts/MessagePacker/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[16/79] Compiling MessagePacker MessagePackType+SignedIntegerType.swift
/host/spi-builder-workspace/.build/checkouts/MessagePacker/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[17/84] Compiling AsyncCompatibilityKit View+Async.swift
/host/spi-builder-workspace/.build/checkouts/AsyncCompatibilityKit/Sources/AsyncCompatibilityKit/Future+Async.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 |
10 | @available(iOS, deprecated: 15.0, message: "AsyncCompatibilityKit is only useful when targeting iOS versions earlier than 15.")
[18/84] Compiling AsyncCompatibilityKit Publisher+firstValue.swift
/host/spi-builder-workspace/.build/checkouts/AsyncCompatibilityKit/Sources/AsyncCompatibilityKit/Future+Async.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 |
10 | @available(iOS, deprecated: 15.0, message: "AsyncCompatibilityKit is only useful when targeting iOS versions earlier than 15.")
[19/84] Compiling AsyncCompatibilityKit URLSession+Async.swift
/host/spi-builder-workspace/.build/checkouts/AsyncCompatibilityKit/Sources/AsyncCompatibilityKit/Future+Async.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 |
10 | @available(iOS, deprecated: 15.0, message: "AsyncCompatibilityKit is only useful when targeting iOS versions earlier than 15.")
[20/84] Compiling MessagePacker Bool+.swift
/host/spi-builder-workspace/.build/checkouts/JSONValue/Sources/JSONValue/JSONValue+Codable.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | extension JSONValue {
[21/84] Compiling MessagePacker ClosedRange+.swift
/host/spi-builder-workspace/.build/checkouts/JSONValue/Sources/JSONValue/JSONValue+Codable.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | extension JSONValue {
[22/84] Compiling MessagePacker SingleValueDecodingContainer+.swift
/host/spi-builder-workspace/.build/checkouts/MessagePacker/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[23/84] Compiling MessagePacker SingleValueEncodingContainer+.swift
/host/spi-builder-workspace/.build/checkouts/MessagePacker/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[24/84] Compiling MessagePacker String+.swift
/host/spi-builder-workspace/.build/checkouts/MessagePacker/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[25/84] Compiling MessagePacker UInt+.swift
/host/spi-builder-workspace/.build/checkouts/MessagePacker/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[26/84] Compiling MessagePacker UInt16+.swift
/host/spi-builder-workspace/.build/checkouts/MessagePacker/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[27/84] Compiling CombineExtensions Publisher+weakAssign.swift
/host/spi-builder-workspace/.build/checkouts/CommonExtensions/Sources/CombineExtensions/Future+initWithValue.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import Combine
10 |
[28/85] Compiling JSONValue JSONConvertible.swift
/host/spi-builder-workspace/.build/checkouts/JSONValue/Sources/JSONValue/JSONValue+Codable.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | extension JSONValue {
[29/85] Compiling MessagePacker UInt32+.swift
/host/spi-builder-workspace/.build/checkouts/MessagePacker/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[30/85] Compiling MessagePacker UInt64+.swift
/host/spi-builder-workspace/.build/checkouts/MessagePacker/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[31/85] Compiling MessagePacker UInt8+.swift
/host/spi-builder-workspace/.build/checkouts/MessagePacker/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[32/85] Compiling MessagePacker MessagePackDecoder.swift
/host/spi-builder-workspace/.build/checkouts/MessagePacker/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[33/85] Compiling MessagePacker MessagePackEncoder.swift
/host/spi-builder-workspace/.build/checkouts/MessagePacker/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[34/85] Compiling JSONValue JSONValue+Subscripts.swift
/host/spi-builder-workspace/.build/checkouts/JSONValue/Sources/JSONValue/JSONValue+Codable.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | extension JSONValue {
[35/85] Compiling JSONValue JSONValue.swift
/host/spi-builder-workspace/.build/checkouts/JSONValue/Sources/JSONValue/JSONValue+Codable.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | extension JSONValue {
/host/spi-builder-workspace/.build/checkouts/MessagePacker/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
/host/spi-builder-workspace/.build/checkouts/MessagePacker/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[38/85] Compiling MessagePacker Data+.swift
/host/spi-builder-workspace/.build/checkouts/MessagePacker/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[39/85] Compiling MessagePacker Date+.swift
/host/spi-builder-workspace/.build/checkouts/MessagePacker/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[40/85] Compiling MessagePacker Double+.swift
/host/spi-builder-workspace/.build/checkouts/MessagePacker/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[41/85] Compiling MessagePacker Float+.swift
/host/spi-builder-workspace/.build/checkouts/MessagePacker/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[42/85] Emitting module MessagePacker
/host/spi-builder-workspace/.build/checkouts/MessagePacker/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[43/85] Compiling MessagePacker Int+.swift
/host/spi-builder-workspace/.build/checkouts/MessagePacker/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[44/85] Compiling MessagePacker Int16+.swift
/host/spi-builder-workspace/.build/checkouts/MessagePacker/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[45/85] Compiling MessagePacker Int32+.swift
/host/spi-builder-workspace/.build/checkouts/MessagePacker/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[46/85] Compiling MessagePacker Int64+.swift
/host/spi-builder-workspace/.build/checkouts/MessagePacker/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[47/85] Compiling MessagePacker Int8+.swift
/host/spi-builder-workspace/.build/checkouts/MessagePacker/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[48/85] Compiling AsyncCompatibilityKit Publisher+Async.swift
/host/spi-builder-workspace/.build/checkouts/AsyncCompatibilityKit/Sources/AsyncCompatibilityKit/Future+Async.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 |
10 | @available(iOS, deprecated: 15.0, message: "AsyncCompatibilityKit is only useful when targeting iOS versions earlier than 15.")
error: emit-module command failed with exit code 1 (use -v to see invocation)
[49/85] Emitting module AsyncCompatibilityKit
/host/spi-builder-workspace/.build/checkouts/AsyncCompatibilityKit/Sources/AsyncCompatibilityKit/Future+Async.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 |
10 | @available(iOS, deprecated: 15.0, message: "AsyncCompatibilityKit is only useful when targeting iOS versions earlier than 15.")
[50/85] Compiling AsyncCompatibilityKit Future+Async.swift
/host/spi-builder-workspace/.build/checkouts/AsyncCompatibilityKit/Sources/AsyncCompatibilityKit/Future+Async.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 |
10 | @available(iOS, deprecated: 15.0, message: "AsyncCompatibilityKit is only useful when targeting iOS versions earlier than 15.")
[51/85] Compiling MessagePacker MessagePackError.swift
/host/spi-builder-workspace/.build/checkouts/MessagePacker/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[52/85] Compiling MessagePacker MessagePackExtension.swift
/host/spi-builder-workspace/.build/checkouts/MessagePacker/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[53/85] Compiling MessagePacker MessagePackKey.swift
/host/spi-builder-workspace/.build/checkouts/MessagePacker/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[54/85] Compiling MessagePacker MessagePackStorage.swift
/host/spi-builder-workspace/.build/checkouts/MessagePacker/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[55/85] Compiling MessagePacker MessagePackTimestamp.swift
/host/spi-builder-workspace/.build/checkouts/MessagePacker/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[56/85] Compiling MessagePacker MessagePackType+ArrayType.swift
/host/spi-builder-workspace/.build/checkouts/MessagePacker/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[57/85] Compiling MessagePacker MessagePackType+BinaryType.swift
/host/spi-builder-workspace/.build/checkouts/MessagePacker/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[58/85] Compiling MessagePacker MessagePackType+BooleanType.swift
/host/spi-builder-workspace/.build/checkouts/MessagePacker/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[59/85] Compiling MessagePacker MessagePackType+DoubleType.swift
/host/spi-builder-workspace/.build/checkouts/MessagePacker/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[60/85] Compiling MessagePacker MessagePackType+ExtensionType.swift
/host/spi-builder-workspace/.build/checkouts/MessagePacker/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[61/85] Compiling CombineExtensions ReplaySubject.swift
/host/spi-builder-workspace/.build/checkouts/CommonExtensions/Sources/CombineExtensions/Future+initWithValue.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import Combine
10 |
/host/spi-builder-workspace/.build/checkouts/CommonExtensions/Sources/CombineExtensions/Future+initWithValue.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import Combine
10 |
/host/spi-builder-workspace/.build/checkouts/CommonExtensions/Sources/CombineExtensions/Future+initWithValue.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import Combine
10 |
[64/85] Compiling CombineExtensions Publisher+asyncMap.swift
/host/spi-builder-workspace/.build/checkouts/CommonExtensions/Sources/CombineExtensions/Future+initWithValue.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import Combine
10 |
[65/85] Compiling MessagePacker MessagePackType+StringType.swift
/host/spi-builder-workspace/.build/checkouts/MessagePacker/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[66/85] Compiling MessagePacker MessagePackType+UnsignedIntegerType.swift
/host/spi-builder-workspace/.build/checkouts/MessagePacker/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[67/85] Compiling MessagePacker MessagePackType.swift
/host/spi-builder-workspace/.build/checkouts/MessagePacker/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[68/85] Compiling MessagePacker MessagePackable.swift
/host/spi-builder-workspace/.build/checkouts/MessagePacker/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[69/85] Compiling MessagePacker Utils.swift
/host/spi-builder-workspace/.build/checkouts/MessagePacker/Sources/Extensions/Bool+.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Bool: MessagePackable {
[70/85] Compiling CombineExtensions Publisher+filterByKeyPath.swift
/host/spi-builder-workspace/.build/checkouts/CommonExtensions/Sources/CombineExtensions/Future+initWithValue.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import Combine
10 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[71/85] Emitting module CombineExtensions
/host/spi-builder-workspace/.build/checkouts/CommonExtensions/Sources/CombineExtensions/Future+initWithValue.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import Combine
10 |
[72/85] Compiling CombineExtensions Publisher+replaceErrorWith.swift
/host/spi-builder-workspace/.build/checkouts/CommonExtensions/Sources/CombineExtensions/Future+initWithValue.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import Combine
10 |
[73/85] Compiling CombineExtensions Publisher+tryFlatMap.swift
/host/spi-builder-workspace/.build/checkouts/CommonExtensions/Sources/CombineExtensions/Future+initWithValue.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import Combine
10 |
[74/85] Compiling CombineExtensions Publisher+flatMapZip.swift
/host/spi-builder-workspace/.build/checkouts/CommonExtensions/Sources/CombineExtensions/Future+initWithValue.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import Combine
10 |
[75/85] Compiling JSONValue JSONValue+Errors.swift
/host/spi-builder-workspace/.build/checkouts/JSONValue/Sources/JSONValue/JSONValue+Codable.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | extension JSONValue {
[76/85] Compiling JSONValue JSONValue+ExpressibleByLiteral.swift
/host/spi-builder-workspace/.build/checkouts/JSONValue/Sources/JSONValue/JSONValue+Codable.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | extension JSONValue {
[77/85] Compiling JSONValue JSONValue+Merging.swift
/host/spi-builder-workspace/.build/checkouts/JSONValue/Sources/JSONValue/JSONValue+Codable.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | extension JSONValue {
[78/85] Emitting module HTTPTypes
[79/85] Compiling HTTPTypes ISOLatin1String.swift
BUILD FAILURE 6.2 wasm