Build Information
Failed to build IDKit, reference 4.0.1 (717672), with Swift 6.1 for Wasm on 4 Dec 2025 20:56:24 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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: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/worldcoin/idkit-swift.git
Reference: 4.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/worldcoin/idkit-swift
* tag 4.0.1 -> FETCH_HEAD
HEAD is now at 7176720 Release 4.0.1
Cloned https://github.com/worldcoin/idkit-swift.git
Revision (git rev-parse @):
71767202d995f9c8ba36b3b633d6a74ea5e8f5f9
SUCCESS checkout https://github.com/worldcoin/idkit-swift.git at 4.0.1
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/worldcoin/idkit-swift.git
https://github.com/worldcoin/idkit-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "bigint",
"requirement" : {
"range" : [
{
"lower_bound" : "5.3.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/attaswift/BigInt.git"
},
{
"identity" : "cryptoswift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.9.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/krzyzanowskim/CryptoSwift.git"
},
{
"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"
}
],
"manifest_display_name" : "IDKit",
"name" : "IDKit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "IDKit",
"targets" : [
"IDKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "idkitFFI",
"module_type" : "BinaryTarget",
"name" : "idkitFFI",
"path" : "remote/archive/IDKitFFI.xcframework.zip",
"product_memberships" : [
"IDKit"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "IDKit",
"module_type" : "SwiftTarget",
"name" : "IDKit",
"path" : "Sources/IDKit",
"product_dependencies" : [
"BigInt",
"Crypto",
"CryptoSwift"
],
"product_memberships" : [
"IDKit"
],
"sources" : [
"Generated/idkit.swift",
"Generated/idkit_core.swift",
"IDKit.swift",
"Request+Convenience.swift",
"Session+Compatibility.swift"
],
"target_dependencies" : [
"idkitFFI"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
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/attaswift/BigInt.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/apple/swift-crypto.git
[1/4826] Fetching bigint
[1498/17931] Fetching bigint, cryptoswift
[6662/35396] Fetching bigint, cryptoswift, swift-crypto
Fetched https://github.com/attaswift/BigInt.git from cache (3.09s)
Fetched https://github.com/apple/swift-crypto.git from cache (3.13s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (3.14s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.9.0 (5.66s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.7.0 (0.54s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (2.20s)
Fetching https://github.com/apple/swift-asn1.git
[1/1667] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.27s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (2.66s)
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.1
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/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.7.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
Downloading binary artifact https://github.com/worldcoin/idkit-swift/releases/download/4.0.1/IDKitFFI.xcframework.zip
[1397/10159355] Downloading https://github.com/worldcoin/idkit-swift/releases/download/4.0.1/IDKitFFI.xcframework.zip
Downloaded https://github.com/worldcoin/idkit-swift/releases/download/4.0.1/IDKitFFI.xcframework.zip (1.68s)
Building for debugging...
[0/374] Write sources
[1/374] Copying PrivacyInfo.xcprivacy
[1/374] Write sources
[5/374] Compiling fiat_p256_adx_sqr.S
[6/374] Compiling fiat_p256_adx_mul.S
[7/374] Compiling fiat_curve25519_adx_square.S
[8/374] Compiling fiat_curve25519_adx_mul.S
[9/374] Compiling md5-x86_64-linux.S
[10/374] Compiling md5-x86_64-apple.S
[11/374] Compiling md5-586-linux.S
[12/374] Compiling md5-586-apple.S
[13/374] Compiling chacha20_poly1305_x86_64-linux.S
[14/374] Compiling chacha20_poly1305_x86_64-apple.S
[15/374] Compiling chacha20_poly1305_armv8-apple.S
[16/374] Compiling chacha20_poly1305_armv8-linux.S
[17/374] Compiling chacha20_poly1305_armv8-win.S
[18/374] Write swift-version-24593BA9C3E375BF.txt
[19/374] Compiling chacha-x86_64-apple.S
[20/374] Compiling chacha-x86_64-linux.S
[21/374] Compiling chacha-armv8-linux.S
[22/374] Compiling chacha-x86-linux.S
[23/374] Compiling chacha-x86-apple.S
[24/374] Compiling chacha-armv8-win.S
[25/374] Compiling chacha-armv8-apple.S
[26/374] Compiling aes128gcmsiv-x86_64-linux.S
[27/374] Compiling x86_64-mont5-linux.S
[28/374] Compiling chacha-armv4-linux.S
[29/374] Compiling x86_64-mont5-apple.S
[30/374] Compiling aes128gcmsiv-x86_64-apple.S
[31/374] Compiling x86_64-mont-linux.S
[32/374] Compiling x86-mont-apple.S
[33/374] Compiling x86_64-mont-apple.S
[34/374] Compiling x86-mont-linux.S
[35/374] Compiling vpaes-x86_64-linux.S
[36/374] Compiling vpaes-x86_64-apple.S
[37/374] Compiling vpaes-x86-apple.S
[38/374] Compiling vpaes-armv8-win.S
[39/374] Compiling vpaes-x86-linux.S
[40/374] Compiling vpaes-armv8-linux.S
[41/381] Compiling vpaes-armv8-apple.S
[42/386] Compiling vpaes-armv7-linux.S
[43/399] Compiling sha512-x86_64-linux.S
[44/427] Compiling sha512-x86_64-apple.S
[45/460] Compiling sha512-armv8-linux.S
[46/463] Compiling sha512-armv8-win.S
[47/475] Compiling sha512-armv8-apple.S
[48/475] Compiling CCryptoBoringSSLShims shims.c
[49/475] Compiling sha512-armv4-linux.S
[50/475] Compiling sha512-586-linux.S
[51/475] Compiling sha512-586-apple.S
[52/475] Compiling sha256-x86_64-linux.S
[53/475] Compiling sha256-x86_64-apple.S
[54/475] Compiling sha256-armv8-win.S
[55/475] Compiling sha256-armv8-linux.S
[56/475] Compiling sha256-armv8-apple.S
[57/475] Compiling sha256-armv4-linux.S
[58/475] Compiling sha256-586-linux.S
[59/475] Compiling sha256-586-apple.S
[60/475] Compiling sha1-x86_64-linux.S
[61/475] Compiling sha1-x86_64-apple.S
[62/475] Compiling sha1-armv8-win.S
[63/475] Compiling sha1-armv8-linux.S
[64/475] Compiling sha1-armv8-apple.S
[65/475] Compiling sha1-586-linux.S
[66/475] Compiling sha1-armv4-large-linux.S
[67/475] Compiling rsaz-avx2-linux.S
[67/475] Compiling sha1-586-apple.S
[69/475] Compiling rsaz-avx2-apple.S
[70/475] Compiling rdrand-x86_64-linux.S
[71/475] Compiling p256_beeu-x86_64-asm-apple.S
[72/475] Compiling p256_beeu-x86_64-asm-linux.S
[73/475] Compiling rdrand-x86_64-apple.S
[74/475] Compiling p256_beeu-armv8-asm-win.S
[75/475] Compiling p256_beeu-armv8-asm-linux.S
[76/475] Compiling p256-armv8-asm-win.S
[77/475] Compiling p256_beeu-armv8-asm-apple.S
[78/475] Compiling p256-armv8-asm-linux.S
[79/475] Compiling p256-x86_64-asm-apple.S
[80/475] Compiling p256-x86_64-asm-linux.S
[81/475] Compiling p256-armv8-asm-apple.S
[82/475] Compiling ghashv8-armv8-win.S
[83/475] Compiling ghashv8-armv7-linux.S
[84/475] Compiling ghashv8-armv8-linux.S
[84/475] Compiling ghash-x86_64-linux.S
[86/475] Compiling ghashv8-armv8-apple.S
[87/475] Compiling ghash-x86_64-apple.S
[88/475] Compiling ghash-x86-linux.S
[89/475] Compiling ghash-ssse3-x86_64-linux.S
[90/475] Compiling ghash-x86-apple.S
[91/475] Compiling ghash-ssse3-x86_64-apple.S
[92/475] Compiling ghash-ssse3-x86-apple.S
[93/475] Compiling ghash-ssse3-x86-linux.S
[94/475] Compiling ghash-neon-armv8-win.S
[95/475] Compiling ghash-neon-armv8-linux.S
[96/475] Compiling ghash-neon-armv8-apple.S
[97/475] Compiling co-586-apple.S
[98/475] Compiling ghash-armv4-linux.S
[99/475] Compiling bsaes-armv7-linux.S
[100/475] Compiling co-586-linux.S
[101/475] Compiling bn-armv8-linux.S
[101/475] Compiling bn-armv8-win.S
[103/475] Compiling err_data.cc
[104/475] Compiling bn-armv8-apple.S
[105/475] Compiling bn-586-linux.S
[106/475] Compiling bn-586-apple.S
[107/475] Compiling armv8-mont-win.S
[108/475] Compiling armv4-mont-linux.S
[109/475] Compiling armv8-mont-apple.S
[110/475] Compiling aesv8-gcm-armv8-win.S
[111/475] Compiling armv8-mont-linux.S
[112/475] Compiling aesv8-gcm-armv8-apple.S
[113/475] Compiling aesv8-gcm-armv8-linux.S
[114/475] Compiling aesv8-armv8-win.S
[115/475] Compiling aesv8-armv8-apple.S
[116/475] Compiling aesv8-armv7-linux.S
[116/475] Compiling aesni-x86_64-linux.S
[118/475] Compiling aesv8-armv8-linux.S
[119/475] Compiling aesni-x86_64-apple.S
[120/475] Compiling aesni-x86-linux.S
[121/475] Compiling aes-gcm-avx512-x86_64-apple.S
[122/475] Compiling aesni-x86-apple.S
[122/475] Compiling aesni-gcm-x86_64-linux.S
[124/475] Compiling aesni-gcm-x86_64-apple.S
[125/475] Compiling aes-gcm-avx2-x86_64-linux.S
[125/475] Compiling aes-gcm-avx512-x86_64-linux.S
[127/475] Compiling aes-gcm-avx2-x86_64-apple.S
[128/475] Compiling xwing.cc
[129/475] Compiling x_req.cc
[130/475] Compiling x_x509a.cc
[131/475] Compiling x_spki.cc
[132/475] Compiling x_sig.cc
[133/475] Compiling x_pubkey.cc
[134/475] Compiling x_x509.cc
[135/475] Compiling x_name.cc
[136/475] Compiling x_exten.cc
[137/475] Compiling x_crl.cc
[138/475] Compiling x_attrib.cc
[139/475] Compiling x509spki.cc
[140/475] Compiling x_all.cc
[141/475] Compiling x_algor.cc
[142/475] Compiling x509rset.cc
[143/475] Compiling x509name.cc
[144/475] Compiling x509cset.cc
[145/475] Compiling x509_vpm.cc
[146/475] Compiling x509_v3.cc
[147/475] Compiling x509_vfy.cc
[148/475] Compiling x509_txt.cc
[149/475] Compiling x509_trs.cc
[150/475] Compiling x509_set.cc
[151/475] Compiling x509_req.cc
[152/475] Compiling x509_def.cc
[153/475] Compiling x509_ext.cc
[154/475] Compiling x509_obj.cc
[155/475] Compiling x509_lu.cc
[156/475] Compiling x509_d2.cc
[157/475] Compiling x509_cmp.cc
[158/475] Compiling x509.cc
[159/475] Compiling x509_att.cc
[160/475] Compiling v3_skey.cc
[161/475] Compiling v3_utl.cc
[162/475] Compiling v3_purp.cc
[164/475] Compiling CryptoSwift IntegerConversion.swift
[165/475] Compiling CryptoSwift Multiplication.swift
[166/475] Compiling CryptoSwift PrimeTest.swift
[167/475] Compiling CryptoSwift Random.swift
[168/475] Compiling CryptoSwift Shifts.swift
[169/475] Compiling CryptoSwift SquareRoot.swift
[170/475] Compiling CryptoSwift Strideable.swift
[171/475] Compiling CryptoSwift StringConversion.swift
[172/475] Compiling CryptoSwift Subtraction.swift
[173/475] Compiling CryptoSwift WordsAndBits.swift
[174/475] Compiling CryptoSwift ChaCha20.swift
[175/475] Compiling CryptoSwift Checksum.swift
[176/475] Compiling CryptoSwift Cipher.swift
[177/475] Compiling CryptoSwift Collection+Extension.swift
[178/475] Compiling CryptoSwift CompactMap.swift
[179/475] Compiling CryptoSwift Cryptor.swift
[180/475] Compiling CryptoSwift Cryptors.swift
[181/475] Compiling CryptoSwift Digest.swift
[182/475] Compiling CryptoSwift DigestType.swift
[183/475] Compiling CryptoSwift AES+Foundation.swift
[184/475] Compiling CryptoSwift Array+Foundation.swift
[185/475] Compiling CryptoSwift Blowfish+Foundation.swift
[186/475] Compiling CryptoSwift ChaCha20+Foundation.swift
[187/475] Compiling CryptoSwift Data+Extension.swift
[188/475] Compiling CryptoSwift HMAC+Foundation.swift
[189/475] Compiling CryptoSwift Rabbit+Foundation.swift
[190/475] Compiling CryptoSwift String+FoundationExtension.swift
[191/475] Compiling CryptoSwift Utils+Foundation.swift
[192/489] Compiling CryptoSwift CMAC.swift
[193/489] Compiling CryptoSwift Addition.swift
[194/489] Compiling CryptoSwift BigInt.swift
[195/489] Compiling CryptoSwift BigUInt.swift
[196/489] Compiling CryptoSwift BitwiseOps.swift
[197/489] Compiling CryptoSwift CS.swift
[198/489] Compiling CryptoSwift Codable.swift
[199/489] Compiling CryptoSwift Comparable.swift
[200/489] Compiling CryptoSwift DataConversion.swift
[201/489] Compiling CryptoSwift Division.swift
[202/489] Compiling CryptoSwift Exponentiation.swift
[203/489] Compiling CryptoSwift FloatingPointConversion.swift
[204/489] Compiling CryptoSwift GCD.swift
[205/489] Compiling CryptoSwift Hashable.swift
[206/489] Compiling CryptoSwift BlockEncryptor.swift
[207/489] Compiling CryptoSwift BlockMode.swift
[208/489] Compiling CryptoSwift BlockModeOptions.swift
[209/489] Compiling CryptoSwift CBC.swift
[210/489] Compiling CryptoSwift CCM.swift
[211/489] Compiling CryptoSwift CFB.swift
[212/489] Compiling CryptoSwift CTR.swift
[213/489] Compiling CryptoSwift CipherModeWorker.swift
[214/489] Compiling CryptoSwift ECB.swift
[215/489] Compiling CryptoSwift GCM.swift
[216/489] Compiling CryptoSwift OCB.swift
[217/489] Compiling CryptoSwift OFB.swift
[218/489] Compiling CryptoSwift PCBC.swift
[219/489] Compiling CryptoSwift Blowfish.swift
[220/489] Compiling CryptoSwift CBCMAC.swift
[220/489] Compiling v3_prn.cc
[221/489] Compiling v3_pmaps.cc
[222/489] Compiling v3_pcons.cc
[223/489] Compiling v3_ocsp.cc
[224/489] Compiling v3_ncons.cc
[225/489] Compiling v3_lib.cc
[226/489] Compiling v3_int.cc
[228/489] Compiling CryptoSwift AEAD.swift
[229/489] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[230/489] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
[231/489] Compiling CryptoSwift AES.Cryptors.swift
[232/489] Compiling CryptoSwift AES.swift
[233/489] Compiling CryptoSwift ASN1.swift
[234/489] Compiling CryptoSwift ASN1Decoder.swift
[235/489] Compiling CryptoSwift ASN1Encoder.swift
[236/489] Compiling CryptoSwift ASN1Scanner.swift
[237/489] Compiling CryptoSwift Array+Extension.swift
[238/489] Compiling CryptoSwift Authenticator.swift
[239/489] Compiling CryptoSwift BatchedCollection.swift
[240/489] Compiling CryptoSwift Bit.swift
[241/489] Compiling CryptoSwift BlockCipher.swift
[242/489] Compiling CryptoSwift BlockDecryptor.swift
[243/489] Emitting module CryptoSwift
[243/489] Compiling v3_info.cc
[244/489] Compiling v3_ia5.cc
[245/489] Compiling v3_genn.cc
[246/489] Compiling v3_enum.cc
[247/489] Compiling v3_extku.cc
[248/489] Compiling v3_crld.cc
[249/489] Compiling v3_cpols.cc
[251/489] Compiling CryptoSwift Signature.swift
[252/489] Compiling CryptoSwift StreamDecryptor.swift
[253/489] Compiling CryptoSwift StreamEncryptor.swift
[254/489] Compiling CryptoSwift String+Extension.swift
[255/489] Compiling CryptoSwift UInt128.swift
[256/489] Compiling CryptoSwift UInt16+Extension.swift
[257/489] Compiling CryptoSwift UInt32+Extension.swift
[258/489] Compiling CryptoSwift UInt64+Extension.swift
[259/489] Compiling CryptoSwift UInt8+Extension.swift
[260/489] Compiling CryptoSwift Updatable.swift
[261/489] Compiling CryptoSwift Utils.swift
[262/489] Compiling CryptoSwift XChaCha20.swift
[263/489] Compiling CryptoSwift ZeroPadding.swift
[264/489] Compiling CryptoSwift resource_bundle_accessor.swift
[264/489] Compiling v3_conf.cc
[265/489] Compiling v3_bitst.cc
[266/489] Compiling v3_bcons.cc
[267/489] Compiling v3_alt.cc
[268/489] Compiling v3_akeya.cc
[269/489] Compiling v3_akey.cc
[270/489] Compiling t_x509a.cc
[272/489] Compiling CryptoSwift PKCS5.swift
[273/489] Compiling CryptoSwift PKCS7.swift
[274/489] Compiling CryptoSwift PKCS7Padding.swift
[275/489] Compiling CryptoSwift Padding.swift
[276/489] Compiling CryptoSwift Poly1305.swift
[277/489] Compiling CryptoSwift RSA+Cipher.swift
[278/489] Compiling CryptoSwift RSA+Signature.swift
[279/489] Compiling CryptoSwift RSA.swift
[280/489] Compiling CryptoSwift Rabbit.swift
[281/489] Compiling CryptoSwift SHA1.swift
[282/489] Compiling CryptoSwift SHA2.swift
[283/489] Compiling CryptoSwift SHA3.swift
[284/489] Compiling CryptoSwift Scrypt.swift
[285/489] Compiling CryptoSwift SecureBytes.swift
[286/489] Compiling CryptoSwift XChaCha20+Foundation.swift
[287/489] Compiling CryptoSwift Generics.swift
[288/489] Compiling CryptoSwift HKDF.swift
[289/489] Compiling CryptoSwift HMAC.swift
[290/489] Compiling CryptoSwift ISO10126Padding.swift
[291/489] Compiling CryptoSwift ISO78164Padding.swift
[292/489] Compiling CryptoSwift Int+Extension.swift
[293/489] Compiling CryptoSwift MD5.swift
[294/489] Compiling CryptoSwift NoPadding.swift
[295/489] Compiling CryptoSwift Operators.swift
[296/489] Compiling CryptoSwift DER.swift
[297/489] Compiling CryptoSwift PBKDF1.swift
[298/489] Compiling CryptoSwift PBKDF2.swift
[299/489] Compiling CryptoSwift PKCS1v15.swift
[300/490] Compiling i2d_pr.cc
[301/490] Compiling t_req.cc
[302/490] Compiling t_x509.cc
[303/490] Compiling t_crl.cc
[304/490] Compiling rsa_pss.cc
[305/490] Compiling name_print.cc
[306/490] Compiling policy.cc
[307/490] Compiling by_file.cc
[308/490] Compiling asn1_gen.cc
[309/490] Compiling algorithm.cc
[310/490] Compiling by_dir.cc
[311/490] Compiling voprf.cc
[312/490] Compiling a_verify.cc
[313/490] Compiling a_digest.cc
[314/490] Compiling a_sign.cc
[315/490] Compiling trust_token.cc
[316/490] Compiling thread_win.cc
[317/490] Compiling thread_pthread.cc
[318/490] Compiling thread_none.cc
[319/490] Compiling thread.cc
[320/490] Compiling stack.cc
[321/490] Compiling pmbtoken.cc
[322/490] Compiling sha512.cc
[323/490] Compiling spake2plus.cc
[324/490] Compiling siphash.cc
[325/490] Compiling sha256.cc
[326/490] Compiling slhdsa.cc
[327/490] Compiling sha1.cc
[328/490] Compiling rsa_print.cc
[329/490] Compiling rsa_extra.cc
[330/490] Compiling refcount.cc
[331/490] Compiling rsa_crypt.cc
[332/490] Compiling rc4.cc
[333/490] Compiling urandom.cc
[334/490] Compiling windows.cc
[335/490] Compiling trusty.cc
[336/490] Compiling rand.cc
[337/490] Compiling rsa_asn1.cc
[338/490] Compiling passive.cc
[339/490] Compiling poly1305_arm_asm.S
[340/490] Compiling ios.cc
[341/490] Compiling getentropy.cc
[342/490] Compiling fork_detect.cc
[343/490] Compiling forkunsafe.cc
[344/490] Compiling deterministic.cc
[345/490] Compiling pool.cc
[346/490] Compiling poly1305_vec.cc
[347/490] Compiling poly1305_arm.cc
[348/490] Compiling poly1305.cc
[349/490] Compiling p5_pbev2.cc
[350/490] Compiling pkcs8_x509.cc
[351/490] Compiling pkcs7_x509.cc
[352/490] Compiling pkcs8.cc
[353/490] Compiling pkcs7.cc
[354/490] Compiling pem_xaux.cc
[355/490] Compiling pem_x509.cc
[356/490] Compiling pem_pkey.cc
[357/490] Compiling mlkem.cc
[358/490] Compiling pem_oth.cc
[359/490] Compiling pem_pk8.cc
[360/490] Compiling pem_info.cc
[361/490] Compiling pem_lib.cc
[362/490] Compiling obj_xref.cc
[363/490] Compiling pem_all.cc
[364/490] Compiling obj.cc
[365/490] Compiling poly_rq_mul.S
[366/490] Compiling mldsa.cc
[367/490] Compiling mem.cc
[368/490] Compiling fips_shared_support.cc
[369/490] Compiling lhash.cc
[370/490] Compiling md4.cc
[371/490] Compiling md5.cc
[372/490] Compiling hrss.cc
[373/490] Compiling kyber.cc
[374/490] Compiling fuzzer_mode.cc
[375/490] Compiling hpke.cc
[376/490] Compiling ex_data.cc
[377/490] Compiling scrypt.cc
[378/490] Compiling print.cc
[379/490] Compiling pbkdf.cc
[380/490] Compiling sign.cc
[381/490] Compiling p_x25519.cc
[382/490] Compiling p_x25519_asn1.cc
[383/490] Compiling p_rsa_asn1.cc
[384/490] Compiling p_hkdf.cc
[385/490] Compiling p_rsa.cc
[386/490] Compiling p_ed25519_asn1.cc
[387/490] Compiling p_ed25519.cc
[388/490] Compiling p_ec.cc
[389/490] Compiling p_dsa_asn1.cc
[390/490] Compiling p_ec_asn1.cc
[391/490] Compiling p_dh_asn1.cc
[392/490] Compiling p_dh.cc
[393/490] Compiling evp_ctx.cc
[394/490] Compiling err.cc
[395/490] Compiling evp.cc
[396/490] Compiling engine.cc
[397/490] Compiling evp_asn1.cc
[398/490] Compiling ecdsa_p1363.cc
[399/490] Compiling ecdh.cc
[400/490] Compiling ecdsa_asn1.cc
[401/490] Compiling ec_derive.cc
[402/490] Compiling hash_to_curve.cc
[403/490] Compiling dsa.cc
[404/490] Compiling dsa_asn1.cc
[405/490] Compiling ec_asn1.cc
[406/490] Compiling bcm.cc
[407/490] Compiling x25519-asm-arm.S
[408/490] Compiling digest_extra.cc
[409/490] Compiling params.cc
[410/490] Compiling curve25519_64_adx.cc
[411/490] Compiling dh_asn1.cc
[412/490] Compiling des.cc
[413/490] Compiling crypto.cc
[414/490] Compiling spake25519.cc
[415/490] Compiling cpu_intel.cc
[416/490] Compiling curve25519.cc
[417/490] Compiling cpu_arm_linux.cc
[418/490] Compiling cpu_aarch64_win.cc
[419/490] Compiling cpu_aarch64_sysreg.cc
[420/490] Compiling cpu_arm_freebsd.cc
[421/490] Compiling cpu_aarch64_openbsd.cc
[422/490] Compiling cpu_aarch64_linux.cc
[423/490] Compiling cpu_aarch64_fuchsia.cc
[424/490] Compiling cpu_aarch64_apple.cc
[425/490] Compiling conf.cc
[426/490] Compiling tls_cbc.cc
[427/490] Compiling get_cipher.cc
[428/490] Compiling e_tls.cc
[429/490] Compiling e_rc4.cc
[430/490] Compiling e_rc2.cc
[431/490] Compiling cms.cc
[432/490] Compiling e_null.cc
[433/490] Compiling e_des.cc
[434/490] Compiling e_chacha20poly1305.cc
[435/490] Compiling e_aeseax.cc
[436/490] Compiling e_aesgcmsiv.cc
[437/490] Compiling e_aesctrhmac.cc
[438/490] Compiling chacha.cc
[439/490] Compiling derive_key.cc
[440/490] Compiling unicode.cc
[441/490] Compiling buf.cc
[442/490] Compiling sqrt.cc
[443/490] Compiling cbs.cc
[444/490] Compiling cbb.cc
[445/490] Compiling ber.cc
[446/490] Compiling asn1_compat.cc
[447/490] Compiling exponentiation.cc
[448/490] Compiling div.cc
[449/490] Compiling hexdump.cc
[450/490] Compiling printf.cc
[451/490] Compiling blake2.cc
[452/490] Compiling pair.cc
[453/490] Compiling file.cc
[454/490] Compiling convert.cc
[455/490] Compiling bn_asn1.cc
[456/490] Compiling fd.cc
[457/490] Compiling bio_mem.cc
[458/490] Compiling errno.cc
[459/490] Compiling bio.cc
[460/490] Compiling base64.cc
[461/490] Compiling tasn_utl.cc
[462/490] Compiling tasn_typ.cc
[463/490] Compiling tasn_fre.cc
[464/490] Compiling tasn_new.cc
[465/490] Compiling tasn_enc.cc
[466/490] Compiling f_string.cc
[467/490] Compiling posix_time.cc
[468/490] Compiling f_int.cc
[469/490] Compiling tasn_dec.cc
[470/490] Compiling asn_pack.cc
[471/490] Compiling asn1_par.cc
[472/490] Compiling asn1_lib.cc
[473/490] Compiling a_strnid.cc
[474/490] Compiling a_type.cc
[475/490] Compiling a_strex.cc
[476/490] Compiling a_object.cc
[477/490] Compiling a_octet.cc
[478/490] Compiling a_utctm.cc
[479/490] Compiling a_time.cc
[480/490] Compiling a_mbstr.cc
[481/490] Compiling aes.cc
[482/490] Write sources
[483/490] Compiling a_d2i_fp.cc
[484/490] Compiling a_int.cc
[485/490] Compiling a_i2d_fp.cc
[486/490] Compiling a_gentm.cc
[487/511] Compiling a_bool.cc
[488/511] Compiling a_dup.cc
[489/511] Compiling a_bitstr.cc
[491/519] Compiling BigInt Floating Point Conversion.swift
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:170:13: error: '_mantissa' is inaccessible due to 'internal' protection level
168 | var mantissaParts: [UInt16] {
169 | [
170 | _mantissa.0,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
171 | _mantissa.1,
172 | _mantissa.2,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:171:13: error: '_mantissa' is inaccessible due to 'internal' protection level
169 | [
170 | _mantissa.0,
171 | _mantissa.1,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
172 | _mantissa.2,
173 | _mantissa.3,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:172:13: error: '_mantissa' is inaccessible due to 'internal' protection level
170 | _mantissa.0,
171 | _mantissa.1,
172 | _mantissa.2,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
173 | _mantissa.3,
174 | _mantissa.4,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:173:13: error: '_mantissa' is inaccessible due to 'internal' protection level
171 | _mantissa.1,
172 | _mantissa.2,
173 | _mantissa.3,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
174 | _mantissa.4,
175 | _mantissa.5,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:174:13: error: '_mantissa' is inaccessible due to 'internal' protection level
172 | _mantissa.2,
173 | _mantissa.3,
174 | _mantissa.4,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
175 | _mantissa.5,
176 | _mantissa.6,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:175:13: error: '_mantissa' is inaccessible due to 'internal' protection level
173 | _mantissa.3,
174 | _mantissa.4,
175 | _mantissa.5,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
176 | _mantissa.6,
177 | _mantissa.7,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:176:13: error: '_mantissa' is inaccessible due to 'internal' protection level
174 | _mantissa.4,
175 | _mantissa.5,
176 | _mantissa.6,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
177 | _mantissa.7,
178 | ]
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:177:13: error: '_mantissa' is inaccessible due to 'internal' protection level
175 | _mantissa.5,
176 | _mantissa.6,
177 | _mantissa.7,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
178 | ]
179 | }
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
[492/519] Compiling BigInt GCD.swift
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:170:13: error: '_mantissa' is inaccessible due to 'internal' protection level
168 | var mantissaParts: [UInt16] {
169 | [
170 | _mantissa.0,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
171 | _mantissa.1,
172 | _mantissa.2,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:171:13: error: '_mantissa' is inaccessible due to 'internal' protection level
169 | [
170 | _mantissa.0,
171 | _mantissa.1,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
172 | _mantissa.2,
173 | _mantissa.3,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:172:13: error: '_mantissa' is inaccessible due to 'internal' protection level
170 | _mantissa.0,
171 | _mantissa.1,
172 | _mantissa.2,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
173 | _mantissa.3,
174 | _mantissa.4,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:173:13: error: '_mantissa' is inaccessible due to 'internal' protection level
171 | _mantissa.1,
172 | _mantissa.2,
173 | _mantissa.3,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
174 | _mantissa.4,
175 | _mantissa.5,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:174:13: error: '_mantissa' is inaccessible due to 'internal' protection level
172 | _mantissa.2,
173 | _mantissa.3,
174 | _mantissa.4,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
175 | _mantissa.5,
176 | _mantissa.6,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:175:13: error: '_mantissa' is inaccessible due to 'internal' protection level
173 | _mantissa.3,
174 | _mantissa.4,
175 | _mantissa.5,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
176 | _mantissa.6,
177 | _mantissa.7,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:176:13: error: '_mantissa' is inaccessible due to 'internal' protection level
174 | _mantissa.4,
175 | _mantissa.5,
176 | _mantissa.6,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
177 | _mantissa.7,
178 | ]
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:177:13: error: '_mantissa' is inaccessible due to 'internal' protection level
175 | _mantissa.5,
176 | _mantissa.6,
177 | _mantissa.7,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
178 | ]
179 | }
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
[493/519] Compiling BigInt Hashable.swift
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:170:13: error: '_mantissa' is inaccessible due to 'internal' protection level
168 | var mantissaParts: [UInt16] {
169 | [
170 | _mantissa.0,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
171 | _mantissa.1,
172 | _mantissa.2,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:171:13: error: '_mantissa' is inaccessible due to 'internal' protection level
169 | [
170 | _mantissa.0,
171 | _mantissa.1,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
172 | _mantissa.2,
173 | _mantissa.3,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:172:13: error: '_mantissa' is inaccessible due to 'internal' protection level
170 | _mantissa.0,
171 | _mantissa.1,
172 | _mantissa.2,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
173 | _mantissa.3,
174 | _mantissa.4,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:173:13: error: '_mantissa' is inaccessible due to 'internal' protection level
171 | _mantissa.1,
172 | _mantissa.2,
173 | _mantissa.3,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
174 | _mantissa.4,
175 | _mantissa.5,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:174:13: error: '_mantissa' is inaccessible due to 'internal' protection level
172 | _mantissa.2,
173 | _mantissa.3,
174 | _mantissa.4,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
175 | _mantissa.5,
176 | _mantissa.6,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:175:13: error: '_mantissa' is inaccessible due to 'internal' protection level
173 | _mantissa.3,
174 | _mantissa.4,
175 | _mantissa.5,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
176 | _mantissa.6,
177 | _mantissa.7,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:176:13: error: '_mantissa' is inaccessible due to 'internal' protection level
174 | _mantissa.4,
175 | _mantissa.5,
176 | _mantissa.6,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
177 | _mantissa.7,
178 | ]
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:177:13: error: '_mantissa' is inaccessible due to 'internal' protection level
175 | _mantissa.5,
176 | _mantissa.6,
177 | _mantissa.7,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
178 | ]
179 | }
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
[494/519] Compiling BigInt Integer Conversion.swift
[495/519] Compiling BigInt Multiplication.swift
[496/519] Compiling BigInt Prime Test.swift
[497/521] Compiling BigInt Strideable.swift
[498/521] Compiling BigInt String Conversion.swift
[499/521] Compiling CryptoBoringWrapper RandomBytes.swift
[500/521] Emitting module CryptoBoringWrapper
[501/521] Compiling BigInt Random.swift
[502/521] Compiling BigInt Shifts.swift
[503/521] Compiling BigInt Square Root.swift
[504/521] Compiling BigInt Data Conversion.swift
[505/521] Compiling BigInt Division.swift
[506/521] Compiling BigInt Exponentiation.swift
[507/521] Emitting module BigInt
[508/521] Compiling BigInt Addition.swift
[509/521] Compiling BigInt BigInt.swift
[510/521] Compiling BigInt BigUInt.swift
[511/521] Compiling BigInt Bitwise Ops.swift
[512/521] Compiling BigInt Codable.swift
[513/521] Compiling BigInt Comparable.swift
[514/521] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[515/521] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[516/521] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[517/521] Compiling BigInt Subtraction.swift
[518/521] Compiling BigInt Words and Bits.swift
[519/521] Compiling CryptoBoringWrapper EllipticCurve.swift
[520/521] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[521/521] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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: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/131] Emitting module BigInt
[3/133] Compiling CryptoBoringWrapper RandomBytes.swift
[4/133] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[5/133] Emitting module CryptoBoringWrapper
[6/133] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[7/133] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[8/133] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[9/133] Compiling CryptoBoringWrapper EllipticCurve.swift
[10/133] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[12/134] Compiling CryptoSwift CompactMap.swift
[13/134] Compiling CryptoSwift Cryptor.swift
[14/134] Compiling CryptoSwift Cryptors.swift
[15/134] Compiling CryptoSwift Digest.swift
[16/134] Compiling CryptoSwift DigestType.swift
[17/134] Compiling CryptoSwift AES+Foundation.swift
[18/134] Compiling CryptoSwift Array+Foundation.swift
[19/134] Compiling CryptoSwift Blowfish+Foundation.swift
[20/134] Compiling CryptoSwift ChaCha20+Foundation.swift
[21/134] Compiling CryptoSwift Data+Extension.swift
[22/134] Compiling CryptoSwift HMAC+Foundation.swift
[23/134] Compiling CryptoSwift Rabbit+Foundation.swift
[24/134] Compiling CryptoSwift String+FoundationExtension.swift
[25/134] Compiling CryptoSwift Utils+Foundation.swift
[26/148] Compiling CryptoSwift ASN1Decoder.swift
[27/148] Compiling CryptoSwift ASN1Encoder.swift
[28/148] Compiling CryptoSwift ASN1Scanner.swift
[29/148] Compiling CryptoSwift CBC.swift
[30/148] Compiling CryptoSwift CCM.swift
[31/148] Compiling CryptoSwift Bit.swift
[32/148] Compiling CryptoSwift BlockCipher.swift
[33/148] Compiling CryptoSwift BlockDecryptor.swift
[34/148] Compiling CryptoSwift AEAD.swift
[35/148] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[36/148] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
[37/148] Compiling CryptoSwift AES.Cryptors.swift
[38/148] Compiling CryptoSwift AES.swift
[39/148] Compiling CryptoSwift ASN1.swift
[40/148] Compiling CryptoSwift Array+Extension.swift
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:170:13: error: '_mantissa' is inaccessible due to 'internal' protection level
168 | var mantissaParts: [UInt16] {
169 | [
170 | _mantissa.0,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
171 | _mantissa.1,
172 | _mantissa.2,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:171:13: error: '_mantissa' is inaccessible due to 'internal' protection level
169 | [
170 | _mantissa.0,
171 | _mantissa.1,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
172 | _mantissa.2,
173 | _mantissa.3,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:172:13: error: '_mantissa' is inaccessible due to 'internal' protection level
170 | _mantissa.0,
171 | _mantissa.1,
172 | _mantissa.2,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
173 | _mantissa.3,
174 | _mantissa.4,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:173:13: error: '_mantissa' is inaccessible due to 'internal' protection level
171 | _mantissa.1,
172 | _mantissa.2,
173 | _mantissa.3,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
174 | _mantissa.4,
175 | _mantissa.5,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:174:13: error: '_mantissa' is inaccessible due to 'internal' protection level
172 | _mantissa.2,
173 | _mantissa.3,
174 | _mantissa.4,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
175 | _mantissa.5,
176 | _mantissa.6,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:175:13: error: '_mantissa' is inaccessible due to 'internal' protection level
173 | _mantissa.3,
174 | _mantissa.4,
175 | _mantissa.5,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
176 | _mantissa.6,
177 | _mantissa.7,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:176:13: error: '_mantissa' is inaccessible due to 'internal' protection level
174 | _mantissa.4,
175 | _mantissa.5,
176 | _mantissa.6,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
177 | _mantissa.7,
178 | ]
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:177:13: error: '_mantissa' is inaccessible due to 'internal' protection level
175 | _mantissa.5,
176 | _mantissa.6,
177 | _mantissa.7,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
178 | ]
179 | }
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
[41/148] Compiling CryptoSwift Authenticator.swift
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:170:13: error: '_mantissa' is inaccessible due to 'internal' protection level
168 | var mantissaParts: [UInt16] {
169 | [
170 | _mantissa.0,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
171 | _mantissa.1,
172 | _mantissa.2,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:171:13: error: '_mantissa' is inaccessible due to 'internal' protection level
169 | [
170 | _mantissa.0,
171 | _mantissa.1,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
172 | _mantissa.2,
173 | _mantissa.3,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:172:13: error: '_mantissa' is inaccessible due to 'internal' protection level
170 | _mantissa.0,
171 | _mantissa.1,
172 | _mantissa.2,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
173 | _mantissa.3,
174 | _mantissa.4,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:173:13: error: '_mantissa' is inaccessible due to 'internal' protection level
171 | _mantissa.1,
172 | _mantissa.2,
173 | _mantissa.3,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
174 | _mantissa.4,
175 | _mantissa.5,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:174:13: error: '_mantissa' is inaccessible due to 'internal' protection level
172 | _mantissa.2,
173 | _mantissa.3,
174 | _mantissa.4,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
175 | _mantissa.5,
176 | _mantissa.6,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:175:13: error: '_mantissa' is inaccessible due to 'internal' protection level
173 | _mantissa.3,
174 | _mantissa.4,
175 | _mantissa.5,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
176 | _mantissa.6,
177 | _mantissa.7,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:176:13: error: '_mantissa' is inaccessible due to 'internal' protection level
174 | _mantissa.4,
175 | _mantissa.5,
176 | _mantissa.6,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
177 | _mantissa.7,
178 | ]
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:177:13: error: '_mantissa' is inaccessible due to 'internal' protection level
175 | _mantissa.5,
176 | _mantissa.6,
177 | _mantissa.7,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
178 | ]
179 | }
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
[42/148] Compiling CryptoSwift BatchedCollection.swift
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:170:13: error: '_mantissa' is inaccessible due to 'internal' protection level
168 | var mantissaParts: [UInt16] {
169 | [
170 | _mantissa.0,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
171 | _mantissa.1,
172 | _mantissa.2,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:171:13: error: '_mantissa' is inaccessible due to 'internal' protection level
169 | [
170 | _mantissa.0,
171 | _mantissa.1,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
172 | _mantissa.2,
173 | _mantissa.3,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:172:13: error: '_mantissa' is inaccessible due to 'internal' protection level
170 | _mantissa.0,
171 | _mantissa.1,
172 | _mantissa.2,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
173 | _mantissa.3,
174 | _mantissa.4,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:173:13: error: '_mantissa' is inaccessible due to 'internal' protection level
171 | _mantissa.1,
172 | _mantissa.2,
173 | _mantissa.3,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
174 | _mantissa.4,
175 | _mantissa.5,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:174:13: error: '_mantissa' is inaccessible due to 'internal' protection level
172 | _mantissa.2,
173 | _mantissa.3,
174 | _mantissa.4,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
175 | _mantissa.5,
176 | _mantissa.6,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:175:13: error: '_mantissa' is inaccessible due to 'internal' protection level
173 | _mantissa.3,
174 | _mantissa.4,
175 | _mantissa.5,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
176 | _mantissa.6,
177 | _mantissa.7,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:176:13: error: '_mantissa' is inaccessible due to 'internal' protection level
174 | _mantissa.4,
175 | _mantissa.5,
176 | _mantissa.6,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
177 | _mantissa.7,
178 | ]
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:177:13: error: '_mantissa' is inaccessible due to 'internal' protection level
175 | _mantissa.5,
176 | _mantissa.6,
177 | _mantissa.7,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
178 | ]
179 | }
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
[43/148] Compiling CryptoSwift BlockEncryptor.swift
[44/148] Compiling CryptoSwift BlockMode.swift
[45/148] Compiling CryptoSwift BlockModeOptions.swift
[46/219] Compiling Crypto ASN1Identifier.swift
[47/219] Compiling Crypto ASN1Integer.swift
BUILD FAILURE 6.1 wasm