Build Information
Failed to build Solana, reference 0.0.3 (fbd76e
), with Swift 6.2 (beta) for Linux on 18 Jun 2025 22:46:30 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/crewshin/solana-swift.git
Reference: 0.0.3
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/crewshin/solana-swift
* tag 0.0.3 -> FETCH_HEAD
HEAD is now at fbd76e7 Whoops. We're gonna need websockets lol
Cloned https://github.com/crewshin/solana-swift.git
Revision (git rev-parse @):
fbd76e723ba56b57e5b594a68a5d624bc5d87faf
SUCCESS checkout https://github.com/crewshin/solana-swift.git at 0.0.3
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/crewshin/solana-swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/crewshin/ed25519swift
Fetching https://github.com/keefertaylor/Base58Swift
[1/534] Fetching base58swift
[535/1486] Fetching base58swift, ed25519swift
Fetched https://github.com/keefertaylor/Base58Swift from cache (0.27s)
Fetched https://github.com/crewshin/ed25519swift from cache (0.27s)
Computing version for https://github.com/keefertaylor/Base58Swift
Computed https://github.com/keefertaylor/Base58Swift at 2.1.14 (0.64s)
Fetching https://github.com/attaswift/BigInt.git
[1/4807] Fetching bigint
Fetched https://github.com/attaswift/BigInt.git from cache (0.42s)
Computing version for https://github.com/crewshin/ed25519swift
Computed https://github.com/crewshin/ed25519swift at 1.2.6 (0.82s)
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
[1/12941] Fetching cryptoswift
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (1.34s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.6.0 (1.67s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.4 (0.45s)
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.6.0
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.8.4
Creating working copy for https://github.com/crewshin/ed25519swift
Working copy of https://github.com/crewshin/ed25519swift resolved at 1.2.6
Creating working copy for https://github.com/keefertaylor/Base58Swift
Working copy of https://github.com/keefertaylor/Base58Swift resolved at 2.1.14
Building for debugging...
[0/7] Write sources
[2/7] Copying PrivacyInfo.xcprivacy
[4/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/129] Emitting module BigInt
[9/131] Compiling BigInt Subtraction.swift
[10/131] Compiling BigInt Words and Bits.swift
[11/131] Compiling CryptoSwift BitwiseOps.swift
[12/131] Compiling CryptoSwift CS.swift
[13/131] Compiling CryptoSwift Addition.swift
[14/131] Compiling CryptoSwift BigInt.swift
[15/131] Compiling CryptoSwift BigUInt.swift
[16/131] Compiling CryptoSwift Strideable.swift
[17/131] Compiling CryptoSwift StringConversion.swift
[18/131] Compiling CryptoSwift Subtraction.swift
[19/131] Compiling CryptoSwift IntegerConversion.swift
[20/131] Compiling CryptoSwift Multiplication.swift
[21/131] Compiling CryptoSwift PrimeTest.swift
[22/131] Compiling CryptoSwift Random.swift
[23/131] Compiling CryptoSwift Shifts.swift
[24/131] Compiling CryptoSwift SquareRoot.swift
[28/131] Compiling CryptoSwift WordsAndBits.swift
[29/131] Compiling CryptoSwift ChaCha20.swift
[30/131] Compiling CryptoSwift Checksum.swift
[31/131] Compiling CryptoSwift Cipher.swift
[32/131] Compiling CryptoSwift Collection+Extension.swift
[33/145] Emitting module CryptoSwift
[45/145] Compiling CryptoSwift CMAC.swift
[47/146] Compiling CryptoSwift BlockEncryptor.swift
[48/146] Compiling CryptoSwift BlockMode.swift
[49/146] Compiling CryptoSwift BlockModeOptions.swift
[50/146] Compiling CryptoSwift CBC.swift
[51/146] Compiling CryptoSwift CCM.swift
[52/146] Compiling CryptoSwift CFB.swift
[53/146] Compiling CryptoSwift CTR.swift
[54/146] Compiling CryptoSwift CipherModeWorker.swift
[55/146] Compiling CryptoSwift ECB.swift
[56/146] Compiling CryptoSwift GCM.swift
[57/146] Compiling CryptoSwift OCB.swift
[58/146] Compiling CryptoSwift OFB.swift
[59/146] Compiling CryptoSwift PCBC.swift
[60/146] Compiling CryptoSwift Blowfish.swift
[61/146] Compiling CryptoSwift CBCMAC.swift
[62/146] Compiling CryptoSwift AEAD.swift
[63/146] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[64/146] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
[65/146] Compiling CryptoSwift AES.Cryptors.swift
[66/146] Compiling CryptoSwift AES.swift
[67/146] Compiling CryptoSwift ASN1.swift
[68/146] Compiling CryptoSwift ASN1Decoder.swift
[69/146] Compiling CryptoSwift ASN1Encoder.swift
[70/146] Compiling CryptoSwift ASN1Scanner.swift
[71/146] Compiling CryptoSwift Array+Extension.swift
[72/146] Compiling CryptoSwift Authenticator.swift
[73/146] Compiling CryptoSwift BatchedCollection.swift
[74/146] Compiling CryptoSwift Bit.swift
[75/146] Compiling CryptoSwift BlockCipher.swift
[76/146] Compiling CryptoSwift BlockDecryptor.swift
[85/146] Compiling CryptoSwift DataConversion.swift
[86/146] Compiling CryptoSwift Division.swift
[87/146] Compiling CryptoSwift Exponentiation.swift
[88/146] Compiling CryptoSwift FloatingPointConversion.swift
[89/146] Compiling CryptoSwift GCD.swift
[90/146] Compiling CryptoSwift Hashable.swift
[91/146] Compiling CryptoSwift CompactMap.swift
[92/146] Compiling CryptoSwift Cryptor.swift
[93/146] Compiling CryptoSwift Cryptors.swift
[94/146] Compiling CryptoSwift Digest.swift
[95/146] Compiling CryptoSwift DigestType.swift
[96/146] Compiling CryptoSwift AES+Foundation.swift
[97/146] Compiling CryptoSwift Array+Foundation.swift
[98/146] Compiling CryptoSwift Blowfish+Foundation.swift
[99/146] Compiling CryptoSwift ChaCha20+Foundation.swift
[100/146] Compiling CryptoSwift Data+Extension.swift
[101/146] Compiling CryptoSwift HMAC+Foundation.swift
[102/146] Compiling CryptoSwift Rabbit+Foundation.swift
[103/146] Compiling CryptoSwift String+FoundationExtension.swift
[104/146] Compiling CryptoSwift Utils+Foundation.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[105/148] Emitting module Base58Swift
/host/spi-builder-workspace/.build/checkouts/Base58Swift/Base58Swift/Base58.swift:4:8: error: no such module 'CommonCrypto'
2 |
3 | import BigInt
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
[106/148] Compiling Base58Swift Base58.swift
/host/spi-builder-workspace/.build/checkouts/Base58Swift/Base58Swift/Base58.swift:4:8: error: no such module 'CommonCrypto'
2 |
3 | import BigInt
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
BUILD FAILURE 6.2 linux