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 0.0.3 (fbd76e), with Swift 6.0 for Linux on 28 Nov 2024 01:02:41 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.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.58.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.0
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.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/crewshin/ed25519swift
Fetching https://github.com/keefertaylor/Base58Swift
[1/952] Fetching ed25519swift
[344/1486] Fetching ed25519swift, base58swift
Fetched https://github.com/keefertaylor/Base58Swift from cache (0.24s)
Fetched https://github.com/crewshin/ed25519swift from cache (0.24s)
Computing version for https://github.com/keefertaylor/Base58Swift
Computed https://github.com/keefertaylor/Base58Swift at 2.1.14 (0.41s)
Fetching https://github.com/attaswift/BigInt.git
[1/4771] Fetching bigint
Fetched https://github.com/attaswift/BigInt.git from cache (0.38s)
Computing version for https://github.com/crewshin/ed25519swift
Computed https://github.com/crewshin/ed25519swift at 1.2.6 (0.42s)
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
[1/12703] Fetching cryptoswift
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (1.08s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.5.0 (0.37s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.3 (0.44s)
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.8.3
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.5.0
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/crewshin/ed25519swift
Working copy of https://github.com/crewshin/ed25519swift resolved at 1.2.6
Building for debugging...
[0/7] Write sources
[1/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 IntegerConversion.swift
[12/131] Compiling CryptoSwift Multiplication.swift
[13/131] Compiling CryptoSwift PrimeTest.swift
[14/131] Compiling CryptoSwift Random.swift
[15/131] Compiling CryptoSwift Shifts.swift
[16/131] Compiling CryptoSwift SquareRoot.swift
[17/131] Compiling CryptoSwift Strideable.swift
[18/131] Compiling CryptoSwift StringConversion.swift
[19/131] Compiling CryptoSwift Subtraction.swift
[20/131] Compiling CryptoSwift WordsAndBits.swift
[21/131] Compiling CryptoSwift ChaCha20.swift
[22/131] Compiling CryptoSwift Checksum.swift
[23/131] Compiling CryptoSwift Cipher.swift
[24/131] Compiling CryptoSwift Collection+Extension.swift
[25/145] Compiling CryptoSwift CTR.swift
[26/145] Compiling CryptoSwift CipherModeWorker.swift
[27/145] Compiling CryptoSwift BlockEncryptor.swift
[28/145] Compiling CryptoSwift BlockMode.swift
[29/145] Compiling CryptoSwift BlockModeOptions.swift
[30/145] Compiling CryptoSwift CBC.swift
[31/145] Compiling CryptoSwift CCM.swift
[32/145] Compiling CryptoSwift CFB.swift
[35/145] Compiling CryptoSwift ECB.swift
[36/145] Compiling CryptoSwift GCM.swift
[37/145] Compiling CryptoSwift OCB.swift
[38/145] Compiling CryptoSwift OFB.swift
[39/145] Compiling CryptoSwift PCBC.swift
[40/145] Compiling CryptoSwift Blowfish.swift
[41/145] Compiling CryptoSwift CBCMAC.swift
[48/145] Compiling CryptoSwift CMAC.swift
[49/145] Compiling CryptoSwift Addition.swift
[50/145] Compiling CryptoSwift BigInt.swift
[51/145] Compiling CryptoSwift BigUInt.swift
[52/145] Compiling CryptoSwift BitwiseOps.swift
[53/145] Compiling CryptoSwift CS.swift
[54/145] Compiling CryptoSwift Codable.swift
[55/145] Compiling CryptoSwift Comparable.swift
[56/145] Compiling CryptoSwift DataConversion.swift
[57/145] Compiling CryptoSwift Division.swift
[58/145] Compiling CryptoSwift Exponentiation.swift
[59/145] Compiling CryptoSwift FloatingPointConversion.swift
[60/145] Compiling CryptoSwift GCD.swift
[61/145] Compiling CryptoSwift Hashable.swift
[68/145] Emitting module CryptoSwift
[69/145] Compiling CryptoSwift AEAD.swift
[70/145] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[71/145] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
[72/145] Compiling CryptoSwift AES.Cryptors.swift
[73/145] Compiling CryptoSwift AES.swift
[76/145] Compiling CryptoSwift ASN1Encoder.swift
[77/145] Compiling CryptoSwift ASN1Scanner.swift
[78/145] Compiling CryptoSwift Array+Extension.swift
[79/145] Compiling CryptoSwift Authenticator.swift
[80/145] Compiling CryptoSwift BatchedCollection.swift
[81/145] Compiling CryptoSwift Bit.swift
[82/145] Compiling CryptoSwift BlockCipher.swift
[83/145] Compiling CryptoSwift BlockDecryptor.swift
[91/148] Compiling CryptoSwift CompactMap.swift
[92/148] Compiling CryptoSwift Cryptor.swift
[93/148] Compiling CryptoSwift Cryptors.swift
[94/148] Compiling CryptoSwift Digest.swift
[95/148] Compiling CryptoSwift DigestType.swift
[96/148] Compiling CryptoSwift AES+Foundation.swift
[97/148] Compiling CryptoSwift Array+Foundation.swift
[98/148] Compiling CryptoSwift Blowfish+Foundation.swift
[99/148] Compiling CryptoSwift ChaCha20+Foundation.swift
[100/148] Compiling CryptoSwift Data+Extension.swift
[101/148] Compiling CryptoSwift HMAC+Foundation.swift
[102/148] Compiling CryptoSwift Rabbit+Foundation.swift
[103/148] Compiling CryptoSwift String+FoundationExtension.swift
[104/148] Compiling CryptoSwift Utils+Foundation.swift
[105/148] Compiling CryptoSwift XChaCha20+Foundation.swift
[106/148] Compiling CryptoSwift Generics.swift
[107/148] Compiling CryptoSwift HKDF.swift
[108/148] Compiling CryptoSwift HMAC.swift
[109/148] Compiling CryptoSwift ISO10126Padding.swift
[110/148] Compiling CryptoSwift ISO78164Padding.swift
[111/148] Compiling CryptoSwift Int+Extension.swift
[112/148] Compiling CryptoSwift MD5.swift
[113/148] Compiling CryptoSwift NoPadding.swift
[114/148] Compiling CryptoSwift Operators.swift
[115/148] Compiling CryptoSwift DER.swift
[116/148] Compiling CryptoSwift PBKDF1.swift
[117/148] Compiling CryptoSwift PBKDF2.swift
[118/148] Compiling CryptoSwift PKCS1v15.swift
[119/148] Compiling CryptoSwift PKCS5.swift
[120/148] Compiling CryptoSwift PKCS7.swift
[121/148] Compiling CryptoSwift PKCS7Padding.swift
[122/148] Compiling CryptoSwift Padding.swift
[123/148] Compiling CryptoSwift Poly1305.swift
[124/148] Compiling CryptoSwift RSA+Cipher.swift
[125/148] Compiling CryptoSwift RSA+Signature.swift
[126/148] Compiling CryptoSwift RSA.swift
[127/148] Compiling CryptoSwift Rabbit.swift
[128/148] Compiling CryptoSwift SHA1.swift
[129/148] Compiling CryptoSwift SHA2.swift
[130/148] Compiling CryptoSwift SHA3.swift
[131/148] Compiling CryptoSwift Scrypt.swift
[132/148] Compiling CryptoSwift SecureBytes.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[133/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 |
[134/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.0 linux