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