This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build Solana with Swift 5.9 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.22.5
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/crewshin/solana-swift.git
Reference: main
Cloned https://github.com/crewshin/solana-swift.git into /host/spi-builder-workspace
Revision (git rev-parse @):
SUCCESS checkout https://github.com/crewshin/solana-swift.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  /host/spi-builder-workspace
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Fetching https://github.com/crewshin/ed25519swift
Fetching https://github.com/keefertaylor/Base58Swift
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
[1/508] Fetching base58swift
[103/1460] Fetching base58swift, ed25519swift
[1461/13929] Fetching base58swift, ed25519swift, cryptoswift
Fetching https://github.com/attaswift/BigInt.git
Fetched https://github.com/keefertaylor/Base58Swift (1.22s)
Fetched https://github.com/crewshin/ed25519swift (1.22s)
Computing version for https://github.com/crewshin/ed25519swift
Fetched https://github.com/krzyzanowskim/CryptoSwift.git (1.24s)
[1/3097] Fetching bigint
Computed https://github.com/crewshin/ed25519swift at 1.2.6 (0.41s)
Computing version for https://github.com/keefertaylor/Base58Swift
Fetched https://github.com/attaswift/BigInt.git (0.42s)
Computed https://github.com/keefertaylor/Base58Swift at 2.1.14 (0.37s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.3.8 (0.43s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.2.1 (0.38s)
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.2.1
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.3.8
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...
[1/89] Emitting module CryptoSwift
[2/98] Compiling CryptoSwift Bit.swift
[3/98] Compiling CryptoSwift BlockCipher.swift
[4/98] Compiling CryptoSwift BlockDecryptor.swift
[5/98] Compiling CryptoSwift AES.Cryptors.swift
[6/98] Compiling CryptoSwift AES.swift
[7/98] Compiling CryptoSwift Array+Extension.swift
[8/98] Compiling CryptoSwift Authenticator.swift
[9/98] Compiling CryptoSwift BatchedCollection.swift
[10/100] Emitting module BigInt
[11/100] Compiling CryptoSwift CTR.swift
[12/100] Compiling CryptoSwift CipherModeWorker.swift
[13/100] Compiling CryptoSwift ECB.swift
[14/100] Compiling CryptoSwift String+Extension.swift
[15/100] Compiling CryptoSwift UInt128.swift
[16/100] Compiling CryptoSwift UInt16+Extension.swift
[17/100] Compiling CryptoSwift UInt32+Extension.swift
[18/100] Compiling CryptoSwift UInt64+Extension.swift
[19/100] Compiling CryptoSwift UInt8+Extension.swift
[20/100] Compiling CryptoSwift Updatable.swift
[21/100] Compiling CryptoSwift Utils.swift
[22/100] Compiling CryptoSwift ZeroPadding.swift
[23/100] Compiling CryptoSwift MD5.swift
[24/100] Compiling CryptoSwift NoPadding.swift
[25/100] Compiling CryptoSwift Operators.swift
[26/100] Compiling CryptoSwift PBKDF1.swift
[27/100] Compiling CryptoSwift PBKDF2.swift
[28/100] Compiling CryptoSwift PKCS5.swift
[29/100] Compiling CryptoSwift PKCS7.swift
[30/100] Compiling CryptoSwift PKCS7Padding.swift
[31/100] Compiling CryptoSwift Padding.swift
[32/100] Compiling CryptoSwift CompactMap.swift
[33/100] Compiling CryptoSwift Cryptor.swift
[34/100] Compiling CryptoSwift Cryptors.swift
[35/100] Compiling CryptoSwift Digest.swift
[36/100] Compiling CryptoSwift DigestType.swift
[37/100] Compiling CryptoSwift AES+Foundation.swift
[38/100] Compiling CryptoSwift Array+Foundation.swift
[39/100] Compiling CryptoSwift Blowfish+Foundation.swift
[40/100] Compiling CryptoSwift ChaCha20+Foundation.swift
[41/100] Compiling CryptoSwift Data+Extension.swift
[42/100] Compiling CryptoSwift HMAC+Foundation.swift
[43/100] Compiling CryptoSwift Rabbit+Foundation.swift
[44/100] Compiling CryptoSwift String+FoundationExtension.swift
[45/100] Compiling CryptoSwift Utils+Foundation.swift
[46/100] Compiling CryptoSwift Generics.swift
[47/100] Compiling CryptoSwift HKDF.swift
[48/100] Compiling CryptoSwift HMAC.swift
[49/100] Compiling CryptoSwift ISO78164Padding.swift
[50/100] Compiling CryptoSwift Int+Extension.swift
[51/100] Compiling CryptoSwift GCM.swift
[52/100] Compiling CryptoSwift AEAD.swift
[53/100] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[54/100] Compiling CryptoSwift BlockEncryptor.swift
[55/100] Compiling CryptoSwift BlockMode.swift
[56/100] Compiling CryptoSwift BlockModeOptions.swift
[57/100] Compiling CryptoSwift CBC.swift
[58/100] Compiling CryptoSwift CCM.swift
[59/100] Compiling CryptoSwift CFB.swift
[60/100] Compiling BigInt Subtraction.swift
[61/100] Compiling BigInt Words and Bits.swift
[74/104] Compiling Base58Swift Base58.swift
/host/spi-builder-workspace/.build/checkouts/Base58Swift/Base58Swift/Base58.swift:4:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[75/104] Emitting module Base58Swift
/host/spi-builder-workspace/.build/checkouts/Base58Swift/Base58Swift/Base58.swift:4:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
error: fatalError
Fetching https://github.com/crewshin/ed25519swift
Fetching https://github.com/keefertaylor/Base58Swift
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
[1/508] Fetching base58swift
[103/1460] Fetching base58swift, ed25519swift
[1461/13929] Fetching base58swift, ed25519swift, cryptoswift
Fetching https://github.com/attaswift/BigInt.git
Fetched https://github.com/keefertaylor/Base58Swift (1.22s)
Fetched https://github.com/crewshin/ed25519swift (1.22s)
Computing version for https://github.com/crewshin/ed25519swift
Fetched https://github.com/krzyzanowskim/CryptoSwift.git (1.24s)
[1/3097] Fetching bigint
Computed https://github.com/crewshin/ed25519swift at 1.2.6 (0.41s)
Computing version for https://github.com/keefertaylor/Base58Swift
Fetched https://github.com/attaswift/BigInt.git (0.42s)
Computed https://github.com/keefertaylor/Base58Swift at 2.1.14 (0.37s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.3.8 (0.43s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.2.1 (0.38s)
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.2.1
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.3.8
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...
[1/89] Emitting module CryptoSwift
[2/98] Compiling CryptoSwift Bit.swift
[3/98] Compiling CryptoSwift BlockCipher.swift
[4/98] Compiling CryptoSwift BlockDecryptor.swift
[5/98] Compiling CryptoSwift AES.Cryptors.swift
[6/98] Compiling CryptoSwift AES.swift
[7/98] Compiling CryptoSwift Array+Extension.swift
[8/98] Compiling CryptoSwift Authenticator.swift
[9/98] Compiling CryptoSwift BatchedCollection.swift
[10/100] Emitting module BigInt
[11/100] Compiling CryptoSwift CTR.swift
[12/100] Compiling CryptoSwift CipherModeWorker.swift
[13/100] Compiling CryptoSwift ECB.swift
[14/100] Compiling CryptoSwift String+Extension.swift
[15/100] Compiling CryptoSwift UInt128.swift
[16/100] Compiling CryptoSwift UInt16+Extension.swift
[17/100] Compiling CryptoSwift UInt32+Extension.swift
[18/100] Compiling CryptoSwift UInt64+Extension.swift
[19/100] Compiling CryptoSwift UInt8+Extension.swift
[20/100] Compiling CryptoSwift Updatable.swift
[21/100] Compiling CryptoSwift Utils.swift
[22/100] Compiling CryptoSwift ZeroPadding.swift
[23/100] Compiling CryptoSwift MD5.swift
[24/100] Compiling CryptoSwift NoPadding.swift
[25/100] Compiling CryptoSwift Operators.swift
[26/100] Compiling CryptoSwift PBKDF1.swift
[27/100] Compiling CryptoSwift PBKDF2.swift
[28/100] Compiling CryptoSwift PKCS5.swift
[29/100] Compiling CryptoSwift PKCS7.swift
[30/100] Compiling CryptoSwift PKCS7Padding.swift
[31/100] Compiling CryptoSwift Padding.swift
[32/100] Compiling CryptoSwift CompactMap.swift
[33/100] Compiling CryptoSwift Cryptor.swift
[34/100] Compiling CryptoSwift Cryptors.swift
[35/100] Compiling CryptoSwift Digest.swift
[36/100] Compiling CryptoSwift DigestType.swift
[37/100] Compiling CryptoSwift AES+Foundation.swift
[38/100] Compiling CryptoSwift Array+Foundation.swift
[39/100] Compiling CryptoSwift Blowfish+Foundation.swift
[40/100] Compiling CryptoSwift ChaCha20+Foundation.swift
[41/100] Compiling CryptoSwift Data+Extension.swift
[42/100] Compiling CryptoSwift HMAC+Foundation.swift
[43/100] Compiling CryptoSwift Rabbit+Foundation.swift
[44/100] Compiling CryptoSwift String+FoundationExtension.swift
[45/100] Compiling CryptoSwift Utils+Foundation.swift
[46/100] Compiling CryptoSwift Generics.swift
[47/100] Compiling CryptoSwift HKDF.swift
[48/100] Compiling CryptoSwift HMAC.swift
[49/100] Compiling CryptoSwift ISO78164Padding.swift
[50/100] Compiling CryptoSwift Int+Extension.swift
[51/100] Compiling CryptoSwift GCM.swift
[52/100] Compiling CryptoSwift AEAD.swift
[53/100] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[54/100] Compiling CryptoSwift BlockEncryptor.swift
[55/100] Compiling CryptoSwift BlockMode.swift
[56/100] Compiling CryptoSwift BlockModeOptions.swift
[57/100] Compiling CryptoSwift CBC.swift
[58/100] Compiling CryptoSwift CCM.swift
[59/100] Compiling CryptoSwift CFB.swift
[60/100] Compiling BigInt Subtraction.swift
[61/100] Compiling BigInt Words and Bits.swift
[74/104] Compiling Base58Swift Base58.swift
/host/spi-builder-workspace/.build/checkouts/Base58Swift/Base58Swift/Base58.swift:4:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[75/104] Emitting module Base58Swift
/host/spi-builder-workspace/.build/checkouts/Base58Swift/Base58Swift/Base58.swift:4:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
error: fatalError
BUILD FAILURE 5.9 linux
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.