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 AppSyncRealTimeClient, reference 3.2.0 (9fd77b), with Swift 6.2 (beta) for Wasm on 21 Jun 2025 11:44:16 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/aws-amplify/aws-appsync-realtime-client-ios.git
Reference: 3.2.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/aws-amplify/aws-appsync-realtime-client-ios
 * tag               3.2.0      -> FETCH_HEAD
HEAD is now at 9fd77b0 chore: release commit for 3.2.0
Cloned https://github.com/aws-amplify/aws-appsync-realtime-client-ios.git
Revision (git rev-parse @):
9fd77b043e06193848a68740dfde0836648b2b4e
SUCCESS checkout https://github.com/aws-amplify/aws-appsync-realtime-client-ios.git at 3.2.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/aws-amplify/aws-appsync-realtime-client-ios.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/daltoniam/Starscream
[1/5033] Fetching starscream
Fetched https://github.com/daltoniam/Starscream from cache (0.92s)
Computing version for https://github.com/daltoniam/Starscream
Computed https://github.com/daltoniam/Starscream at 4.0.8 (1.40s)
Creating working copy for https://github.com/daltoniam/Starscream
Working copy of https://github.com/daltoniam/Starscream resolved at 4.0.8
warning: 'starscream': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Info.plist
Building for debugging...
[0/4] Copying PrivacyInfo.xcprivacy
[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/24] Emitting module Starscream
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/Compression.swift:23:8: error: no such module 'Foundation'
21 | //////////////////////////////////////////////////////////////////////////////////////////////////
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | public protocol CompressionHandler {
[6/26] Compiling Starscream FoundationTransport.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/Compression.swift:23:8: error: no such module 'Foundation'
21 | //////////////////////////////////////////////////////////////////////////////////////////////////
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | public protocol CompressionHandler {
[7/26] Compiling Starscream TCPTransport.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/Compression.swift:23:8: error: no such module 'Foundation'
21 | //////////////////////////////////////////////////////////////////////////////////////////////////
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | public protocol CompressionHandler {
[8/26] Compiling Starscream Engine.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/Compression.swift:23:8: error: no such module 'Foundation'
21 | //////////////////////////////////////////////////////////////////////////////////////////////////
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | public protocol CompressionHandler {
[9/26] Compiling Starscream NativeEngine.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/Compression.swift:23:8: error: no such module 'Foundation'
21 | //////////////////////////////////////////////////////////////////////////////////////////////////
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | public protocol CompressionHandler {
[10/26] Compiling Starscream WSEngine.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/Compression.swift:23:8: error: no such module 'Foundation'
21 | //////////////////////////////////////////////////////////////////////////////////////////////////
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | public protocol CompressionHandler {
[11/26] Compiling Starscream Framer.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/Compression.swift:23:8: error: no such module 'Foundation'
21 | //////////////////////////////////////////////////////////////////////////////////////////////////
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | public protocol CompressionHandler {
[12/26] Compiling Starscream HTTPHandler.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/Compression.swift:23:8: error: no such module 'Foundation'
21 | //////////////////////////////////////////////////////////////////////////////////////////////////
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | public protocol CompressionHandler {
[13/26] Compiling Starscream StringHTTPHandler.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/Compression.swift:23:8: error: no such module 'Foundation'
21 | //////////////////////////////////////////////////////////////////////////////////////////////////
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | public protocol CompressionHandler {
[14/26] Compiling Starscream Compression.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/Compression.swift:23:8: error: no such module 'Foundation'
21 | //////////////////////////////////////////////////////////////////////////////////////////////////
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | public protocol CompressionHandler {
[15/26] Compiling Starscream WSCompression.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/Compression.swift:23:8: error: no such module 'Foundation'
21 | //////////////////////////////////////////////////////////////////////////////////////////////////
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | public protocol CompressionHandler {
[16/26] Compiling Starscream Data+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/Compression.swift:23:8: error: no such module 'Foundation'
21 | //////////////////////////////////////////////////////////////////////////////////////////////////
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | public protocol CompressionHandler {
[17/26] Compiling Starscream Transport.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/Compression.swift:23:8: error: no such module 'Foundation'
21 | //////////////////////////////////////////////////////////////////////////////////////////////////
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | public protocol CompressionHandler {
[18/26] Compiling Starscream resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/Compression.swift:23:8: error: no such module 'Foundation'
21 | //////////////////////////////////////////////////////////////////////////////////////////////////
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | public protocol CompressionHandler {
[19/26] Compiling Starscream WebSocketServer.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/Compression.swift:23:8: error: no such module 'Foundation'
21 | //////////////////////////////////////////////////////////////////////////////////////////////////
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | public protocol CompressionHandler {
[20/26] Compiling Starscream WebSocket.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/Compression.swift:23:8: error: no such module 'Foundation'
21 | //////////////////////////////////////////////////////////////////////////////////////////////////
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | public protocol CompressionHandler {
[21/26] Compiling Starscream FoundationHTTPHandler.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/Compression.swift:23:8: error: no such module 'Foundation'
21 | //////////////////////////////////////////////////////////////////////////////////////////////////
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | public protocol CompressionHandler {
[22/26] Compiling Starscream FoundationHTTPServerHandler.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/Compression.swift:23:8: error: no such module 'Foundation'
21 | //////////////////////////////////////////////////////////////////////////////////////////////////
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | public protocol CompressionHandler {
[23/26] Compiling Starscream FrameCollector.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/Compression.swift:23:8: error: no such module 'Foundation'
21 | //////////////////////////////////////////////////////////////////////////////////////////////////
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | public protocol CompressionHandler {
[24/26] Compiling Starscream FoundationSecurity.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/Compression.swift:23:8: error: no such module 'Foundation'
21 | //////////////////////////////////////////////////////////////////////////////////////////////////
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | public protocol CompressionHandler {
[25/26] Compiling Starscream Security.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/Compression.swift:23:8: error: no such module 'Foundation'
21 | //////////////////////////////////////////////////////////////////////////////////////////////////
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | public protocol CompressionHandler {
[26/26] Compiling Starscream Server.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/Compression.swift:23:8: error: no such module 'Foundation'
21 | //////////////////////////////////////////////////////////////////////////////////////////////////
22 |
23 | import Foundation
   |        `- error: no such module 'Foundation'
24 |
25 | public protocol CompressionHandler {
BUILD FAILURE 6.2 wasm