The Swift Package Index logo.Swift Package Index

Build Information

Failed to build WalletConnect, reference 0.1.2 (7262b1), with Swift 6.3 for Wasm on 11 Apr 2026 11:47:40 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/leixjin/WC-Swift.git
Reference: 0.1.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/leixjin/WC-Swift
 * tag               0.1.2      -> FETCH_HEAD
HEAD is now at 7262b1f 修改 podspec
Cloned https://github.com/leixjin/WC-Swift.git
Revision (git rev-parse @):
7262b1fdc639407a849d34d9d10cc80d013f7029
SUCCESS checkout https://github.com/leixjin/WC-Swift.git at 0.1.2
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/leixjin/WC-Swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Fetching https://github.com/mxcl/PromiseKit
Fetching https://github.com/krzyzanowskim/CryptoSwift
Fetching https://github.com/daltoniam/Starscream
[1/13341] Fetching cryptoswift
[135/30583] Fetching cryptoswift, promisekit
[441/35691] Fetching cryptoswift, promisekit, starscream
Fetched https://github.com/daltoniam/Starscream from cache (0.62s)
[9761/30583] Fetching cryptoswift, promisekit
Fetched https://github.com/mxcl/PromiseKit from cache (2.11s)
Fetched https://github.com/krzyzanowskim/CryptoSwift from cache (2.48s)
Computing version for https://github.com/daltoniam/Starscream
Computed https://github.com/daltoniam/Starscream at 3.1.2 (6.84s)
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.27s)
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 (4.11s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift
Computed https://github.com/krzyzanowskim/CryptoSwift at 1.9.0 (1.39s)
Computing version for https://github.com/mxcl/PromiseKit
Computed https://github.com/mxcl/PromiseKit at 6.22.1 (0.87s)
Creating working copy for https://github.com/mxcl/PromiseKit
Working copy of https://github.com/mxcl/PromiseKit resolved at 6.22.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/daltoniam/Starscream
Working copy of https://github.com/daltoniam/Starscream resolved at 3.1.2
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift
Working copy of https://github.com/krzyzanowskim/CryptoSwift resolved at 1.9.0
warning: 'swift-nio-zlib-support': ignoring declared target(s) 'swift-nio-zlib-support' in the system package
Building for debugging...
[0/6] Copying PrivacyInfo.xcprivacy
[1/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/128] Emitting module PromiseKit
/host/spi-builder-workspace/.build/checkouts/PromiseKit/Sources/Box.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | enum Sealant<R> {
[8/130] Emitting module CryptoSwift
[9/144] Compiling CryptoSwift IntegerConversion.swift
[10/144] Compiling CryptoSwift Multiplication.swift
[11/144] Compiling CryptoSwift PrimeTest.swift
[12/144] Compiling CryptoSwift Random.swift
[13/144] Compiling CryptoSwift Shifts.swift
[14/144] Compiling CryptoSwift SquareRoot.swift
[15/144] Compiling CryptoSwift Strideable.swift
[16/144] Compiling CryptoSwift StringConversion.swift
[17/144] Compiling CryptoSwift Subtraction.swift
[18/144] Compiling CryptoSwift WordsAndBits.swift
[19/144] Compiling CryptoSwift ChaCha20.swift
[20/144] Compiling CryptoSwift Checksum.swift
[21/144] Compiling CryptoSwift Cipher.swift
[22/144] Compiling CryptoSwift Collection+Extension.swift
[23/144] Compiling PromiseKit race.swift
[24/144] Compiling PromiseKit when.swift
[25/144] Compiling CryptoSwift BlockModeOptions.swift
[26/144] Compiling CryptoSwift CBC.swift
[27/144] Compiling CryptoSwift CCM.swift
[28/144] Compiling CryptoSwift CFB.swift
[29/144] Compiling CryptoSwift CTR.swift
[30/144] Compiling CryptoSwift CipherModeWorker.swift
[31/144] Compiling CryptoSwift ECB.swift
[32/144] Compiling CryptoSwift GCM.swift
[33/144] Compiling CryptoSwift OCB.swift
[34/144] Compiling CryptoSwift OFB.swift
[35/144] Compiling CryptoSwift PCBC.swift
[36/144] Compiling CryptoSwift Blowfish.swift
[37/144] Compiling CryptoSwift CBCMAC.swift
/host/spi-builder-workspace/.build/checkouts/PromiseKit/Sources/Box.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | enum Sealant<R> {
/host/spi-builder-workspace/.build/checkouts/PromiseKit/Sources/Box.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | enum Sealant<R> {
[40/144] Compiling Starscream WebSocket.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Starscream/Compression.swift:30:8: error: no such module 'zlib'
 28 |
 29 | import Foundation
 30 | import zlib
    |        `- error: no such module 'zlib'
 31 |
 32 | class Decompressor {
[41/144] Compiling CryptoSwift BlockCipher.swift
/host/spi-builder-workspace/.build/checkouts/PromiseKit/Sources/Box.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | enum Sealant<R> {
[42/144] Compiling CryptoSwift BlockDecryptor.swift
/host/spi-builder-workspace/.build/checkouts/PromiseKit/Sources/Box.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | enum Sealant<R> {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[43/144] Emitting module Starscream
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Starscream/Compression.swift:30:8: error: no such module 'zlib'
 28 |
 29 | import Foundation
 30 | import zlib
    |        `- error: no such module 'zlib'
 31 |
 32 | class Decompressor {
[44/144] Compiling Starscream Compression.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Starscream/Compression.swift:30:8: error: no such module 'zlib'
 28 |
 29 | import Foundation
 30 | import zlib
    |        `- error: no such module 'zlib'
 31 |
 32 | class Decompressor {
[45/144] Compiling Starscream SSLClientCertificate.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Starscream/Compression.swift:30:8: error: no such module 'zlib'
 28 |
 29 | import Foundation
 30 | import zlib
    |        `- error: no such module 'zlib'
 31 |
 32 | class Decompressor {
[46/144] Compiling CryptoSwift BatchedCollection.swift
/host/spi-builder-workspace/.build/checkouts/PromiseKit/Sources/Box.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | enum Sealant<R> {
[47/144] Compiling CryptoSwift Bit.swift
/host/spi-builder-workspace/.build/checkouts/PromiseKit/Sources/Box.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | enum Sealant<R> {
[48/144] Compiling CryptoSwift Array+Extension.swift
/host/spi-builder-workspace/.build/checkouts/PromiseKit/Sources/Box.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | enum Sealant<R> {
[49/144] Compiling CryptoSwift Authenticator.swift
/host/spi-builder-workspace/.build/checkouts/PromiseKit/Sources/Box.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | enum Sealant<R> {
[50/144] Compiling CryptoSwift ASN1Encoder.swift
/host/spi-builder-workspace/.build/checkouts/PromiseKit/Sources/Box.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | enum Sealant<R> {
[51/144] Compiling CryptoSwift ASN1Scanner.swift
/host/spi-builder-workspace/.build/checkouts/PromiseKit/Sources/Box.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | enum Sealant<R> {
[52/144] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
/host/spi-builder-workspace/.build/checkouts/PromiseKit/Sources/Box.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | enum Sealant<R> {
[53/144] Compiling CryptoSwift AES.Cryptors.swift
/host/spi-builder-workspace/.build/checkouts/PromiseKit/Sources/Box.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | enum Sealant<R> {
[54/144] Compiling CryptoSwift AEAD.swift
/host/spi-builder-workspace/.build/checkouts/PromiseKit/Sources/Box.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | enum Sealant<R> {
[55/144] Compiling CryptoSwift AEADChaCha20Poly1305.swift
/host/spi-builder-workspace/.build/checkouts/PromiseKit/Sources/Box.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | enum Sealant<R> {
[56/144] Compiling CryptoSwift AES.swift
/host/spi-builder-workspace/.build/checkouts/PromiseKit/Sources/Box.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | enum Sealant<R> {
[57/144] Compiling CryptoSwift ASN1.swift
/host/spi-builder-workspace/.build/checkouts/PromiseKit/Sources/Box.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | enum Sealant<R> {
[58/144] Compiling CryptoSwift ASN1Decoder.swift
/host/spi-builder-workspace/.build/checkouts/PromiseKit/Sources/Box.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | enum Sealant<R> {
[59/144] Compiling Starscream SSLSecurity.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Starscream/Compression.swift:30:8: error: no such module 'zlib'
 28 |
 29 | import Foundation
 30 | import zlib
    |        `- error: no such module 'zlib'
 31 |
 32 | class Decompressor {
[60/144] Compiling CryptoSwift CompactMap.swift
[61/144] Compiling CryptoSwift Cryptor.swift
[62/144] Compiling CryptoSwift Cryptors.swift
[63/144] Compiling CryptoSwift Digest.swift
[64/144] Compiling CryptoSwift DigestType.swift
[65/144] Compiling CryptoSwift AES+Foundation.swift
[66/144] Compiling CryptoSwift Array+Foundation.swift
[67/144] Compiling CryptoSwift Blowfish+Foundation.swift
[68/144] Compiling CryptoSwift ChaCha20+Foundation.swift
[69/144] Compiling CryptoSwift Data+Extension.swift
[70/144] Compiling CryptoSwift HMAC+Foundation.swift
[71/144] Compiling CryptoSwift Rabbit+Foundation.swift
[72/144] Compiling CryptoSwift String+FoundationExtension.swift
[73/144] Compiling CryptoSwift Utils+Foundation.swift
BUILD FAILURE 6.3 wasm