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 ScClient, reference master (e97629), with Swift 6.2 (beta) for Wasm on 17 Jun 2025 15:06:14 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/sacOO7/socketcluster-client-swift.git
Reference: master
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/sacOO7/socketcluster-client-swift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at e97629e [sachin][updated readme and podspec]
Cloned https://github.com/sacOO7/socketcluster-client-swift.git
Revision (git rev-parse @):
e97629e8cebfd7acf0b882856464a063327e4174
SUCCESS checkout https://github.com/sacOO7/socketcluster-client-swift.git at master
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/sacOO7/socketcluster-client-swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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.git
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/ReactiveX/RxSwift.git
Fetching https://github.com/Quick/Nimble.git
[1/5033] Fetching starscream
[1209/24617] Fetching starscream, nimble
[4772/77303] Fetching starscream, nimble, rxswift
[15018/92062] Fetching starscream, nimble, rxswift, quick
Fetching https://github.com/alibaba/HandyJSON.git
[66052/94075] Fetching starscream, nimble, rxswift, quick, handyjson
Fetched https://github.com/alibaba/HandyJSON.git from cache (0.67s)
[84160/92062] Fetching starscream, nimble, rxswift, quick
Fetched https://github.com/daltoniam/Starscream.git from cache (6.10s)
Fetched https://github.com/Quick/Quick.git from cache (6.10s)
Fetched https://github.com/Quick/Nimble.git from cache (6.12s)
Fetched https://github.com/ReactiveX/RxSwift.git from cache (6.24s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 8.0.2 (9.83s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 2.2.0 (0.63s)
Computing version for https://github.com/alibaba/HandyJSON.git
Computed https://github.com/alibaba/HandyJSON.git at 5.0.1 (0.43s)
Computing version for https://github.com/daltoniam/Starscream.git
Computed https://github.com/daltoniam/Starscream.git at 3.1.1 (3.31s)
Fetching https://github.com/apple/swift-nio-zlib-support.git
[1/15] Fetching swift-nio-zlib-support
Fetched https://github.com/apple/swift-nio-zlib-support.git from cache (0.20s)
Computing version for https://github.com/apple/swift-nio-zlib-support.git
Computed https://github.com/apple/swift-nio-zlib-support.git at 1.0.0 (0.60s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 5.1.3 (0.54s)
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 8.0.2
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 2.2.0
Creating working copy for https://github.com/alibaba/HandyJSON.git
Working copy of https://github.com/alibaba/HandyJSON.git resolved at 5.0.1
Creating working copy for https://github.com/daltoniam/Starscream.git
Working copy of https://github.com/daltoniam/Starscream.git resolved at 3.1.1
Creating working copy for https://github.com/apple/swift-nio-zlib-support.git
Working copy of https://github.com/apple/swift-nio-zlib-support.git resolved at 1.0.0
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 5.1.3
warning: 'swift-nio-zlib-support': ignoring declared target(s) 'swift-nio-zlib-support' in the system package
Building for debugging...
[0/11] Write sources
[4/11] Write swift-version-24593BA9C3E375BF.txt
[6/48] Compiling HandyJSON Properties.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/BuiltInBasicType.swift:20:8: error: no such module 'Foundation'
 18 | //
 19 |
 20 | import Foundation
    |        `- error: no such module 'Foundation'
 21 |
 22 | protocol _BuiltInBasicType: _Transformable {
[7/48] Compiling HandyJSON PropertyInfo.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/BuiltInBasicType.swift:20:8: error: no such module 'Foundation'
 18 | //
 19 |
 20 | import Foundation
    |        `- error: no such module 'Foundation'
 21 |
 22 | protocol _BuiltInBasicType: _Transformable {
[8/48] Compiling HandyJSON ReflectionHelper.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/BuiltInBasicType.swift:20:8: error: no such module 'Foundation'
 18 | //
 19 |
 20 | import Foundation
    |        `- error: no such module 'Foundation'
 21 |
 22 | protocol _BuiltInBasicType: _Transformable {
[9/48] Compiling HandyJSON Serializer.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/BuiltInBasicType.swift:20:8: error: no such module 'Foundation'
 18 | //
 19 |
 20 | import Foundation
    |        `- error: no such module 'Foundation'
 21 |
 22 | protocol _BuiltInBasicType: _Transformable {
[10/48] Compiling HandyJSON Deserializer.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/BuiltInBasicType.swift:20:8: error: no such module 'Foundation'
 18 | //
 19 |
 20 | import Foundation
    |        `- error: no such module 'Foundation'
 21 |
 22 | protocol _BuiltInBasicType: _Transformable {
[11/48] Compiling HandyJSON EnumTransform.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/BuiltInBasicType.swift:20:8: error: no such module 'Foundation'
 18 | //
 19 |
 20 | import Foundation
    |        `- error: no such module 'Foundation'
 21 |
 22 | protocol _BuiltInBasicType: _Transformable {
[12/48] Compiling HandyJSON EnumType.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/BuiltInBasicType.swift:20:8: error: no such module 'Foundation'
 18 | //
 19 |
 20 | import Foundation
    |        `- error: no such module 'Foundation'
 21 |
 22 | protocol _BuiltInBasicType: _Transformable {
[13/48] Compiling HandyJSON Export.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/BuiltInBasicType.swift:20:8: error: no such module 'Foundation'
 18 | //
 19 |
 20 | import Foundation
    |        `- error: no such module 'Foundation'
 21 |
 22 | protocol _BuiltInBasicType: _Transformable {
[14/48] Compiling HandyJSON ExtendCustomBasicType.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/BuiltInBasicType.swift:20:8: error: no such module 'Foundation'
 18 | //
 19 |
 20 | import Foundation
    |        `- error: no such module 'Foundation'
 21 |
 22 | protocol _BuiltInBasicType: _Transformable {
[15/48] Compiling Starscream SSLSecurity.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Starscream/Compression.swift:29:8: error: no such module 'Foundation'
 27 | //////////////////////////////////////////////////////////////////////////////////////////////////
 28 |
 29 | import Foundation
    |        `- error: no such module 'Foundation'
 30 | import zlib
 31 |
[16/48] Compiling Starscream WebSocket.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Starscream/Compression.swift:29:8: error: no such module 'Foundation'
 27 | //////////////////////////////////////////////////////////////////////////////////////////////////
 28 |
 29 | import Foundation
    |        `- error: no such module 'Foundation'
 30 | import zlib
 31 |
[17/52] Compiling HandyJSON TransformOf.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/BuiltInBasicType.swift:20:8: error: no such module 'Foundation'
 18 | //
 19 |
 20 | import Foundation
    |        `- error: no such module 'Foundation'
 21 |
 22 | protocol _BuiltInBasicType: _Transformable {
[18/52] Compiling HandyJSON TransformType.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/BuiltInBasicType.swift:20:8: error: no such module 'Foundation'
 18 | //
 19 |
 20 | import Foundation
    |        `- error: no such module 'Foundation'
 21 |
 22 | protocol _BuiltInBasicType: _Transformable {
[19/52] Compiling HandyJSON Transformable.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/BuiltInBasicType.swift:20:8: error: no such module 'Foundation'
 18 | //
 19 |
 20 | import Foundation
    |        `- error: no such module 'Foundation'
 21 |
 22 | protocol _BuiltInBasicType: _Transformable {
[20/52] Compiling HandyJSON URLTransform.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/BuiltInBasicType.swift:20:8: error: no such module 'Foundation'
 18 | //
 19 |
 20 | import Foundation
    |        `- error: no such module 'Foundation'
 21 |
 22 | protocol _BuiltInBasicType: _Transformable {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[21/52] Emitting module Starscream
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Starscream/Compression.swift:29:8: error: no such module 'Foundation'
 27 | //////////////////////////////////////////////////////////////////////////////////////////////////
 28 |
 29 | import Foundation
    |        `- error: no such module 'Foundation'
 30 | import zlib
 31 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[22/52] Emitting module HandyJSON
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/BuiltInBasicType.swift:20:8: error: no such module 'Foundation'
 18 | //
 19 |
 20 | import Foundation
    |        `- error: no such module 'Foundation'
 21 |
 22 | protocol _BuiltInBasicType: _Transformable {
[23/52] Compiling HandyJSON ContextDescriptorType.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/BuiltInBasicType.swift:20:8: error: no such module 'Foundation'
 18 | //
 19 |
 20 | import Foundation
    |        `- error: no such module 'Foundation'
 21 |
 22 | protocol _BuiltInBasicType: _Transformable {
[24/52] Compiling HandyJSON CustomDateFormatTransform.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/BuiltInBasicType.swift:20:8: error: no such module 'Foundation'
 18 | //
 19 |
 20 | import Foundation
    |        `- error: no such module 'Foundation'
 21 |
 22 | protocol _BuiltInBasicType: _Transformable {
[25/52] Compiling HandyJSON DataTransform.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/BuiltInBasicType.swift:20:8: error: no such module 'Foundation'
 18 | //
 19 |
 20 | import Foundation
    |        `- error: no such module 'Foundation'
 21 |
 22 | protocol _BuiltInBasicType: _Transformable {
[26/52] Compiling HandyJSON DateFormatterTransform.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/BuiltInBasicType.swift:20:8: error: no such module 'Foundation'
 18 | //
 19 |
 20 | import Foundation
    |        `- error: no such module 'Foundation'
 21 |
 22 | protocol _BuiltInBasicType: _Transformable {
[27/52] Compiling HandyJSON DateTransform.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/BuiltInBasicType.swift:20:8: error: no such module 'Foundation'
 18 | //
 19 |
 20 | import Foundation
    |        `- error: no such module 'Foundation'
 21 |
 22 | protocol _BuiltInBasicType: _Transformable {
[28/52] Compiling HandyJSON AnyExtensions.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/BuiltInBasicType.swift:20:8: error: no such module 'Foundation'
 18 | //
 19 |
 20 | import Foundation
    |        `- error: no such module 'Foundation'
 21 |
 22 | protocol _BuiltInBasicType: _Transformable {
[29/52] Compiling HandyJSON BuiltInBasicType.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/BuiltInBasicType.swift:20:8: error: no such module 'Foundation'
 18 | //
 19 |
 20 | import Foundation
    |        `- error: no such module 'Foundation'
 21 |
 22 | protocol _BuiltInBasicType: _Transformable {
[30/52] Compiling HandyJSON BuiltInBridgeType.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/BuiltInBasicType.swift:20:8: error: no such module 'Foundation'
 18 | //
 19 |
 20 | import Foundation
    |        `- error: no such module 'Foundation'
 21 |
 22 | protocol _BuiltInBasicType: _Transformable {
[31/52] Compiling HandyJSON CBridge.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/BuiltInBasicType.swift:20:8: error: no such module 'Foundation'
 18 | //
 19 |
 20 | import Foundation
    |        `- error: no such module 'Foundation'
 21 |
 22 | protocol _BuiltInBasicType: _Transformable {
[32/52] Compiling HandyJSON Configuration.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/BuiltInBasicType.swift:20:8: error: no such module 'Foundation'
 18 | //
 19 |
 20 | import Foundation
    |        `- error: no such module 'Foundation'
 21 |
 22 | protocol _BuiltInBasicType: _Transformable {
[33/52] Compiling Starscream SSLClientCertificate.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Starscream/Compression.swift:29:8: error: no such module 'Foundation'
 27 | //////////////////////////////////////////////////////////////////////////////////////////////////
 28 |
 29 | import Foundation
    |        `- error: no such module 'Foundation'
 30 | import zlib
 31 |
[34/52] Compiling HandyJSON ISO8601DateTransform.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/BuiltInBasicType.swift:20:8: error: no such module 'Foundation'
 18 | //
 19 |
 20 | import Foundation
    |        `- error: no such module 'Foundation'
 21 |
 22 | protocol _BuiltInBasicType: _Transformable {
[35/52] Compiling HandyJSON Logger.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/BuiltInBasicType.swift:20:8: error: no such module 'Foundation'
 18 | //
 19 |
 20 | import Foundation
    |        `- error: no such module 'Foundation'
 21 |
 22 | protocol _BuiltInBasicType: _Transformable {
[36/52] Compiling HandyJSON MangledName.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/BuiltInBasicType.swift:20:8: error: no such module 'Foundation'
 18 | //
 19 |
 20 | import Foundation
    |        `- error: no such module 'Foundation'
 21 |
 22 | protocol _BuiltInBasicType: _Transformable {
[37/52] Compiling HandyJSON Measuable.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/BuiltInBasicType.swift:20:8: error: no such module 'Foundation'
 18 | //
 19 |
 20 | import Foundation
    |        `- error: no such module 'Foundation'
 21 |
 22 | protocol _BuiltInBasicType: _Transformable {
[38/52] Compiling HandyJSON ExtendCustomModelType.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/BuiltInBasicType.swift:20:8: error: no such module 'Foundation'
 18 | //
 19 |
 20 | import Foundation
    |        `- error: no such module 'Foundation'
 21 |
 22 | protocol _BuiltInBasicType: _Transformable {
[39/52] Compiling HandyJSON FieldDescriptor.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/BuiltInBasicType.swift:20:8: error: no such module 'Foundation'
 18 | //
 19 |
 20 | import Foundation
    |        `- error: no such module 'Foundation'
 21 |
 22 | protocol _BuiltInBasicType: _Transformable {
[40/52] Compiling HandyJSON HelpingMapper.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/BuiltInBasicType.swift:20:8: error: no such module 'Foundation'
 18 | //
 19 |
 20 | import Foundation
    |        `- error: no such module 'Foundation'
 21 |
 22 | protocol _BuiltInBasicType: _Transformable {
[41/52] Compiling HandyJSON HexColorTransform.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/BuiltInBasicType.swift:20:8: error: no such module 'Foundation'
 18 | //
 19 |
 20 | import Foundation
    |        `- error: no such module 'Foundation'
 21 |
 22 | protocol _BuiltInBasicType: _Transformable {
[42/52] Compiling HandyJSON Metadata.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/BuiltInBasicType.swift:20:8: error: no such module 'Foundation'
 18 | //
 19 |
 20 | import Foundation
    |        `- error: no such module 'Foundation'
 21 |
 22 | protocol _BuiltInBasicType: _Transformable {
[43/52] Compiling HandyJSON NSDecimalNumberTransform.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/BuiltInBasicType.swift:20:8: error: no such module 'Foundation'
 18 | //
 19 |
 20 | import Foundation
    |        `- error: no such module 'Foundation'
 21 |
 22 | protocol _BuiltInBasicType: _Transformable {
[44/52] Compiling HandyJSON OtherExtension.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/BuiltInBasicType.swift:20:8: error: no such module 'Foundation'
 18 | //
 19 |
 20 | import Foundation
    |        `- error: no such module 'Foundation'
 21 |
 22 | protocol _BuiltInBasicType: _Transformable {
[45/52] Compiling HandyJSON PointerType.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/BuiltInBasicType.swift:20:8: error: no such module 'Foundation'
 18 | //
 19 |
 20 | import Foundation
    |        `- error: no such module 'Foundation'
 21 |
 22 | protocol _BuiltInBasicType: _Transformable {
[46/52] Compiling Starscream Compression.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Starscream/Compression.swift:29:8: error: no such module 'Foundation'
 27 | //////////////////////////////////////////////////////////////////////////////////////////////////
 28 |
 29 | import Foundation
    |        `- error: no such module 'Foundation'
 30 | import zlib
 31 |
BUILD FAILURE 6.2 wasm