Build Information
Failed to build OBSwiftSocket, reference 1.0.2 (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-4609320-2":/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: 1.0.2
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
* tag 1.0.2 -> FETCH_HEAD
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 1.0.2
========================================
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-4609320-2":/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.22s)
Fetching https://github.com/edonv/WSPublisher.git
[1/569] Fetching wspublisher
Fetched https://github.com/edonv/WSPublisher.git from cache (0.20s)
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.19s)
Fetching https://github.com/hirotakan/MessagePacker.git
Fetching https://github.com/apple/swift-http-types.git
[1/904] Fetching swift-http-types
[905/1625] Fetching swift-http-types, messagepacker
Fetched https://github.com/hirotakan/MessagePacker.git from cache (0.23s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.23s)
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.61s)
Computing version for https://github.com/hirotakan/MessagePacker.git
Computed https://github.com/hirotakan/MessagePacker.git at 0.4.7 (0.48s)
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/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/AsyncCompatibilityKit.git
Working copy of https://github.com/edonv/AsyncCompatibilityKit.git resolved at main (00e00a6)
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/WSPublisher.git
Working copy of https://github.com/edonv/WSPublisher.git resolved at main (84a9b5a)
Building for debugging...
[0/9] Write sources
[8/9] Write swift-version-24593BA9C3E375BF.txt
[10/78] 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 |
[11/79] 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.")
[12/79] 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 |
[13/79] 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 {
[14/79] 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 {
[15/79] 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 {
[16/79] 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 {
[17/79] 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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[18/84] 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 {
[19/84] 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 |
[20/84] 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 |
[21/84] 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 |
[22/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.")
[23/84] 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.")
[24/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.")
[25/84] Compiling MessagePacker Bool+.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 ClosedRange+.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 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 {
[28/84] 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 {
[29/84] 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 {
[30/84] 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)
[31/84] 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.")
[32/84] 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.")
[33/84] 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 {
[34/84] 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 {
[35/84] 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 {
[36/84] 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 {
[37/84] 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 {
[38/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 {
[39/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 {
[40/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 {
[41/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 {
[42/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 {
[43/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 |
[44/84] 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 {
[45/84] 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 {
[46/84] 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 {
[47/84] 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 {
[48/84] 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 {
[49/84] 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 {
[50/84] 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 {
[51/84] 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 {
/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/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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[54/84] 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 {
[55/84] 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 {
[56/84] Compiling HTTPTypes HTTPRequest.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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[59/84] 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 |
/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/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 {
BUILD FAILURE 6.2 wasm