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 JOSE with Swift 5.10 for Linux.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/proxyco/swift-jose.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/proxyco/swift-jose
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c534dca Format
Cloned https://github.com/proxyco/swift-jose.git
Revision (git rev-parse @):
c534dcaa0f6dd7fc0efa52cee0e097b503f16cdf
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/proxyco/swift-jose.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/proxyco/swift-jose.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/krzyzanowskim/OpenSSL.git
Fetching https://github.com/GigaBitcoin/secp256k1.swift.git
[1/2999] Fetching secp256k1.swift
[601/15555] Fetching secp256k1.swift, cryptoswift
[15556/22965] Fetching secp256k1.swift, cryptoswift, openssl
Fetched https://github.com/GigaBitcoin/secp256k1.swift.git from cache (64.18s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (64.21s)
Fetched https://github.com/krzyzanowskim/OpenSSL.git from cache (65.58s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.7.2 (0.44s)
Computing version for https://github.com/GigaBitcoin/secp256k1.swift.git
Computed https://github.com/GigaBitcoin/secp256k1.swift.git at 0.12.2 (0.42s)
Computing version for https://github.com/krzyzanowskim/OpenSSL.git
Computed https://github.com/krzyzanowskim/OpenSSL.git at 1.1.2200 (0.40s)
Creating working copy for https://github.com/krzyzanowskim/OpenSSL.git
Working copy of https://github.com/krzyzanowskim/OpenSSL.git resolved at 1.1.2200
Creating working copy for https://github.com/GigaBitcoin/secp256k1.swift.git
Working copy of https://github.com/GigaBitcoin/secp256k1.swift.git resolved at 0.12.2
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.7.2
Building for debugging...
[0/8] Write sources
[3/8] Compiling Utility.c
[3/8] Write swift-version-24593BA9C3E375BF.txt
[5/8] Compiling precomputed_ecmult_gen.c
[6/24] Compiling secp256k1.c
[7/106] Compiling precomputed_ecmult.c
[9/126] Emitting module secp256k1
[10/128] Compiling secp256k1 Tweak.swift
[11/128] Compiling secp256k1 Utility.swift
[12/128] Compiling secp256k1 Errors.swift
[13/128] Compiling secp256k1 Exports.swift
[14/128] Compiling secp256k1 HashDigest.swift
[15/128] Compiling secp256k1 PrettyBytes.swift
[16/128] Compiling secp256k1 RNG_boring.swift
[17/128] Compiling secp256k1 Recovery.swift
[18/128] Compiling secp256k1 ECDH.swift
[19/128] Compiling secp256k1 ECDSA.swift
[20/128] Compiling secp256k1 EdDSA.swift
[21/128] Compiling secp256k1 Asymmetric.swift
[22/128] Compiling secp256k1 DH.swift
[23/128] Compiling secp256k1 Digest.swift
[36/128] Compiling secp256k1 SHA256.swift
[37/128] Compiling secp256k1 SafeCompare.swift
[38/128] Compiling secp256k1 Zeroization.swift
[39/128] Compiling secp256k1 secp256k1.swift
[40/141] Compiling secp256k1 SecureBytes.swift
[41/141] Compiling secp256k1 Signature.swift
[44/141] Compiling secp256k1 Schnorr.swift
[53/142] Compiling CryptoSwift Strideable.swift
[54/142] Compiling CryptoSwift String Conversion.swift
[55/142] Compiling CryptoSwift Subtraction.swift
[56/142] Compiling CryptoSwift Words and Bits.swift
[57/142] Compiling CryptoSwift ChaCha20.swift
[58/142] Compiling CryptoSwift Checksum.swift
[59/142] Compiling CryptoSwift Cipher.swift
[60/142] Emitting module CryptoSwift
[61/142] Compiling CryptoSwift BlockEncryptor.swift
[62/142] Compiling CryptoSwift BlockMode.swift
[63/142] Compiling CryptoSwift BlockModeOptions.swift
[64/142] Compiling CryptoSwift CBC.swift
[65/142] Compiling CryptoSwift CCM.swift
[66/142] Compiling CryptoSwift CFB.swift
[67/142] Compiling CryptoSwift CTR.swift
[68/142] Compiling CryptoSwift CipherModeWorker.swift
[69/142] Compiling CryptoSwift ECB.swift
[70/142] Compiling CryptoSwift GCM.swift
[71/142] Compiling CryptoSwift OCB.swift
[72/142] Compiling CryptoSwift OFB.swift
[73/142] Compiling CryptoSwift PCBC.swift
[74/142] Compiling CryptoSwift Blowfish.swift
[75/142] Compiling CryptoSwift SecureBytes.swift
[76/142] Compiling CryptoSwift Signature.swift
[77/142] Compiling CryptoSwift StreamDecryptor.swift
[78/142] Compiling CryptoSwift StreamEncryptor.swift
[79/142] Compiling CryptoSwift String+Extension.swift
[80/142] Compiling CryptoSwift UInt128.swift
[81/142] Compiling CryptoSwift UInt16+Extension.swift
[82/142] Compiling CryptoSwift UInt32+Extension.swift
[83/142] Compiling CryptoSwift UInt64+Extension.swift
[84/142] Compiling CryptoSwift UInt8+Extension.swift
[85/142] Compiling CryptoSwift Updatable.swift
[86/142] Compiling CryptoSwift Utils.swift
[87/142] Compiling CryptoSwift ZeroPadding.swift
[88/142] Compiling CryptoSwift AEAD.swift
[89/142] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[90/142] Compiling CryptoSwift AES.Cryptors.swift
[91/142] Compiling CryptoSwift AES.swift
[92/142] Compiling CryptoSwift ASN1.swift
[93/142] Compiling CryptoSwift ASN1Decoder.swift
[94/142] Compiling CryptoSwift ASN1Encoder.swift
[95/142] Compiling CryptoSwift ASN1Scanner.swift
[96/142] Compiling CryptoSwift Array+Extension.swift
[97/142] Compiling CryptoSwift Authenticator.swift
[98/142] Compiling CryptoSwift BatchedCollection.swift
[99/142] Compiling CryptoSwift Bit.swift
[100/142] Compiling CryptoSwift BlockCipher.swift
[101/142] Compiling CryptoSwift BlockDecryptor.swift
[102/142] Compiling CryptoSwift Utils+Foundation.swift
[103/142] Compiling CryptoSwift Generics.swift
[104/142] Compiling CryptoSwift HKDF.swift
[105/142] Compiling CryptoSwift HMAC.swift
[106/142] Compiling CryptoSwift ISO10126Padding.swift
[107/142] Compiling CryptoSwift ISO78164Padding.swift
[108/142] Compiling CryptoSwift Int+Extension.swift
[109/142] Compiling CryptoSwift MD5.swift
[110/142] Compiling CryptoSwift NoPadding.swift
[111/142] Compiling CryptoSwift Operators.swift
[112/142] Compiling CryptoSwift DER.swift
[113/142] Compiling CryptoSwift PBKDF1.swift
[114/142] Compiling CryptoSwift PBKDF2.swift
[115/142] Compiling CryptoSwift PKCS1v15.swift
[116/142] Compiling CryptoSwift Collection+Extension.swift
[117/142] Compiling CryptoSwift CompactMap.swift
[118/142] Compiling CryptoSwift Cryptor.swift
[119/142] Compiling CryptoSwift Cryptors.swift
[120/142] Compiling CryptoSwift Digest.swift
[121/142] Compiling CryptoSwift DigestType.swift
[122/142] Compiling CryptoSwift AES+Foundation.swift
[123/142] Compiling CryptoSwift Array+Foundation.swift
[124/142] Compiling CryptoSwift Blowfish+Foundation.swift
[125/142] Compiling CryptoSwift ChaCha20+Foundation.swift
[126/142] Compiling CryptoSwift Data+Extension.swift
[127/142] Compiling CryptoSwift HMAC+Foundation.swift
[128/142] Compiling CryptoSwift Rabbit+Foundation.swift
[129/142] Compiling CryptoSwift String+FoundationExtension.swift
[130/142] Compiling CryptoSwift PKCS5.swift
[131/142] Compiling CryptoSwift PKCS7.swift
[132/142] Compiling CryptoSwift PKCS7Padding.swift
[133/142] Compiling CryptoSwift Padding.swift
[134/142] Compiling CryptoSwift Poly1305.swift
[135/142] Compiling CryptoSwift RSA+Cipher.swift
[136/142] Compiling CryptoSwift RSA+Signature.swift
[137/142] Compiling CryptoSwift RSA.swift
[138/142] Compiling CryptoSwift Rabbit.swift
[139/142] Compiling CryptoSwift SHA1.swift
[140/142] Compiling CryptoSwift SHA2.swift
[141/142] Compiling CryptoSwift SHA3.swift
[142/142] Compiling CryptoSwift Scrypt.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[144/168] Emitting module JOSE
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[145/171] Compiling JOSE JWE+Recipient.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[146/171] Compiling JOSE JWE.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[147/171] Compiling JOSE Curve448.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[148/171] Compiling JOSE JWK+Codable.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[149/171] Compiling JOSE JWK+Error.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[150/171] Compiling JOSE JWK+KeyAgreement.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[151/171] Compiling JOSE Data+Random.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[152/171] Compiling JOSE DataRepresentable.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[153/171] Compiling JOSE Types+DataRepresentable.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[154/171] Compiling JOSE JOSEHeader.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[155/171] Compiling JOSE JWE+CompactSerialization.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[156/171] Compiling JOSE JWE+Crypto.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[157/171] Compiling JOSE JWE+Decrypt.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[158/171] Compiling JOSE JOSEHeader+Codable.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[159/171] Compiling JOSE JOSEHeader+CompressionAlgorithm.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[160/171] Compiling JOSE JOSEHeader+ContentEncryptionAlgorithm.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[161/171] Compiling JOSE JOSEHeader+KeyManagementAlgorithm.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[162/171] Compiling JOSE JWK+Thumbprint.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[163/171] Compiling JOSE JWK.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[164/171] Compiling JOSE JWKRepresentable.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[165/171] Compiling JOSE JWKSet.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[166/171] Compiling JOSE Base64URL.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[167/171] Compiling JOSE ConcatKDF.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[168/171] Compiling JOSE JWE+Encrypt.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[169/171] Compiling JOSE JWE+Error.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[170/171] Compiling JOSE JWE+JOSEHeader.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[171/171] Compiling JOSE JWE+JSONSerialization.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
error: fatalError
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/26] Compiling JOSE JWK+Thumbprint.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[3/26] Compiling JOSE JWK.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[4/26] Compiling JOSE JWKRepresentable.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/29] Emitting module JOSE
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[6/29] Compiling JOSE JOSEHeader+Codable.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[7/29] Compiling JOSE JOSEHeader+CompressionAlgorithm.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[8/29] Compiling JOSE JOSEHeader+ContentEncryptionAlgorithm.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[9/29] Compiling JOSE JOSEHeader+KeyManagementAlgorithm.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[10/29] Compiling JOSE JWK+Codable.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[11/29] Compiling JOSE JWK+Error.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[12/29] Compiling JOSE JWK+KeyAgreement.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[13/29] Compiling JOSE Data+Random.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[14/29] Compiling JOSE DataRepresentable.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[15/29] Compiling JOSE Types+DataRepresentable.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[16/29] Compiling JOSE JOSEHeader.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[17/29] Compiling JOSE JWE+CompactSerialization.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[18/29] Compiling JOSE JWE+Crypto.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[19/29] Compiling JOSE JWE+Decrypt.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[20/29] Compiling JOSE JWKSet.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[21/29] Compiling JOSE Base64URL.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[22/29] Compiling JOSE ConcatKDF.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[23/29] Compiling JOSE JWE+Recipient.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[24/29] Compiling JOSE JWE.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[25/29] Compiling JOSE Curve448.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[26/29] Compiling JOSE JWE+Encrypt.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[27/29] Compiling JOSE JWE+Error.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[28/29] Compiling JOSE JWE+JOSEHeader.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[29/29] Compiling JOSE JWE+JSONSerialization.swift
/host/spi-builder-workspace/Sources/JOSE/JWE/JWE+Crypto.swift:9:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
error: fatalError
BUILD FAILURE 5.10 linux