Build Information
Failed to build Swiftagram, reference 5.4.0 (de8a5d
), with Swift 6.2 (beta) for Wasm on 19 Jun 2025 02:16:57 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/sbertix/Swiftagram.git
Reference: 5.4.0
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/sbertix/Swiftagram
* tag 5.4.0 -> FETCH_HEAD
HEAD is now at de8a5d8 feat: update collection and timeline endpoints
Cloned https://github.com/sbertix/Swiftagram.git
Revision (git rev-parse @):
de8a5d840a81b3d0dd66f0dc45304c54f29d0fda
SUCCESS checkout https://github.com/sbertix/Swiftagram.git at 5.4.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/sbertix/Swiftagram.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/sbertix/ComposableRequest
Fetching https://github.com/sbertix/SwCrypt.git
[1/495] Fetching swcrypt
[492/8921] Fetching swcrypt, composablerequest
Fetched https://github.com/sbertix/SwCrypt.git from cache (0.90s)
Fetched https://github.com/sbertix/ComposableRequest from cache (0.90s)
Computing version for https://github.com/sbertix/ComposableRequest
Computed https://github.com/sbertix/ComposableRequest at 5.3.3 (1.91s)
Fetching https://github.com/kishikawakatsumi/KeychainAccess
[1/4386] Fetching keychainaccess
Fetched https://github.com/kishikawakatsumi/KeychainAccess from cache (0.61s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess
Computed https://github.com/kishikawakatsumi/KeychainAccess at 4.2.2 (1.19s)
Computing version for https://github.com/sbertix/SwCrypt.git
Computed https://github.com/sbertix/SwCrypt.git at 5.1.4 (0.48s)
Creating working copy for https://github.com/sbertix/ComposableRequest
Working copy of https://github.com/sbertix/ComposableRequest resolved at 5.3.3
Creating working copy for https://github.com/kishikawakatsumi/KeychainAccess
Working copy of https://github.com/kishikawakatsumi/KeychainAccess resolved at 4.2.2
Creating working copy for https://github.com/sbertix/SwCrypt.git
Working copy of https://github.com/sbertix/SwCrypt.git resolved at 5.1.4
Building for debugging...
[0/8] Write sources
[7/8] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/57] Emitting module KeychainAccess
/host/spi-builder-workspace/.build/checkouts/KeychainAccess/Lib/KeychainAccess/Keychain.swift:26:8: error: no such module 'Foundation'
24 | // THE SOFTWARE.
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 | import Security
28 | #if os(iOS) || os(OSX)
[10/57] Compiling ComposableStorage Storable.swift
/host/spi-builder-workspace/.build/checkouts/ComposableRequest/Sources/ComposableStorage/Concrete/AnyStorage.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A `struct` defining a type-erased `Storage`.
[11/58] Compiling ComposableStorage NonThrowingStorage.swift
/host/spi-builder-workspace/.build/checkouts/ComposableRequest/Sources/ComposableStorage/Concrete/AnyStorage.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A `struct` defining a type-erased `Storage`.
[12/58] Compiling ComposableStorage Storage.swift
/host/spi-builder-workspace/.build/checkouts/ComposableRequest/Sources/ComposableStorage/Concrete/AnyStorage.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A `struct` defining a type-erased `Storage`.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/58] Emitting module SwCrypt
/host/spi-builder-workspace/.build/checkouts/SwCrypt/SwCrypt/SwCrypt.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | open class SwKeyStore {
[14/58] Compiling SwCrypt SwCrypt.swift
/host/spi-builder-workspace/.build/checkouts/SwCrypt/SwCrypt/SwCrypt.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | open class SwKeyStore {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/58] Emitting module ComposableStorage
/host/spi-builder-workspace/.build/checkouts/ComposableRequest/Sources/ComposableStorage/Concrete/AnyStorage.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A `struct` defining a type-erased `Storage`.
[16/58] Compiling ComposableStorage AnyStorage.swift
/host/spi-builder-workspace/.build/checkouts/ComposableRequest/Sources/ComposableStorage/Concrete/AnyStorage.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A `struct` defining a type-erased `Storage`.
[17/58] Compiling ComposableRequest SessionProvider.swift
/host/spi-builder-workspace/.build/checkouts/ComposableRequest/Sources/ComposableRequest/Composition/Body.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A `protocol` describing an instance providing the body of a `URLRequest`.
[18/58] Compiling ComposableRequest SessionProviderInput.swift
/host/spi-builder-workspace/.build/checkouts/ComposableRequest/Sources/ComposableRequest/Composition/Body.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A `protocol` describing an instance providing the body of a `URLRequest`.
[19/58] Compiling ComposableRequest SessionProviderType.swift
/host/spi-builder-workspace/.build/checkouts/ComposableRequest/Sources/ComposableRequest/Composition/Body.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A `protocol` describing an instance providing the body of a `URLRequest`.
[20/58] Compiling ComposableRequest Pager+Delay.swift
/host/spi-builder-workspace/.build/checkouts/ComposableRequest/Sources/ComposableRequest/Composition/Body.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A `protocol` describing an instance providing the body of a `URLRequest`.
[21/58] Compiling ComposableRequest Pager+Iteration.swift
/host/spi-builder-workspace/.build/checkouts/ComposableRequest/Sources/ComposableRequest/Composition/Body.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A `protocol` describing an instance providing the body of a `URLRequest`.
[22/58] Compiling ComposableRequest Pager.swift
/host/spi-builder-workspace/.build/checkouts/ComposableRequest/Sources/ComposableRequest/Composition/Body.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A `protocol` describing an instance providing the body of a `URLRequest`.
[23/58] Compiling ComposableRequest Paginatable.swift
/host/spi-builder-workspace/.build/checkouts/ComposableRequest/Sources/ComposableRequest/Composition/Body.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A `protocol` describing an instance providing the body of a `URLRequest`.
[24/58] Compiling ComposableRequest RankedOffset.swift
/host/spi-builder-workspace/.build/checkouts/ComposableRequest/Sources/ComposableRequest/Composition/Body.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A `protocol` describing an instance providing the body of a `URLRequest`.
[25/58] Compiling ComposableRequest Publisher+Request.swift
/host/spi-builder-workspace/.build/checkouts/ComposableRequest/Sources/ComposableRequest/Composition/Body.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A `protocol` describing an instance providing the body of a `URLRequest`.
[26/58] Compiling ComposableRequest Publisher+Wrapper.swift
/host/spi-builder-workspace/.build/checkouts/ComposableRequest/Sources/ComposableRequest/Composition/Body.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A `protocol` describing an instance providing the body of a `URLRequest`.
[27/58] Compiling ComposableStorage ThrowingStorage.swift
/host/spi-builder-workspace/.build/checkouts/ComposableRequest/Sources/ComposableStorage/Concrete/AnyStorage.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A `struct` defining a type-erased `Storage`.
[28/58] Compiling KeychainAccess Keychain.swift
/host/spi-builder-workspace/.build/checkouts/KeychainAccess/Lib/KeychainAccess/Keychain.swift:26:8: error: no such module 'Foundation'
24 | // THE SOFTWARE.
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 | import Security
28 | #if os(iOS) || os(OSX)
[29/63] Compiling ComposableRequest PagerProvider.swift
/host/spi-builder-workspace/.build/checkouts/ComposableRequest/Sources/ComposableRequest/Composition/Body.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A `protocol` describing an instance providing the body of a `URLRequest`.
[30/63] Compiling ComposableRequest PagerProviderInput.swift
/host/spi-builder-workspace/.build/checkouts/ComposableRequest/Sources/ComposableRequest/Composition/Body.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A `protocol` describing an instance providing the body of a `URLRequest`.
[31/63] Compiling ComposableRequest PagerProviderType.swift
/host/spi-builder-workspace/.build/checkouts/ComposableRequest/Sources/ComposableRequest/Composition/Body.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A `protocol` describing an instance providing the body of a `URLRequest`.
[32/63] Compiling ComposableRequest Provider+Alias.swift
/host/spi-builder-workspace/.build/checkouts/ComposableRequest/Sources/ComposableRequest/Composition/Body.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A `protocol` describing an instance providing the body of a `URLRequest`.
[33/63] Compiling ComposableRequest Provider.swift
/host/spi-builder-workspace/.build/checkouts/ComposableRequest/Sources/ComposableRequest/Composition/Body.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A `protocol` describing an instance providing the body of a `URLRequest`.
[34/63] Compiling ComposableRequest String.swift
/host/spi-builder-workspace/.build/checkouts/ComposableRequest/Sources/ComposableRequest/Composition/Body.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A `protocol` describing an instance providing the body of a `URLRequest`.
[35/63] Compiling ComposableRequest Logger+Level.swift
/host/spi-builder-workspace/.build/checkouts/ComposableRequest/Sources/ComposableRequest/Composition/Body.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A `protocol` describing an instance providing the body of a `URLRequest`.
[36/63] Compiling ComposableRequest Logger.swift
/host/spi-builder-workspace/.build/checkouts/ComposableRequest/Sources/ComposableRequest/Composition/Body.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A `protocol` describing an instance providing the body of a `URLRequest`.
[37/63] Compiling ComposableRequest ConcatProvider.swift
/host/spi-builder-workspace/.build/checkouts/ComposableRequest/Sources/ComposableRequest/Composition/Body.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A `protocol` describing an instance providing the body of a `URLRequest`.
[38/63] Compiling ComposableRequest ConcatProvider3.swift
/host/spi-builder-workspace/.build/checkouts/ComposableRequest/Sources/ComposableRequest/Composition/Body.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A `protocol` describing an instance providing the body of a `URLRequest`.
[39/63] Compiling ComposableRequest ConcatProvider4.swift
/host/spi-builder-workspace/.build/checkouts/ComposableRequest/Sources/ComposableRequest/Composition/Body.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A `protocol` describing an instance providing the body of a `URLRequest`.
[40/63] Compiling ComposableRequest ConcatProvider5.swift
/host/spi-builder-workspace/.build/checkouts/ComposableRequest/Sources/ComposableRequest/Composition/Body.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A `protocol` describing an instance providing the body of a `URLRequest`.
[41/63] Compiling ComposableRequest LockProvider.swift
/host/spi-builder-workspace/.build/checkouts/ComposableRequest/Sources/ComposableRequest/Composition/Body.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A `protocol` describing an instance providing the body of a `URLRequest`.
[42/63] Compiling ComposableRequest LockProviderType.swift
/host/spi-builder-workspace/.build/checkouts/ComposableRequest/Sources/ComposableRequest/Composition/Body.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A `protocol` describing an instance providing the body of a `URLRequest`.
[43/63] Compiling ComposableRequest ComposableOptionalType.swift
/host/spi-builder-workspace/.build/checkouts/ComposableRequest/Sources/ComposableRequest/Composition/Body.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A `protocol` describing an instance providing the body of a `URLRequest`.
[44/63] Compiling ComposableStorage CodableStorable.swift
/host/spi-builder-workspace/.build/checkouts/ComposableRequest/Sources/ComposableStorage/Concrete/AnyStorage.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A `struct` defining a type-erased `Storage`.
[45/63] Compiling ComposableStorage TransientStorage.swift
/host/spi-builder-workspace/.build/checkouts/ComposableRequest/Sources/ComposableStorage/Concrete/AnyStorage.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A `struct` defining a type-erased `Storage`.
BUILD FAILURE 6.2 wasm