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 Solana, reference main (61a53d), with Swift 6.2 (beta) for Linux on 18 Jun 2025 22:46:21 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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: main
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
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 61a53de Merge pull request #5 from crewshin/feature/get-identity
Cloned https://github.com/crewshin/solana-swift.git
Revision (git rev-parse @):
61a53dee2a371127bb1998a62a5ec9aa9c419acb
SUCCESS checkout https://github.com/crewshin/solana-swift.git at main
========================================
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-4606859-2":/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/keefertaylor/Base58Swift
Fetching https://github.com/crewshin/ed25519swift
[1/952] Fetching ed25519swift
[344/1486] Fetching ed25519swift, base58swift
Fetched https://github.com/keefertaylor/Base58Swift from cache (0.37s)
Fetched https://github.com/crewshin/ed25519swift from cache (0.37s)
Computing version for https://github.com/crewshin/ed25519swift
Computed https://github.com/crewshin/ed25519swift at 1.2.6 (0.89s)
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
[1/12941] Fetching cryptoswift
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (1.68s)
Computing version for https://github.com/keefertaylor/Base58Swift
Computed https://github.com/keefertaylor/Base58Swift at 2.1.14 (2.12s)
Fetching https://github.com/attaswift/BigInt.git
[1/4807] Fetching bigint
Fetched https://github.com/attaswift/BigInt.git from cache (1.26s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.6.0 (2.70s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.4 (0.51s)
Creating working copy for https://github.com/keefertaylor/Base58Swift
Working copy of https://github.com/keefertaylor/Base58Swift resolved at 2.1.14
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/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.6.0
Building for debugging...
[0/7] Write sources
[0/7] Copying PrivacyInfo.xcprivacy
[1/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/129] Compiling CryptoSwift AEAD.swift
[9/129] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[10/129] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
[11/131] Compiling CryptoSwift ASN1Decoder.swift
[12/131] Compiling CryptoSwift ASN1Encoder.swift
[13/131] Compiling CryptoSwift ASN1Scanner.swift
[14/131] Compiling CryptoSwift AES.Cryptors.swift
[15/131] Compiling CryptoSwift AES.swift
[16/131] Compiling CryptoSwift ASN1.swift
[17/131] Compiling BigInt Subtraction.swift
[18/131] Compiling BigInt Words and Bits.swift
[19/131] Compiling CryptoSwift CBC.swift
[20/131] Compiling CryptoSwift CCM.swift
[21/131] Compiling CryptoSwift Array+Extension.swift
[22/131] Compiling CryptoSwift Authenticator.swift
[23/131] Compiling CryptoSwift BatchedCollection.swift
[24/131] Compiling CryptoSwift BlockEncryptor.swift
[25/131] Compiling CryptoSwift BlockMode.swift
[26/131] Compiling CryptoSwift BlockModeOptions.swift
[27/131] Compiling CryptoSwift Bit.swift
[28/131] Compiling CryptoSwift BlockCipher.swift
[29/131] Compiling CryptoSwift BlockDecryptor.swift
[30/131] Emitting module BigInt
[38/131] Compiling CryptoSwift CipherModeWorker.swift
[39/131] Compiling CryptoSwift ECB.swift
[40/131] Compiling CryptoSwift GCM.swift
[41/131] Compiling CryptoSwift OCB.swift
[42/131] Compiling CryptoSwift OFB.swift
[43/131] Compiling CryptoSwift PCBC.swift
[44/131] Compiling CryptoSwift Blowfish.swift
[45/131] Compiling CryptoSwift CBCMAC.swift
[46/131] Compiling CryptoSwift CMAC.swift
[47/131] Compiling CryptoSwift Addition.swift
[48/131] Compiling CryptoSwift BigInt.swift
[49/131] Compiling CryptoSwift BigUInt.swift
[50/131] Compiling CryptoSwift BitwiseOps.swift
[51/131] Compiling CryptoSwift CS.swift
[52/131] Compiling CryptoSwift Codable.swift
[53/131] Compiling CryptoSwift Comparable.swift
[54/131] Compiling CryptoSwift DataConversion.swift
[55/131] Compiling CryptoSwift Division.swift
[56/131] Compiling CryptoSwift Exponentiation.swift
[57/131] Compiling CryptoSwift FloatingPointConversion.swift
[58/131] Compiling CryptoSwift GCD.swift
[59/131] Compiling CryptoSwift Hashable.swift
[61/146] Compiling CryptoSwift IntegerConversion.swift
[62/146] Compiling CryptoSwift Multiplication.swift
[63/146] Compiling CryptoSwift PrimeTest.swift
[64/146] Compiling CryptoSwift Random.swift
[65/146] Compiling CryptoSwift Shifts.swift
[66/146] Compiling CryptoSwift SquareRoot.swift
[67/146] Compiling CryptoSwift Strideable.swift
[68/146] Compiling CryptoSwift StringConversion.swift
[69/146] Compiling CryptoSwift Subtraction.swift
[70/146] Compiling CryptoSwift WordsAndBits.swift
[71/146] Compiling CryptoSwift ChaCha20.swift
[72/146] Compiling CryptoSwift Checksum.swift
[73/146] Compiling CryptoSwift Cipher.swift
[74/146] Compiling CryptoSwift Collection+Extension.swift
[75/146] Compiling CryptoSwift CompactMap.swift
[76/146] Compiling CryptoSwift Cryptor.swift
[77/146] Compiling CryptoSwift Cryptors.swift
[78/146] Compiling CryptoSwift Digest.swift
[79/146] Compiling CryptoSwift DigestType.swift
[80/146] Compiling CryptoSwift AES+Foundation.swift
[81/146] Compiling CryptoSwift Array+Foundation.swift
[82/146] Compiling CryptoSwift Blowfish+Foundation.swift
[83/146] Compiling CryptoSwift ChaCha20+Foundation.swift
[84/146] Compiling CryptoSwift Data+Extension.swift
[85/146] Compiling CryptoSwift HMAC+Foundation.swift
[86/146] Compiling CryptoSwift Rabbit+Foundation.swift
[87/146] Compiling CryptoSwift String+FoundationExtension.swift
[88/146] Compiling CryptoSwift Utils+Foundation.swift
[89/146] Emitting module CryptoSwift
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 |
[107/148] Compiling CryptoSwift XChaCha20+Foundation.swift
[108/148] Compiling CryptoSwift Generics.swift
[109/148] Compiling CryptoSwift HKDF.swift
[110/148] Compiling CryptoSwift HMAC.swift
[111/148] Compiling CryptoSwift ISO10126Padding.swift
[112/148] Compiling CryptoSwift ISO78164Padding.swift
[113/148] Compiling CryptoSwift Int+Extension.swift
[114/148] Compiling CryptoSwift MD5.swift
[115/148] Compiling CryptoSwift NoPadding.swift
[116/148] Compiling CryptoSwift Operators.swift
[117/148] Compiling CryptoSwift DER.swift
[118/148] Compiling CryptoSwift PBKDF1.swift
[119/148] Compiling CryptoSwift PBKDF2.swift
[120/148] Compiling CryptoSwift PKCS1v15.swift
BUILD FAILURE 6.2 linux