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.8 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.8-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: 0.0.3
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 0.0.3
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.8
Building package at path:  /host/spi-builder-workspace
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1
Fetching https://github.com/keefertaylor/Base58Swift
Fetching https://github.com/attaswift/BigInt.git
Fetching https://github.com/crewshin/ed25519swift
[1/508] Fetching base58swift
[103/1460] Fetching base58swift, ed25519swift
[756/4557] Fetching base58swift, ed25519swift, bigint
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetched https://github.com/attaswift/BigInt.git (0.38s)
Fetched https://github.com/keefertaylor/Base58Swift (0.38s)
Fetched https://github.com/crewshin/ed25519swift (0.38s)
Computing version for https://github.com/crewshin/ed25519swift
[1/12469] Fetching cryptoswift
Computed https://github.com/crewshin/ed25519swift at 1.2.6 (0.35s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git (1.30s)
Computing version for https://github.com/keefertaylor/Base58Swift
Computed https://github.com/keefertaylor/Base58Swift at 2.1.14 (0.32s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.3.8 (0.34s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.2.1 (0.32s)
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/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.3.8
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/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.2.1
Building for debugging...
[1/89] Emitting module BigInt
[2/91] Compiling CryptoSwift Checksum.swift
[3/91] Compiling CryptoSwift Cipher.swift
[4/91] Compiling CryptoSwift Collection+Extension.swift
[5/91] Compiling CryptoSwift AES.swift
[6/91] Compiling CryptoSwift Array+Extension.swift
[7/91] Compiling CryptoSwift Authenticator.swift
[8/91] Compiling CryptoSwift AEAD.swift
[9/91] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[10/91] Compiling CryptoSwift AES.Cryptors.swift
[11/91] Compiling BigInt Subtraction.swift
[12/91] Compiling BigInt Words and Bits.swift
[13/91] Compiling CryptoSwift BatchedCollection.swift
[14/91] Compiling CryptoSwift Bit.swift
[15/91] Compiling CryptoSwift BlockCipher.swift
[16/91] Compiling CryptoSwift CMAC.swift
[17/91] Compiling CryptoSwift ChaCha20.swift
[18/91] Compiling CryptoSwift BlockDecryptor.swift
[19/91] Compiling CryptoSwift OCB.swift
[20/91] Compiling CryptoSwift OFB.swift
[21/91] Compiling CryptoSwift PCBC.swift
[22/91] Compiling CryptoSwift Blowfish.swift
[23/91] Compiling CryptoSwift CBCMAC.swift
[26/93] Compiling CryptoSwift HMAC+Foundation.swift
[27/93] Compiling CryptoSwift Rabbit+Foundation.swift
[28/93] Compiling CryptoSwift String+FoundationExtension.swift
[29/93] Compiling CryptoSwift Utils+Foundation.swift
[30/93] Compiling CryptoSwift Generics.swift
[31/93] Compiling CryptoSwift HKDF.swift
[32/93] Compiling CryptoSwift HMAC.swift
[33/93] Compiling CryptoSwift ISO78164Padding.swift
[34/93] Compiling CryptoSwift Int+Extension.swift
[35/102] Compiling CryptoSwift CompactMap.swift
[36/102] Compiling CryptoSwift Cryptor.swift
[37/102] Compiling CryptoSwift Cryptors.swift
[38/102] Compiling CryptoSwift Digest.swift
[39/102] Compiling CryptoSwift DigestType.swift
[40/102] Compiling CryptoSwift AES+Foundation.swift
[41/102] Compiling CryptoSwift Array+Foundation.swift
[42/102] Compiling CryptoSwift Blowfish+Foundation.swift
[43/102] Compiling CryptoSwift ChaCha20+Foundation.swift
[44/102] Compiling CryptoSwift Data+Extension.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[45/104] Emitting module Base58Swift
/host/spi-builder-workspace/.build/checkouts/Base58Swift/Base58Swift/Base58.swift:4:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[46/104] Compiling Base58Swift Base58.swift
/host/spi-builder-workspace/.build/checkouts/Base58Swift/Base58Swift/Base58.swift:4:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
BUILD FAILURE 5.8 linux
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.