The Swift Package Index logo.Swift Package Index

Build Information

Failed to build WalletConnect, reference master (128765), with Swift 6.3 for Linux on 11 Apr 2026 11:46:04 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 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: 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/leixjin/WC-Swift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 1287653 添加依赖
Cloned https://github.com/leixjin/WC-Swift.git
Revision (git rev-parse @):
1287653d1cd853e4d53b86ca94147a9331e18d02
SUCCESS checkout https://github.com/leixjin/WC-Swift.git at master
========================================
Build
========================================
Selected platform:         linux
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-3":/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:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/krzyzanowskim/CryptoSwift
Fetching https://github.com/mxcl/PromiseKit
Fetching https://github.com/Flight-School/AnyCodable
Fetching https://github.com/daltoniam/Starscream
[1/782] Fetching anycodable
[658/18024] Fetching anycodable, promisekit
[1990/23132] Fetching anycodable, promisekit, starscream
[3396/36473] Fetching anycodable, promisekit, starscream, cryptoswift
Fetched https://github.com/Flight-School/AnyCodable from cache (0.34s)
[6550/35691] Fetching promisekit, starscream, cryptoswift
Fetched https://github.com/daltoniam/Starscream from cache (0.60s)
[8938/30583] Fetching promisekit, cryptoswift
Fetched https://github.com/mxcl/PromiseKit from cache (2.02s)
Fetched https://github.com/krzyzanowskim/CryptoSwift from cache (2.03s)
Computing version for https://github.com/daltoniam/Starscream
Computed https://github.com/daltoniam/Starscream at 3.1.2 (4.86s)
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.21s)
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 (2.55s)
Computing version for https://github.com/Flight-School/AnyCodable
Computed https://github.com/Flight-School/AnyCodable at 0.6.7 (0.57s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift
Computed https://github.com/krzyzanowskim/CryptoSwift at 1.9.0 (0.64s)
Computing version for https://github.com/mxcl/PromiseKit
Computed https://github.com/mxcl/PromiseKit at 6.22.1 (0.53s)
Creating working copy for https://github.com/Flight-School/AnyCodable
Working copy of https://github.com/Flight-School/AnyCodable resolved at 0.6.7
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/krzyzanowskim/CryptoSwift
Working copy of https://github.com/krzyzanowskim/CryptoSwift resolved at 1.9.0
Creating working copy for https://github.com/daltoniam/Starscream
Working copy of https://github.com/daltoniam/Starscream resolved at 3.1.2
warning: 'swift-nio-zlib-support': ignoring declared target(s) 'swift-nio-zlib-support' in the system package
warning: 'spi-builder-workspace': dependency 'anycodable' is not used by any target
Building for debugging...
[0/6] Copying PrivacyInfo.xcprivacy
[1/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/128] Emitting module PromiseKit
[8/130] Emitting module CryptoSwift
[9/144] Compiling PromiseKit race.swift
[10/144] Compiling PromiseKit when.swift
[11/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 {
[12/144] Compiling CryptoSwift BlockModeOptions.swift
[13/144] Compiling CryptoSwift CBC.swift
[14/144] Compiling CryptoSwift XChaCha20+Foundation.swift
[15/144] Compiling CryptoSwift Generics.swift
[16/144] Compiling CryptoSwift HKDF.swift
[17/144] Compiling CryptoSwift HMAC.swift
[18/144] Compiling CryptoSwift ISO10126Padding.swift
[19/144] Compiling CryptoSwift ISO78164Padding.swift
[20/144] Compiling CryptoSwift Int+Extension.swift
[21/144] Compiling CryptoSwift MD5.swift
[22/144] Compiling CryptoSwift NoPadding.swift
[23/144] Compiling CryptoSwift Operators.swift
[24/144] Compiling CryptoSwift DER.swift
[25/144] Compiling CryptoSwift PBKDF1.swift
[26/144] Compiling CryptoSwift PBKDF2.swift
[27/144] Compiling CryptoSwift PKCS1v15.swift
[28/144] Compiling CryptoSwift IntegerConversion.swift
[29/144] Compiling CryptoSwift Multiplication.swift
[30/144] Compiling CryptoSwift PrimeTest.swift
[31/144] Compiling CryptoSwift Random.swift
[32/144] Compiling CryptoSwift Shifts.swift
[33/144] Compiling CryptoSwift SquareRoot.swift
[34/144] Compiling CryptoSwift Strideable.swift
[35/144] Compiling CryptoSwift StringConversion.swift
[36/144] Compiling CryptoSwift Subtraction.swift
[37/144] Compiling CryptoSwift WordsAndBits.swift
[38/144] Compiling CryptoSwift ChaCha20.swift
[39/144] Compiling CryptoSwift Checksum.swift
[40/144] Compiling CryptoSwift Cipher.swift
[41/144] Compiling CryptoSwift Collection+Extension.swift
[42/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 {
[43/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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[44/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 {
[45/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 {
[46/144] Compiling CryptoSwift OFB.swift
[47/144] Compiling CryptoSwift PCBC.swift
[48/144] Compiling CryptoSwift CompactMap.swift
[49/144] Compiling CryptoSwift Cryptor.swift
[50/144] Compiling CryptoSwift Cryptors.swift
[51/144] Compiling CryptoSwift Digest.swift
[52/144] Compiling CryptoSwift DigestType.swift
[53/144] Compiling CryptoSwift AES+Foundation.swift
[54/144] Compiling CryptoSwift Array+Foundation.swift
[55/144] Compiling CryptoSwift Blowfish+Foundation.swift
[56/144] Compiling CryptoSwift ChaCha20+Foundation.swift
[57/144] Compiling CryptoSwift Data+Extension.swift
[58/144] Compiling CryptoSwift HMAC+Foundation.swift
[59/144] Compiling CryptoSwift Rabbit+Foundation.swift
[60/144] Compiling CryptoSwift BlockEncryptor.swift
[61/144] Compiling CryptoSwift String+FoundationExtension.swift
[62/144] Compiling CryptoSwift BlockMode.swift
[63/144] Compiling CryptoSwift Utils+Foundation.swift
[64/144] Compiling CryptoSwift CCM.swift
[65/144] Compiling CryptoSwift CFB.swift
[66/144] Compiling CryptoSwift GCM.swift
[67/144] Compiling CryptoSwift OCB.swift
[74/144] Compiling CryptoSwift CTR.swift
[75/144] Compiling CryptoSwift CipherModeWorker.swift
[76/144] Compiling CryptoSwift ECB.swift
[84/144] Compiling CryptoSwift Blowfish.swift
[85/144] Compiling CryptoSwift CBCMAC.swift
[90/144] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
[91/144] Compiling CryptoSwift AES.Cryptors.swift
[92/144] Compiling CryptoSwift AES.swift
[93/144] Compiling CryptoSwift ASN1.swift
[94/144] Compiling CryptoSwift ASN1Decoder.swift
[95/144] Compiling CryptoSwift ASN1Encoder.swift
[96/144] Compiling CryptoSwift ASN1Scanner.swift
[97/144] Compiling CryptoSwift Array+Extension.swift
[98/144] Compiling CryptoSwift Authenticator.swift
[99/144] Compiling CryptoSwift BatchedCollection.swift
[100/144] Compiling CryptoSwift Bit.swift
[101/144] Compiling CryptoSwift BlockCipher.swift
[102/144] Compiling CryptoSwift BlockDecryptor.swift
error: cancelled
BUILD FAILURE 6.3 linux