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