Build Information
Successful build of jose-swift, reference 6.0.1 (f25da1), with Swift 6.1 for Linux on 15 Nov 2025 17:50:02 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/beatt83/jose-swift.git
Reference: 6.0.1
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/beatt83/jose-swift
* tag 6.0.1 -> FETCH_HEAD
HEAD is now at f25da1b chore: update minimum versions
Cloned https://github.com/beatt83/jose-swift.git
Revision (git rev-parse @):
f25da1bf75b9a2b803bb7c40bdd6ace85f4df3ce
SUCCESS checkout https://github.com/beatt83/jose-swift.git at 6.0.1
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/beatt83/jose-swift.git
https://github.com/beatt83/jose-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
},
{
"identity" : "secp256k1.swift",
"requirement" : {
"range" : [
{
"lower_bound" : "0.15.0",
"upper_bound" : "0.16.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/GigaBitcoin/secp256k1.swift.git"
},
{
"identity" : "cryptoswift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.9.0",
"upper_bound" : "1.10.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/krzyzanowskim/CryptoSwift.git"
},
{
"identity" : "swift-certificates",
"requirement" : {
"range" : [
{
"lower_bound" : "1.7.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-certificates.git"
},
{
"identity" : "zlib",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/DLTAStudio/zlib.git"
},
{
"identity" : "swift-asn1",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-asn1.git"
}
],
"manifest_display_name" : "jose-swift",
"name" : "jose-swift",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "maccatalyst",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "7.0"
}
],
"products" : [
{
"name" : "jose-swift",
"targets" : [
"JSONWebKey",
"JSONWebAlgorithms",
"JSONWebEncryption",
"JSONWebSignature",
"JSONWebToken"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "jose-swift-docs",
"targets" : [
"jose-swift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6",
"5"
],
"targets" : [
{
"c99name" : "jose_swift",
"module_type" : "SwiftTarget",
"name" : "jose-swift",
"path" : "Sources/jose-swift",
"product_memberships" : [
"jose-swift-docs"
],
"sources" : [
"JoseDocs.swift"
],
"target_dependencies" : [
"JSONWebKey",
"JSONWebSignature",
"JSONWebAlgorithms",
"JSONWebEncryption",
"JSONWebToken"
],
"type" : "library"
},
{
"c99name" : "Tools",
"module_type" : "SwiftTarget",
"name" : "Tools",
"path" : "Sources/Tools",
"product_memberships" : [
"jose-swift",
"jose-swift-docs"
],
"sources" : [
"Base64URL.swift",
"DataRepresentable.swift",
"HelperExtensions.swift",
"JSONEncoder+JoseEncoder.swift",
"JWTCodable.swift"
],
"type" : "library"
},
{
"c99name" : "JWTTests",
"module_type" : "SwiftTarget",
"name" : "JWTTests",
"path" : "Tests/JWTTests",
"sources" : [
"JWTTests.swift",
"Mock/JWK+Testing.swift",
"Mock/MockExampleClaims.swift",
"X5CValidatorTests.swift"
],
"target_dependencies" : [
"JSONWebToken",
"Tools"
],
"type" : "test"
},
{
"c99name" : "JWSTests",
"module_type" : "SwiftTarget",
"name" : "JWSTests",
"path" : "Tests/JWSTests",
"sources" : [
"JWSJsonTests.swift",
"JWSTests.swift",
"Mocks/JWK+Testing.swift",
"RFC7515Tests.swift"
],
"target_dependencies" : [
"JSONWebSignature",
"Tools"
],
"type" : "test"
},
{
"c99name" : "JWKTests",
"module_type" : "SwiftTarget",
"name" : "JWKTests",
"path" : "Tests/JWKTests",
"sources" : [
"JWKPEMTests.swift",
"JWKThumbprintTests.swift"
],
"target_dependencies" : [
"JSONWebKey",
"JSONWebAlgorithms",
"Tools"
],
"type" : "test"
},
{
"c99name" : "JWETests",
"module_type" : "SwiftTarget",
"name" : "JWETests",
"path" : "Tests/JWETests",
"sources" : [
"AESTests.swift",
"DirectTests.swift",
"ECDH1PUTests.swift",
"ECDHESTests.swift",
"Mocks/JWK+Testing.swift",
"PBES2Tests.swift",
"RFC7516Tests.swift",
"RFC7520Tests.swift",
"RSATests.swift"
],
"target_dependencies" : [
"JSONWebEncryption",
"Tools"
],
"type" : "test"
},
{
"c99name" : "JWATests",
"module_type" : "SwiftTarget",
"name" : "JWATests",
"path" : "Tests/JWATests",
"sources" : [
"C20PTests.swift",
"ES256KTests.swift",
"EdDSATests.swift",
"Mocks/JWK+Testing.swift",
"XC20PTests.swift"
],
"target_dependencies" : [
"JSONWebAlgorithms",
"Tools"
],
"type" : "test"
},
{
"c99name" : "JSONWebToken",
"module_type" : "SwiftTarget",
"name" : "JSONWebToken",
"path" : "Sources/JSONWebToken",
"product_dependencies" : [
"X509"
],
"product_memberships" : [
"jose-swift",
"jose-swift-docs"
],
"sources" : [
"Claims/ArrayClaim.swift",
"Claims/AudienceClaim.swift",
"Claims/BoolClaim.swift",
"Claims/Claims+Codable.swift",
"Claims/Claims.swift",
"Claims/DateClaim.swift",
"Claims/ExpirationTimeClaim.swift",
"Claims/IssuedAtClaim.swift",
"Claims/IssuerClaim.swift",
"Claims/JWTClaimsBuilder.swift",
"Claims/JWTIdentifierClaim.swift",
"Claims/NotBeforeClaim.swift",
"Claims/NumericClaim.swift",
"Claims/ObjectClaim.swift",
"Claims/StringClaim.swift",
"Claims/SubjectClaim.swift",
"DefaultJWTClaims+Codable.swift",
"JWT+Encryption.swift",
"JWT+Error.swift",
"JWT+Signing.swift",
"JWT+Verification.swift",
"JWT.swift",
"JWTRegisteredFieldsClaims.swift",
"Validators/ClaimValidator.swift",
"Validators/ExpectedAudienceValidator.swift",
"Validators/ExpirationTimeValidator.swift",
"Validators/IssuedAtValidator.swift",
"Validators/IssuerValidator.swift",
"Validators/NotBeforeTimeValidator.swift",
"Validators/SubjectValidator.swift",
"Validators/X5CValidator.swift"
],
"target_dependencies" : [
"JSONWebKey",
"JSONWebSignature",
"JSONWebEncryption",
"Tools"
],
"type" : "library"
},
{
"c99name" : "JSONWebSignature",
"module_type" : "SwiftTarget",
"name" : "JSONWebSignature",
"path" : "Sources/JSONWebSignature",
"product_memberships" : [
"jose-swift",
"jose-swift-docs"
],
"sources" : [
"DefaultJWSHeaderImpl+Codable.swift",
"JWK+SigningAlgorithm.swift",
"JWS+Error.swift",
"JWS+Helper.swift",
"JWS+Json.swift",
"JWS+JsonFlattened.swift",
"JWS+Sign.swift",
"JWS+Verify.swift",
"JWS.swift",
"JWSRegisteredFieldsHeader.swift"
],
"target_dependencies" : [
"JSONWebKey",
"JSONWebAlgorithms"
],
"type" : "library"
},
{
"c99name" : "JSONWebKey",
"module_type" : "SwiftTarget",
"name" : "JSONWebKey",
"path" : "Sources/JSONWebKey",
"product_dependencies" : [
"CryptoSwift",
"secp256k1",
"Crypto",
"_CryptoExtras",
"SwiftASN1"
],
"product_memberships" : [
"jose-swift",
"jose-swift-docs"
],
"sources" : [
"JWK+Codable.swift",
"JWK+Error.swift",
"JWK+PEM.swift",
"JWK+Thumbprint.swift",
"JWK.swift",
"JWKSet.swift"
],
"target_dependencies" : [
"Tools"
],
"type" : "library"
},
{
"c99name" : "JSONWebEncryption",
"module_type" : "SwiftTarget",
"name" : "JSONWebEncryption",
"path" : "Sources/JSONWebEncryption",
"product_dependencies" : [
"CryptoSwift"
],
"product_memberships" : [
"jose-swift",
"jose-swift-docs"
],
"sources" : [
"DefaultJWEHeaderImpl+Codable.swift",
"EncryptionModule/Decryptors/AESDecryptor.swift",
"EncryptionModule/Decryptors/DirectDecryptor.swift",
"EncryptionModule/Decryptors/ECDH1PUDecryptor.swift",
"EncryptionModule/Decryptors/ECDHDecryptor.swift",
"EncryptionModule/Decryptors/JWEDecryptor.swift",
"EncryptionModule/Decryptors/MultiDecryptor.swift",
"EncryptionModule/Decryptors/PasswordBasedDecryptor.swift",
"EncryptionModule/Decryptors/RSADecryptor.swift",
"EncryptionModule/Encryptors/AESEncryptor.swift",
"EncryptionModule/Encryptors/DirectEncrypter.swift",
"EncryptionModule/Encryptors/ECDH1PUEncrypter.swift",
"EncryptionModule/Encryptors/ECDHEncrypter.swift",
"EncryptionModule/Encryptors/JWEEncrypter.swift",
"EncryptionModule/Encryptors/MultiEncryptor.swift",
"EncryptionModule/Encryptors/PasswordBasedEncrypter.swift",
"EncryptionModule/Encryptors/RSAEncrypter.swift",
"EncryptionModule/JWE+EncryptionModule.swift",
"EncryptionModule/JWEEncryptionModule.swift",
"Helpers/AAD.swift",
"Helpers/JWEHelpers.swift",
"Helpers/JWERegisteredFieldsHeader+Helpers.swift",
"JWE+Decrypt.swift",
"JWE+Encrypt.swift",
"JWE+Error.swift",
"JWE+Json.swift",
"JWE.swift",
"JWEParts.swift",
"JWERegisteredFieldsHeader.swift",
"KeyManagementAlgorithm+Family.swift"
],
"target_dependencies" : [
"JSONWebAlgorithms",
"JSONWebKey"
],
"type" : "library"
},
{
"c99name" : "JSONWebAlgorithms",
"module_type" : "SwiftTarget",
"name" : "JSONWebAlgorithms",
"path" : "Sources/JSONWebAlgorithms",
"product_dependencies" : [
"secp256k1",
"CryptoSwift",
"Crypto",
"_CryptoExtras",
"Zlib"
],
"product_memberships" : [
"jose-swift",
"jose-swift-docs"
],
"sources" : [
"Compression/ContentCompressionAlgorithm.swift",
"Compression/ContentCompressor.swift",
"Compression/ZIP/Zip+ContentCompressor.swift",
"ContentEncryption/AES/AES128GCM+ContentEncryptor.swift",
"ContentEncryption/AES/AES192GCM+ContentEncryptor.swift",
"ContentEncryption/AES/AES256GCM+ContentEncryptor.swift",
"ContentEncryption/AES/AESCBC_SHA256+ContentEncryptor.swift",
"ContentEncryption/AES/AESCBC_SHA384+ContentEncryptor.swift",
"ContentEncryption/AES/AESCBC_SHA512+ContentEncryptor.swift",
"ContentEncryption/ChaChaPoly/C20P+ContentEncryption.swift",
"ContentEncryption/ChaChaPoly/XC20P+ContentEncryption.swift",
"ContentEncryption/ContentDecryptor.swift",
"ContentEncryption/ContentEncryptionAlgorithm.swift",
"ContentEncryption/ContentEncryptor.swift",
"ContentEncryption/MockContentEncryptor.swift",
"CryptoError.swift",
"CryptoImplementation/AES/AESCBC_SHA.swift",
"CryptoImplementation/AES/AESGCM.swift",
"CryptoImplementation/ConcatKDF/ConcatKDF.swift",
"CryptoImplementation/ECDH/ECDH1PU.swift",
"CryptoImplementation/ECDH/ECDHES.swift",
"CryptoImplementation/JWKCryptoPresentation.swift",
"CryptoImplementation/KeyAgreement/Curve25519/Curve25519+KeyAgreement.swift",
"CryptoImplementation/KeyAgreement/EC/P256+KeyAgreement.swift",
"CryptoImplementation/KeyAgreement/EC/P384+KeyAgreement.swift",
"CryptoImplementation/KeyAgreement/EC/P521+KeyAgreement.swift",
"CryptoImplementation/KeyAgreement/EC/secp256k1+KeyAgreement.swift",
"CryptoImplementation/KeyAgreement/JWK+KeyAgreement.swift",
"CryptoImplementation/KeyAgreement/SharedKeyAgreement.swift",
"CryptoImplementation/KeyGeneration/Curve25519/Curve25519+KeyGeneration.swift",
"CryptoImplementation/KeyGeneration/EC/P256+KeyGeneration.swift",
"CryptoImplementation/KeyGeneration/EC/P384+KeyGeneration.swift",
"CryptoImplementation/KeyGeneration/EC/P521+KeyGeneration.swift",
"CryptoImplementation/KeyGeneration/EC/secp256k1+KeyGeneration.swift",
"CryptoImplementation/KeyGeneration/JWK+KeyGeneration.swift",
"CryptoImplementation/KeyGeneration/KeyGeneration.swift",
"CryptoImplementation/SecureRandom/SecureRandom.swift",
"JWARegisteredFieldsHeader.swift",
"KeyManagement/JWKRepresentable.swift",
"KeyManagement/KeyAgreement/ECDH/ECDH1PU+KeyAgreementZ.swift",
"KeyManagement/KeyAgreement/ECDH/ECDHES+KeyAgreementZ.swift",
"KeyManagement/KeyAgreement/KeyAgreementZ.swift",
"KeyManagement/KeyAgreement/MockKeyAgreementZ.swift",
"KeyManagement/KeyDerivation/ECDH/ECDH1PU+KeyDerivation.swift",
"KeyManagement/KeyDerivation/ECDH/ECDHES+KeyDerivation.swift",
"KeyManagement/KeyDerivation/KeyDerivation.swift",
"KeyManagement/KeyDerivation/MockKeyDerivation.swift",
"KeyManagement/KeyDerivation/PBES2/PBE2_SHA256_A128KW+KeyEncryption.swift",
"KeyManagement/KeyDerivation/PBES2/PBE2_SHA384_A192KW+KeyEncryption.swift",
"KeyManagement/KeyDerivation/PBES2/PBE2_SHA512_A256KW+KeyEncryption.swift",
"KeyManagement/KeyDerivation/PBES2/PBES2SHA.swift",
"KeyManagement/KeyEncryption/AES/AES128GCM+KeyEncryption.swift",
"KeyManagement/KeyEncryption/AES/AES192GCM+KeyEncryption.swift",
"KeyManagement/KeyEncryption/AES/AES256GCM+KeyEncryption.swift",
"KeyManagement/KeyEncryption/AES/AESGCM+KeyUnwrap.swift",
"KeyManagement/KeyEncryption/AES/AESKeyUnwrap+KeyUnwrap.swift",
"KeyManagement/KeyEncryption/AES/AESKeyWrap+KeyEncryption.swift",
"KeyManagement/KeyEncryption/KeyUnwrap.swift",
"KeyManagement/KeyEncryption/KeyWrapping.swift",
"KeyManagement/KeyEncryption/MockKeyEncryption.swift",
"KeyManagement/KeyEncryption/RSA/RSA15KeyUnwrap+KeyUnwrapping.swift",
"KeyManagement/KeyEncryption/RSA/RSA15KeyWrapper+KeyEncryption.swift",
"KeyManagement/KeyEncryption/RSA/RSAOAEP256KeyUnwrap+KeyUnwrapping.swift",
"KeyManagement/KeyEncryption/RSA/RSAOAEP256KeyWrap+KeyEncryption.swift",
"KeyManagement/KeyEncryption/RSA/RSAOAEPKeyUnwrap+KeyUnwrapping.swift",
"KeyManagement/KeyEncryption/RSA/RSAOAEPKeyWrap+KeyEncryption.swift",
"KeyManagement/KeyEncryptionAlgorithm.swift",
"KeyManagement/KeyRepresentable/DataKey.swift",
"KeyManagement/KeyRepresentable/KeyRepresentable.swift",
"KeyManagement/KeyRepresentable/SecKeyExtended.swift",
"Signatures/Curve25519/EdDSASigner.swift",
"Signatures/Curve25519/EdDSAVerifier.swift",
"Signatures/EC/Signers/ES256KSigner.swift",
"Signatures/EC/Signers/ES256Signer.swift",
"Signatures/EC/Signers/ES384Signer.swift",
"Signatures/EC/Signers/ES521Signer.swift",
"Signatures/EC/Verifiers/ES256KVerifier.swift",
"Signatures/EC/Verifiers/ES256Verifier.swift",
"Signatures/EC/Verifiers/ES384Verifier.swift",
"Signatures/EC/Verifiers/ES521Verifier.swift",
"Signatures/HMAC/Signers/HS256Signer.swift",
"Signatures/HMAC/Signers/HS384Signer.swift",
"Signatures/HMAC/Signers/HS512Signer.swift",
"Signatures/HMAC/Verifiers/HS256Verifier.swift",
"Signatures/HMAC/Verifiers/HS384Verifier.swift",
"Signatures/HMAC/Verifiers/HS512Verifier.swift",
"Signatures/MockedSigner.swift",
"Signatures/MockedVerifier.swift",
"Signatures/RSA/Helpers/RSA+Security.swift",
"Signatures/RSA/Signers/PS256Signer.swift",
"Signatures/RSA/Signers/PS384Signer.swift",
"Signatures/RSA/Signers/PS512Signer.swift",
"Signatures/RSA/Signers/RS256Signer.swift",
"Signatures/RSA/Signers/RS384Signer.swift",
"Signatures/RSA/Signers/RS512Signer.swift",
"Signatures/RSA/Verifiers/PS256Verifier.swift",
"Signatures/RSA/Verifiers/PS384Verifier.swift",
"Signatures/RSA/Verifiers/PS512Verifier.swift",
"Signatures/RSA/Verifiers/RS256Verifier.swift",
"Signatures/RSA/Verifiers/RS384Verifier.swift",
"Signatures/RSA/Verifiers/RS512Verifier.swift",
"Signatures/Signer.swift",
"Signatures/SigningAlgorithm.swift",
"Signatures/Verifier.swift"
],
"target_dependencies" : [
"JSONWebKey"
],
"type" : "library"
},
{
"c99name" : "ExampleTests",
"module_type" : "SwiftTarget",
"name" : "ExampleTests",
"path" : "Tests/ExampleTests",
"sources" : [
"ExampleTests.swift"
],
"target_dependencies" : [
"JSONWebToken",
"JSONWebKey",
"JSONWebEncryption",
"JSONWebSignature",
"Tools"
],
"type" : "test"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/DLTAStudio/zlib.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/GigaBitcoin/secp256k1.swift.git
Fetching https://github.com/apple/swift-asn1.git
[1/1653] Fetching swift-asn1
[233/1709] Fetching swift-asn1, zlib
[1281/14814] Fetching swift-asn1, zlib, cryptoswift
[3545/20316] Fetching swift-asn1, zlib, cryptoswift, secp256k1.swift
[3821/27250] Fetching swift-asn1, zlib, cryptoswift, secp256k1.swift, swift-certificates
[10948/44692] Fetching swift-asn1, zlib, cryptoswift, secp256k1.swift, swift-certificates, swift-crypto
Fetched https://github.com/apple/swift-asn1.git from cache (0.62s)
Fetched https://github.com/GigaBitcoin/secp256k1.swift.git from cache (0.62s)
[9829/37537] Fetching zlib, cryptoswift, swift-certificates, swift-crypto
Fetched https://github.com/DLTAStudio/zlib.git from cache (0.72s)
[12218/37481] Fetching cryptoswift, swift-certificates, swift-crypto
Fetched https://github.com/apple/swift-certificates.git from cache (2.34s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.37s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (2.38s)
Computing version for https://github.com/DLTAStudio/zlib.git
Computed https://github.com/DLTAStudio/zlib.git at 1.0.1 (4.88s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.9.0 (0.68s)
Computing version for https://github.com/GigaBitcoin/secp256k1.swift.git
Computed https://github.com/GigaBitcoin/secp256k1.swift.git at 0.15.0 (0.52s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.0 (2.52s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.15.1 (0.88s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (2.16s)
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.1
Creating working copy for https://github.com/GigaBitcoin/secp256k1.swift.git
Working copy of https://github.com/GigaBitcoin/secp256k1.swift.git resolved at 0.15.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.5.0
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.9.0
Creating working copy for https://github.com/DLTAStudio/zlib.git
Working copy of https://github.com/DLTAStudio/zlib.git resolved at 1.0.1
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.15.1
Building for debugging...
[0/390] Write sources
[4/390] Copying PrivacyInfo.xcprivacy
[4/390] Write sources
[17/390] Compiling fiat_p256_adx_sqr.S
[18/390] Compiling ZlibShims ZlibShim.c
[19/390] Compiling fiat_p256_adx_mul.S
[20/390] Compiling fiat_curve25519_adx_square.S
[21/390] Compiling Utility.c
[22/390] Compiling fiat_curve25519_adx_mul.S
[23/390] Compiling md5-x86_64-linux.S
[24/390] Compiling md5-x86_64-apple.S
[25/390] Compiling md5-586-apple.S
[26/390] Compiling md5-586-linux.S
[27/390] Compiling precomputed_ecmult_gen.c
[28/390] Compiling chacha20_poly1305_x86_64-apple.S
[29/390] Compiling chacha20_poly1305_armv8-win.S
[30/390] Compiling chacha20_poly1305_armv8-apple.S
[31/390] Compiling chacha20_poly1305_x86_64-linux.S
[32/390] Compiling chacha20_poly1305_armv8-linux.S
[33/390] Write swift-version-24593BA9C3E375BF.txt
[34/390] Compiling secp256k1.c
[35/390] Compiling chacha-x86_64-apple.S
[36/390] Compiling chacha-x86-linux.S
[37/390] Compiling chacha-x86-apple.S
[38/390] Compiling chacha-x86_64-linux.S
[39/390] Compiling err_data.cc
[40/390] Compiling CCryptoBoringSSLShims shims.c
[41/390] Compiling chacha-armv8-win.S
[42/390] Compiling chacha-armv8-linux.S
[43/393] Compiling chacha-armv8-apple.S
[44/415] Compiling chacha-armv4-linux.S
[45/417] Compiling aes128gcmsiv-x86_64-linux.S
[46/417] Compiling aes128gcmsiv-x86_64-apple.S
[47/417] Compiling x86_64-mont5-linux.S
[48/417] Compiling x86_64-mont5-apple.S
[49/444] Compiling x86_64-mont-apple.S
[50/453] Compiling x86_64-mont-linux.S
[51/508] Compiling x86-mont-linux.S
[52/511] Compiling x86-mont-apple.S
[53/518] Compiling vpaes-x86_64-linux.S
[54/518] Compiling vpaes-x86_64-apple.S
[55/518] Compiling vpaes-x86-linux.S
[56/518] Compiling vpaes-x86-apple.S
[57/518] Compiling vpaes-armv8-win.S
[58/518] Compiling vpaes-armv8-linux.S
[59/518] Compiling vpaes-armv8-apple.S
[60/518] Compiling vpaes-armv7-linux.S
[61/518] Compiling sha512-x86_64-linux.S
[62/518] Compiling sha512-x86_64-apple.S
[63/518] Compiling sha512-armv8-win.S
[64/518] Compiling sha512-armv8-linux.S
[65/518] Compiling sha512-armv8-apple.S
[66/518] Compiling sha512-armv4-linux.S
[67/518] Compiling sha512-586-linux.S
[68/518] Compiling sha512-586-apple.S
[69/518] Compiling sha256-x86_64-linux.S
[70/518] Compiling sha256-x86_64-apple.S
[71/518] Compiling sha256-armv8-win.S
[72/518] Compiling sha256-armv8-linux.S
[73/518] Compiling sha256-armv8-apple.S
[74/518] Compiling sha256-armv4-linux.S
[75/518] Compiling sha256-586-linux.S
[76/518] Compiling sha256-586-apple.S
[77/518] Compiling sha1-x86_64-apple.S
[78/518] Compiling sha1-x86_64-linux.S
[79/518] Compiling sha1-armv8-win.S
[80/518] Compiling sha1-armv8-linux.S
[81/518] Compiling sha1-armv8-apple.S
[82/518] Compiling sha1-armv4-large-linux.S
[83/518] Compiling sha1-586-linux.S
[84/518] Compiling sha1-586-apple.S
[85/518] Compiling rsaz-avx2-linux.S
[86/518] Compiling rsaz-avx2-apple.S
[87/518] Compiling rdrand-x86_64-linux.S
[88/518] Compiling rdrand-x86_64-apple.S
[89/518] Compiling p256_beeu-x86_64-asm-linux.S
[90/518] Compiling p256_beeu-x86_64-asm-apple.S
[91/518] Compiling p256_beeu-armv8-asm-win.S
[92/518] Compiling p256_beeu-armv8-asm-linux.S
[93/518] Compiling p256_beeu-armv8-asm-apple.S
[94/518] Compiling p256-x86_64-asm-linux.S
[95/518] Compiling p256-x86_64-asm-apple.S
[96/518] Compiling p256-armv8-asm-win.S
[97/518] Compiling p256-armv8-asm-linux.S
[98/518] Compiling p256-armv8-asm-apple.S
[99/518] Compiling ghashv8-armv8-win.S
[100/518] Compiling ghashv8-armv8-apple.S
[101/518] Compiling ghashv8-armv8-linux.S
[102/518] Compiling ghashv8-armv7-linux.S
[103/518] Compiling ghash-x86_64-linux.S
[104/518] Compiling ghash-x86_64-apple.S
[105/518] Compiling ghash-x86-linux.S
[106/518] Compiling ghash-x86-apple.S
[107/518] Compiling ghash-ssse3-x86_64-linux.S
[108/518] Compiling ghash-ssse3-x86_64-apple.S
[109/518] Compiling ghash-ssse3-x86-linux.S
[110/518] Compiling ghash-ssse3-x86-apple.S
[111/518] Compiling ghash-neon-armv8-win.S
[112/518] Compiling ghash-neon-armv8-linux.S
[113/518] Compiling ghash-neon-armv8-apple.S
[114/518] Compiling ghash-armv4-linux.S
[115/518] Compiling co-586-linux.S
[116/518] Compiling co-586-apple.S
[117/518] Compiling bsaes-armv7-linux.S
[118/518] Compiling bn-armv8-win.S
[119/518] Compiling bn-armv8-linux.S
[120/518] Compiling bn-armv8-apple.S
[121/518] Compiling bn-586-linux.S
[122/518] Compiling bn-586-apple.S
[123/518] Compiling armv8-mont-win.S
[124/518] Compiling armv8-mont-linux.S
[125/518] Compiling armv4-mont-linux.S
[126/518] Compiling armv8-mont-apple.S
[127/518] Compiling aesv8-gcm-armv8-win.S
[128/518] Compiling aesv8-gcm-armv8-linux.S
[129/518] Compiling aesv8-gcm-armv8-apple.S
[130/518] Compiling aesv8-armv8-win.S
[131/518] Compiling aesv8-armv8-linux.S
[132/518] Compiling aesv8-armv8-apple.S
[133/518] Compiling aesv8-armv7-linux.S
[134/518] Compiling aesni-x86_64-linux.S
[135/518] Compiling aesni-x86_64-apple.S
[136/518] Compiling aesni-x86-linux.S
[137/518] Compiling aesni-x86-apple.S
[138/518] Compiling aesni-gcm-x86_64-linux.S
[139/518] Compiling aesni-gcm-x86_64-apple.S
[140/518] Compiling aes-gcm-avx512-x86_64-linux.S
[141/518] Compiling precomputed_ecmult.c
[142/518] Compiling aes-gcm-avx512-x86_64-apple.S
[143/518] Compiling aes-gcm-avx2-x86_64-linux.S
[144/518] Compiling aes-gcm-avx2-x86_64-apple.S
[146/555] Emitting module _CertificateInternals
[147/555] Compiling _CertificateInternals _TinyArray.swift
[148/555] Compiling secp256k1 SEC1PrivateKey.swift
[149/555] Compiling secp256k1 ASN1Null.swift
[150/555] Compiling secp256k1 ASN1Boolean.swift
[151/555] Compiling secp256k1 ASN1Identifier.swift
[152/556] Compiling secp256k1 ASN1Integer.swift
[153/556] Compiling secp256k1 ObjectIdentifier.swift
[154/556] Compiling secp256k1 ECDSASignature.swift
[155/558] Compiling secp256k1 ASN1.swift
[156/558] Compiling secp256k1 ASN1Any.swift
[157/558] Compiling secp256k1 ASN1BitString.swift
[158/558] Compiling xwing.cc
[160/558] Emitting module SwiftASN1
[161/558] Emitting module secp256k1
[161/563] Compiling x_x509a.cc
[163/563] Compiling secp256k1 PEMDocument.swift
[164/563] Compiling secp256k1 PKCS8PrivateKey.swift
[165/563] Compiling secp256k1 ArraySliceBigint.swift
[166/563] Compiling secp256k1 GeneralizedTime.swift
[167/563] Compiling secp256k1 ASN1OctetString.swift
[168/563] Compiling secp256k1 ASN1Strings.swift
[169/563] Compiling SwiftASN1 DER.swift
[170/563] Compiling SwiftASN1 Errors.swift
[171/564] Emitting module Tools
[173/564] Compiling Tools JSONEncoder+JoseEncoder.swift
[174/564] Compiling Tools HelperExtensions.swift
[175/564] Compiling Tools JWTCodable.swift
[176/564] Compiling Tools DataRepresentable.swift
[177/564] Compiling Tools Base64URL.swift
[178/565] Compiling ZlibSwift Zlib.swift
[179/565] Emitting module ZlibSwift
[179/566] Compiling x_spki.cc
[180/566] Compiling x_x509.cc
[185/566] Compiling secp256k1 ECDH.swift
[186/566] Compiling secp256k1 ECDSA.swift
[187/566] Compiling secp256k1 EdDSA.swift
[188/566] Compiling secp256k1 SubjectPublicKeyInfo.swift
[189/566] Compiling secp256k1 Asymmetric.swift
[190/566] Compiling secp256k1 Combine.swift
[191/566] Compiling secp256k1 Context.swift
[192/566] Compiling secp256k1 CryptoKitErrors.swift
[199/566] Compiling CryptoSwift XChaCha20+Foundation.swift
[200/566] Compiling CryptoSwift Generics.swift
[201/566] Compiling CryptoSwift HKDF.swift
[202/566] Compiling CryptoSwift HMAC.swift
[203/566] Compiling CryptoSwift ISO10126Padding.swift
[204/566] Compiling CryptoSwift ISO78164Padding.swift
[205/566] Compiling CryptoSwift Int+Extension.swift
[206/566] Compiling CryptoSwift MD5.swift
[207/566] Compiling CryptoSwift NoPadding.swift
[208/566] Compiling CryptoSwift Operators.swift
[209/566] Compiling CryptoSwift DER.swift
[210/566] Compiling CryptoSwift PBKDF1.swift
[211/566] Compiling CryptoSwift PBKDF2.swift
[212/566] Compiling CryptoSwift PKCS1v15.swift
[213/580] Compiling secp256k1 Errors.swift
[214/580] Compiling secp256k1 Exports.swift
[215/580] Compiling secp256k1 HashDigest.swift
[216/580] Compiling secp256k1 PrettyBytes.swift
[217/580] Compiling secp256k1 RNG_boring.swift
[218/580] Compiling secp256k1 Recovery.swift
[219/580] Compiling secp256k1 SHA256.swift
[220/580] Compiling secp256k1 SafeCompare.swift
[221/580] Compiling secp256k1 Schnorr.swift
[222/580] Compiling secp256k1 SecureBytes.swift
[223/580] Compiling CryptoSwift CompactMap.swift
[224/580] Compiling CryptoSwift Cryptor.swift
[225/580] Compiling CryptoSwift Cryptors.swift
[226/580] Compiling CryptoSwift Digest.swift
[227/580] Compiling CryptoSwift DigestType.swift
[228/580] Compiling CryptoSwift AES+Foundation.swift
[229/580] Compiling CryptoSwift Array+Foundation.swift
[230/580] Compiling CryptoSwift Blowfish+Foundation.swift
[231/580] Compiling CryptoSwift ChaCha20+Foundation.swift
[232/580] Compiling CryptoSwift Data+Extension.swift
[233/580] Compiling CryptoSwift HMAC+Foundation.swift
[234/580] Compiling CryptoSwift Rabbit+Foundation.swift
[235/580] Compiling CryptoSwift String+FoundationExtension.swift
[236/580] Compiling CryptoSwift Utils+Foundation.swift
[242/580] Compiling secp256k1 Signature.swift
[243/580] Compiling secp256k1 Tweak.swift
[244/580] Compiling secp256k1 Utility.swift
[245/580] Compiling secp256k1 Zeroization.swift
[246/580] Compiling secp256k1 secp256k1.swift
[252/581] Compiling x_sig.cc
[254/581] Compiling x_req.cc
[255/581] Compiling x_name.cc
[256/581] Compiling x_crl.cc
[257/581] Compiling x_exten.cc
[258/581] Compiling x_pubkey.cc
[286/581] Compiling CryptoSwift Cipher.swift
[287/581] Compiling CryptoSwift Collection+Extension.swift
[287/581] Compiling x_attrib.cc
[288/581] Compiling x_all.cc
[290/581] Emitting module CryptoSwift
[290/581] Compiling x509spki.cc
[291/581] Compiling x_algor.cc
[292/581] Compiling x509cset.cc
[293/581] Compiling x509rset.cc
[294/581] Compiling x509name.cc
[296/581] Compiling CryptoSwift Signature.swift
[297/581] Compiling CryptoSwift StreamDecryptor.swift
[298/581] Compiling CryptoSwift StreamEncryptor.swift
[299/581] Compiling CryptoSwift String+Extension.swift
[300/581] Compiling CryptoSwift UInt128.swift
[301/581] Compiling CryptoSwift UInt16+Extension.swift
[302/581] Compiling CryptoSwift UInt32+Extension.swift
[303/581] Compiling CryptoSwift UInt64+Extension.swift
[304/581] Compiling CryptoSwift UInt8+Extension.swift
[305/581] Compiling CryptoSwift Updatable.swift
[306/581] Compiling CryptoSwift Utils.swift
[307/581] Compiling CryptoSwift XChaCha20.swift
[308/581] Compiling CryptoSwift ZeroPadding.swift
[309/581] Compiling CryptoSwift resource_bundle_accessor.swift
[309/581] Compiling x509_vpm.cc
[311/581] Compiling CryptoSwift BlockEncryptor.swift
[312/581] Compiling CryptoSwift BlockMode.swift
[313/581] Compiling CryptoSwift BlockModeOptions.swift
[314/581] Compiling CryptoSwift CBC.swift
[315/581] Compiling CryptoSwift CCM.swift
[316/581] Compiling CryptoSwift CFB.swift
[317/581] Compiling CryptoSwift CTR.swift
[318/581] Compiling CryptoSwift CipherModeWorker.swift
[319/581] Compiling CryptoSwift ECB.swift
[320/581] Compiling CryptoSwift GCM.swift
[321/581] Compiling CryptoSwift OCB.swift
[322/581] Compiling CryptoSwift OFB.swift
[323/581] Compiling CryptoSwift PCBC.swift
[324/581] Compiling CryptoSwift Blowfish.swift
[325/581] Compiling CryptoSwift CBCMAC.swift
[325/581] Compiling x509_vfy.cc
[326/581] Compiling x509_txt.cc
[342/581] Compiling x509_v3.cc
[343/581] Compiling x509_set.cc
[344/581] Compiling x509_trs.cc
[345/581] Compiling x509_req.cc
[346/581] Compiling x509_obj.cc
[347/581] Compiling x509_lu.cc
[348/581] Compiling x509_def.cc
[349/581] Compiling x509_ext.cc
[350/581] Compiling x509_att.cc
[351/581] Compiling x509_d2.cc
[352/581] Compiling x509_cmp.cc
[353/581] Compiling x509.cc
[354/581] Compiling v3_utl.cc
[355/581] Compiling v3_pmaps.cc
[356/581] Compiling v3_skey.cc
[357/581] Compiling v3_purp.cc
[358/581] Compiling v3_prn.cc
[360/581] Compiling CryptoSwift PKCS5.swift
[361/581] Compiling CryptoSwift PKCS7.swift
[362/581] Compiling CryptoSwift PKCS7Padding.swift
[363/581] Compiling CryptoSwift Padding.swift
[364/581] Compiling CryptoSwift Poly1305.swift
[365/581] Compiling CryptoSwift RSA+Cipher.swift
[366/581] Compiling CryptoSwift RSA+Signature.swift
[367/581] Compiling CryptoSwift RSA.swift
[368/581] Compiling CryptoSwift Rabbit.swift
[369/581] Compiling CryptoSwift SHA1.swift
[370/581] Compiling CryptoSwift SHA2.swift
[371/581] Compiling CryptoSwift SHA3.swift
[372/581] Compiling CryptoSwift Scrypt.swift
[373/581] Compiling CryptoSwift SecureBytes.swift
[374/582] Compiling v3_pcons.cc
[375/582] Compiling v3_ocsp.cc
[376/582] Compiling v3_int.cc
[377/582] Compiling v3_ncons.cc
[378/582] Compiling v3_lib.cc
[379/582] Compiling v3_ia5.cc
[380/582] Compiling v3_info.cc
[381/582] Compiling v3_genn.cc
[382/582] Compiling v3_extku.cc
[383/582] Compiling v3_enum.cc
[384/582] Compiling v3_crld.cc
[385/582] Compiling v3_cpols.cc
[386/582] Compiling v3_bitst.cc
[387/582] Compiling v3_alt.cc
[388/582] Compiling v3_bcons.cc
[389/582] Compiling v3_conf.cc
[390/582] Compiling v3_akeya.cc
[391/582] Compiling v3_akey.cc
[392/582] Compiling t_x509a.cc
[393/582] Compiling policy.cc
[394/582] Compiling t_req.cc
[395/582] Compiling t_crl.cc
[396/582] Compiling t_x509.cc
[397/582] Compiling i2d_pr.cc
[398/582] Compiling rsa_pss.cc
[399/582] Compiling name_print.cc
[400/582] Compiling a_digest.cc
[401/582] Compiling by_file.cc
[402/582] Compiling a_verify.cc
[403/582] Compiling by_dir.cc
[404/582] Compiling asn1_gen.cc
[405/582] Compiling a_sign.cc
[406/582] Compiling algorithm.cc
[407/582] Compiling voprf.cc
[408/582] Compiling thread_none.cc
[409/582] Compiling thread_pthread.cc
[410/582] Compiling thread.cc
[411/582] Compiling thread_win.cc
[412/582] Compiling stack.cc
[413/582] Compiling trust_token.cc
[414/582] Compiling siphash.cc
[415/582] Compiling sha512.cc
[416/582] Compiling sha256.cc
[417/582] Compiling sha1.cc
[418/582] Compiling spake2plus.cc
[419/582] Compiling pmbtoken.cc
[420/582] Compiling slhdsa.cc
[421/582] Compiling rsa_print.cc
[422/582] Compiling rsa_extra.cc
[423/582] Compiling urandom.cc
[424/582] Compiling rc4.cc
[425/582] Compiling refcount.cc
[426/582] Compiling windows.cc
[427/582] Compiling rsa_crypt.cc
[428/582] Compiling trusty.cc
[429/582] Compiling rand.cc
[430/582] Compiling passive.cc
[431/582] Compiling ios.cc
[432/582] Compiling deterministic.cc
[433/582] Compiling poly1305_arm_asm.S
[434/582] Compiling getentropy.cc
[435/582] Compiling fork_detect.cc
[436/582] Compiling forkunsafe.cc
[437/582] Compiling rsa_asn1.cc
[438/582] Compiling poly1305.cc
[439/582] Compiling poly1305_arm.cc
[440/582] Compiling poly1305_vec.cc
[441/582] Compiling pool.cc
[442/582] Compiling pkcs8_x509.cc
[443/582] Compiling pkcs7.cc
[444/582] Compiling p5_pbev2.cc
[445/582] Compiling pkcs8.cc
[446/582] Compiling pem_xaux.cc
[447/582] Compiling pkcs7_x509.cc
[448/582] Compiling pem_x509.cc
[449/582] Compiling pem_pkey.cc
[450/582] Compiling mlkem.cc
[451/582] Compiling pem_oth.cc
[452/582] Compiling obj_xref.cc
[453/582] Compiling pem_pk8.cc
[454/582] Compiling pem_lib.cc
[455/582] Compiling pem_info.cc
[456/582] Compiling mldsa.cc
[457/582] Compiling pem_all.cc
[458/582] Compiling mem.cc
[459/582] Compiling obj.cc
[460/582] Compiling poly_rq_mul.S
[461/582] Compiling fips_shared_support.cc
[462/582] Compiling lhash.cc
[463/582] Compiling md4.cc
[464/582] Compiling md5.cc
[465/582] Compiling kyber.cc
[466/582] Compiling fuzzer_mode.cc
[467/582] Compiling ex_data.cc
[468/582] Compiling hpke.cc
[469/582] Compiling hrss.cc
[470/582] Compiling scrypt.cc
[471/582] Compiling p_x25519.cc
[472/582] Compiling print.cc
[473/582] Compiling pbkdf.cc
[474/582] Compiling sign.cc
[475/582] Compiling p_x25519_asn1.cc
[476/582] Compiling p_hkdf.cc
[477/582] Compiling p_rsa.cc
[478/582] Compiling p_rsa_asn1.cc
[479/582] Compiling p_ed25519.cc
[480/582] Compiling p_ed25519_asn1.cc
[481/582] Compiling p_ec_asn1.cc
[482/582] Compiling p_ec.cc
[483/582] Compiling p_dh_asn1.cc
[484/582] Compiling p_dh.cc
[485/582] Compiling p_dsa_asn1.cc
[486/582] Compiling evp_ctx.cc
[487/582] Compiling err.cc
[488/582] Compiling engine.cc
[489/582] Compiling evp.cc
[490/582] Compiling ecdsa_p1363.cc
[491/582] Compiling ecdh.cc
[492/582] Compiling evp_asn1.cc
[493/582] Compiling ecdsa_asn1.cc
[494/582] Compiling hash_to_curve.cc
[495/582] Compiling ec_derive.cc
[496/582] Compiling dsa.cc
[497/582] Compiling dsa_asn1.cc
[498/582] Compiling digest_extra.cc
[499/582] Compiling ec_asn1.cc
[500/582] Compiling params.cc
[501/582] Compiling x25519-asm-arm.S
[502/582] Compiling des.cc
[503/582] Compiling dh_asn1.cc
[504/582] Compiling cpu_intel.cc
[505/582] Compiling crypto.cc
[506/582] Compiling spake25519.cc
[507/582] Compiling cpu_arm_linux.cc
[508/582] Compiling curve25519.cc
[509/582] Compiling cpu_arm_freebsd.cc
[510/582] Compiling cpu_aarch64_win.cc
[511/582] Compiling cpu_aarch64_sysreg.cc
[512/582] Compiling cpu_aarch64_openbsd.cc
[513/582] Compiling cpu_aarch64_linux.cc
[514/582] Compiling cpu_aarch64_fuchsia.cc
[515/582] Compiling cpu_aarch64_apple.cc
[516/582] Compiling curve25519_64_adx.cc
[517/582] Compiling conf.cc
[518/582] Compiling tls_cbc.cc
[519/582] Compiling get_cipher.cc
[520/582] Compiling e_rc4.cc
[521/582] Compiling e_rc2.cc
[522/582] Compiling e_tls.cc
[523/582] Compiling e_des.cc
[524/582] Compiling e_null.cc
[525/582] Compiling e_aesctrhmac.cc
[526/582] Compiling cms.cc
[527/582] Compiling e_chacha20poly1305.cc
[528/582] Compiling e_aesgcmsiv.cc
[529/582] Compiling e_aeseax.cc
[530/582] Compiling derive_key.cc
[531/582] Compiling chacha.cc
[532/582] Compiling sqrt.cc
[533/582] Compiling buf.cc
[534/582] Compiling unicode.cc
[535/582] Compiling cbb.cc
[536/582] Compiling cbs.cc
[537/582] Compiling ber.cc
[538/582] Compiling asn1_compat.cc
[539/582] Compiling div.cc
[540/582] Compiling exponentiation.cc
[541/582] Compiling printf.cc
[542/582] Compiling convert.cc
[543/582] Compiling pair.cc
[544/582] Compiling hexdump.cc
[545/582] Compiling bn_asn1.cc
[546/582] Compiling blake2.cc
[547/582] Compiling file.cc
[548/582] Compiling fd.cc
[549/582] Compiling errno.cc
[550/582] Compiling base64.cc
[551/582] Compiling bio.cc
[552/582] Compiling bio_mem.cc
[553/582] Compiling tasn_typ.cc
[554/582] Compiling tasn_fre.cc
[555/582] Compiling tasn_enc.cc
[556/582] Compiling tasn_utl.cc
[557/582] Compiling f_string.cc
[558/582] Compiling posix_time.cc
[559/582] Compiling tasn_new.cc
[560/582] Compiling asn1_par.cc
[561/582] Compiling f_int.cc
[562/582] Compiling tasn_dec.cc
[563/582] Compiling asn_pack.cc
[564/582] Compiling a_utctm.cc
[565/582] Compiling asn1_lib.cc
[566/582] Compiling a_type.cc
[567/582] Compiling a_octet.cc
[568/582] Compiling a_time.cc
[569/582] Compiling a_i2d_fp.cc
[570/582] Compiling a_strex.cc
[571/582] Compiling a_object.cc
[572/582] Compiling a_mbstr.cc
[573/582] Compiling a_strnid.cc
[574/582] Compiling a_int.cc
[575/582] Compiling a_d2i_fp.cc
[576/582] Compiling a_dup.cc
[577/582] Compiling a_gentm.cc
[578/582] Compiling bcm.cc
[579/582] Compiling aes.cc
[580/582] Compiling a_bool.cc
[581/582] Compiling a_bitstr.cc
[583/590] Compiling CryptoBoringWrapper RandomBytes.swift
[584/590] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[585/590] Compiling CryptoBoringWrapper EllipticCurve.swift
[586/590] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[587/590] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[588/590] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[589/590] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[590/590] Emitting module CryptoBoringWrapper
[592/662] Compiling Crypto HPKE-AEAD.swift
[593/662] Compiling Crypto HPKE-Ciphersuite.swift
[594/662] Compiling Crypto HPKE-KDF.swift
[595/662] Compiling Crypto HPKE-KexKeyDerivation.swift
[596/662] Compiling Crypto HPKE-LabeledExtract.swift
[597/662] Compiling Crypto HPKE-Utils.swift
[598/662] Compiling Crypto DHKEM.swift
[599/662] Compiling Crypto HPKE-KEM-Curve25519.swift
[600/662] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[601/662] Compiling Crypto HPKE-KEM.swift
[602/672] Compiling Crypto HPKE-Errors.swift
[603/672] Compiling Crypto HPKE.swift
[604/672] Compiling Crypto HPKE-Context.swift
[605/672] Compiling Crypto HPKE-KeySchedule.swift
[606/672] Compiling Crypto HPKE-Modes.swift
[607/672] Compiling Crypto Insecure.swift
[608/672] Compiling Crypto Insecure_HashFunctions.swift
[609/672] Compiling Crypto KEM.swift
[610/672] Compiling Crypto ECDH_boring.swift
[611/672] Compiling Crypto DH.swift
[612/672] Compiling Crypto PKCS8PrivateKey.swift
[613/672] Compiling Crypto SEC1PrivateKey.swift
[614/672] Compiling Crypto SubjectPublicKeyInfo.swift
[615/672] Compiling Crypto CryptoError_boring.swift
[616/672] Compiling Crypto CryptoKitErrors.swift
[617/672] Compiling Crypto Digest_boring.swift
[618/672] Compiling Crypto Digest.swift
[619/672] Compiling Crypto Digests.swift
[620/672] Compiling Crypto HashFunctions.swift
[621/672] Compiling Crypto HashFunctions_SHA2.swift
[622/672] Emitting module Crypto
[623/672] Compiling Crypto X25519Keys.swift
[624/672] Compiling Crypto SymmetricKeys.swift
[625/672] Compiling Crypto HMAC.swift
[626/672] Compiling Crypto MACFunctions.swift
[627/672] Compiling Crypto MessageAuthenticationCode.swift
[628/672] Compiling Crypto AES.swift
[629/672] Compiling Crypto ECDSASignature_boring.swift
[630/672] Compiling Crypto ECDSA_boring.swift
[631/672] Compiling Crypto EdDSA_boring.swift
[632/672] Compiling Crypto ECDSA.swift
[633/672] Compiling Crypto ECDH.swift
[634/672] Compiling Crypto HKDF.swift
[635/672] Compiling Crypto AESWrap.swift
[636/672] Compiling Crypto AESWrap_boring.swift
[637/672] Compiling Crypto Ed25519_boring.swift
[638/672] Compiling Crypto NISTCurvesKeys_boring.swift
[639/672] Compiling Crypto X25519Keys_boring.swift
[640/672] Compiling Crypto Curve25519.swift
[641/672] Compiling Crypto Ed25519Keys.swift
[642/672] Compiling Crypto NISTCurvesKeys.swift
[643/672] Compiling Crypto AES-GCM.swift
[644/672] Compiling Crypto AES-GCM_boring.swift
[645/672] Compiling Crypto ChaChaPoly_boring.swift
[646/672] Compiling Crypto ChaChaPoly.swift
[647/672] Compiling Crypto Cipher.swift
[648/672] Compiling Crypto Nonces.swift
[649/672] Compiling Crypto ASN1.swift
[650/672] Compiling Crypto ASN1Any.swift
[651/672] Compiling Crypto ASN1BitString.swift
[652/672] Compiling Crypto ASN1Boolean.swift
[653/672] Compiling Crypto ASN1Identifier.swift
[654/672] Compiling Crypto ASN1Integer.swift
[655/672] Compiling Crypto ASN1Null.swift
[656/672] Compiling Crypto ASN1OctetString.swift
[657/672] Compiling Crypto ASN1Strings.swift
[658/672] Compiling Crypto ArraySliceBigint.swift
[659/672] Compiling Crypto GeneralizedTime.swift
[660/672] Compiling Crypto ObjectIdentifier.swift
[661/672] Compiling Crypto ECDSASignature.swift
[662/672] Compiling Crypto PEMDocument.swift
[663/672] Compiling Crypto Ed25519.swift
[664/672] Compiling Crypto Signature.swift
[665/672] Compiling Crypto CryptoKitErrors_boring.swift
[666/672] Compiling Crypto RNG_boring.swift
[667/672] Compiling Crypto SafeCompare_boring.swift
[668/672] Compiling Crypto Zeroization_boring.swift
[669/672] Compiling Crypto PrettyBytes.swift
[670/672] Compiling Crypto SafeCompare.swift
[671/672] Compiling Crypto SecureBytes.swift
[672/672] Compiling Crypto Zeroization.swift
[674/727] Emitting module _CryptoExtras
[675/734] Compiling _CryptoExtras ThreadPosix.swift
[676/734] Compiling _CryptoExtras ThreadSpecific.swift
[677/734] Compiling _CryptoExtras ThreadWindows.swift
[678/734] Compiling _CryptoExtras DLEQ.swift
[679/734] Compiling _CryptoExtras Prover.swift
[680/734] Compiling _CryptoExtras Verifier.swift
[681/734] Compiling _CryptoExtras ZKPToolbox.swift
[682/734] Compiling _CryptoExtras Error.swift
[683/734] Compiling _CryptoExtras I2OSP.swift
[684/734] Compiling _CryptoExtras IntegerEncoding.swift
[685/734] Compiling _CryptoExtras PEMDocument.swift
[686/734] Compiling _CryptoExtras PrettyBytes.swift
[687/734] Compiling _CryptoExtras SubjectPublicKeyInfo.swift
[688/734] Compiling _CryptoExtras ThreadOps.swift
[689/734] Compiling _CryptoExtras ECToolbox_boring.swift
[690/734] Compiling _CryptoExtras ECToolbox.swift
[691/734] Compiling _CryptoExtras HashToField.swift
[692/734] Compiling _CryptoExtras KDF.swift
[693/734] Compiling _CryptoExtras PBKDF2_boring.swift
[694/734] Compiling _CryptoExtras PBKDF2_commoncrypto.swift
[695/734] Compiling _CryptoExtras PBKDF2.swift
[696/734] Compiling _CryptoExtras Scrypt_boring.swift
[697/734] Compiling _CryptoExtras AES_CBC.swift
[698/734] Compiling _CryptoExtras AES_CFB.swift
[699/734] Compiling _CryptoExtras AES_CTR.swift
[700/734] Compiling _CryptoExtras AES_GCM_SIV.swift
[701/734] Compiling _CryptoExtras Block Function.swift
[702/734] Compiling _CryptoExtras AES_CFB_boring.swift
[703/734] Compiling _CryptoExtras AES_CTR_boring.swift
[704/734] Compiling _CryptoExtras AES_GCM_SIV_boring.swift
[705/734] Compiling _CryptoExtras Scrypt.swift
[706/734] Compiling _CryptoExtras OPRF.swift
[707/734] Compiling _CryptoExtras OPRFClient.swift
[708/734] Compiling _CryptoExtras OPRFServer.swift
[709/734] Compiling _CryptoExtras VOPRF+API.swift
[710/734] Compiling _CryptoExtras VOPRFClient.swift
[711/734] Compiling _CryptoExtras VOPRFServer.swift
[712/734] Compiling _CryptoExtras ARCResponse.swift
[713/734] Compiling _CryptoExtras ARCServer.swift
[714/734] Compiling _CryptoExtras ChaCha20CTR_boring.swift
[715/734] Compiling _CryptoExtras ChaCha20CTR.swift
[716/734] Compiling _CryptoExtras ObjectIdentifier.swift
[717/734] Compiling _CryptoExtras PKCS8DERRepresentation.swift
[718/734] Compiling _CryptoExtras PKCS8PrivateKey.swift
[719/734] Compiling _CryptoExtras RFC8410AlgorithmIdentifier.swift
[720/734] Compiling _CryptoExtras RSA+BlindSigning.swift
[721/734] Compiling _CryptoExtras RSA.swift
[722/734] Compiling _CryptoExtras RSA_boring.swift
[723/734] Compiling _CryptoExtras BoringSSLHelpers.swift
[724/734] Compiling _CryptoExtras CryptoKitErrors_boring.swift
[725/734] Compiling _CryptoExtras Data+Extensions.swift
[726/734] Compiling _CryptoExtras DigestType.swift
[727/734] Compiling _CryptoExtras CMAC.swift
[728/734] Compiling _CryptoExtras ARC+API.swift
[729/734] Compiling _CryptoExtras ARC.swift
[730/734] Compiling _CryptoExtras ARCCredential.swift
[731/734] Compiling _CryptoExtras ARCEncoding.swift
[732/734] Compiling _CryptoExtras ARCPrecredential.swift
[733/734] Compiling _CryptoExtras ARCPresentation.swift
[734/734] Compiling _CryptoExtras ARCRequest.swift
[736/779] Compiling JSONWebKey JWK+Error.swift
[737/837] Compiling JSONWebKey JWKSet.swift
[738/837] Compiling JSONWebKey JWK+Codable.swift
[739/837] Compiling JSONWebKey JWK+Thumbprint.swift
[740/837] Compiling JSONWebKey JWK.swift
[741/837] Emitting module JSONWebKey
[742/837] Compiling JSONWebKey JWK+PEM.swift
[744/930] Compiling JSONWebAlgorithms ES384Verifier.swift
[745/930] Compiling JSONWebAlgorithms ES521Verifier.swift
[746/930] Compiling JSONWebAlgorithms HS256Signer.swift
[747/930] Compiling JSONWebAlgorithms HS384Signer.swift
[748/930] Compiling JSONWebAlgorithms HS512Signer.swift
[749/930] Compiling JSONWebAlgorithms HS256Verifier.swift
[750/930] Compiling JSONWebAlgorithms HS384Verifier.swift
[751/930] Compiling JSONWebAlgorithms HS512Verifier.swift
[752/930] Compiling JSONWebAlgorithms MockedSigner.swift
[753/930] Compiling JSONWebAlgorithms MockedVerifier.swift
[754/930] Compiling JSONWebAlgorithms RSA+Security.swift
[755/930] Compiling JSONWebAlgorithms PS256Signer.swift
[756/930] Compiling JSONWebAlgorithms PS384Signer.swift
[757/943] Compiling JSONWebAlgorithms secp256k1+KeyAgreement.swift
[758/943] Compiling JSONWebAlgorithms JWK+KeyAgreement.swift
[759/943] Compiling JSONWebAlgorithms SharedKeyAgreement.swift
[760/943] Compiling JSONWebAlgorithms Curve25519+KeyGeneration.swift
[761/943] Compiling JSONWebAlgorithms P256+KeyGeneration.swift
[762/943] Compiling JSONWebAlgorithms P384+KeyGeneration.swift
[763/943] Compiling JSONWebAlgorithms P521+KeyGeneration.swift
[764/943] Compiling JSONWebAlgorithms secp256k1+KeyGeneration.swift
[765/943] Compiling JSONWebAlgorithms JWK+KeyGeneration.swift
[766/943] Compiling JSONWebAlgorithms KeyGeneration.swift
[767/943] Compiling JSONWebAlgorithms SecureRandom.swift
[768/943] Compiling JSONWebAlgorithms JWARegisteredFieldsHeader.swift
[769/943] Compiling JSONWebAlgorithms JWKRepresentable.swift
[770/943] Compiling JSONWebAlgorithms AES192GCM+KeyEncryption.swift
[771/943] Compiling JSONWebAlgorithms AES256GCM+KeyEncryption.swift
[772/943] Compiling JSONWebAlgorithms AESGCM+KeyUnwrap.swift
[773/943] Compiling JSONWebAlgorithms AESKeyUnwrap+KeyUnwrap.swift
[774/943] Compiling JSONWebAlgorithms AESKeyWrap+KeyEncryption.swift
[775/943] Compiling JSONWebAlgorithms KeyUnwrap.swift
[776/943] Compiling JSONWebAlgorithms KeyWrapping.swift
[777/943] Compiling JSONWebAlgorithms MockKeyEncryption.swift
[778/943] Compiling JSONWebAlgorithms RSA15KeyUnwrap+KeyUnwrapping.swift
[779/943] Compiling JSONWebAlgorithms RSA15KeyWrapper+KeyEncryption.swift
[780/943] Compiling JSONWebAlgorithms RSAOAEP256KeyUnwrap+KeyUnwrapping.swift
[781/943] Compiling JSONWebAlgorithms RSAOAEP256KeyWrap+KeyEncryption.swift
[782/943] Compiling JSONWebAlgorithms RSAOAEPKeyUnwrap+KeyUnwrapping.swift
[783/943] Compiling JSONWebAlgorithms ECDH1PU+KeyAgreementZ.swift
[784/943] Compiling JSONWebAlgorithms ECDHES+KeyAgreementZ.swift
[785/943] Compiling JSONWebAlgorithms KeyAgreementZ.swift
[786/943] Compiling JSONWebAlgorithms MockKeyAgreementZ.swift
[787/943] Compiling JSONWebAlgorithms ECDH1PU+KeyDerivation.swift
[788/943] Compiling JSONWebAlgorithms ECDHES+KeyDerivation.swift
[789/943] Compiling JSONWebAlgorithms KeyDerivation.swift
[790/943] Compiling JSONWebAlgorithms MockKeyDerivation.swift
[791/943] Compiling JSONWebAlgorithms PBE2_SHA256_A128KW+KeyEncryption.swift
[792/943] Compiling JSONWebAlgorithms PBE2_SHA384_A192KW+KeyEncryption.swift
[793/943] Compiling JSONWebAlgorithms PBE2_SHA512_A256KW+KeyEncryption.swift
[794/943] Compiling JSONWebAlgorithms PBES2SHA.swift
[795/943] Compiling JSONWebAlgorithms AES128GCM+KeyEncryption.swift
[796/943] Compiling JSONWebAlgorithms RSAOAEPKeyWrap+KeyEncryption.swift
[797/943] Compiling JSONWebAlgorithms KeyEncryptionAlgorithm.swift
[798/943] Compiling JSONWebAlgorithms DataKey.swift
[799/943] Compiling JSONWebAlgorithms KeyRepresentable.swift
[800/943] Compiling JSONWebAlgorithms SecKeyExtended.swift
[801/943] Compiling JSONWebAlgorithms EdDSASigner.swift
[802/943] Compiling JSONWebAlgorithms EdDSAVerifier.swift
[803/943] Compiling JSONWebAlgorithms ES256KSigner.swift
[804/943] Compiling JSONWebAlgorithms ES256Signer.swift
[805/943] Compiling JSONWebAlgorithms ES384Signer.swift
[806/943] Compiling JSONWebAlgorithms ES521Signer.swift
[807/943] Compiling JSONWebAlgorithms ES256KVerifier.swift
[808/943] Compiling JSONWebAlgorithms ES256Verifier.swift
[809/943] Compiling JSONWebAlgorithms PS512Signer.swift
[810/943] Compiling JSONWebAlgorithms RS256Signer.swift
[811/943] Compiling JSONWebAlgorithms RS384Signer.swift
[812/943] Compiling JSONWebAlgorithms RS512Signer.swift
[813/943] Compiling JSONWebAlgorithms PS256Verifier.swift
[814/943] Compiling JSONWebAlgorithms PS384Verifier.swift
[815/943] Compiling JSONWebAlgorithms PS512Verifier.swift
[816/943] Compiling JSONWebAlgorithms RS256Verifier.swift
[817/943] Compiling JSONWebAlgorithms RS384Verifier.swift
[818/943] Compiling JSONWebAlgorithms RS512Verifier.swift
[819/943] Compiling JSONWebAlgorithms Signer.swift
[820/943] Compiling JSONWebAlgorithms SigningAlgorithm.swift
[821/943] Compiling JSONWebAlgorithms Verifier.swift
[822/943] Emitting module JSONWebAlgorithms
[823/943] Compiling JSONWebAlgorithms ContentCompressionAlgorithm.swift
[824/943] Compiling JSONWebAlgorithms ContentCompressor.swift
[825/943] Compiling JSONWebAlgorithms Zip+ContentCompressor.swift
[826/943] Compiling JSONWebAlgorithms AES128GCM+ContentEncryptor.swift
[827/943] Compiling JSONWebAlgorithms AES192GCM+ContentEncryptor.swift
[828/943] Compiling JSONWebAlgorithms AES256GCM+ContentEncryptor.swift
[829/943] Compiling JSONWebAlgorithms AESCBC_SHA256+ContentEncryptor.swift
[830/943] Compiling JSONWebAlgorithms AESCBC_SHA384+ContentEncryptor.swift
[831/943] Compiling JSONWebAlgorithms AESCBC_SHA512+ContentEncryptor.swift
[832/943] Compiling JSONWebAlgorithms C20P+ContentEncryption.swift
[833/943] Compiling JSONWebAlgorithms XC20P+ContentEncryption.swift
[834/943] Compiling JSONWebAlgorithms ContentDecryptor.swift
[835/943] Compiling JSONWebAlgorithms ContentEncryptionAlgorithm.swift
[836/943] Compiling JSONWebAlgorithms ContentEncryptor.swift
[837/943] Compiling JSONWebAlgorithms MockContentEncryptor.swift
[838/943] Compiling JSONWebAlgorithms CryptoError.swift
[839/943] Compiling JSONWebAlgorithms AESCBC_SHA.swift
[840/943] Compiling JSONWebAlgorithms AESGCM.swift
[841/943] Compiling JSONWebAlgorithms ConcatKDF.swift
[842/943] Compiling JSONWebAlgorithms ECDH1PU.swift
[843/943] Compiling JSONWebAlgorithms ECDHES.swift
[844/943] Compiling JSONWebAlgorithms JWKCryptoPresentation.swift
[845/943] Compiling JSONWebAlgorithms Curve25519+KeyAgreement.swift
[846/943] Compiling JSONWebAlgorithms P256+KeyAgreement.swift
[847/943] Compiling JSONWebAlgorithms P384+KeyAgreement.swift
[848/943] Compiling JSONWebAlgorithms P521+KeyAgreement.swift
[916/995] Compiling JSONWebSignature JWS.swift
[917/996] Compiling JSONWebEncryption DefaultJWEHeaderImpl+Codable.swift
[918/996] Compiling JSONWebEncryption AESDecryptor.swift
[919/996] Compiling JSONWebEncryption DirectDecryptor.swift
[920/996] Compiling JSONWebEncryption ECDH1PUDecryptor.swift
[921/996] Compiling JSONWebEncryption ECDHDecryptor.swift
[922/996] Compiling JSONWebEncryption JWEDecryptor.swift
[923/996] Compiling JSONWebEncryption MultiDecryptor.swift
[924/996] Compiling JSONWebEncryption PasswordBasedDecryptor.swift
[925/996] Compiling JSONWebEncryption RSADecryptor.swift
[926/996] Compiling JSONWebEncryption AESEncryptor.swift
[927/996] Compiling JSONWebEncryption DirectEncrypter.swift
[928/996] Compiling JSONWebEncryption ECDH1PUEncrypter.swift
[929/996] Compiling JSONWebEncryption RSAEncrypter.swift
[930/996] Compiling JSONWebEncryption JWE+EncryptionModule.swift
[945/996] Compiling JSONWebSignature JWS+Sign.swift
[946/996] Compiling JSONWebSignature JWS+Verify.swift
[947/996] Compiling JSONWebSignature JWS+JsonFlattened.swift
[948/996] Compiling JSONWebSignature JWSRegisteredFieldsHeader.swift
[949/996] Emitting module JSONWebSignature
[954/996] Compiling JSONWebSignature JWS+Json.swift
[955/997] Compiling JSONWebEncryption JWE+Error.swift
[956/997] Compiling JSONWebEncryption JWE+Json.swift
[957/997] Compiling JSONWebEncryption JWE.swift
[958/1000] Emitting module JSONWebEncryption
[960/1000] Compiling JSONWebEncryption JWEHelpers.swift
[961/1000] Compiling JSONWebEncryption JWERegisteredFieldsHeader+Helpers.swift
[962/1000] Compiling JSONWebEncryption JWE+Decrypt.swift
[963/1000] Compiling JSONWebEncryption JWE+Encrypt.swift
/host/spi-builder-workspace/Sources/JSONWebEncryption/Helpers/AAD.swift:57:17: warning: value 'decodedHeader' was defined but never used; consider replacing with boolean test
55 | let headerBase64 = str.components(separatedBy: ".")[0]
56 | guard
57 | let decodedHeader = try? Base64URL.decode(headerBase64)
| `- warning: value 'decodedHeader' was defined but never used; consider replacing with boolean test
58 | else {
59 | return false
/host/spi-builder-workspace/Sources/JSONWebEncryption/Helpers/AAD.swift:57:17: warning: value 'decodedHeader' was defined but never used; consider replacing with boolean test
55 | let headerBase64 = str.components(separatedBy: ".")[0]
56 | guard
57 | let decodedHeader = try? Base64URL.decode(headerBase64)
| `- warning: value 'decodedHeader' was defined but never used; consider replacing with boolean test
58 | else {
59 | return false
[966/1000] Compiling JSONWebEncryption JWEEncryptionModule.swift
/host/spi-builder-workspace/Sources/JSONWebEncryption/Helpers/AAD.swift:57:17: warning: value 'decodedHeader' was defined but never used; consider replacing with boolean test
55 | let headerBase64 = str.components(separatedBy: ".")[0]
56 | guard
57 | let decodedHeader = try? Base64URL.decode(headerBase64)
| `- warning: value 'decodedHeader' was defined but never used; consider replacing with boolean test
58 | else {
59 | return false
[967/1000] Compiling JSONWebEncryption AAD.swift
/host/spi-builder-workspace/Sources/JSONWebEncryption/Helpers/AAD.swift:57:17: warning: value 'decodedHeader' was defined but never used; consider replacing with boolean test
55 | let headerBase64 = str.components(separatedBy: ".")[0]
56 | guard
57 | let decodedHeader = try? Base64URL.decode(headerBase64)
| `- warning: value 'decodedHeader' was defined but never used; consider replacing with boolean test
58 | else {
59 | return false
[968/1000] Compiling JSONWebEncryption ECDHEncrypter.swift
[969/1000] Compiling JSONWebEncryption JWEEncrypter.swift
[970/1000] Compiling JSONWebEncryption MultiEncryptor.swift
[971/1000] Compiling JSONWebEncryption PasswordBasedEncrypter.swift
[984/1000] Compiling JSONWebEncryption JWEParts.swift
[985/1000] Compiling JSONWebEncryption JWERegisteredFieldsHeader.swift
[986/1000] Compiling JSONWebEncryption KeyManagementAlgorithm+Family.swift
[988/1001] Emitting module X509
[989/1001] Compiling X509 ValidatedCertificateChain.swift
[990/1001] Compiling X509 VerificationDiagnostic.swift
[991/1001] Compiling X509 Verifier.swift
[992/1001] Compiling X509 VerifierPolicy.swift
[993/1001] Compiling X509 AlgorithmIdentifier.swift
[994/1001] Compiling X509 ECDSASignature.swift
[995/1001] Compiling X509 RSAPKCS1PublicKey.swift
[996/1001] Compiling X509 SubjectPublicKeyInfo.swift
[997/1001] Compiling X509 TBSCertificate.swift
[998/1001] Compiling X509 Time.swift
[999/1001] Compiling X509 TimeCalculations.swift
[1000/1001] Compiling X509 Validity.swift
[1001/1001] Compiling X509 X509SendableMetatype.swift
[1003/1031] Emitting module JSONWebToken
/host/spi-builder-workspace/Sources/JSONWebToken/Validators/X5CValidator.swift:60:76: warning: 'init(validationTime:)' is deprecated: Use init() to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(fixedExpiryValidationTime:).
58 | rootCertificates: [Certificate],
59 | required: Bool = true,
60 | @PolicyBuilder policy: @escaping @Sendable () throws -> Policy = { RFC5280Policy(validationTime: Date()) }
| `- warning: 'init(validationTime:)' is deprecated: Use init() to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(fixedExpiryValidationTime:).
61 | ) {
62 | self.trustedStore = .init(rootCertificates)
/host/spi-builder-workspace/Sources/JSONWebToken/Validators/X5CValidator.swift:79:76: warning: 'init(validationTime:)' is deprecated: Use init() to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(fixedExpiryValidationTime:).
77 | rootCertificates: [String],
78 | required: Bool = true,
79 | @PolicyBuilder policy: @escaping @Sendable () throws -> Policy = { RFC5280Policy(validationTime: Date()) }
| `- warning: 'init(validationTime:)' is deprecated: Use init() to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(fixedExpiryValidationTime:).
80 | ) throws {
81 | guard !rootCertificates.isEmpty else {
/host/spi-builder-workspace/Sources/JSONWebToken/Validators/X5CValidator.swift:170:23: warning: 'VerificationResult' is deprecated: renamed to 'CertificateValidationResult'
168 | certificates: [Certificate],
169 | @PolicyBuilder policy: @escaping @Sendable () throws -> some VerifierPolicy
170 | ) async throws -> VerificationResult? {
| |- warning: 'VerificationResult' is deprecated: renamed to 'CertificateValidationResult'
| `- note: use 'CertificateValidationResult' instead
171 | let untrustedChain = CertificateStore(certificates)
172 | var verifier = try Verifier(rootCertificates: trustedStore, policy: policy)
[1004/1034] Compiling JSONWebToken DefaultJWTClaims+Codable.swift
[1005/1034] Compiling JSONWebToken JWT+Encryption.swift
[1006/1034] Compiling JSONWebToken JWT+Error.swift
[1007/1034] Compiling JSONWebToken JWT+Signing.swift
[1008/1034] Compiling JSONWebToken NumericClaim.swift
[1009/1034] Compiling JSONWebToken ObjectClaim.swift
[1010/1034] Compiling JSONWebToken StringClaim.swift
[1011/1034] Compiling JSONWebToken SubjectClaim.swift
[1012/1034] Compiling JSONWebToken IssuerClaim.swift
[1013/1034] Compiling JSONWebToken JWTClaimsBuilder.swift
[1014/1034] Compiling JSONWebToken JWTIdentifierClaim.swift
[1015/1034] Compiling JSONWebToken NotBeforeClaim.swift
[1016/1034] Compiling JSONWebToken Claims.swift
[1017/1034] Compiling JSONWebToken DateClaim.swift
[1018/1034] Compiling JSONWebToken ExpirationTimeClaim.swift
[1019/1034] Compiling JSONWebToken IssuedAtClaim.swift
[1020/1034] Compiling JSONWebToken ExpectedAudienceValidator.swift
[1021/1034] Compiling JSONWebToken ExpirationTimeValidator.swift
[1022/1034] Compiling JSONWebToken IssuedAtValidator.swift
[1023/1034] Compiling JSONWebToken IssuerValidator.swift
[1024/1034] Compiling JSONWebToken ArrayClaim.swift
[1025/1034] Compiling JSONWebToken AudienceClaim.swift
[1026/1034] Compiling JSONWebToken BoolClaim.swift
[1027/1034] Compiling JSONWebToken Claims+Codable.swift
[1028/1034] Compiling JSONWebToken JWT+Verification.swift
/host/spi-builder-workspace/Sources/JSONWebToken/Validators/X5CValidator.swift:60:76: warning: 'init(validationTime:)' is deprecated: Use init() to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(fixedExpiryValidationTime:).
58 | rootCertificates: [Certificate],
59 | required: Bool = true,
60 | @PolicyBuilder policy: @escaping @Sendable () throws -> Policy = { RFC5280Policy(validationTime: Date()) }
| `- warning: 'init(validationTime:)' is deprecated: Use init() to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(fixedExpiryValidationTime:).
61 | ) {
62 | self.trustedStore = .init(rootCertificates)
/host/spi-builder-workspace/Sources/JSONWebToken/Validators/X5CValidator.swift:79:76: warning: 'init(validationTime:)' is deprecated: Use init() to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(fixedExpiryValidationTime:).
77 | rootCertificates: [String],
78 | required: Bool = true,
79 | @PolicyBuilder policy: @escaping @Sendable () throws -> Policy = { RFC5280Policy(validationTime: Date()) }
| `- warning: 'init(validationTime:)' is deprecated: Use init() to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(fixedExpiryValidationTime:).
80 | ) throws {
81 | guard !rootCertificates.isEmpty else {
[1029/1034] Compiling JSONWebToken JWT.swift
/host/spi-builder-workspace/Sources/JSONWebToken/Validators/X5CValidator.swift:60:76: warning: 'init(validationTime:)' is deprecated: Use init() to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(fixedExpiryValidationTime:).
58 | rootCertificates: [Certificate],
59 | required: Bool = true,
60 | @PolicyBuilder policy: @escaping @Sendable () throws -> Policy = { RFC5280Policy(validationTime: Date()) }
| `- warning: 'init(validationTime:)' is deprecated: Use init() to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(fixedExpiryValidationTime:).
61 | ) {
62 | self.trustedStore = .init(rootCertificates)
/host/spi-builder-workspace/Sources/JSONWebToken/Validators/X5CValidator.swift:79:76: warning: 'init(validationTime:)' is deprecated: Use init() to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(fixedExpiryValidationTime:).
77 | rootCertificates: [String],
78 | required: Bool = true,
79 | @PolicyBuilder policy: @escaping @Sendable () throws -> Policy = { RFC5280Policy(validationTime: Date()) }
| `- warning: 'init(validationTime:)' is deprecated: Use init() to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(fixedExpiryValidationTime:).
80 | ) throws {
81 | guard !rootCertificates.isEmpty else {
[1030/1034] Compiling JSONWebToken JWTRegisteredFieldsClaims.swift
/host/spi-builder-workspace/Sources/JSONWebToken/Validators/X5CValidator.swift:60:76: warning: 'init(validationTime:)' is deprecated: Use init() to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(fixedExpiryValidationTime:).
58 | rootCertificates: [Certificate],
59 | required: Bool = true,
60 | @PolicyBuilder policy: @escaping @Sendable () throws -> Policy = { RFC5280Policy(validationTime: Date()) }
| `- warning: 'init(validationTime:)' is deprecated: Use init() to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(fixedExpiryValidationTime:).
61 | ) {
62 | self.trustedStore = .init(rootCertificates)
/host/spi-builder-workspace/Sources/JSONWebToken/Validators/X5CValidator.swift:79:76: warning: 'init(validationTime:)' is deprecated: Use init() to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(fixedExpiryValidationTime:).
77 | rootCertificates: [String],
78 | required: Bool = true,
79 | @PolicyBuilder policy: @escaping @Sendable () throws -> Policy = { RFC5280Policy(validationTime: Date()) }
| `- warning: 'init(validationTime:)' is deprecated: Use init() to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(fixedExpiryValidationTime:).
80 | ) throws {
81 | guard !rootCertificates.isEmpty else {
[1031/1034] Compiling JSONWebToken ClaimValidator.swift
/host/spi-builder-workspace/Sources/JSONWebToken/Validators/X5CValidator.swift:60:76: warning: 'init(validationTime:)' is deprecated: Use init() to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(fixedExpiryValidationTime:).
58 | rootCertificates: [Certificate],
59 | required: Bool = true,
60 | @PolicyBuilder policy: @escaping @Sendable () throws -> Policy = { RFC5280Policy(validationTime: Date()) }
| `- warning: 'init(validationTime:)' is deprecated: Use init() to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(fixedExpiryValidationTime:).
61 | ) {
62 | self.trustedStore = .init(rootCertificates)
/host/spi-builder-workspace/Sources/JSONWebToken/Validators/X5CValidator.swift:79:76: warning: 'init(validationTime:)' is deprecated: Use init() to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(fixedExpiryValidationTime:).
77 | rootCertificates: [String],
78 | required: Bool = true,
79 | @PolicyBuilder policy: @escaping @Sendable () throws -> Policy = { RFC5280Policy(validationTime: Date()) }
| `- warning: 'init(validationTime:)' is deprecated: Use init() to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(fixedExpiryValidationTime:).
80 | ) throws {
81 | guard !rootCertificates.isEmpty else {
[1032/1034] Compiling JSONWebToken NotBeforeTimeValidator.swift
/host/spi-builder-workspace/Sources/JSONWebToken/Validators/X5CValidator.swift:60:76: warning: 'init(validationTime:)' is deprecated: Use init() to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(fixedExpiryValidationTime:).
58 | rootCertificates: [Certificate],
59 | required: Bool = true,
60 | @PolicyBuilder policy: @escaping @Sendable () throws -> Policy = { RFC5280Policy(validationTime: Date()) }
| `- warning: 'init(validationTime:)' is deprecated: Use init() to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(fixedExpiryValidationTime:).
61 | ) {
62 | self.trustedStore = .init(rootCertificates)
/host/spi-builder-workspace/Sources/JSONWebToken/Validators/X5CValidator.swift:79:76: warning: 'init(validationTime:)' is deprecated: Use init() to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(fixedExpiryValidationTime:).
77 | rootCertificates: [String],
78 | required: Bool = true,
79 | @PolicyBuilder policy: @escaping @Sendable () throws -> Policy = { RFC5280Policy(validationTime: Date()) }
| `- warning: 'init(validationTime:)' is deprecated: Use init() to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(fixedExpiryValidationTime:).
80 | ) throws {
81 | guard !rootCertificates.isEmpty else {
/host/spi-builder-workspace/Sources/JSONWebToken/Validators/X5CValidator.swift:170:23: warning: 'VerificationResult' is deprecated: renamed to 'CertificateValidationResult'
168 | certificates: [Certificate],
169 | @PolicyBuilder policy: @escaping @Sendable () throws -> some VerifierPolicy
170 | ) async throws -> VerificationResult? {
| |- warning: 'VerificationResult' is deprecated: renamed to 'CertificateValidationResult'
| `- note: use 'CertificateValidationResult' instead
171 | let untrustedChain = CertificateStore(certificates)
172 | var verifier = try Verifier(rootCertificates: trustedStore, policy: policy)
/host/spi-builder-workspace/Sources/JSONWebToken/Validators/X5CValidator.swift:145:17: warning: 'init(validationTime:)' is deprecated: Use init() to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(fixedExpiryValidationTime:).
143 | policy: {
144 | try policy()
145 | RFC5280Policy(validationTime: date)
| `- warning: 'init(validationTime:)' is deprecated: Use init() to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(fixedExpiryValidationTime:).
146 | }
147 | )
/host/spi-builder-workspace/Sources/JSONWebToken/Validators/X5CValidator.swift:173:31: warning: 'validate(leafCertificate:intermediates:diagnosticCallback:)' is deprecated: renamed to 'validate(leaf:intermediates:diagnosticCallback:)'
171 | let untrustedChain = CertificateStore(certificates)
172 | var verifier = try Verifier(rootCertificates: trustedStore, policy: policy)
173 | return await verifier.validate(
| |- warning: 'validate(leafCertificate:intermediates:diagnosticCallback:)' is deprecated: renamed to 'validate(leaf:intermediates:diagnosticCallback:)'
| `- note: use 'validate(leaf:intermediates:diagnosticCallback:)' instead
174 | leafCertificate: certificates[0],
175 | intermediates: untrustedChain
[1033/1034] Compiling JSONWebToken SubjectValidator.swift
/host/spi-builder-workspace/Sources/JSONWebToken/Validators/X5CValidator.swift:60:76: warning: 'init(validationTime:)' is deprecated: Use init() to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(fixedExpiryValidationTime:).
58 | rootCertificates: [Certificate],
59 | required: Bool = true,
60 | @PolicyBuilder policy: @escaping @Sendable () throws -> Policy = { RFC5280Policy(validationTime: Date()) }
| `- warning: 'init(validationTime:)' is deprecated: Use init() to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(fixedExpiryValidationTime:).
61 | ) {
62 | self.trustedStore = .init(rootCertificates)
/host/spi-builder-workspace/Sources/JSONWebToken/Validators/X5CValidator.swift:79:76: warning: 'init(validationTime:)' is deprecated: Use init() to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(fixedExpiryValidationTime:).
77 | rootCertificates: [String],
78 | required: Bool = true,
79 | @PolicyBuilder policy: @escaping @Sendable () throws -> Policy = { RFC5280Policy(validationTime: Date()) }
| `- warning: 'init(validationTime:)' is deprecated: Use init() to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(fixedExpiryValidationTime:).
80 | ) throws {
81 | guard !rootCertificates.isEmpty else {
/host/spi-builder-workspace/Sources/JSONWebToken/Validators/X5CValidator.swift:170:23: warning: 'VerificationResult' is deprecated: renamed to 'CertificateValidationResult'
168 | certificates: [Certificate],
169 | @PolicyBuilder policy: @escaping @Sendable () throws -> some VerifierPolicy
170 | ) async throws -> VerificationResult? {
| |- warning: 'VerificationResult' is deprecated: renamed to 'CertificateValidationResult'
| `- note: use 'CertificateValidationResult' instead
171 | let untrustedChain = CertificateStore(certificates)
172 | var verifier = try Verifier(rootCertificates: trustedStore, policy: policy)
/host/spi-builder-workspace/Sources/JSONWebToken/Validators/X5CValidator.swift:145:17: warning: 'init(validationTime:)' is deprecated: Use init() to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(fixedExpiryValidationTime:).
143 | policy: {
144 | try policy()
145 | RFC5280Policy(validationTime: date)
| `- warning: 'init(validationTime:)' is deprecated: Use init() to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(fixedExpiryValidationTime:).
146 | }
147 | )
/host/spi-builder-workspace/Sources/JSONWebToken/Validators/X5CValidator.swift:173:31: warning: 'validate(leafCertificate:intermediates:diagnosticCallback:)' is deprecated: renamed to 'validate(leaf:intermediates:diagnosticCallback:)'
171 | let untrustedChain = CertificateStore(certificates)
172 | var verifier = try Verifier(rootCertificates: trustedStore, policy: policy)
173 | return await verifier.validate(
| |- warning: 'validate(leafCertificate:intermediates:diagnosticCallback:)' is deprecated: renamed to 'validate(leaf:intermediates:diagnosticCallback:)'
| `- note: use 'validate(leaf:intermediates:diagnosticCallback:)' instead
174 | leafCertificate: certificates[0],
175 | intermediates: untrustedChain
[1034/1034] Compiling JSONWebToken X5CValidator.swift
/host/spi-builder-workspace/Sources/JSONWebToken/Validators/X5CValidator.swift:60:76: warning: 'init(validationTime:)' is deprecated: Use init() to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(fixedExpiryValidationTime:).
58 | rootCertificates: [Certificate],
59 | required: Bool = true,
60 | @PolicyBuilder policy: @escaping @Sendable () throws -> Policy = { RFC5280Policy(validationTime: Date()) }
| `- warning: 'init(validationTime:)' is deprecated: Use init() to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(fixedExpiryValidationTime:).
61 | ) {
62 | self.trustedStore = .init(rootCertificates)
/host/spi-builder-workspace/Sources/JSONWebToken/Validators/X5CValidator.swift:79:76: warning: 'init(validationTime:)' is deprecated: Use init() to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(fixedExpiryValidationTime:).
77 | rootCertificates: [String],
78 | required: Bool = true,
79 | @PolicyBuilder policy: @escaping @Sendable () throws -> Policy = { RFC5280Policy(validationTime: Date()) }
| `- warning: 'init(validationTime:)' is deprecated: Use init() to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(fixedExpiryValidationTime:).
80 | ) throws {
81 | guard !rootCertificates.isEmpty else {
/host/spi-builder-workspace/Sources/JSONWebToken/Validators/X5CValidator.swift:170:23: warning: 'VerificationResult' is deprecated: renamed to 'CertificateValidationResult'
168 | certificates: [Certificate],
169 | @PolicyBuilder policy: @escaping @Sendable () throws -> some VerifierPolicy
170 | ) async throws -> VerificationResult? {
| |- warning: 'VerificationResult' is deprecated: renamed to 'CertificateValidationResult'
| `- note: use 'CertificateValidationResult' instead
171 | let untrustedChain = CertificateStore(certificates)
172 | var verifier = try Verifier(rootCertificates: trustedStore, policy: policy)
/host/spi-builder-workspace/Sources/JSONWebToken/Validators/X5CValidator.swift:145:17: warning: 'init(validationTime:)' is deprecated: Use init() to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(fixedExpiryValidationTime:).
143 | policy: {
144 | try policy()
145 | RFC5280Policy(validationTime: date)
| `- warning: 'init(validationTime:)' is deprecated: Use init() to validated expiry against the current time. Otherwise, to validate against a fixed time, import with @_spi(FixedExpiryValidationTime) and use init(fixedExpiryValidationTime:).
146 | }
147 | )
/host/spi-builder-workspace/Sources/JSONWebToken/Validators/X5CValidator.swift:173:31: warning: 'validate(leafCertificate:intermediates:diagnosticCallback:)' is deprecated: renamed to 'validate(leaf:intermediates:diagnosticCallback:)'
171 | let untrustedChain = CertificateStore(certificates)
172 | var verifier = try Verifier(rootCertificates: trustedStore, policy: policy)
173 | return await verifier.validate(
| |- warning: 'validate(leafCertificate:intermediates:diagnosticCallback:)' is deprecated: renamed to 'validate(leaf:intermediates:diagnosticCallback:)'
| `- note: use 'validate(leaf:intermediates:diagnosticCallback:)' instead
174 | leafCertificate: certificates[0],
175 | intermediates: untrustedChain
[1036/1037] Compiling jose_swift JoseDocs.swift
[1037/1037] Emitting module jose_swift
Build complete! (228.31s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
},
{
"identity" : "secp256k1.swift",
"requirement" : {
"range" : [
{
"lower_bound" : "0.15.0",
"upper_bound" : "0.16.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/GigaBitcoin/secp256k1.swift.git"
},
{
"identity" : "cryptoswift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.9.0",
"upper_bound" : "1.10.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/krzyzanowskim/CryptoSwift.git"
},
{
"identity" : "swift-certificates",
"requirement" : {
"range" : [
{
"lower_bound" : "1.7.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-certificates.git"
},
{
"identity" : "zlib",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/DLTAStudio/zlib.git"
},
{
"identity" : "swift-asn1",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-asn1.git"
}
],
"manifest_display_name" : "jose-swift",
"name" : "jose-swift",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "maccatalyst",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "7.0"
}
],
"products" : [
{
"name" : "jose-swift",
"targets" : [
"JSONWebKey",
"JSONWebAlgorithms",
"JSONWebEncryption",
"JSONWebSignature",
"JSONWebToken"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "jose-swift-docs",
"targets" : [
"jose-swift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6",
"5"
],
"targets" : [
{
"c99name" : "jose_swift",
"module_type" : "SwiftTarget",
"name" : "jose-swift",
"path" : "Sources/jose-swift",
"product_memberships" : [
"jose-swift-docs"
],
"sources" : [
"JoseDocs.swift"
],
"target_dependencies" : [
"JSONWebKey",
"JSONWebSignature",
"JSONWebAlgorithms",
"JSONWebEncryption",
"JSONWebToken"
],
"type" : "library"
},
{
"c99name" : "Tools",
"module_type" : "SwiftTarget",
"name" : "Tools",
"path" : "Sources/Tools",
"product_memberships" : [
"jose-swift",
"jose-swift-docs"
],
"sources" : [
"Base64URL.swift",
"DataRepresentable.swift",
"HelperExtensions.swift",
"JSONEncoder+JoseEncoder.swift",
"JWTCodable.swift"
],
"type" : "library"
},
{
"c99name" : "JWTTests",
"module_type" : "SwiftTarget",
"name" : "JWTTests",
"path" : "Tests/JWTTests",
"sources" : [
"JWTTests.swift",
"Mock/JWK+Testing.swift",
"Mock/MockExampleClaims.swift",
"X5CValidatorTests.swift"
],
"target_dependencies" : [
"JSONWebToken",
"Tools"
],
"type" : "test"
},
{
"c99name" : "JWSTests",
"module_type" : "SwiftTarget",
"name" : "JWSTests",
"path" : "Tests/JWSTests",
"sources" : [
"JWSJsonTests.swift",
"JWSTests.swift",
"Mocks/JWK+Testing.swift",
"RFC7515Tests.swift"
],
"target_dependencies" : [
"JSONWebSignature",
"Tools"
],
"type" : "test"
},
{
"c99name" : "JWKTests",
"module_type" : "SwiftTarget",
"name" : "JWKTests",
"path" : "Tests/JWKTests",
"sources" : [
"JWKPEMTests.swift",
"JWKThumbprintTests.swift"
],
"target_dependencies" : [
"JSONWebKey",
"JSONWebAlgorithms",
"Tools"
],
"type" : "test"
},
{
"c99name" : "JWETests",
"module_type" : "SwiftTarget",
"name" : "JWETests",
"path" : "Tests/JWETests",
"sources" : [
"AESTests.swift",
"DirectTests.swift",
"ECDH1PUTests.swift",
"ECDHESTests.swift",
"Mocks/JWK+Testing.swift",
"PBES2Tests.swift",
"RFC7516Tests.swift",
"RFC7520Tests.swift",
"RSATests.swift"
],
"target_dependencies" : [
"JSONWebEncryption",
"Tools"
],
"type" : "test"
},
{
"c99name" : "JWATests",
"module_type" : "SwiftTarget",
"name" : "JWATests",
"path" : "Tests/JWATests",
"sources" : [
"C20PTests.swift",
"ES256KTests.swift",
"EdDSATests.swift",
"Mocks/JWK+Testing.swift",
"XC20PTests.swift"
],
"target_dependencies" : [
"JSONWebAlgorithms",
"Tools"
],
"type" : "test"
},
{
"c99name" : "JSONWebToken",
"module_type" : "SwiftTarget",
"name" : "JSONWebToken",
"path" : "Sources/JSONWebToken",
"product_dependencies" : [
"X509"
],
"product_memberships" : [
"jose-swift",
"jose-swift-docs"
],
"sources" : [
"Claims/ArrayClaim.swift",
"Claims/AudienceClaim.swift",
"Claims/BoolClaim.swift",
"Claims/Claims+Codable.swift",
"Claims/Claims.swift",
"Claims/DateClaim.swift",
"Claims/ExpirationTimeClaim.swift",
"Claims/IssuedAtClaim.swift",
"Claims/IssuerClaim.swift",
"Claims/JWTClaimsBuilder.swift",
"Claims/JWTIdentifierClaim.swift",
"Claims/NotBeforeClaim.swift",
"Claims/NumericClaim.swift",
"Claims/ObjectClaim.swift",
"Claims/StringClaim.swift",
"Claims/SubjectClaim.swift",
"DefaultJWTClaims+Codable.swift",
"JWT+Encryption.swift",
"JWT+Error.swift",
"JWT+Signing.swift",
"JWT+Verification.swift",
"JWT.swift",
"JWTRegisteredFieldsClaims.swift",
"Validators/ClaimValidator.swift",
"Validators/ExpectedAudienceValidator.swift",
"Validators/ExpirationTimeValidator.swift",
"Validators/IssuedAtValidator.swift",
"Validators/IssuerValidator.swift",
"Validators/NotBeforeTimeValidator.swift",
"Validators/SubjectValidator.swift",
"Validators/X5CValidator.swift"
],
"target_dependencies" : [
"JSONWebKey",
"JSONWebSignature",
"JSONWebEncryption",
"Tools"
],
"type" : "library"
},
{
"c99name" : "JSONWebSignature",
"module_type" : "SwiftTarget",
"name" : "JSONWebSignature",
"path" : "Sources/JSONWebSignature",
"product_memberships" : [
"jose-swift",
"jose-swift-docs"
],
"sources" : [
"DefaultJWSHeaderImpl+Codable.swift",
"JWK+SigningAlgorithm.swift",
"JWS+Error.swift",
"JWS+Helper.swift",
"JWS+Json.swift",
"JWS+JsonFlattened.swift",
"JWS+Sign.swift",
"JWS+Verify.swift",
"JWS.swift",
"JWSRegisteredFieldsHeader.swift"
],
"target_dependencies" : [
"JSONWebKey",
"JSONWebAlgorithms"
],
"type" : "library"
},
{
"c99name" : "JSONWebKey",
"module_type" : "SwiftTarget",
"name" : "JSONWebKey",
"path" : "Sources/JSONWebKey",
"product_dependencies" : [
"CryptoSwift",
"secp256k1",
"Crypto",
"_CryptoExtras",
"SwiftASN1"
],
"product_memberships" : [
"jose-swift",
"jose-swift-docs"
],
"sources" : [
"JWK+Codable.swift",
"JWK+Error.swift",
"JWK+PEM.swift",
"JWK+Thumbprint.swift",
"JWK.swift",
"JWKSet.swift"
],
"target_dependencies" : [
"Tools"
],
"type" : "library"
},
{
"c99name" : "JSONWebEncryption",
"module_type" : "SwiftTarget",
"name" : "JSONWebEncryption",
"path" : "Sources/JSONWebEncryption",
"product_dependencies" : [
"CryptoSwift"
],
"product_memberships" : [
"jose-swift",
"jose-swift-docs"
],
"sources" : [
"DefaultJWEHeaderImpl+Codable.swift",
"EncryptionModule/Decryptors/AESDecryptor.swift",
"EncryptionModule/Decryptors/DirectDecryptor.swift",
"EncryptionModule/Decryptors/ECDH1PUDecryptor.swift",
"EncryptionModule/Decryptors/ECDHDecryptor.swift",
"EncryptionModule/Decryptors/JWEDecryptor.swift",
"EncryptionModule/Decryptors/MultiDecryptor.swift",
"EncryptionModule/Decryptors/PasswordBasedDecryptor.swift",
"EncryptionModule/Decryptors/RSADecryptor.swift",
"EncryptionModule/Encryptors/AESEncryptor.swift",
"EncryptionModule/Encryptors/DirectEncrypter.swift",
"EncryptionModule/Encryptors/ECDH1PUEncrypter.swift",
"EncryptionModule/Encryptors/ECDHEncrypter.swift",
"EncryptionModule/Encryptors/JWEEncrypter.swift",
"EncryptionModule/Encryptors/MultiEncryptor.swift",
"EncryptionModule/Encryptors/PasswordBasedEncrypter.swift",
"EncryptionModule/Encryptors/RSAEncrypter.swift",
"EncryptionModule/JWE+EncryptionModule.swift",
"EncryptionModule/JWEEncryptionModule.swift",
"Helpers/AAD.swift",
"Helpers/JWEHelpers.swift",
"Helpers/JWERegisteredFieldsHeader+Helpers.swift",
"JWE+Decrypt.swift",
"JWE+Encrypt.swift",
"JWE+Error.swift",
"JWE+Json.swift",
"JWE.swift",
"JWEParts.swift",
"JWERegisteredFieldsHeader.swift",
"KeyManagementAlgorithm+Family.swift"
],
"target_dependencies" : [
"JSONWebAlgorithms",
"JSONWebKey"
],
"type" : "library"
},
{
"c99name" : "JSONWebAlgorithms",
"module_type" : "SwiftTarget",
"name" : "JSONWebAlgorithms",
"path" : "Sources/JSONWebAlgorithms",
"product_dependencies" : [
"secp256k1",
"CryptoSwift",
"Crypto",
"_CryptoExtras",
"Zlib"
],
"product_memberships" : [
"jose-swift",
"jose-swift-docs"
],
"sources" : [
"Compression/ContentCompressionAlgorithm.swift",
"Compression/ContentCompressor.swift",
"Compression/ZIP/Zip+ContentCompressor.swift",
"ContentEncryption/AES/AES128GCM+ContentEncryptor.swift",
"ContentEncryption/AES/AES192GCM+ContentEncryptor.swift",
"ContentEncryption/AES/AES256GCM+ContentEncryptor.swift",
"ContentEncryption/AES/AESCBC_SHA256+ContentEncryptor.swift",
"ContentEncryption/AES/AESCBC_SHA384+ContentEncryptor.swift",
"ContentEncryption/AES/AESCBC_SHA512+ContentEncryptor.swift",
"ContentEncryption/ChaChaPoly/C20P+ContentEncryption.swift",
"ContentEncryption/ChaChaPoly/XC20P+ContentEncryption.swift",
"ContentEncryption/ContentDecryptor.swift",
"ContentEncryption/ContentEncryptionAlgorithm.swift",
"ContentEncryption/ContentEncryptor.swift",
"ContentEncryption/MockContentEncryptor.swift",
"CryptoError.swift",
"CryptoImplementation/AES/AESCBC_SHA.swift",
"CryptoImplementation/AES/AESGCM.swift",
"CryptoImplementation/ConcatKDF/ConcatKDF.swift",
"CryptoImplementation/ECDH/ECDH1PU.swift",
"CryptoImplementation/ECDH/ECDHES.swift",
"CryptoImplementation/JWKCryptoPresentation.swift",
"CryptoImplementation/KeyAgreement/Curve25519/Curve25519+KeyAgreement.swift",
"CryptoImplementation/KeyAgreement/EC/P256+KeyAgreement.swift",
"CryptoImplementation/KeyAgreement/EC/P384+KeyAgreement.swift",
"CryptoImplementation/KeyAgreement/EC/P521+KeyAgreement.swift",
"CryptoImplementation/KeyAgreement/EC/secp256k1+KeyAgreement.swift",
"CryptoImplementation/KeyAgreement/JWK+KeyAgreement.swift",
"CryptoImplementation/KeyAgreement/SharedKeyAgreement.swift",
"CryptoImplementation/KeyGeneration/Curve25519/Curve25519+KeyGeneration.swift",
"CryptoImplementation/KeyGeneration/EC/P256+KeyGeneration.swift",
"CryptoImplementation/KeyGeneration/EC/P384+KeyGeneration.swift",
"CryptoImplementation/KeyGeneration/EC/P521+KeyGeneration.swift",
"CryptoImplementation/KeyGeneration/EC/secp256k1+KeyGeneration.swift",
"CryptoImplementation/KeyGeneration/JWK+KeyGeneration.swift",
"CryptoImplementation/KeyGeneration/KeyGeneration.swift",
"CryptoImplementation/SecureRandom/SecureRandom.swift",
"JWARegisteredFieldsHeader.swift",
"KeyManagement/JWKRepresentable.swift",
"KeyManagement/KeyAgreement/ECDH/ECDH1PU+KeyAgreementZ.swift",
"KeyManagement/KeyAgreement/ECDH/ECDHES+KeyAgreementZ.swift",
"KeyManagement/KeyAgreement/KeyAgreementZ.swift",
"KeyManagement/KeyAgreement/MockKeyAgreementZ.swift",
"KeyManagement/KeyDerivation/ECDH/ECDH1PU+KeyDerivation.swift",
"KeyManagement/KeyDerivation/ECDH/ECDHES+KeyDerivation.swift",
"KeyManagement/KeyDerivation/KeyDerivation.swift",
"KeyManagement/KeyDerivation/MockKeyDerivation.swift",
"KeyManagement/KeyDerivation/PBES2/PBE2_SHA256_A128KW+KeyEncryption.swift",
"KeyManagement/KeyDerivation/PBES2/PBE2_SHA384_A192KW+KeyEncryption.swift",
"KeyManagement/KeyDerivation/PBES2/PBE2_SHA512_A256KW+KeyEncryption.swift",
"KeyManagement/KeyDerivation/PBES2/PBES2SHA.swift",
"KeyManagement/KeyEncryption/AES/AES128GCM+KeyEncryption.swift",
"KeyManagement/KeyEncryption/AES/AES192GCM+KeyEncryption.swift",
"KeyManagement/KeyEncryption/AES/AES256GCM+KeyEncryption.swift",
"KeyManagement/KeyEncryption/AES/AESGCM+KeyUnwrap.swift",
"KeyManagement/KeyEncryption/AES/AESKeyUnwrap+KeyUnwrap.swift",
"KeyManagement/KeyEncryption/AES/AESKeyWrap+KeyEncryption.swift",
"KeyManagement/KeyEncryption/KeyUnwrap.swift",
"KeyManagement/KeyEncryption/KeyWrapping.swift",
"KeyManagement/KeyEncryption/MockKeyEncryption.swift",
"KeyManagement/KeyEncryption/RSA/RSA15KeyUnwrap+KeyUnwrapping.swift",
"KeyManagement/KeyEncryption/RSA/RSA15KeyWrapper+KeyEncryption.swift",
"KeyManagement/KeyEncryption/RSA/RSAOAEP256KeyUnwrap+KeyUnwrapping.swift",
"KeyManagement/KeyEncryption/RSA/RSAOAEP256KeyWrap+KeyEncryption.swift",
"KeyManagement/KeyEncryption/RSA/RSAOAEPKeyUnwrap+KeyUnwrapping.swift",
"KeyManagement/KeyEncryption/RSA/RSAOAEPKeyWrap+KeyEncryption.swift",
"KeyManagement/KeyEncryptionAlgorithm.swift",
"KeyManagement/KeyRepresentable/DataKey.swift",
"KeyManagement/KeyRepresentable/KeyRepresentable.swift",
"KeyManagement/KeyRepresentable/SecKeyExtended.swift",
"Signatures/Curve25519/EdDSASigner.swift",
"Signatures/Curve25519/EdDSAVerifier.swift",
"Signatures/EC/Signers/ES256KSigner.swift",
"Signatures/EC/Signers/ES256Signer.swift",
"Signatures/EC/Signers/ES384Signer.swift",
"Signatures/EC/Signers/ES521Signer.swift",
"Signatures/EC/Verifiers/ES256KVerifier.swift",
"Signatures/EC/Verifiers/ES256Verifier.swift",
"Signatures/EC/Verifiers/ES384Verifier.swift",
"Signatures/EC/Verifiers/ES521Verifier.swift",
"Signatures/HMAC/Signers/HS256Signer.swift",
"Signatures/HMAC/Signers/HS384Signer.swift",
"Signatures/HMAC/Signers/HS512Signer.swift",
"Signatures/HMAC/Verifiers/HS256Verifier.swift",
"Signatures/HMAC/Verifiers/HS384Verifier.swift",
"Signatures/HMAC/Verifiers/HS512Verifier.swift",
"Signatures/MockedSigner.swift",
"Signatures/MockedVerifier.swift",
"Signatures/RSA/Helpers/RSA+Security.swift",
"Signatures/RSA/Signers/PS256Signer.swift",
"Signatures/RSA/Signers/PS384Signer.swift",
"Signatures/RSA/Signers/PS512Signer.swift",
"Signatures/RSA/Signers/RS256Signer.swift",
"Signatures/RSA/Signers/RS384Signer.swift",
"Signatures/RSA/Signers/RS512Signer.swift",
"Signatures/RSA/Verifiers/PS256Verifier.swift",
"Signatures/RSA/Verifiers/PS384Verifier.swift",
"Signatures/RSA/Verifiers/PS512Verifier.swift",
"Signatures/RSA/Verifiers/RS256Verifier.swift",
"Signatures/RSA/Verifiers/RS384Verifier.swift",
"Signatures/RSA/Verifiers/RS512Verifier.swift",
"Signatures/Signer.swift",
"Signatures/SigningAlgorithm.swift",
"Signatures/Verifier.swift"
],
"target_dependencies" : [
"JSONWebKey"
],
"type" : "library"
},
{
"c99name" : "ExampleTests",
"module_type" : "SwiftTarget",
"name" : "ExampleTests",
"path" : "Tests/ExampleTests",
"sources" : [
"ExampleTests.swift"
],
"target_dependencies" : [
"JSONWebToken",
"JSONWebKey",
"JSONWebEncryption",
"JSONWebSignature",
"Tools"
],
"type" : "test"
}
],
"tools_version" : "5.9"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.