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 ed25519swift with Swift 5.9 for Linux.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.28.6
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/crewshin/ed25519swift.git
Reference: 1.2.6
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/ed25519swift
 * tag               1.2.6      -> FETCH_HEAD
HEAD is now at b14719c Fixing Package.swift
Cloned https://github.com/crewshin/ed25519swift.git
Revision (git rev-parse @):
b14719cad9fa541a5ec9b3de5aff8e9c4cc6ea07
SUCCESS checkout https://github.com/crewshin/ed25519swift.git at 1.2.6
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD/checkout
https://github.com/crewshin/ed25519swift.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
[1/12551] Fetching cryptoswift
Fetched https://github.com/krzyzanowskim/CryptoSwift.git (1.38s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.1 (0.41s)
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.8.1
Building for debugging...
[0/1] Copying PrivacyInfo.xcprivacy
[2/102] Compiling CryptoSwift Integer Conversion.swift
[3/102] Compiling CryptoSwift Multiplication.swift
[4/102] Compiling CryptoSwift Prime Test.swift
[5/102] Compiling CryptoSwift Random.swift
[6/102] Compiling CryptoSwift Shifts.swift
[7/102] Compiling CryptoSwift Square Root.swift
[8/102] Compiling CryptoSwift Strideable.swift
[9/102] Compiling CryptoSwift String Conversion.swift
[10/102] Compiling CryptoSwift Subtraction.swift
[11/102] Compiling CryptoSwift Words and Bits.swift
[12/102] Compiling CryptoSwift ChaCha20.swift
[13/102] Compiling CryptoSwift Checksum.swift
[14/102] Compiling CryptoSwift Cipher.swift
[15/102] Compiling CryptoSwift Collection+Extension.swift
[16/116] Compiling CryptoSwift CMAC.swift
[17/116] Compiling CryptoSwift Addition.swift
[18/116] Compiling CryptoSwift BigInt.swift
[19/116] Compiling CryptoSwift BigUInt.swift
[20/116] Compiling CryptoSwift Bitwise Ops.swift
[21/116] Compiling CryptoSwift CS.swift
[22/116] Compiling CryptoSwift Codable.swift
[23/116] Compiling CryptoSwift Comparable.swift
[24/116] Compiling CryptoSwift Data Conversion.swift
[25/116] Compiling CryptoSwift Division.swift
[26/116] Compiling CryptoSwift Exponentiation.swift
[27/116] Compiling CryptoSwift Floating Point Conversion.swift
[28/116] Compiling CryptoSwift GCD.swift
[29/116] Compiling CryptoSwift Hashable.swift
[30/116] Compiling CryptoSwift CompactMap.swift
[31/116] Compiling CryptoSwift Cryptor.swift
[32/116] Compiling CryptoSwift Cryptors.swift
[33/116] Compiling CryptoSwift Digest.swift
[34/116] Compiling CryptoSwift DigestType.swift
[35/116] Compiling CryptoSwift AES+Foundation.swift
[36/116] Compiling CryptoSwift Array+Foundation.swift
[37/116] Compiling CryptoSwift Blowfish+Foundation.swift
[38/116] Compiling CryptoSwift ChaCha20+Foundation.swift
[39/116] Compiling CryptoSwift Data+Extension.swift
[40/116] Compiling CryptoSwift HMAC+Foundation.swift
[41/116] Compiling CryptoSwift Rabbit+Foundation.swift
[42/116] Compiling CryptoSwift String+FoundationExtension.swift
[43/116] Compiling CryptoSwift Utils+Foundation.swift
[44/116] Emitting module CryptoSwift
[45/116] Compiling CryptoSwift AEAD.swift
[46/116] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[47/116] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
[48/116] Compiling CryptoSwift AES.Cryptors.swift
[49/116] Compiling CryptoSwift AES.swift
[50/116] Compiling CryptoSwift ASN1.swift
[51/116] Compiling CryptoSwift ASN1Decoder.swift
[52/116] Compiling CryptoSwift ASN1Encoder.swift
[53/116] Compiling CryptoSwift ASN1Scanner.swift
[54/116] Compiling CryptoSwift Array+Extension.swift
[55/116] Compiling CryptoSwift Authenticator.swift
[56/116] Compiling CryptoSwift BatchedCollection.swift
[57/116] Compiling CryptoSwift Bit.swift
[58/116] Compiling CryptoSwift BlockCipher.swift
[59/116] Compiling CryptoSwift BlockDecryptor.swift
[60/116] Compiling CryptoSwift BlockEncryptor.swift
[61/116] Compiling CryptoSwift BlockMode.swift
[62/116] Compiling CryptoSwift BlockModeOptions.swift
[63/116] Compiling CryptoSwift CBC.swift
[64/116] Compiling CryptoSwift CCM.swift
[65/116] Compiling CryptoSwift CFB.swift
[66/116] Compiling CryptoSwift CTR.swift
[67/116] Compiling CryptoSwift CipherModeWorker.swift
[68/116] Compiling CryptoSwift ECB.swift
[69/116] Compiling CryptoSwift GCM.swift
[70/116] Compiling CryptoSwift OCB.swift
[71/116] Compiling CryptoSwift OFB.swift
[72/116] Compiling CryptoSwift PCBC.swift
[73/116] Compiling CryptoSwift Blowfish.swift
[74/116] Compiling CryptoSwift CBCMAC.swift
[75/116] Compiling CryptoSwift XChaCha20+Foundation.swift
[76/116] Compiling CryptoSwift Generics.swift
[77/116] Compiling CryptoSwift HKDF.swift
[78/116] Compiling CryptoSwift HMAC.swift
[79/116] Compiling CryptoSwift ISO10126Padding.swift
[80/116] Compiling CryptoSwift ISO78164Padding.swift
[81/116] Compiling CryptoSwift Int+Extension.swift
[82/116] Compiling CryptoSwift MD5.swift
[83/116] Compiling CryptoSwift NoPadding.swift
[84/116] Compiling CryptoSwift Operators.swift
[85/116] Compiling CryptoSwift DER.swift
[86/116] Compiling CryptoSwift PBKDF1.swift
[87/116] Compiling CryptoSwift PBKDF2.swift
[88/116] Compiling CryptoSwift PKCS1v15.swift
[89/116] Compiling CryptoSwift Signature.swift
[90/116] Compiling CryptoSwift StreamDecryptor.swift
[91/116] Compiling CryptoSwift StreamEncryptor.swift
[92/116] Compiling CryptoSwift String+Extension.swift
[93/116] Compiling CryptoSwift UInt128.swift
[94/116] Compiling CryptoSwift UInt16+Extension.swift
[95/116] Compiling CryptoSwift UInt32+Extension.swift
[96/116] Compiling CryptoSwift UInt64+Extension.swift
[97/116] Compiling CryptoSwift UInt8+Extension.swift
[98/116] Compiling CryptoSwift Updatable.swift
[99/116] Compiling CryptoSwift Utils.swift
[100/116] Compiling CryptoSwift XChaCha20.swift
[101/116] Compiling CryptoSwift ZeroPadding.swift
[102/116] Compiling CryptoSwift resource_bundle_accessor.swift
[103/116] Compiling CryptoSwift PKCS5.swift
[104/116] Compiling CryptoSwift PKCS7.swift
[105/116] Compiling CryptoSwift PKCS7Padding.swift
[106/116] Compiling CryptoSwift Padding.swift
[107/116] Compiling CryptoSwift Poly1305.swift
[108/116] Compiling CryptoSwift RSA+Cipher.swift
[109/116] Compiling CryptoSwift RSA+Signature.swift
[110/116] Compiling CryptoSwift RSA.swift
[111/116] Compiling CryptoSwift Rabbit.swift
[112/116] Compiling CryptoSwift SHA1.swift
[113/116] Compiling CryptoSwift SHA2.swift
[114/116] Compiling CryptoSwift SHA3.swift
[115/116] Compiling CryptoSwift Scrypt.swift
[116/116] Compiling CryptoSwift SecureBytes.swift
[119/125] Compiling ed25519swift ed25519_utility.swift
[120/125] Compiling ed25519swift ed25519_verify.swift
[121/125] Compiling ed25519swift ed25519_sc.swift
[122/125] Compiling ed25519swift ed25519_sign.swift
/host/spi-builder-workspace/Sources/ed25519swift/ed25519_sign.swift:40:22: error: cannot find 'SecRandomCopyBytes' in scope
        let result = SecRandomCopyBytes(kSecRandomDefault, len, &r)
                     ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/ed25519swift/ed25519_sign.swift:40:41: error: cannot find 'kSecRandomDefault' in scope
        let result = SecRandomCopyBytes(kSecRandomDefault, len, &r)
                                        ^~~~~~~~~~~~~~~~~
[123/125] Emitting module ed25519swift
[124/125] Compiling ed25519swift ed25519_fe.swift
[125/125] Compiling ed25519swift ed25519_ge.swift
error: fatalError
docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?.
See 'docker run --help'.
BUILD FAILURE 5.9 linux

Build Machine: Linux 2