Build Information
Failed to build swift-certificates, reference main (133a34), with Swift 6.1 for Wasm on 27 Nov 2025 19:08:28 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-certificates.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/apple/swift-certificates
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 133a347 Add validation function for raw signatures (#284)
Cloned https://github.com/apple/swift-certificates.git
Revision (git rev-parse @):
133a347911b6ad0fc8fe3bf46ca90c66cff97130
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-certificates.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/apple/swift-certificates.git
https://github.com/apple/swift-certificates.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "3.12.3",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
},
{
"identity" : "swift-asn1",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-asn1.git"
}
],
"manifest_display_name" : "swift-certificates",
"name" : "swift-certificates",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "X509",
"targets" : [
"X509"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "_CertificateInternals",
"module_type" : "SwiftTarget",
"name" : "_CertificateInternals",
"path" : "Sources/_CertificateInternals",
"product_memberships" : [
"X509"
],
"sources" : [
"_TinyArray.swift"
],
"type" : "library"
},
{
"c99name" : "X509Tests",
"module_type" : "SwiftTarget",
"name" : "X509Tests",
"path" : "Tests/X509Tests",
"product_dependencies" : [
"SwiftASN1",
"Crypto"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/X509Tests/CSR Vectors",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/X509Tests/OCSP Test Resources/www.apple.com.der",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/X509Tests/OCSP Test Resources/www.apple.com.intermediate.der",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/X509Tests/OCSP Test Resources/www.apple.com.intermediate.ocsp-response.der",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/X509Tests/OCSP Test Resources/www.apple.com.ocsp-response.der",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/X509Tests/OCSP Test Resources/www.apple.com.root.der",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/X509Tests/PEMTestRSACertificate.pem",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/X509Tests/ca-certificates.crt",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"CMSTests.swift",
"CSRTests.swift",
"CertificateDERTests.swift",
"CertificateStore.swift",
"CertificateTests.swift",
"DNSNamesTests.swift",
"DistinguishedNameBuilderTests.swift",
"DistinguishedNameTests.swift",
"ExtendedKeyUsageTests.swift",
"ExtensionBuilderTests.swift",
"IPAddressTests.swift",
"NameConstraintsTests.swift",
"OCSPPolicyVerifierTests.swift",
"OCSPTests.swift",
"PEMTests.swift",
"PolicyBuilderTests.swift",
"RFC5280PolicyTests.swift",
"SecKeyWrapperTests.swift",
"ServerIdentityPolicyTests.swift",
"SignatureTests.swift",
"TimeTests.swift",
"VerifierTests.swift"
],
"target_dependencies" : [
"X509"
],
"type" : "test"
},
{
"c99name" : "X509",
"module_type" : "SwiftTarget",
"name" : "X509",
"path" : "Sources/X509",
"product_dependencies" : [
"SwiftASN1",
"Crypto",
"_CryptoExtras"
],
"product_memberships" : [
"X509"
],
"sources" : [
"CSR/CSRAttribute.swift",
"CSR/CSRAttributes.swift",
"CSR/CSRVersion.swift",
"CSR/CertificateSigningRequest.swift",
"CSR/CertificationRequestInfo.swift",
"CSR/ExtensionRequest.swift",
"Certificate.swift",
"CertificatePrivateKey.swift",
"CertificatePublicKey.swift",
"CertificateSerialNumber.swift",
"CertificateVersion.swift",
"CryptographicMessageSyntax/CMSAttribute.swift",
"CryptographicMessageSyntax/CMSContentInfo.swift",
"CryptographicMessageSyntax/CMSEncapsulatedContentInfo.swift",
"CryptographicMessageSyntax/CMSIssuerAndSerialNumber.swift",
"CryptographicMessageSyntax/CMSOperations.swift",
"CryptographicMessageSyntax/CMSSignature.swift",
"CryptographicMessageSyntax/CMSSignedData.swift",
"CryptographicMessageSyntax/CMSSignerIdentifier.swift",
"CryptographicMessageSyntax/CMSSignerInfo.swift",
"CryptographicMessageSyntax/CMSVersion.swift",
"Curve25519+DER.swift",
"Digests.swift",
"DistinguishedName.swift",
"DistinguishedNameBuilder/CommonName.swift",
"DistinguishedNameBuilder/CountryName.swift",
"DistinguishedNameBuilder/DNBuilder.swift",
"DistinguishedNameBuilder/DomainComponent.swift",
"DistinguishedNameBuilder/EmailAddress.swift",
"DistinguishedNameBuilder/LocalityName.swift",
"DistinguishedNameBuilder/OrganizationName.swift",
"DistinguishedNameBuilder/OrganizationalUnitName.swift",
"DistinguishedNameBuilder/StateOrProvinceName.swift",
"DistinguishedNameBuilder/StreetAddress.swift",
"Error.swift",
"Extension Types/AuthorityInformationAccess.swift",
"Extension Types/AuthorityKeyIdentifier.swift",
"Extension Types/BasicConstraints.swift",
"Extension Types/ExtendedKeyUsage.swift",
"Extension Types/ExtensionIdentifiers.swift",
"Extension Types/KeyUsage.swift",
"Extension Types/NameConstraints.swift",
"Extension Types/SubjectAlternativeName.swift",
"Extension Types/SubjectKeyIdentifier.swift",
"Extension.swift",
"Extensions.swift",
"ExtensionsBuilder.swift",
"GeneralName.swift",
"Lock.swift",
"LockedValueBox.swift",
"OCSP/BasicOCSPResponse.swift",
"OCSP/DirectoryString.swift",
"OCSP/OCSPCertID.swift",
"OCSP/OCSPCertStatus.swift",
"OCSP/OCSPExtensionID.swift",
"OCSP/OCSPNonce.swift",
"OCSP/OCSPPolicy.swift",
"OCSP/OCSPRequest.swift",
"OCSP/OCSPResponse.swift",
"OCSP/OCSPResponseBytes.swift",
"OCSP/OCSPResponseData.swift",
"OCSP/OCSPResponseStatus.swift",
"OCSP/OCSPSignature.swift",
"OCSP/OCSPSingleRequest.swift",
"OCSP/OCSPSingleResponse.swift",
"OCSP/OCSPTBSRequest.swift",
"OCSP/OCSPVersion.swift",
"PKCS8PrivateKey.swift",
"PromiseAndFuture.swift",
"RDNAttribute.swift",
"RandomNumberGenerator+bytes.swift",
"RelativeDistinguishedName.swift",
"SEC1PrivateKey.swift",
"SecKeyWrapper.swift",
"Signature.swift",
"SignatureAlgorithm.swift",
"Verifier/AllOfPolicies.swift",
"Verifier/AnyPolicy.swift",
"Verifier/CertificateStore.swift",
"Verifier/CustomCertificateStore.swift",
"Verifier/OneOfPolicies.swift",
"Verifier/PolicyBuilder.swift",
"Verifier/RFC5280/BasicConstraintsPolicy.swift",
"Verifier/RFC5280/DNSNames.swift",
"Verifier/RFC5280/DirectoryNames.swift",
"Verifier/RFC5280/ExpiryPolicy.swift",
"Verifier/RFC5280/IPConstraints.swift",
"Verifier/RFC5280/NameConstraintsPolicy.swift",
"Verifier/RFC5280/RFC5280Policy.swift",
"Verifier/RFC5280/URIConstraints.swift",
"Verifier/RFC5280/VersionPolicy.swift",
"Verifier/ServerIdentityPolicy.swift",
"Verifier/TrustRootLoading.swift",
"Verifier/UnverifiedChain.swift",
"Verifier/ValidatedCertificateChain.swift",
"Verifier/VerificationDiagnostic.swift",
"Verifier/Verifier.swift",
"Verifier/VerifierPolicy.swift",
"X509BaseTypes/AlgorithmIdentifier.swift",
"X509BaseTypes/ECDSASignature.swift",
"X509BaseTypes/RSAPKCS1PublicKey.swift",
"X509BaseTypes/SubjectPublicKeyInfo.swift",
"X509BaseTypes/TBSCertificate.swift",
"X509BaseTypes/Time.swift",
"X509BaseTypes/TimeCalculations.swift",
"X509BaseTypes/Validity.swift",
"X509SendableMetatype.swift"
],
"target_dependencies" : [
"_CertificateInternals"
],
"type" : "library"
},
{
"c99name" : "CertificateInternalsTests",
"module_type" : "SwiftTarget",
"name" : "CertificateInternalsTests",
"path" : "Tests/CertificateInternalsTests",
"sources" : [
"TinyArrayTests.swift"
],
"target_dependencies" : [
"_CertificateInternals"
],
"type" : "test"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4dfe22dedd7a52399668938cbd466a34545eff77bced906005dc4032a6549d90
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-crypto.git
[1/1663] Fetching swift-asn1
[1664/19126] Fetching swift-asn1, swift-crypto
Fetched https://github.com/apple/swift-asn1.git from cache (1.98s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.02s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.0 (2.90s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.2.0 (2.71s)
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.2.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
Building for debugging...
[0/380] Write sources
[7/380] Compiling CXKCPShims shims.c
[8/380] Compiling KeccakHash.c
[9/380] Compiling KeccakSponge.c
[10/380] Compiling SimpleFIPS202.c
[11/380] Compiling fiat_p256_adx_mul.S
[12/380] Compiling fiat_curve25519_adx_square.S
[13/380] Compiling fiat_p256_adx_sqr.S
[14/380] Compiling md5-x86_64-linux.S
[15/380] Compiling fiat_curve25519_adx_mul.S
[16/380] Compiling md5-x86_64-apple.S
[17/380] Compiling md5-586-linux.S
[18/380] Compiling chacha20_poly1305_x86_64-apple.S
[18/380] Compiling md5-586-apple.S
[20/380] Compiling chacha20_poly1305_armv8-win.S
[21/380] Compiling chacha20_poly1305_x86_64-linux.S
[22/380] Compiling chacha20_poly1305_armv8-apple.S
[23/380] Compiling chacha20_poly1305_armv8-linux.S
[24/380] Compiling chacha-x86_64-linux.S
[25/380] Compiling chacha-x86_64-apple.S
[26/380] Compiling chacha-x86-linux.S
[27/380] Write swift-version-24593BA9C3E375BF.txt
[28/380] Compiling CCryptoBoringSSLShims shims.c
[29/380] Compiling chacha-x86-apple.S
[30/380] Compiling chacha-armv8-win.S
[31/380] Compiling chacha-armv4-linux.S
[32/380] Compiling chacha-armv8-linux.S
[33/380] Compiling chacha-armv8-apple.S
[34/380] Compiling aes128gcmsiv-x86_64-linux.S
[35/380] Compiling aes128gcmsiv-x86_64-apple.S
[36/382] Compiling x86_64-mont5-apple.S
[37/382] Compiling x86_64-mont-linux.S
[38/382] Compiling x86_64-mont5-linux.S
[39/382] Compiling x86_64-mont-apple.S
[40/399] Compiling x86-mont-apple.S
[41/399] Compiling vpaes-x86_64-linux.S
[42/399] Compiling vpaes-x86_64-apple.S
[43/399] Compiling x86-mont-linux.S
[44/399] Compiling vpaes-x86-linux.S
[45/399] Compiling err_data.cc
[46/399] Compiling vpaes-armv8-win.S
[47/399] Compiling vpaes-x86-apple.S
[48/399] Compiling vpaes-armv8-linux.S
[49/399] Compiling vpaes-armv7-linux.S
[49/399] Compiling vpaes-armv8-apple.S
[51/399] Compiling sha512-x86_64-linux.S
[52/399] Compiling sha512-x86_64-apple.S
[53/399] Compiling sha512-armv8-win.S
[54/399] Compiling sha512-armv8-linux.S
[55/399] Compiling sha512-armv8-apple.S
[55/399] Compiling sha256-x86_64-linux.S
[57/399] Compiling sha512-armv4-linux.S
[57/399] Compiling sha512-586-linux.S
[59/399] Compiling sha512-586-apple.S
[60/399] Compiling sha256-armv8-win.S
[61/399] Compiling sha256-armv8-linux.S
[62/399] Compiling sha256-x86_64-apple.S
[63/399] Compiling sha256-586-linux.S
[64/399] Compiling sha256-armv8-apple.S
[65/399] Compiling sha256-armv4-linux.S
[66/399] Compiling sha1-x86_64-apple.S
[67/399] Compiling sha256-586-apple.S
[68/399] Compiling sha1-x86_64-linux.S
[69/399] Compiling sha1-armv8-win.S
[70/399] Compiling sha1-armv8-linux.S
[71/399] Compiling sha1-armv8-apple.S
[72/399] Compiling sha1-586-linux.S
[73/399] Compiling sha1-armv4-large-linux.S
[74/399] Compiling rsaz-avx2-linux.S
[75/399] Compiling rdrand-x86_64-apple.S
[76/399] Compiling rsaz-avx2-apple.S
[77/399] Compiling sha1-586-apple.S
[78/399] Compiling rdrand-x86_64-linux.S
[79/399] Compiling p256_beeu-x86_64-asm-linux.S
[80/399] Compiling p256_beeu-armv8-asm-win.S
[81/399] Compiling p256_beeu-x86_64-asm-apple.S
[82/399] Compiling p256_beeu-armv8-asm-apple.S
[83/399] Compiling p256_beeu-armv8-asm-linux.S
[84/399] Compiling p256-x86_64-asm-linux.S
[85/399] Compiling p256-x86_64-asm-apple.S
[86/399] Compiling p256-armv8-asm-win.S
[87/399] Compiling p256-armv8-asm-linux.S
[88/399] Compiling p256-armv8-asm-apple.S
[89/399] Compiling ghashv8-armv8-win.S
[90/399] Compiling ghashv8-armv8-linux.S
[91/399] Compiling ghashv8-armv7-linux.S
[92/399] Compiling ghashv8-armv8-apple.S
[93/399] Compiling ghash-x86_64-apple.S
[94/399] Compiling ghash-x86_64-linux.S
[95/399] Compiling ghash-x86-linux.S
[96/399] Compiling ghash-ssse3-x86_64-linux.S
[97/399] Compiling ghash-ssse3-x86_64-apple.S
[98/399] Compiling ghash-ssse3-x86-linux.S
[99/399] Compiling ghash-x86-apple.S
[100/399] Compiling ghash-ssse3-x86-apple.S
[101/399] Compiling ghash-neon-armv8-linux.S
[102/399] Compiling ghash-neon-armv8-apple.S
[102/399] Compiling ghash-neon-armv8-win.S
[104/399] Compiling co-586-linux.S
[105/399] Compiling ghash-armv4-linux.S
[106/399] Compiling co-586-apple.S
[107/399] Compiling bn-armv8-linux.S
[108/399] Compiling bsaes-armv7-linux.S
[108/399] Compiling bn-armv8-win.S
[110/399] Compiling bn-armv8-apple.S
[111/399] Compiling bn-586-linux.S
[112/399] Compiling armv8-mont-win.S
[113/399] Compiling bn-586-apple.S
[114/399] Compiling armv8-mont-linux.S
[115/399] Compiling armv8-mont-apple.S
[116/399] Compiling armv4-mont-linux.S
[117/399] Compiling aesv8-gcm-armv8-win.S
[118/399] Compiling aesv8-gcm-armv8-linux.S
[119/399] Compiling aesv8-armv8-linux.S
[120/399] Compiling aesv8-armv8-win.S
[121/399] Compiling aesv8-gcm-armv8-apple.S
[122/399] Compiling aesv8-armv8-apple.S
[123/399] Compiling aesv8-armv7-linux.S
[124/399] Compiling aesni-x86_64-linux.S
[125/399] Compiling aesni-x86_64-apple.S
[126/399] Compiling aesni-x86-linux.S
[127/399] Compiling aesni-gcm-x86_64-linux.S
[128/399] Compiling aesni-x86-apple.S
[129/399] Compiling aesni-gcm-x86_64-apple.S
[130/399] Compiling aes-gcm-avx512-x86_64-apple.S
[131/399] Compiling aes-gcm-avx512-x86_64-linux.S
[132/399] Compiling aes-gcm-avx2-x86_64-apple.S
[133/399] Compiling aes-gcm-avx2-x86_64-linux.S
[135/399] Compiling SwiftASN1 ASN1OctetString.swift
[136/399] Compiling SwiftASN1 ASN1Strings.swift
[137/401] Emitting module _CertificateInternals
[138/401] Compiling _CertificateInternals _TinyArray.swift
[139/402] Compiling SwiftASN1 ASN1BitString.swift
[140/402] Compiling SwiftASN1 ASN1Boolean.swift
[141/402] Compiling SwiftASN1 ASN1Identifier.swift
[142/402] Compiling SwiftASN1 ASN1Integer.swift
[143/402] Compiling SwiftASN1 ASN1Null.swift
[144/402] Compiling SwiftASN1 TimeUtilities.swift
[145/402] Compiling SwiftASN1 UTCTime.swift
[146/402] Compiling xwing.cc
[148/402] Compiling SwiftASN1 ASN1.swift
[149/402] Compiling SwiftASN1 BER.swift
[150/402] Compiling SwiftASN1 ASN1Any.swift
[150/402] Compiling x_x509a.cc
[151/402] Compiling x_spki.cc
[152/402] Compiling x_sig.cc
[153/402] Compiling x_x509.cc
[155/402] Compiling SwiftASN1 DER.swift
[156/402] Compiling SwiftASN1 Errors.swift
[157/402] Compiling SwiftASN1 ArraySliceBigint.swift
[158/402] Compiling SwiftASN1 GeneralizedTime.swift
[159/402] Compiling SwiftASN1 ObjectIdentifier.swift
[160/402] Compiling SwiftASN1 PEMDocument.swift
[161/402] Emitting module SwiftASN1
[161/403] Compiling x_req.cc
[163/403] Compiling x_pubkey.cc
[164/403] Compiling x_exten.cc
[165/403] Compiling x_name.cc
[166/403] Compiling x_crl.cc
[167/403] Compiling x_attrib.cc
[168/403] Compiling x_all.cc
[169/403] Compiling x509spki.cc
[170/403] Compiling x_algor.cc
[171/403] Compiling KeccakP-1600-opt64.c
[172/403] Compiling x509rset.cc
[173/403] Compiling x509name.cc
[174/403] Compiling x509_vpm.cc
[175/403] Compiling x509cset.cc
[176/403] Compiling x509_v3.cc
[177/403] Compiling x509_txt.cc
[178/403] Compiling x509_trs.cc
[179/403] Compiling x509_vfy.cc
[180/403] Compiling x509_obj.cc
[181/403] Compiling x509_req.cc
[182/403] Compiling x509_set.cc
[183/403] Compiling x509_lu.cc
[184/403] Compiling x509_def.cc
[185/403] Compiling x509_cmp.cc
[186/403] Compiling x509_ext.cc
[187/403] Compiling x509_att.cc
[188/403] Compiling x509_d2.cc
[189/403] Compiling v3_skey.cc
[190/403] Compiling x509.cc
[191/403] Compiling v3_purp.cc
[192/403] Compiling v3_utl.cc
[193/403] Compiling v3_prn.cc
[194/403] Compiling v3_pcons.cc
[195/403] Compiling v3_pmaps.cc
[196/403] Compiling v3_ocsp.cc
[197/403] Compiling v3_ncons.cc
[198/403] Compiling v3_lib.cc
[199/403] Compiling v3_int.cc
[200/403] Compiling v3_info.cc
[201/403] Compiling v3_ia5.cc
[202/403] Compiling v3_extku.cc
[203/403] Compiling v3_genn.cc
[204/403] Compiling v3_enum.cc
[205/403] Compiling v3_crld.cc
[206/403] Compiling v3_bitst.cc
[207/403] Compiling v3_conf.cc
[208/403] Compiling v3_cpols.cc
[209/403] Compiling v3_bcons.cc
[210/403] Compiling v3_alt.cc
[211/403] Compiling t_x509a.cc
[212/403] Compiling v3_akeya.cc
[213/403] Compiling v3_akey.cc
[214/403] Compiling t_x509.cc
[215/403] Compiling t_req.cc
[216/403] Compiling t_crl.cc
[217/403] Compiling rsa_pss.cc
[218/403] Compiling i2d_pr.cc
[219/403] Compiling name_print.cc
[220/403] Compiling policy.cc
[221/403] Compiling by_file.cc
[222/403] Compiling by_dir.cc
[223/403] Compiling a_verify.cc
[224/403] Compiling algorithm.cc
[225/403] Compiling asn1_gen.cc
[226/403] Compiling a_sign.cc
[227/403] Compiling voprf.cc
[228/403] Compiling trust_token.cc
[229/403] Compiling a_digest.cc
[230/403] Compiling pmbtoken.cc
[231/403] Compiling thread_win.cc
[232/403] Compiling thread_pthread.cc
[233/403] Compiling stack.cc
[234/403] Compiling thread.cc
[235/403] Compiling thread_none.cc
[236/403] Compiling spake2plus.cc
[237/403] Compiling siphash.cc
[238/403] Compiling sha512.cc
[239/403] Compiling slhdsa.cc
[240/403] Compiling sha1.cc
[241/403] Compiling rsa_extra.cc
[242/403] Compiling sha256.cc
[243/403] Compiling rsa_print.cc
[244/403] Compiling rsa_crypt.cc
[245/403] Compiling windows.cc
[246/403] Compiling urandom.cc
[247/403] Compiling rc4.cc
[248/403] Compiling rand.cc
[249/403] Compiling refcount.cc
[250/403] Compiling trusty.cc
[251/403] Compiling rsa_asn1.cc
[252/403] Compiling passive.cc
[253/403] Compiling getentropy.cc
[254/403] Compiling poly1305_arm_asm.S
[255/403] Compiling forkunsafe.cc
[256/403] Compiling ios.cc
[257/403] Compiling fork_detect.cc
[258/403] Compiling deterministic.cc
[259/403] Compiling poly1305_vec.cc
[260/403] Compiling poly1305.cc
[261/403] Compiling pool.cc
[262/403] Compiling poly1305_arm.cc
[263/403] Compiling p5_pbev2.cc
[264/403] Compiling pkcs8_x509.cc
[265/403] Compiling pkcs7_x509.cc
[266/403] Compiling pkcs7.cc
[267/403] Compiling pkcs8.cc
[268/403] Compiling pem_xaux.cc
[269/403] Compiling pem_x509.cc
[270/403] Compiling pem_pkey.cc
[271/403] Compiling pem_pk8.cc
[272/403] Compiling pem_lib.cc
[273/403] Compiling pem_oth.cc
[274/403] Compiling obj_xref.cc
[275/403] Compiling pem_info.cc
[276/403] Compiling mlkem.cc
[277/403] Compiling mem.cc
[278/403] Compiling mldsa.cc
[279/403] Compiling obj.cc
[280/403] Compiling pem_all.cc
[281/403] Compiling poly_rq_mul.S
[282/403] Compiling fips_shared_support.cc
[283/403] Compiling md5.cc
[284/403] Compiling lhash.cc
[285/403] Compiling fuzzer_mode.cc
[286/403] Compiling md4.cc
[287/403] Compiling ex_data.cc
[288/403] Compiling hrss.cc
[289/403] Compiling hpke.cc
[290/403] Compiling kyber.cc
[291/403] Compiling print.cc
[292/403] Compiling scrypt.cc
[293/403] Compiling pbkdf.cc
[294/403] Compiling sign.cc
[295/403] Compiling p_x25519_asn1.cc
[296/403] Compiling p_x25519.cc
[297/403] Compiling p_rsa_asn1.cc
[298/403] Compiling p_hkdf.cc
[299/403] Compiling p_rsa.cc
[300/403] Compiling p_ed25519_asn1.cc
[301/403] Compiling p_ed25519.cc
[302/403] Compiling p_ec.cc
[303/403] Compiling p_dh.cc
[304/403] Compiling p_dsa_asn1.cc
[305/403] Compiling p_ec_asn1.cc
[306/403] Compiling evp_asn1.cc
[307/403] Compiling p_dh_asn1.cc
[308/403] Compiling evp_ctx.cc
[309/403] Compiling evp.cc
[310/403] Compiling ecdsa_p1363.cc
[311/403] Compiling engine.cc
[312/403] Compiling ecdsa_asn1.cc
[312/403] Compiling err.cc
[314/403] Compiling hash_to_curve.cc
[315/403] Compiling ec_derive.cc
[316/403] Compiling ecdh.cc
[317/403] Compiling dsa_asn1.cc
[318/403] Compiling dsa.cc
[319/403] Compiling digest_extra.cc
[320/403] Compiling ec_asn1.cc
[321/403] Compiling bcm.cc
[322/403] Compiling params.cc
[323/403] Compiling x25519-asm-arm.S
[324/403] Compiling des.cc
[325/403] Compiling dh_asn1.cc
[326/403] Compiling curve25519_64_adx.cc
[327/403] Compiling spake25519.cc
[328/403] Compiling crypto.cc
[329/403] Compiling cpu_intel.cc
[330/403] Compiling cpu_aarch64_win.cc
[331/403] Compiling curve25519.cc
[332/403] Compiling cpu_arm_freebsd.cc
[332/403] Compiling cpu_arm_linux.cc
[334/403] Compiling cpu_aarch64_sysreg.cc
[335/403] Compiling cpu_aarch64_openbsd.cc
[336/403] Compiling cpu_aarch64_linux.cc
[337/403] Compiling cpu_aarch64_fuchsia.cc
[338/403] Compiling cpu_aarch64_apple.cc
[339/403] Compiling tls_cbc.cc
[340/403] Compiling conf.cc
[341/403] Compiling get_cipher.cc
[342/403] Compiling e_rc4.cc
[343/403] Compiling e_tls.cc
[344/403] Compiling e_rc2.cc
[345/403] Compiling cms.cc
[346/403] Compiling e_null.cc
[347/403] Compiling e_chacha20poly1305.cc
[348/403] Compiling e_des.cc
[349/403] Compiling e_aesgcmsiv.cc
[350/403] Compiling derive_key.cc
[351/403] Compiling e_aesctrhmac.cc
[352/403] Compiling chacha.cc
[353/403] Compiling e_aeseax.cc
[354/403] Compiling buf.cc
[355/403] Compiling unicode.cc
[356/403] Compiling sqrt.cc
[357/403] Compiling cbb.cc
[358/403] Compiling ber.cc
[359/403] Compiling exponentiation.cc
[360/403] Compiling asn1_compat.cc
[361/403] Compiling cbs.cc
[362/403] Compiling div.cc
[363/403] Compiling printf.cc
[364/403] Compiling hexdump.cc
[365/403] Compiling pair.cc
[366/403] Compiling convert.cc
[367/403] Compiling blake2.cc
[368/403] Compiling bn_asn1.cc
[369/403] Compiling file.cc
[370/403] Compiling fd.cc
[371/403] Compiling bio_mem.cc
[372/403] Compiling bio.cc
[373/403] Compiling base64.cc
[374/403] Compiling errno.cc
[375/403] Compiling tasn_typ.cc
[376/403] Compiling tasn_utl.cc
[377/403] Compiling tasn_new.cc
[378/403] Compiling tasn_fre.cc
[379/403] Compiling posix_time.cc
[380/403] Compiling f_int.cc
[381/403] Compiling tasn_enc.cc
[381/403] Compiling f_string.cc
[383/403] Compiling tasn_dec.cc
[384/403] Compiling asn_pack.cc
[385/403] Compiling asn1_par.cc
[386/403] Compiling a_utctm.cc
[387/403] Compiling asn1_lib.cc
[388/403] Compiling a_strnid.cc
[389/403] Compiling a_time.cc
[390/403] Compiling a_type.cc
[391/403] Compiling a_strex.cc
[392/403] Compiling a_octet.cc
[393/403] Compiling a_i2d_fp.cc
[394/403] Compiling a_dup.cc
[395/403] Compiling a_mbstr.cc
[396/403] Compiling a_int.cc
[397/403] Compiling a_d2i_fp.cc
[398/403] Compiling a_gentm.cc
[399/403] Compiling a_object.cc
[400/403] Compiling aes.cc
[401/403] Compiling a_bool.cc
[402/403] Compiling a_bitstr.cc
[404/411] Compiling CryptoBoringWrapper RandomBytes.swift
[405/411] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[406/411] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[407/411] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[408/411] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[409/411] Emitting module CryptoBoringWrapper
[410/411] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[411/411] Compiling CryptoBoringWrapper EllipticCurve.swift
[413/495] Compiling Crypto HKDF.swift
[414/495] Compiling Crypto AESWrap.swift
[415/495] Compiling Crypto AESWrap_boring.swift
[416/495] Compiling Crypto Ed25519_boring.swift
[417/495] Compiling Crypto NISTCurvesKeys_boring.swift
[418/495] Compiling Crypto X25519Keys_boring.swift
[419/495] Compiling Crypto Curve25519.swift
[420/495] Compiling Crypto Ed25519Keys.swift
[421/495] Compiling Crypto NISTCurvesKeys.swift
[422/495] Compiling Crypto X25519Keys.swift
[423/495] Compiling Crypto SymmetricKeys.swift
[424/506] Compiling Crypto AES-GCM.swift
[425/506] Compiling Crypto AES-GCM_boring.swift
[426/506] Compiling Crypto ChaChaPoly_boring.swift
[427/506] Compiling Crypto ChaChaPoly.swift
[428/506] Compiling Crypto Cipher.swift
[429/506] Compiling Crypto Nonces.swift
[430/506] Compiling Crypto ASN1.swift
[431/506] Compiling Crypto ASN1Any.swift
[432/506] Compiling Crypto ASN1BitString.swift
[433/506] Compiling Crypto ASN1Boolean.swift
[434/506] Compiling Crypto ASN1Identifier.swift
[435/506] Compiling Crypto ASN1Integer.swift
[436/506] Compiling Crypto CryptoKitErrors.swift
[437/506] Compiling Crypto Digest_boring.swift
[438/506] Compiling Crypto Digest.swift
[439/506] Compiling Crypto Digests.swift
[440/506] Compiling Crypto HashFunctions.swift
[441/506] Compiling Crypto HashFunctions_SHA2.swift
[442/506] Compiling Crypto HashFunctions_SHA3.swift
[443/506] Compiling Crypto Digest_xkcp.swift
[444/506] Compiling Crypto HPKE-AEAD.swift
[445/506] Compiling Crypto HPKE-Ciphersuite.swift
[446/506] Compiling Crypto HPKE-KDF.swift
[447/506] Compiling Crypto HPKE-KexKeyDerivation.swift
[448/506] Compiling Crypto ASN1Null.swift
[449/506] Compiling Crypto ASN1OctetString.swift
[450/506] Compiling Crypto ASN1Strings.swift
[451/506] Compiling Crypto ArraySliceBigint.swift
[452/506] Compiling Crypto GeneralizedTime.swift
[453/506] Compiling Crypto ObjectIdentifier.swift
[454/506] Compiling Crypto ECDSASignature.swift
[455/506] Compiling Crypto PEMDocument.swift
[456/506] Compiling Crypto PKCS8PrivateKey.swift
[457/506] Compiling Crypto SEC1PrivateKey.swift
[458/506] Compiling Crypto SubjectPublicKeyInfo.swift
[459/506] Compiling Crypto CryptoError_boring.swift
[460/506] Compiling Crypto MLDSA.swift
[461/506] Compiling Crypto Signature.swift
[462/506] Compiling Crypto CryptoKitErrors_boring.swift
[463/506] Compiling Crypto Optional+withUnsafeBytes_boring.swift
[464/506] Compiling Crypto RNG_boring.swift
[465/506] Compiling Crypto SafeCompare_boring.swift
[466/506] Compiling Crypto Zeroization_boring.swift
[467/506] Compiling Crypto PrettyBytes.swift
[468/506] Compiling Crypto SafeCompare.swift
[469/506] Compiling Crypto SecureBytes.swift
[470/506] Compiling Crypto Zeroization.swift
[471/506] Compiling Crypto Insecure_HashFunctions.swift
[472/506] Compiling Crypto MLKEM_boring.swift
[473/506] Compiling Crypto MLKEM_wrapper.swift
[474/506] Compiling Crypto XWing_boring.swift
[475/506] Compiling Crypto KEM-Errors.swift
[476/506] Compiling Crypto KEM.swift
[477/506] Compiling Crypto MLKEM.swift
[478/506] Compiling Crypto XWing.swift
[479/506] Compiling Crypto ECDH_boring.swift
[480/506] Compiling Crypto DH.swift
[481/506] Compiling Crypto ECDH.swift
[482/506] Compiling Crypto ANSIx963.swift
[483/506] Compiling Crypto HPKE-LabeledExtract.swift
[484/506] Compiling Crypto HPKE-Utils.swift
[485/506] Compiling Crypto DHKEM.swift
[486/506] Compiling Crypto HPKE-KEM-Curve25519.swift
[487/506] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[488/506] Compiling Crypto HPKE-KEM.swift
[489/506] Compiling Crypto HPKE-Errors.swift
[490/506] Compiling Crypto HPKE.swift
[491/506] Compiling Crypto HPKE-Context.swift
[492/506] Compiling Crypto HPKE-KeySchedule.swift
[493/506] Compiling Crypto HPKE-Modes.swift
[494/506] Compiling Crypto Insecure.swift
[495/506] Emitting module Crypto
[496/506] Compiling Crypto HMAC.swift
[497/506] Compiling Crypto MACFunctions.swift
[498/506] Compiling Crypto MessageAuthenticationCode.swift
[499/506] Compiling Crypto AES.swift
[500/506] Compiling Crypto ECDSASignature_boring.swift
[501/506] Compiling Crypto ECDSA_boring.swift
[502/506] Compiling Crypto EdDSA_boring.swift
[503/506] Compiling Crypto MLDSA_boring.swift
[504/506] Compiling Crypto MLDSA_wrapper.swift
[505/506] Compiling Crypto ECDSA.swift
[506/506] Compiling Crypto Ed25519.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[508/563] Emitting module CryptoExtras
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:33:36: error: cannot find type 'ThreadOpsSystem' in scope
31 |
32 | private class Key {
33 | private var underlyingKey: ThreadOpsSystem.ThreadSpecificKey
| `- error: cannot find type 'ThreadOpsSystem' in scope
34 |
35 | internal init(destructor: @escaping ThreadOpsSystem.ThreadSpecificKeyDestructor) {
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:35:45: error: cannot find type 'ThreadOpsSystem' in scope
33 | private var underlyingKey: ThreadOpsSystem.ThreadSpecificKey
34 |
35 | internal init(destructor: @escaping ThreadOpsSystem.ThreadSpecificKeyDestructor) {
| `- error: cannot find type 'ThreadOpsSystem' in scope
36 | self.underlyingKey = ThreadOpsSystem.allocateThreadSpecificValue(destructor: destructor)
37 | }
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:35:35: error: @escaping attribute only applies to function types
33 | private var underlyingKey: ThreadOpsSystem.ThreadSpecificKey
34 |
35 | internal init(destructor: @escaping ThreadOpsSystem.ThreadSpecificKeyDestructor) {
| `- error: @escaping attribute only applies to function types
36 | self.underlyingKey = ThreadOpsSystem.allocateThreadSpecificValue(destructor: destructor)
37 | }
[509/570] Compiling CryptoExtras ThreadPosix.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:33:36: error: cannot find type 'ThreadOpsSystem' in scope
31 |
32 | private class Key {
33 | private var underlyingKey: ThreadOpsSystem.ThreadSpecificKey
| `- error: cannot find type 'ThreadOpsSystem' in scope
34 |
35 | internal init(destructor: @escaping ThreadOpsSystem.ThreadSpecificKeyDestructor) {
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:35:45: error: cannot find type 'ThreadOpsSystem' in scope
33 | private var underlyingKey: ThreadOpsSystem.ThreadSpecificKey
34 |
35 | internal init(destructor: @escaping ThreadOpsSystem.ThreadSpecificKeyDestructor) {
| `- error: cannot find type 'ThreadOpsSystem' in scope
36 | self.underlyingKey = ThreadOpsSystem.allocateThreadSpecificValue(destructor: destructor)
37 | }
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:35:35: error: @escaping attribute only applies to function types
33 | private var underlyingKey: ThreadOpsSystem.ThreadSpecificKey
34 |
35 | internal init(destructor: @escaping ThreadOpsSystem.ThreadSpecificKeyDestructor) {
| `- error: @escaping attribute only applies to function types
36 | self.underlyingKey = ThreadOpsSystem.allocateThreadSpecificValue(destructor: destructor)
37 | }
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:36:34: error: cannot find 'ThreadOpsSystem' in scope
34 |
35 | internal init(destructor: @escaping ThreadOpsSystem.ThreadSpecificKeyDestructor) {
36 | self.underlyingKey = ThreadOpsSystem.allocateThreadSpecificValue(destructor: destructor)
| `- error: cannot find 'ThreadOpsSystem' in scope
37 | }
38 |
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:40:13: error: cannot find 'ThreadOpsSystem' in scope
38 |
39 | deinit {
40 | ThreadOpsSystem.deallocateThreadSpecificValue(self.underlyingKey)
| `- error: cannot find 'ThreadOpsSystem' in scope
41 | }
42 |
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:44:13: error: cannot find 'ThreadOpsSystem' in scope
42 |
43 | func get() -> UnsafeMutableRawPointer? {
44 | ThreadOpsSystem.getThreadSpecificValue(self.underlyingKey)
| `- error: cannot find 'ThreadOpsSystem' in scope
45 | }
46 |
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:48:13: error: cannot find 'ThreadOpsSystem' in scope
46 |
47 | func set(value: UnsafeMutableRawPointer?) {
48 | ThreadOpsSystem.setThreadSpecificValue(key: self.underlyingKey, value: value)
| `- error: cannot find 'ThreadOpsSystem' in scope
49 | }
50 | }
[510/570] Compiling CryptoExtras ThreadSpecific.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:33:36: error: cannot find type 'ThreadOpsSystem' in scope
31 |
32 | private class Key {
33 | private var underlyingKey: ThreadOpsSystem.ThreadSpecificKey
| `- error: cannot find type 'ThreadOpsSystem' in scope
34 |
35 | internal init(destructor: @escaping ThreadOpsSystem.ThreadSpecificKeyDestructor) {
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:35:45: error: cannot find type 'ThreadOpsSystem' in scope
33 | private var underlyingKey: ThreadOpsSystem.ThreadSpecificKey
34 |
35 | internal init(destructor: @escaping ThreadOpsSystem.ThreadSpecificKeyDestructor) {
| `- error: cannot find type 'ThreadOpsSystem' in scope
36 | self.underlyingKey = ThreadOpsSystem.allocateThreadSpecificValue(destructor: destructor)
37 | }
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:35:35: error: @escaping attribute only applies to function types
33 | private var underlyingKey: ThreadOpsSystem.ThreadSpecificKey
34 |
35 | internal init(destructor: @escaping ThreadOpsSystem.ThreadSpecificKeyDestructor) {
| `- error: @escaping attribute only applies to function types
36 | self.underlyingKey = ThreadOpsSystem.allocateThreadSpecificValue(destructor: destructor)
37 | }
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:36:34: error: cannot find 'ThreadOpsSystem' in scope
34 |
35 | internal init(destructor: @escaping ThreadOpsSystem.ThreadSpecificKeyDestructor) {
36 | self.underlyingKey = ThreadOpsSystem.allocateThreadSpecificValue(destructor: destructor)
| `- error: cannot find 'ThreadOpsSystem' in scope
37 | }
38 |
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:40:13: error: cannot find 'ThreadOpsSystem' in scope
38 |
39 | deinit {
40 | ThreadOpsSystem.deallocateThreadSpecificValue(self.underlyingKey)
| `- error: cannot find 'ThreadOpsSystem' in scope
41 | }
42 |
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:44:13: error: cannot find 'ThreadOpsSystem' in scope
42 |
43 | func get() -> UnsafeMutableRawPointer? {
44 | ThreadOpsSystem.getThreadSpecificValue(self.underlyingKey)
| `- error: cannot find 'ThreadOpsSystem' in scope
45 | }
46 |
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:48:13: error: cannot find 'ThreadOpsSystem' in scope
46 |
47 | func set(value: UnsafeMutableRawPointer?) {
48 | ThreadOpsSystem.setThreadSpecificValue(key: self.underlyingKey, value: value)
| `- error: cannot find 'ThreadOpsSystem' in scope
49 | }
50 | }
[511/570] Compiling CryptoExtras ThreadWindows.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:33:36: error: cannot find type 'ThreadOpsSystem' in scope
31 |
32 | private class Key {
33 | private var underlyingKey: ThreadOpsSystem.ThreadSpecificKey
| `- error: cannot find type 'ThreadOpsSystem' in scope
34 |
35 | internal init(destructor: @escaping ThreadOpsSystem.ThreadSpecificKeyDestructor) {
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:35:45: error: cannot find type 'ThreadOpsSystem' in scope
33 | private var underlyingKey: ThreadOpsSystem.ThreadSpecificKey
34 |
35 | internal init(destructor: @escaping ThreadOpsSystem.ThreadSpecificKeyDestructor) {
| `- error: cannot find type 'ThreadOpsSystem' in scope
36 | self.underlyingKey = ThreadOpsSystem.allocateThreadSpecificValue(destructor: destructor)
37 | }
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:35:35: error: @escaping attribute only applies to function types
33 | private var underlyingKey: ThreadOpsSystem.ThreadSpecificKey
34 |
35 | internal init(destructor: @escaping ThreadOpsSystem.ThreadSpecificKeyDestructor) {
| `- error: @escaping attribute only applies to function types
36 | self.underlyingKey = ThreadOpsSystem.allocateThreadSpecificValue(destructor: destructor)
37 | }
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:36:34: error: cannot find 'ThreadOpsSystem' in scope
34 |
35 | internal init(destructor: @escaping ThreadOpsSystem.ThreadSpecificKeyDestructor) {
36 | self.underlyingKey = ThreadOpsSystem.allocateThreadSpecificValue(destructor: destructor)
| `- error: cannot find 'ThreadOpsSystem' in scope
37 | }
38 |
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:40:13: error: cannot find 'ThreadOpsSystem' in scope
38 |
39 | deinit {
40 | ThreadOpsSystem.deallocateThreadSpecificValue(self.underlyingKey)
| `- error: cannot find 'ThreadOpsSystem' in scope
41 | }
42 |
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:44:13: error: cannot find 'ThreadOpsSystem' in scope
42 |
43 | func get() -> UnsafeMutableRawPointer? {
44 | ThreadOpsSystem.getThreadSpecificValue(self.underlyingKey)
| `- error: cannot find 'ThreadOpsSystem' in scope
45 | }
46 |
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:48:13: error: cannot find 'ThreadOpsSystem' in scope
46 |
47 | func set(value: UnsafeMutableRawPointer?) {
48 | ThreadOpsSystem.setThreadSpecificValue(key: self.underlyingKey, value: value)
| `- error: cannot find 'ThreadOpsSystem' in scope
49 | }
50 | }
[512/570] Compiling CryptoExtras DLEQ.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:33:36: error: cannot find type 'ThreadOpsSystem' in scope
31 |
32 | private class Key {
33 | private var underlyingKey: ThreadOpsSystem.ThreadSpecificKey
| `- error: cannot find type 'ThreadOpsSystem' in scope
34 |
35 | internal init(destructor: @escaping ThreadOpsSystem.ThreadSpecificKeyDestructor) {
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:35:45: error: cannot find type 'ThreadOpsSystem' in scope
33 | private var underlyingKey: ThreadOpsSystem.ThreadSpecificKey
34 |
35 | internal init(destructor: @escaping ThreadOpsSystem.ThreadSpecificKeyDestructor) {
| `- error: cannot find type 'ThreadOpsSystem' in scope
36 | self.underlyingKey = ThreadOpsSystem.allocateThreadSpecificValue(destructor: destructor)
37 | }
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:35:35: error: @escaping attribute only applies to function types
33 | private var underlyingKey: ThreadOpsSystem.ThreadSpecificKey
34 |
35 | internal init(destructor: @escaping ThreadOpsSystem.ThreadSpecificKeyDestructor) {
| `- error: @escaping attribute only applies to function types
36 | self.underlyingKey = ThreadOpsSystem.allocateThreadSpecificValue(destructor: destructor)
37 | }
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:36:34: error: cannot find 'ThreadOpsSystem' in scope
34 |
35 | internal init(destructor: @escaping ThreadOpsSystem.ThreadSpecificKeyDestructor) {
36 | self.underlyingKey = ThreadOpsSystem.allocateThreadSpecificValue(destructor: destructor)
| `- error: cannot find 'ThreadOpsSystem' in scope
37 | }
38 |
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:40:13: error: cannot find 'ThreadOpsSystem' in scope
38 |
39 | deinit {
40 | ThreadOpsSystem.deallocateThreadSpecificValue(self.underlyingKey)
| `- error: cannot find 'ThreadOpsSystem' in scope
41 | }
42 |
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:44:13: error: cannot find 'ThreadOpsSystem' in scope
42 |
43 | func get() -> UnsafeMutableRawPointer? {
44 | ThreadOpsSystem.getThreadSpecificValue(self.underlyingKey)
| `- error: cannot find 'ThreadOpsSystem' in scope
45 | }
46 |
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:48:13: error: cannot find 'ThreadOpsSystem' in scope
46 |
47 | func set(value: UnsafeMutableRawPointer?) {
48 | ThreadOpsSystem.setThreadSpecificValue(key: self.underlyingKey, value: value)
| `- error: cannot find 'ThreadOpsSystem' in scope
49 | }
50 | }
[513/570] Compiling CryptoExtras Prover.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:33:36: error: cannot find type 'ThreadOpsSystem' in scope
31 |
32 | private class Key {
33 | private var underlyingKey: ThreadOpsSystem.ThreadSpecificKey
| `- error: cannot find type 'ThreadOpsSystem' in scope
34 |
35 | internal init(destructor: @escaping ThreadOpsSystem.ThreadSpecificKeyDestructor) {
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:35:45: error: cannot find type 'ThreadOpsSystem' in scope
33 | private var underlyingKey: ThreadOpsSystem.ThreadSpecificKey
34 |
35 | internal init(destructor: @escaping ThreadOpsSystem.ThreadSpecificKeyDestructor) {
| `- error: cannot find type 'ThreadOpsSystem' in scope
36 | self.underlyingKey = ThreadOpsSystem.allocateThreadSpecificValue(destructor: destructor)
37 | }
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:35:35: error: @escaping attribute only applies to function types
33 | private var underlyingKey: ThreadOpsSystem.ThreadSpecificKey
34 |
35 | internal init(destructor: @escaping ThreadOpsSystem.ThreadSpecificKeyDestructor) {
| `- error: @escaping attribute only applies to function types
36 | self.underlyingKey = ThreadOpsSystem.allocateThreadSpecificValue(destructor: destructor)
37 | }
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:36:34: error: cannot find 'ThreadOpsSystem' in scope
34 |
35 | internal init(destructor: @escaping ThreadOpsSystem.ThreadSpecificKeyDestructor) {
36 | self.underlyingKey = ThreadOpsSystem.allocateThreadSpecificValue(destructor: destructor)
| `- error: cannot find 'ThreadOpsSystem' in scope
37 | }
38 |
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:40:13: error: cannot find 'ThreadOpsSystem' in scope
38 |
39 | deinit {
40 | ThreadOpsSystem.deallocateThreadSpecificValue(self.underlyingKey)
| `- error: cannot find 'ThreadOpsSystem' in scope
41 | }
42 |
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:44:13: error: cannot find 'ThreadOpsSystem' in scope
42 |
43 | func get() -> UnsafeMutableRawPointer? {
44 | ThreadOpsSystem.getThreadSpecificValue(self.underlyingKey)
| `- error: cannot find 'ThreadOpsSystem' in scope
45 | }
46 |
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:48:13: error: cannot find 'ThreadOpsSystem' in scope
46 |
47 | func set(value: UnsafeMutableRawPointer?) {
48 | ThreadOpsSystem.setThreadSpecificValue(key: self.underlyingKey, value: value)
| `- error: cannot find 'ThreadOpsSystem' in scope
49 | }
50 | }
[514/570] Compiling CryptoExtras Verifier.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:33:36: error: cannot find type 'ThreadOpsSystem' in scope
31 |
32 | private class Key {
33 | private var underlyingKey: ThreadOpsSystem.ThreadSpecificKey
| `- error: cannot find type 'ThreadOpsSystem' in scope
34 |
35 | internal init(destructor: @escaping ThreadOpsSystem.ThreadSpecificKeyDestructor) {
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:35:45: error: cannot find type 'ThreadOpsSystem' in scope
33 | private var underlyingKey: ThreadOpsSystem.ThreadSpecificKey
34 |
35 | internal init(destructor: @escaping ThreadOpsSystem.ThreadSpecificKeyDestructor) {
| `- error: cannot find type 'ThreadOpsSystem' in scope
36 | self.underlyingKey = ThreadOpsSystem.allocateThreadSpecificValue(destructor: destructor)
37 | }
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:35:35: error: @escaping attribute only applies to function types
33 | private var underlyingKey: ThreadOpsSystem.ThreadSpecificKey
34 |
35 | internal init(destructor: @escaping ThreadOpsSystem.ThreadSpecificKeyDestructor) {
| `- error: @escaping attribute only applies to function types
36 | self.underlyingKey = ThreadOpsSystem.allocateThreadSpecificValue(destructor: destructor)
37 | }
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:36:34: error: cannot find 'ThreadOpsSystem' in scope
34 |
35 | internal init(destructor: @escaping ThreadOpsSystem.ThreadSpecificKeyDestructor) {
36 | self.underlyingKey = ThreadOpsSystem.allocateThreadSpecificValue(destructor: destructor)
| `- error: cannot find 'ThreadOpsSystem' in scope
37 | }
38 |
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:40:13: error: cannot find 'ThreadOpsSystem' in scope
38 |
39 | deinit {
40 | ThreadOpsSystem.deallocateThreadSpecificValue(self.underlyingKey)
| `- error: cannot find 'ThreadOpsSystem' in scope
41 | }
42 |
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:44:13: error: cannot find 'ThreadOpsSystem' in scope
42 |
43 | func get() -> UnsafeMutableRawPointer? {
44 | ThreadOpsSystem.getThreadSpecificValue(self.underlyingKey)
| `- error: cannot find 'ThreadOpsSystem' in scope
45 | }
46 |
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:48:13: error: cannot find 'ThreadOpsSystem' in scope
46 |
47 | func set(value: UnsafeMutableRawPointer?) {
48 | ThreadOpsSystem.setThreadSpecificValue(key: self.underlyingKey, value: value)
| `- error: cannot find 'ThreadOpsSystem' in scope
49 | }
50 | }
[515/570] Compiling CryptoExtras ZKPToolbox.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:33:36: error: cannot find type 'ThreadOpsSystem' in scope
31 |
32 | private class Key {
33 | private var underlyingKey: ThreadOpsSystem.ThreadSpecificKey
| `- error: cannot find type 'ThreadOpsSystem' in scope
34 |
35 | internal init(destructor: @escaping ThreadOpsSystem.ThreadSpecificKeyDestructor) {
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:35:45: error: cannot find type 'ThreadOpsSystem' in scope
33 | private var underlyingKey: ThreadOpsSystem.ThreadSpecificKey
34 |
35 | internal init(destructor: @escaping ThreadOpsSystem.ThreadSpecificKeyDestructor) {
| `- error: cannot find type 'ThreadOpsSystem' in scope
36 | self.underlyingKey = ThreadOpsSystem.allocateThreadSpecificValue(destructor: destructor)
37 | }
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:35:35: error: @escaping attribute only applies to function types
33 | private var underlyingKey: ThreadOpsSystem.ThreadSpecificKey
34 |
35 | internal init(destructor: @escaping ThreadOpsSystem.ThreadSpecificKeyDestructor) {
| `- error: @escaping attribute only applies to function types
36 | self.underlyingKey = ThreadOpsSystem.allocateThreadSpecificValue(destructor: destructor)
37 | }
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:36:34: error: cannot find 'ThreadOpsSystem' in scope
34 |
35 | internal init(destructor: @escaping ThreadOpsSystem.ThreadSpecificKeyDestructor) {
36 | self.underlyingKey = ThreadOpsSystem.allocateThreadSpecificValue(destructor: destructor)
| `- error: cannot find 'ThreadOpsSystem' in scope
37 | }
38 |
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:40:13: error: cannot find 'ThreadOpsSystem' in scope
38 |
39 | deinit {
40 | ThreadOpsSystem.deallocateThreadSpecificValue(self.underlyingKey)
| `- error: cannot find 'ThreadOpsSystem' in scope
41 | }
42 |
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:44:13: error: cannot find 'ThreadOpsSystem' in scope
42 |
43 | func get() -> UnsafeMutableRawPointer? {
44 | ThreadOpsSystem.getThreadSpecificValue(self.underlyingKey)
| `- error: cannot find 'ThreadOpsSystem' in scope
45 | }
46 |
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:48:13: error: cannot find 'ThreadOpsSystem' in scope
46 |
47 | func set(value: UnsafeMutableRawPointer?) {
48 | ThreadOpsSystem.setThreadSpecificValue(key: self.underlyingKey, value: value)
| `- error: cannot find 'ThreadOpsSystem' in scope
49 | }
50 | }
[516/570] Compiling CryptoExtras AES_CBC.swift
[517/570] Compiling CryptoExtras AES_CFB.swift
[518/570] Compiling CryptoExtras AES_CTR.swift
[519/570] Compiling CryptoExtras AES_GCM_SIV.swift
[520/570] Compiling CryptoExtras Block Function.swift
[521/570] Compiling CryptoExtras AES_CFB_boring.swift
[522/570] Compiling CryptoExtras AES_CTR_boring.swift
[523/570] Compiling CryptoExtras AES_GCM_SIV_boring.swift
[524/570] Compiling CryptoExtras Error.swift
[525/570] Compiling CryptoExtras I2OSP.swift
[526/570] Compiling CryptoExtras IntegerEncoding.swift
[527/570] Compiling CryptoExtras PEMDocument.swift
[528/570] Compiling CryptoExtras PrettyBytes.swift
[529/570] Compiling CryptoExtras SubjectPublicKeyInfo.swift
[530/570] Compiling CryptoExtras ThreadOps.swift
[531/570] Compiling CryptoExtras Scrypt_boring.swift
[532/570] Compiling CryptoExtras Scrypt.swift
[533/570] Compiling CryptoExtras OPRF.swift
[534/570] Compiling CryptoExtras OPRFClient.swift
[535/570] Compiling CryptoExtras OPRFServer.swift
[536/570] Compiling CryptoExtras VOPRF+API.swift
[537/570] Compiling CryptoExtras VOPRFClient.swift
[538/570] Compiling CryptoExtras VOPRFServer.swift
[539/570] Compiling CryptoExtras ARCResponse.swift
[540/570] Compiling CryptoExtras ARCServer.swift
[541/570] Compiling CryptoExtras ChaCha20CTR_boring.swift
[542/570] Compiling CryptoExtras ChaCha20CTR.swift
[543/570] Compiling CryptoExtras Curve25519+PEM.swift
[544/570] Compiling CryptoExtras ObjectIdentifier.swift
[545/570] Compiling CryptoExtras PKCS8DERRepresentation.swift
[546/570] Compiling CryptoExtras PKCS8PrivateKey.swift
[547/570] Compiling CryptoExtras RFC8410AlgorithmIdentifier.swift
[548/570] Compiling CryptoExtras ECToolbox_boring.swift
[549/570] Compiling CryptoExtras ECToolbox.swift
[550/570] Compiling CryptoExtras HashToField.swift
[551/570] Compiling CryptoExtras KDF.swift
[552/570] Compiling CryptoExtras PBKDF2_boring.swift
[553/570] Compiling CryptoExtras PBKDF2_commoncrypto.swift
[554/570] Compiling CryptoExtras PBKDF2.swift
[555/570] Compiling CryptoExtras RSA+BlindSigning.swift
[556/570] Compiling CryptoExtras RSA.swift
[557/570] Compiling CryptoExtras RSA_boring.swift
[558/570] Compiling CryptoExtras Reexport.swift
[559/570] Compiling CryptoExtras BoringSSLHelpers.swift
[560/570] Compiling CryptoExtras CryptoKitErrors_boring.swift
[561/570] Compiling CryptoExtras Data+Extensions.swift
[562/570] Compiling CryptoExtras DigestType.swift
[563/570] Compiling CryptoExtras CMAC.swift
[564/570] Compiling CryptoExtras ARC+API.swift
[565/570] Compiling CryptoExtras ARC.swift
[566/570] Compiling CryptoExtras ARCCredential.swift
[567/570] Compiling CryptoExtras ARCEncoding.swift
[568/570] Compiling CryptoExtras ARCPrecredential.swift
[569/570] Compiling CryptoExtras ARCPresentation.swift
[570/570] Compiling CryptoExtras ARCRequest.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4dfe22dedd7a52399668938cbd466a34545eff77bced906005dc4032a6549d90
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/28] Compiling CryptoBoringWrapper RandomBytes.swift
[3/28] Compiling _CertificateInternals _TinyArray.swift
[4/28] Emitting module _CertificateInternals
[5/29] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[7/29] Compiling CryptoBoringWrapper EllipticCurve.swift
[8/29] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[9/29] Emitting module CryptoBoringWrapper
[10/29] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[11/29] Compiling SwiftASN1 TimeUtilities.swift
[12/29] Compiling SwiftASN1 UTCTime.swift
[13/31] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[14/31] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[15/32] Compiling SwiftASN1 ASN1Integer.swift
[16/32] Compiling SwiftASN1 ASN1Null.swift
[17/32] Compiling SwiftASN1 ASN1OctetString.swift
[18/32] Compiling SwiftASN1 ASN1Strings.swift
[19/32] Compiling SwiftASN1 ASN1BitString.swift
[20/32] Compiling SwiftASN1 ASN1Boolean.swift
[21/32] Compiling SwiftASN1 ASN1Identifier.swift
[23/32] Compiling SwiftASN1 ObjectIdentifier.swift
[24/32] Compiling SwiftASN1 PEMDocument.swift
[25/92] Compiling Crypto SubjectPublicKeyInfo.swift
[26/92] Compiling Crypto CryptoError_boring.swift
[27/92] Compiling Crypto PEMDocument.swift
[28/92] Compiling Crypto PKCS8PrivateKey.swift
[29/92] Compiling Crypto SEC1PrivateKey.swift
[30/115] Emitting module SwiftASN1
[31/115] Compiling Crypto Cipher.swift
[32/115] Compiling Crypto Nonces.swift
[34/116] Compiling Crypto HKDF.swift
[35/116] Compiling Crypto AESWrap.swift
[36/116] Compiling Crypto AESWrap_boring.swift
[37/116] Compiling Crypto Ed25519_boring.swift
[38/116] Compiling Crypto NISTCurvesKeys_boring.swift
[39/116] Compiling Crypto X25519Keys_boring.swift
[40/116] Compiling Crypto Curve25519.swift
[41/116] Compiling Crypto Ed25519Keys.swift
[42/116] Compiling Crypto NISTCurvesKeys.swift
[43/116] Compiling Crypto X25519Keys.swift
[44/116] Compiling Crypto SymmetricKeys.swift
[45/127] Compiling Crypto ASN1Null.swift
[46/127] Compiling Crypto ASN1OctetString.swift
[47/127] Compiling Crypto ASN1Strings.swift
[48/127] Compiling Crypto ArraySliceBigint.swift
[49/127] Compiling Crypto GeneralizedTime.swift
[50/127] Compiling Crypto ObjectIdentifier.swift
[51/127] Compiling Crypto ECDSASignature.swift
[57/127] Emitting module Crypto
[58/127] Compiling Crypto AES-GCM.swift
[59/127] Compiling Crypto AES-GCM_boring.swift
[60/127] Compiling Crypto ChaChaPoly_boring.swift
[61/127] Compiling Crypto ChaChaPoly.swift
[64/127] Compiling Crypto ASN1.swift
[65/127] Compiling Crypto ASN1Any.swift
[66/127] Compiling Crypto ASN1BitString.swift
[67/127] Compiling Crypto ASN1Boolean.swift
[68/127] Compiling Crypto ASN1Identifier.swift
[69/127] Compiling Crypto ASN1Integer.swift
[70/127] Compiling Crypto MLDSA.swift
[71/127] Compiling Crypto Signature.swift
[72/127] Compiling Crypto CryptoKitErrors_boring.swift
[73/127] Compiling Crypto Optional+withUnsafeBytes_boring.swift
[74/127] Compiling Crypto RNG_boring.swift
[75/127] Compiling Crypto SafeCompare_boring.swift
[76/127] Compiling Crypto Zeroization_boring.swift
[77/127] Compiling Crypto PrettyBytes.swift
[78/127] Compiling Crypto SafeCompare.swift
[79/127] Compiling Crypto SecureBytes.swift
[80/127] Compiling Crypto Zeroization.swift
[81/127] Compiling Crypto Insecure_HashFunctions.swift
[82/127] Compiling Crypto MLKEM_boring.swift
[83/127] Compiling Crypto MLKEM_wrapper.swift
[84/127] Compiling Crypto XWing_boring.swift
[85/127] Compiling Crypto KEM-Errors.swift
[86/127] Compiling Crypto KEM.swift
[87/127] Compiling Crypto MLKEM.swift
[88/127] Compiling Crypto XWing.swift
[89/127] Compiling Crypto ECDH_boring.swift
[90/127] Compiling Crypto DH.swift
[91/127] Compiling Crypto ECDH.swift
[92/127] Compiling Crypto ANSIx963.swift
[93/127] Compiling Crypto HPKE-LabeledExtract.swift
[94/127] Compiling Crypto HPKE-Utils.swift
[95/127] Compiling Crypto DHKEM.swift
[96/127] Compiling Crypto HPKE-KEM-Curve25519.swift
[97/127] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[98/127] Compiling Crypto HPKE-KEM.swift
[99/127] Compiling Crypto HPKE-Errors.swift
[100/127] Compiling Crypto HPKE.swift
[101/127] Compiling Crypto HPKE-Context.swift
[102/127] Compiling Crypto HPKE-KeySchedule.swift
[103/127] Compiling Crypto HPKE-Modes.swift
[104/127] Compiling Crypto Insecure.swift
[105/127] Compiling Crypto HMAC.swift
[106/127] Compiling Crypto MACFunctions.swift
[107/127] Compiling Crypto MessageAuthenticationCode.swift
[108/127] Compiling Crypto AES.swift
[109/127] Compiling Crypto ECDSASignature_boring.swift
[110/127] Compiling Crypto ECDSA_boring.swift
[111/127] Compiling Crypto EdDSA_boring.swift
[112/127] Compiling Crypto MLDSA_boring.swift
[113/127] Compiling Crypto MLDSA_wrapper.swift
[114/127] Compiling Crypto ECDSA.swift
[115/127] Compiling Crypto Ed25519.swift
[116/127] Compiling Crypto CryptoKitErrors.swift
[117/127] Compiling Crypto Digest_boring.swift
[118/127] Compiling Crypto Digest.swift
[119/127] Compiling Crypto Digests.swift
[120/127] Compiling Crypto HashFunctions.swift
[121/127] Compiling Crypto HashFunctions_SHA2.swift
[122/127] Compiling Crypto HashFunctions_SHA3.swift
[123/127] Compiling Crypto Digest_xkcp.swift
[124/127] Compiling Crypto HPKE-AEAD.swift
[125/127] Compiling Crypto HPKE-Ciphersuite.swift
[126/127] Compiling Crypto HPKE-KDF.swift
[127/127] Compiling Crypto HPKE-KexKeyDerivation.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[129/184] Emitting module CryptoExtras
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:33:36: error: cannot find type 'ThreadOpsSystem' in scope
31 |
32 | private class Key {
33 | private var underlyingKey: ThreadOpsSystem.ThreadSpecificKey
| `- error: cannot find type 'ThreadOpsSystem' in scope
34 |
35 | internal init(destructor: @escaping ThreadOpsSystem.ThreadSpecificKeyDestructor) {
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:35:45: error: cannot find type 'ThreadOpsSystem' in scope
33 | private var underlyingKey: ThreadOpsSystem.ThreadSpecificKey
34 |
35 | internal init(destructor: @escaping ThreadOpsSystem.ThreadSpecificKeyDestructor) {
| `- error: cannot find type 'ThreadOpsSystem' in scope
36 | self.underlyingKey = ThreadOpsSystem.allocateThreadSpecificValue(destructor: destructor)
37 | }
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:35:35: error: @escaping attribute only applies to function types
33 | private var underlyingKey: ThreadOpsSystem.ThreadSpecificKey
34 |
35 | internal init(destructor: @escaping ThreadOpsSystem.ThreadSpecificKeyDestructor) {
| `- error: @escaping attribute only applies to function types
36 | self.underlyingKey = ThreadOpsSystem.allocateThreadSpecificValue(destructor: destructor)
37 | }
[130/191] Compiling CryptoExtras Error.swift
[131/191] Compiling CryptoExtras I2OSP.swift
[132/191] Compiling CryptoExtras IntegerEncoding.swift
[133/191] Compiling CryptoExtras PEMDocument.swift
[134/191] Compiling CryptoExtras PrettyBytes.swift
[135/191] Compiling CryptoExtras SubjectPublicKeyInfo.swift
[136/191] Compiling CryptoExtras ThreadOps.swift
[137/191] Compiling CryptoExtras ThreadPosix.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:33:36: error: cannot find type 'ThreadOpsSystem' in scope
31 |
32 | private class Key {
33 | private var underlyingKey: ThreadOpsSystem.ThreadSpecificKey
| `- error: cannot find type 'ThreadOpsSystem' in scope
34 |
35 | internal init(destructor: @escaping ThreadOpsSystem.ThreadSpecificKeyDestructor) {
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:35:45: error: cannot find type 'ThreadOpsSystem' in scope
33 | private var underlyingKey: ThreadOpsSystem.ThreadSpecificKey
34 |
35 | internal init(destructor: @escaping ThreadOpsSystem.ThreadSpecificKeyDestructor) {
| `- error: cannot find type 'ThreadOpsSystem' in scope
36 | self.underlyingKey = ThreadOpsSystem.allocateThreadSpecificValue(destructor: destructor)
37 | }
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:35:35: error: @escaping attribute only applies to function types
33 | private var underlyingKey: ThreadOpsSystem.ThreadSpecificKey
34 |
35 | internal init(destructor: @escaping ThreadOpsSystem.ThreadSpecificKeyDestructor) {
| `- error: @escaping attribute only applies to function types
36 | self.underlyingKey = ThreadOpsSystem.allocateThreadSpecificValue(destructor: destructor)
37 | }
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:36:34: error: cannot find 'ThreadOpsSystem' in scope
34 |
35 | internal init(destructor: @escaping ThreadOpsSystem.ThreadSpecificKeyDestructor) {
36 | self.underlyingKey = ThreadOpsSystem.allocateThreadSpecificValue(destructor: destructor)
| `- error: cannot find 'ThreadOpsSystem' in scope
37 | }
38 |
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:40:13: error: cannot find 'ThreadOpsSystem' in scope
38 |
39 | deinit {
40 | ThreadOpsSystem.deallocateThreadSpecificValue(self.underlyingKey)
| `- error: cannot find 'ThreadOpsSystem' in scope
41 | }
42 |
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:44:13: error: cannot find 'ThreadOpsSystem' in scope
42 |
43 | func get() -> UnsafeMutableRawPointer? {
44 | ThreadOpsSystem.getThreadSpecificValue(self.underlyingKey)
| `- error: cannot find 'ThreadOpsSystem' in scope
45 | }
46 |
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:48:13: error: cannot find 'ThreadOpsSystem' in scope
46 |
47 | func set(value: UnsafeMutableRawPointer?) {
48 | ThreadOpsSystem.setThreadSpecificValue(key: self.underlyingKey, value: value)
| `- error: cannot find 'ThreadOpsSystem' in scope
49 | }
50 | }
[138/191] Compiling CryptoExtras ThreadSpecific.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:33:36: error: cannot find type 'ThreadOpsSystem' in scope
31 |
32 | private class Key {
33 | private var underlyingKey: ThreadOpsSystem.ThreadSpecificKey
| `- error: cannot find type 'ThreadOpsSystem' in scope
34 |
35 | internal init(destructor: @escaping ThreadOpsSystem.ThreadSpecificKeyDestructor) {
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:35:45: error: cannot find type 'ThreadOpsSystem' in scope
33 | private var underlyingKey: ThreadOpsSystem.ThreadSpecificKey
34 |
35 | internal init(destructor: @escaping ThreadOpsSystem.ThreadSpecificKeyDestructor) {
| `- error: cannot find type 'ThreadOpsSystem' in scope
36 | self.underlyingKey = ThreadOpsSystem.allocateThreadSpecificValue(destructor: destructor)
37 | }
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:35:35: error: @escaping attribute only applies to function types
33 | private var underlyingKey: ThreadOpsSystem.ThreadSpecificKey
34 |
35 | internal init(destructor: @escaping ThreadOpsSystem.ThreadSpecificKeyDestructor) {
| `- error: @escaping attribute only applies to function types
36 | self.underlyingKey = ThreadOpsSystem.allocateThreadSpecificValue(destructor: destructor)
37 | }
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:36:34: error: cannot find 'ThreadOpsSystem' in scope
34 |
35 | internal init(destructor: @escaping ThreadOpsSystem.ThreadSpecificKeyDestructor) {
36 | self.underlyingKey = ThreadOpsSystem.allocateThreadSpecificValue(destructor: destructor)
| `- error: cannot find 'ThreadOpsSystem' in scope
37 | }
38 |
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:40:13: error: cannot find 'ThreadOpsSystem' in scope
38 |
39 | deinit {
40 | ThreadOpsSystem.deallocateThreadSpecificValue(self.underlyingKey)
| `- error: cannot find 'ThreadOpsSystem' in scope
41 | }
42 |
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:44:13: error: cannot find 'ThreadOpsSystem' in scope
42 |
43 | func get() -> UnsafeMutableRawPointer? {
44 | ThreadOpsSystem.getThreadSpecificValue(self.underlyingKey)
| `- error: cannot find 'ThreadOpsSystem' in scope
45 | }
46 |
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:48:13: error: cannot find 'ThreadOpsSystem' in scope
46 |
47 | func set(value: UnsafeMutableRawPointer?) {
48 | ThreadOpsSystem.setThreadSpecificValue(key: self.underlyingKey, value: value)
| `- error: cannot find 'ThreadOpsSystem' in scope
49 | }
50 | }
[139/191] Compiling CryptoExtras ThreadWindows.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:33:36: error: cannot find type 'ThreadOpsSystem' in scope
31 |
32 | private class Key {
33 | private var underlyingKey: ThreadOpsSystem.ThreadSpecificKey
| `- error: cannot find type 'ThreadOpsSystem' in scope
34 |
35 | internal init(destructor: @escaping ThreadOpsSystem.ThreadSpecificKeyDestructor) {
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:35:45: error: cannot find type 'ThreadOpsSystem' in scope
33 | private var underlyingKey: ThreadOpsSystem.ThreadSpecificKey
34 |
35 | internal init(destructor: @escaping ThreadOpsSystem.ThreadSpecificKeyDestructor) {
| `- error: cannot find type 'ThreadOpsSystem' in scope
36 | self.underlyingKey = ThreadOpsSystem.allocateThreadSpecificValue(destructor: destructor)
37 | }
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:35:35: error: @escaping attribute only applies to function types
33 | private var underlyingKey: ThreadOpsSystem.ThreadSpecificKey
34 |
35 | internal init(destructor: @escaping ThreadOpsSystem.ThreadSpecificKeyDestructor) {
| `- error: @escaping attribute only applies to function types
36 | self.underlyingKey = ThreadOpsSystem.allocateThreadSpecificValue(destructor: destructor)
37 | }
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:36:34: error: cannot find 'ThreadOpsSystem' in scope
34 |
35 | internal init(destructor: @escaping ThreadOpsSystem.ThreadSpecificKeyDestructor) {
36 | self.underlyingKey = ThreadOpsSystem.allocateThreadSpecificValue(destructor: destructor)
| `- error: cannot find 'ThreadOpsSystem' in scope
37 | }
38 |
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:40:13: error: cannot find 'ThreadOpsSystem' in scope
38 |
39 | deinit {
40 | ThreadOpsSystem.deallocateThreadSpecificValue(self.underlyingKey)
| `- error: cannot find 'ThreadOpsSystem' in scope
41 | }
42 |
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:44:13: error: cannot find 'ThreadOpsSystem' in scope
42 |
43 | func get() -> UnsafeMutableRawPointer? {
44 | ThreadOpsSystem.getThreadSpecificValue(self.underlyingKey)
| `- error: cannot find 'ThreadOpsSystem' in scope
45 | }
46 |
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:48:13: error: cannot find 'ThreadOpsSystem' in scope
46 |
47 | func set(value: UnsafeMutableRawPointer?) {
48 | ThreadOpsSystem.setThreadSpecificValue(key: self.underlyingKey, value: value)
| `- error: cannot find 'ThreadOpsSystem' in scope
49 | }
50 | }
[140/191] Compiling CryptoExtras DLEQ.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:33:36: error: cannot find type 'ThreadOpsSystem' in scope
31 |
32 | private class Key {
33 | private var underlyingKey: ThreadOpsSystem.ThreadSpecificKey
| `- error: cannot find type 'ThreadOpsSystem' in scope
34 |
35 | internal init(destructor: @escaping ThreadOpsSystem.ThreadSpecificKeyDestructor) {
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:35:45: error: cannot find type 'ThreadOpsSystem' in scope
33 | private var underlyingKey: ThreadOpsSystem.ThreadSpecificKey
34 |
35 | internal init(destructor: @escaping ThreadOpsSystem.ThreadSpecificKeyDestructor) {
| `- error: cannot find type 'ThreadOpsSystem' in scope
36 | self.underlyingKey = ThreadOpsSystem.allocateThreadSpecificValue(destructor: destructor)
37 | }
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:35:35: error: @escaping attribute only applies to function types
33 | private var underlyingKey: ThreadOpsSystem.ThreadSpecificKey
34 |
35 | internal init(destructor: @escaping ThreadOpsSystem.ThreadSpecificKeyDestructor) {
| `- error: @escaping attribute only applies to function types
36 | self.underlyingKey = ThreadOpsSystem.allocateThreadSpecificValue(destructor: destructor)
37 | }
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:36:34: error: cannot find 'ThreadOpsSystem' in scope
34 |
35 | internal init(destructor: @escaping ThreadOpsSystem.ThreadSpecificKeyDestructor) {
36 | self.underlyingKey = ThreadOpsSystem.allocateThreadSpecificValue(destructor: destructor)
| `- error: cannot find 'ThreadOpsSystem' in scope
37 | }
38 |
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:40:13: error: cannot find 'ThreadOpsSystem' in scope
38 |
39 | deinit {
40 | ThreadOpsSystem.deallocateThreadSpecificValue(self.underlyingKey)
| `- error: cannot find 'ThreadOpsSystem' in scope
41 | }
42 |
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:44:13: error: cannot find 'ThreadOpsSystem' in scope
42 |
43 | func get() -> UnsafeMutableRawPointer? {
44 | ThreadOpsSystem.getThreadSpecificValue(self.underlyingKey)
| `- error: cannot find 'ThreadOpsSystem' in scope
45 | }
46 |
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:48:13: error: cannot find 'ThreadOpsSystem' in scope
46 |
47 | func set(value: UnsafeMutableRawPointer?) {
48 | ThreadOpsSystem.setThreadSpecificValue(key: self.underlyingKey, value: value)
| `- error: cannot find 'ThreadOpsSystem' in scope
49 | }
50 | }
[141/191] Compiling CryptoExtras Prover.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:33:36: error: cannot find type 'ThreadOpsSystem' in scope
31 |
32 | private class Key {
33 | private var underlyingKey: ThreadOpsSystem.ThreadSpecificKey
| `- error: cannot find type 'ThreadOpsSystem' in scope
34 |
35 | internal init(destructor: @escaping ThreadOpsSystem.ThreadSpecificKeyDestructor) {
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:35:45: error: cannot find type 'ThreadOpsSystem' in scope
33 | private var underlyingKey: ThreadOpsSystem.ThreadSpecificKey
34 |
35 | internal init(destructor: @escaping ThreadOpsSystem.ThreadSpecificKeyDestructor) {
| `- error: cannot find type 'ThreadOpsSystem' in scope
36 | self.underlyingKey = ThreadOpsSystem.allocateThreadSpecificValue(destructor: destructor)
37 | }
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:35:35: error: @escaping attribute only applies to function types
33 | private var underlyingKey: ThreadOpsSystem.ThreadSpecificKey
34 |
35 | internal init(destructor: @escaping ThreadOpsSystem.ThreadSpecificKeyDestructor) {
| `- error: @escaping attribute only applies to function types
36 | self.underlyingKey = ThreadOpsSystem.allocateThreadSpecificValue(destructor: destructor)
37 | }
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:36:34: error: cannot find 'ThreadOpsSystem' in scope
34 |
35 | internal init(destructor: @escaping ThreadOpsSystem.ThreadSpecificKeyDestructor) {
36 | self.underlyingKey = ThreadOpsSystem.allocateThreadSpecificValue(destructor: destructor)
| `- error: cannot find 'ThreadOpsSystem' in scope
37 | }
38 |
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:40:13: error: cannot find 'ThreadOpsSystem' in scope
38 |
39 | deinit {
40 | ThreadOpsSystem.deallocateThreadSpecificValue(self.underlyingKey)
| `- error: cannot find 'ThreadOpsSystem' in scope
41 | }
42 |
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:44:13: error: cannot find 'ThreadOpsSystem' in scope
42 |
43 | func get() -> UnsafeMutableRawPointer? {
44 | ThreadOpsSystem.getThreadSpecificValue(self.underlyingKey)
| `- error: cannot find 'ThreadOpsSystem' in scope
45 | }
46 |
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:48:13: error: cannot find 'ThreadOpsSystem' in scope
46 |
47 | func set(value: UnsafeMutableRawPointer?) {
48 | ThreadOpsSystem.setThreadSpecificValue(key: self.underlyingKey, value: value)
| `- error: cannot find 'ThreadOpsSystem' in scope
49 | }
50 | }
[142/191] Compiling CryptoExtras Verifier.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:33:36: error: cannot find type 'ThreadOpsSystem' in scope
31 |
32 | private class Key {
33 | private var underlyingKey: ThreadOpsSystem.ThreadSpecificKey
| `- error: cannot find type 'ThreadOpsSystem' in scope
34 |
35 | internal init(destructor: @escaping ThreadOpsSystem.ThreadSpecificKeyDestructor) {
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:35:45: error: cannot find type 'ThreadOpsSystem' in scope
33 | private var underlyingKey: ThreadOpsSystem.ThreadSpecificKey
34 |
35 | internal init(destructor: @escaping ThreadOpsSystem.ThreadSpecificKeyDestructor) {
| `- error: cannot find type 'ThreadOpsSystem' in scope
36 | self.underlyingKey = ThreadOpsSystem.allocateThreadSpecificValue(destructor: destructor)
37 | }
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:35:35: error: @escaping attribute only applies to function types
33 | private var underlyingKey: ThreadOpsSystem.ThreadSpecificKey
34 |
35 | internal init(destructor: @escaping ThreadOpsSystem.ThreadSpecificKeyDestructor) {
| `- error: @escaping attribute only applies to function types
36 | self.underlyingKey = ThreadOpsSystem.allocateThreadSpecificValue(destructor: destructor)
37 | }
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:36:34: error: cannot find 'ThreadOpsSystem' in scope
34 |
35 | internal init(destructor: @escaping ThreadOpsSystem.ThreadSpecificKeyDestructor) {
36 | self.underlyingKey = ThreadOpsSystem.allocateThreadSpecificValue(destructor: destructor)
| `- error: cannot find 'ThreadOpsSystem' in scope
37 | }
38 |
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:40:13: error: cannot find 'ThreadOpsSystem' in scope
38 |
39 | deinit {
40 | ThreadOpsSystem.deallocateThreadSpecificValue(self.underlyingKey)
| `- error: cannot find 'ThreadOpsSystem' in scope
41 | }
42 |
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:44:13: error: cannot find 'ThreadOpsSystem' in scope
42 |
43 | func get() -> UnsafeMutableRawPointer? {
44 | ThreadOpsSystem.getThreadSpecificValue(self.underlyingKey)
| `- error: cannot find 'ThreadOpsSystem' in scope
45 | }
46 |
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:48:13: error: cannot find 'ThreadOpsSystem' in scope
46 |
47 | func set(value: UnsafeMutableRawPointer?) {
48 | ThreadOpsSystem.setThreadSpecificValue(key: self.underlyingKey, value: value)
| `- error: cannot find 'ThreadOpsSystem' in scope
49 | }
50 | }
[143/191] Compiling CryptoExtras ZKPToolbox.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:33:36: error: cannot find type 'ThreadOpsSystem' in scope
31 |
32 | private class Key {
33 | private var underlyingKey: ThreadOpsSystem.ThreadSpecificKey
| `- error: cannot find type 'ThreadOpsSystem' in scope
34 |
35 | internal init(destructor: @escaping ThreadOpsSystem.ThreadSpecificKeyDestructor) {
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:35:45: error: cannot find type 'ThreadOpsSystem' in scope
33 | private var underlyingKey: ThreadOpsSystem.ThreadSpecificKey
34 |
35 | internal init(destructor: @escaping ThreadOpsSystem.ThreadSpecificKeyDestructor) {
| `- error: cannot find type 'ThreadOpsSystem' in scope
36 | self.underlyingKey = ThreadOpsSystem.allocateThreadSpecificValue(destructor: destructor)
37 | }
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:35:35: error: @escaping attribute only applies to function types
33 | private var underlyingKey: ThreadOpsSystem.ThreadSpecificKey
34 |
35 | internal init(destructor: @escaping ThreadOpsSystem.ThreadSpecificKeyDestructor) {
| `- error: @escaping attribute only applies to function types
36 | self.underlyingKey = ThreadOpsSystem.allocateThreadSpecificValue(destructor: destructor)
37 | }
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:36:34: error: cannot find 'ThreadOpsSystem' in scope
34 |
35 | internal init(destructor: @escaping ThreadOpsSystem.ThreadSpecificKeyDestructor) {
36 | self.underlyingKey = ThreadOpsSystem.allocateThreadSpecificValue(destructor: destructor)
| `- error: cannot find 'ThreadOpsSystem' in scope
37 | }
38 |
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:40:13: error: cannot find 'ThreadOpsSystem' in scope
38 |
39 | deinit {
40 | ThreadOpsSystem.deallocateThreadSpecificValue(self.underlyingKey)
| `- error: cannot find 'ThreadOpsSystem' in scope
41 | }
42 |
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:44:13: error: cannot find 'ThreadOpsSystem' in scope
42 |
43 | func get() -> UnsafeMutableRawPointer? {
44 | ThreadOpsSystem.getThreadSpecificValue(self.underlyingKey)
| `- error: cannot find 'ThreadOpsSystem' in scope
45 | }
46 |
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:48:13: error: cannot find 'ThreadOpsSystem' in scope
46 |
47 | func set(value: UnsafeMutableRawPointer?) {
48 | ThreadOpsSystem.setThreadSpecificValue(key: self.underlyingKey, value: value)
| `- error: cannot find 'ThreadOpsSystem' in scope
49 | }
50 | }
[144/191] Compiling CryptoExtras RFC8410AlgorithmIdentifier.swift
[145/191] Compiling CryptoExtras ECToolbox_boring.swift
[146/191] Compiling CryptoExtras ECToolbox.swift
[147/191] Compiling CryptoExtras HashToField.swift
[148/191] Compiling CryptoExtras KDF.swift
[149/191] Compiling CryptoExtras PBKDF2_boring.swift
[150/191] Compiling CryptoExtras PBKDF2_commoncrypto.swift
[151/191] Compiling CryptoExtras PBKDF2.swift
[152/191] Compiling CryptoExtras Scrypt_boring.swift
[153/191] Compiling CryptoExtras Scrypt.swift
[154/191] Compiling CryptoExtras OPRF.swift
[155/191] Compiling CryptoExtras OPRFClient.swift
[156/191] Compiling CryptoExtras OPRFServer.swift
[157/191] Compiling CryptoExtras VOPRF+API.swift
[158/191] Compiling CryptoExtras VOPRFClient.swift
[159/191] Compiling CryptoExtras VOPRFServer.swift
[160/191] Compiling CryptoExtras RSA+BlindSigning.swift
[161/191] Compiling CryptoExtras RSA.swift
[162/191] Compiling CryptoExtras RSA_boring.swift
[163/191] Compiling CryptoExtras Reexport.swift
[164/191] Compiling CryptoExtras BoringSSLHelpers.swift
[165/191] Compiling CryptoExtras CryptoKitErrors_boring.swift
[166/191] Compiling CryptoExtras Data+Extensions.swift
[167/191] Compiling CryptoExtras DigestType.swift
[168/191] Compiling CryptoExtras ARCResponse.swift
[169/191] Compiling CryptoExtras ARCServer.swift
[170/191] Compiling CryptoExtras ChaCha20CTR_boring.swift
[171/191] Compiling CryptoExtras ChaCha20CTR.swift
[172/191] Compiling CryptoExtras Curve25519+PEM.swift
[173/191] Compiling CryptoExtras ObjectIdentifier.swift
[174/191] Compiling CryptoExtras PKCS8DERRepresentation.swift
[175/191] Compiling CryptoExtras PKCS8PrivateKey.swift
[176/191] Compiling CryptoExtras AES_CBC.swift
[177/191] Compiling CryptoExtras AES_CFB.swift
[178/191] Compiling CryptoExtras AES_CTR.swift
[179/191] Compiling CryptoExtras AES_GCM_SIV.swift
[180/191] Compiling CryptoExtras Block Function.swift
[181/191] Compiling CryptoExtras AES_CFB_boring.swift
[182/191] Compiling CryptoExtras AES_CTR_boring.swift
[183/191] Compiling CryptoExtras AES_GCM_SIV_boring.swift
[184/191] Compiling CryptoExtras CMAC.swift
[185/191] Compiling CryptoExtras ARC+API.swift
[186/191] Compiling CryptoExtras ARC.swift
[187/191] Compiling CryptoExtras ARCCredential.swift
[188/191] Compiling CryptoExtras ARCEncoding.swift
[189/191] Compiling CryptoExtras ARCPrecredential.swift
[190/191] Compiling CryptoExtras ARCPresentation.swift
[191/191] Compiling CryptoExtras ARCRequest.swift
BUILD FAILURE 6.1 wasm