Build Information
Failed to build ATCryptography, reference 0.2.1 (855a3e), with Swift 6.1 for Wasm on 3 Apr 2026 16:23:39 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ATProtoKit/ATCryptography.git
Reference: 0.2.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/ATProtoKit/ATCryptography
* tag 0.2.1 -> FETCH_HEAD
HEAD is now at 855a3e8 Bump copyright year
Cloned https://github.com/ATProtoKit/ATCryptography.git
Revision (git rev-parse @):
855a3e8efebdea57e0c596f861c078461ed3f820
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ATProtoKit/ATCryptography.git at 0.2.1
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/ATProtoKit/ATCryptography.git
https://github.com/ATProtoKit/ATCryptography.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
},
{
"identity" : "swift-secp256k1",
"requirement" : {
"exact" : [
"0.18.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/21-DOT-DEV/swift-secp256k1.git"
},
{
"identity" : "bigint",
"requirement" : {
"range" : [
{
"lower_bound" : "5.5.1",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/attaswift/BigInt.git"
}
],
"manifest_display_name" : "ATCryptography",
"name" : "ATCryptography",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "14.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "watchos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "ATCryptography",
"targets" : [
"ATCryptography"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ATCryptographyTests",
"module_type" : "SwiftTarget",
"name" : "ATCryptographyTests",
"path" : "Tests/ATCryptographyTests",
"sources" : [
"BaseRadix/Base16Suite.swift",
"BaseRadix/Base32Suite.swift",
"BaseRadix/Base58Suite.swift",
"BaseRadix/Base64URLSuite.swift",
"DIDKeySuite.swift",
"KeyCompressionSuite.swift",
"KeypairSuite.swift",
"RandomSuite.swift",
"SgnatureSuite.swift"
],
"target_dependencies" : [
"ATCryptography"
],
"type" : "test"
},
{
"c99name" : "ATCryptography",
"module_type" : "SwiftTarget",
"name" : "ATCryptography",
"path" : "Sources/ATCryptography",
"product_dependencies" : [
"Crypto",
"secp256k1",
"BigInt"
],
"product_memberships" : [
"ATCryptography"
],
"sources" : [
"ATCryptography.swift",
"ATCryptographyTools.swift",
"BaseRadix/Base16.swift",
"BaseRadix/Base32.swift",
"BaseRadix/Base58.swift",
"BaseRadix/Base64URL.swift",
"DIDKey.swift",
"Errors.swift",
"Extensions/BigIntExtensions.swift",
"Extensions/DataExtensions.swift",
"Extensions/ECDSASignatureExtensions.swift",
"Extensions/P256Extensions.swift",
"Extensions/StringExtensions.swift",
"Models.swift",
"Multibase.swift",
"Plugins.swift",
"SHA256Hasher.swift",
"SecureRandom.swift",
"SessionToken.swift",
"SignatureVerifier.swift",
"k256/K256Encoding.swift",
"k256/K256Keypair.swift",
"k256/K256Operations.swift",
"k256/K256Plugin.swift",
"p256/P256Encoding.swift",
"p256/P256Keypair.swift",
"p256/P256Operations.swift",
"p256/P256Plugin.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:c3bd0c8eb125dea46564a1eb8b09ee779ba7ae350b1ee58b5e9d6ff6c39cef37
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/attaswift/BigInt.git
Fetching https://github.com/21-DOT-DEV/swift-secp256k1.git
[1/4878] Fetching bigint
[4879/22205] Fetching bigint, swift-crypto
[6439/32478] Fetching bigint, swift-crypto, swift-secp256k1
Fetched https://github.com/attaswift/BigInt.git from cache (2.33s)
Fetched https://github.com/21-DOT-DEV/swift-secp256k1.git from cache (2.34s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.37s)
Computing version for https://github.com/21-DOT-DEV/swift-secp256k1.git
Computed https://github.com/21-DOT-DEV/swift-secp256k1.git at 0.18.0 (4.49s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.7.0 (0.62s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (4.39s)
Fetching https://github.com/apple/swift-asn1.git
[1/1789] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.37s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.6.0 (4.65s)
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.6.0
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/21-DOT-DEV/swift-secp256k1.git
Working copy of https://github.com/21-DOT-DEV/swift-secp256k1.git resolved at 0.18.0
Building for debugging...
[0/377] Write sources
[3/377] Compiling fiat_p256_adx_mul.S
[4/377] Compiling fiat_p256_adx_sqr.S
[5/377] Compiling fiat_curve25519_adx_mul.S
[6/377] Compiling precomputed_ecmult_gen.c
[7/377] Compiling fiat_curve25519_adx_square.S
[8/377] Compiling Utility.c
[9/377] Compiling md5-x86_64-apple.S
[10/377] Compiling md5-x86_64-linux.S
[11/377] Compiling md5-586-linux.S
[12/377] Compiling md5-586-apple.S
[13/377] Compiling chacha20_poly1305_x86_64-linux.S
[14/377] Compiling chacha20_poly1305_x86_64-apple.S
[15/377] Compiling chacha20_poly1305_armv8-win.S
[16/377] Compiling chacha20_poly1305_armv8-linux.S
[17/377] Compiling chacha20_poly1305_armv8-apple.S
[18/377] Compiling chacha-x86_64-linux.S
[19/377] Compiling chacha-x86_64-apple.S
[20/377] Compiling CCryptoBoringSSLShims shims.c
[21/377] Compiling chacha-armv8-win.S
[22/377] Compiling chacha-x86-linux.S
[23/377] Compiling chacha-x86-apple.S
[24/377] Compiling chacha-armv8-linux.S
[25/377] Compiling aes128gcmsiv-x86_64-linux.S
[26/377] Compiling chacha-armv8-apple.S
[27/377] Compiling chacha-armv4-linux.S
[28/377] Compiling aes128gcmsiv-x86_64-apple.S
[29/377] Compiling x86_64-mont5-linux.S
[30/377] Compiling x86_64-mont5-apple.S
[31/377] Compiling x86_64-mont-linux.S
[32/377] Compiling x86_64-mont-apple.S
[33/377] Compiling x86-mont-linux.S
[34/377] Compiling vpaes-x86_64-apple.S
[34/377] Compiling vpaes-x86_64-linux.S
[36/377] Compiling x86-mont-apple.S
[37/377] Compiling vpaes-x86-linux.S
[38/377] Compiling vpaes-x86-apple.S
[39/377] Compiling vpaes-armv8-win.S
[40/377] Compiling vpaes-armv8-linux.S
[41/377] Compiling vpaes-armv7-linux.S
[42/377] Compiling vpaes-armv8-apple.S
[43/377] Compiling sha512-x86_64-apple.S
[44/377] Compiling sha512-x86_64-linux.S
[45/377] Compiling sha512-armv8-win.S
[46/377] Compiling sha512-armv8-linux.S
[47/377] Compiling sha512-armv8-apple.S
[48/377] Compiling sha512-armv4-linux.S
[49/377] Compiling sha512-586-linux.S
[50/377] Compiling sha512-586-apple.S
[51/377] Compiling sha256-x86_64-linux.S
[52/377] Compiling sha256-x86_64-apple.S
[53/377] Compiling secp256k1.c
[54/377] Compiling sha256-armv8-win.S
[55/377] Compiling sha256-armv8-apple.S
[56/377] Compiling sha256-armv8-linux.S
[57/377] Compiling sha256-armv4-linux.S
[58/377] Compiling sha256-586-linux.S
[59/377] Compiling sha256-586-apple.S
[60/377] Compiling sha1-x86_64-linux.S
[61/377] Compiling sha1-armv8-win.S
[62/377] Compiling sha1-x86_64-apple.S
[63/377] Compiling sha1-armv8-linux.S
[64/377] Compiling sha1-armv8-apple.S
[65/377] Compiling sha1-armv4-large-linux.S
[66/377] Compiling sha1-586-linux.S
[67/377] Compiling sha1-586-apple.S
[68/377] Compiling err_data.cc
[69/377] Compiling rsaz-avx2-apple.S
[69/377] Compiling rsaz-avx2-linux.S
[71/377] Compiling rdrand-x86_64-apple.S
[72/377] Compiling rdrand-x86_64-linux.S
[73/377] Compiling p256_beeu-armv8-asm-win.S
[74/377] Compiling p256_beeu-x86_64-asm-apple.S
[75/377] Compiling p256_beeu-armv8-asm-linux.S
[76/377] Compiling p256_beeu-x86_64-asm-linux.S
[77/377] Compiling p256_beeu-armv8-asm-apple.S
[78/377] Compiling p256-x86_64-asm-linux.S
[79/377] Compiling p256-x86_64-asm-apple.S
[80/377] Compiling p256-armv8-asm-linux.S
[81/377] Compiling p256-armv8-asm-apple.S
[82/377] Compiling ghashv8-armv8-win.S
[83/377] Compiling p256-armv8-asm-win.S
[84/377] Compiling ghashv8-armv7-linux.S
[85/377] Compiling ghashv8-armv8-linux.S
[86/377] Compiling ghashv8-armv8-apple.S
[87/377] Compiling ghash-x86_64-linux.S
[88/377] Compiling ghash-x86_64-apple.S
[89/377] Compiling ghash-x86-linux.S
[90/377] Compiling ghash-x86-apple.S
[91/377] Compiling ghash-ssse3-x86_64-linux.S
[92/377] Compiling ghash-ssse3-x86-apple.S
[92/377] Compiling ghash-ssse3-x86-linux.S
[94/377] Compiling ghash-ssse3-x86_64-apple.S
[95/377] Compiling ghash-neon-armv8-win.S
[96/377] Compiling ghash-neon-armv8-apple.S
[97/377] Compiling ghash-neon-armv8-linux.S
[98/377] Compiling co-586-linux.S
[99/377] Compiling ghash-armv4-linux.S
[100/377] Compiling co-586-apple.S
[101/377] Compiling bn-armv8-win.S
[102/377] Compiling bn-armv8-linux.S
[103/377] Compiling bsaes-armv7-linux.S
[104/377] Compiling bn-armv8-apple.S
[105/377] Compiling bn-586-apple.S
[106/377] Compiling armv8-mont-win.S
[107/377] Compiling bn-586-linux.S
[108/377] Compiling armv8-mont-apple.S
[109/377] Compiling armv8-mont-linux.S
[110/377] Compiling armv4-mont-linux.S
[111/377] Compiling aesv8-gcm-armv8-apple.S
[112/377] Compiling aesv8-gcm-armv8-linux.S
[113/377] Compiling aesv8-armv8-win.S
[113/377] Compiling aesv8-gcm-armv8-win.S
[115/377] Compiling aesv8-armv8-linux.S
[116/377] Compiling aesv8-armv8-apple.S
[117/377] Compiling aesv8-armv7-linux.S
[118/377] Compiling aesni-x86_64-linux.S
[119/377] Compiling aesni-x86_64-apple.S
[120/377] Compiling aesni-x86-linux.S
[121/377] Compiling aesni-x86-apple.S
[122/377] Compiling aesni-gcm-x86_64-linux.S
[123/377] Compiling aes-gcm-avx512-x86_64-linux.S
[124/377] Compiling aesni-gcm-x86_64-apple.S
[125/377] Compiling aes-gcm-avx2-x86_64-linux.S
[126/377] Compiling aes-gcm-avx512-x86_64-apple.S
[127/377] Compiling aes-gcm-avx2-x86_64-apple.S
[128/377] Compiling xwing.cc
[129/377] Compiling x_req.cc
[130/377] Compiling x_sig.cc
[131/377] Compiling x_spki.cc
[132/377] Compiling x_x509a.cc
[133/377] Compiling x_x509.cc
[134/377] Write swift-version-24593BA9C3E375BF.txt
[135/377] Compiling precomputed_ecmult.c
[136/416] Compiling x_name.cc
[137/416] Compiling x_pubkey.cc
[138/416] Compiling x_exten.cc
[139/416] Compiling x_crl.cc
[140/416] Compiling x_attrib.cc
[141/416] Compiling x_all.cc
[142/416] Compiling x_algor.cc
[143/416] Compiling x509spki.cc
[144/416] Compiling x509rset.cc
[145/416] Compiling x509name.cc
[146/416] Compiling x509_vpm.cc
[147/416] Compiling x509cset.cc
[148/416] Compiling x509_vfy.cc
[149/416] Compiling x509_v3.cc
[150/416] Compiling x509_txt.cc
[151/416] Compiling x509_trs.cc
[152/416] Compiling x509_set.cc
[153/416] Compiling x509_req.cc
[155/416] Emitting module secp256k1
[155/421] Compiling x509_obj.cc
[156/421] Compiling x509_lu.cc
[157/421] Compiling x509_ext.cc
[158/421] Compiling x509_def.cc
[159/421] Compiling x509_d2.cc
[160/421] Compiling x509_cmp.cc
[161/421] Compiling x509_att.cc
[162/421] Compiling x509.cc
[163/421] Compiling v3_utl.cc
[164/421] Compiling v3_purp.cc
[165/421] Compiling v3_skey.cc
[166/421] Compiling v3_prn.cc
[167/421] Compiling v3_pmaps.cc
[168/421] Compiling v3_pcons.cc
[169/421] Compiling v3_ocsp.cc
[170/421] Compiling v3_ncons.cc
[171/421] Compiling v3_lib.cc
[172/421] Compiling v3_int.cc
[173/421] Compiling v3_ia5.cc
[174/421] Compiling v3_extku.cc
[175/421] Compiling v3_genn.cc
[176/421] Compiling v3_info.cc
[177/421] Compiling v3_enum.cc
[179/421] Compiling secp256k1 Signature.swift
[180/421] Compiling secp256k1 Tweak.swift
[181/421] Compiling secp256k1 Utility.swift
[182/421] Compiling secp256k1 Zeroization.swift
[183/421] Compiling secp256k1 secp256k1.swift
[184/421] Compiling secp256k1 Combine.swift
[185/421] Compiling secp256k1 Context.swift
[186/421] Compiling secp256k1 CryptoKitErrors.swift
[187/421] Compiling secp256k1 DH.swift
[188/421] Compiling secp256k1 Digest.swift
[189/421] Compiling secp256k1 ECDH.swift
[190/421] Compiling secp256k1 ECDSA.swift
[191/421] Compiling secp256k1 EdDSA.swift
[192/421] Compiling secp256k1 Errors.swift
[193/421] Compiling secp256k1 Exports.swift
[194/421] Compiling secp256k1 HashDigest.swift
[195/421] Compiling secp256k1 MuSig.swift
[196/421] Compiling secp256k1 Nonces.swift
[197/421] Compiling secp256k1 PrettyBytes.swift
[198/421] Compiling secp256k1 RNG_boring.swift
[199/421] Compiling secp256k1 Recovery.swift
[200/421] Compiling secp256k1 SHA256.swift
[201/421] Compiling secp256k1 SafeCompare.swift
[202/421] Compiling secp256k1 Schnorr.swift
[203/421] Compiling secp256k1 SecureBytes.swift
[204/421] Compiling secp256k1 ASN1Null.swift
[205/421] Compiling secp256k1 ASN1OctetString.swift
[206/421] Compiling secp256k1 ASN1Strings.swift
[207/421] Compiling secp256k1 ArraySliceBigint.swift
[208/421] Compiling secp256k1 GeneralizedTime.swift
[209/421] Compiling secp256k1 ObjectIdentifier.swift
[210/421] Compiling secp256k1 ECDSASignature.swift
[211/421] Compiling secp256k1 PEMDocument.swift
[212/421] Compiling secp256k1 PKCS8PrivateKey.swift
[213/421] Compiling secp256k1 SEC1PrivateKey.swift
[214/421] Compiling secp256k1 SubjectPublicKeyInfo.swift
[215/421] Compiling secp256k1 Asymmetric.swift
[216/421] Compiling secp256k1 ASN1.swift
[217/421] Compiling secp256k1 ASN1Any.swift
[218/421] Compiling secp256k1 ASN1BitString.swift
[219/421] Compiling secp256k1 ASN1Boolean.swift
[220/421] Compiling secp256k1 ASN1Identifier.swift
[221/421] Compiling secp256k1 ASN1Integer.swift
[222/422] Compiling v3_crld.cc
[223/422] Compiling v3_conf.cc
[224/422] Compiling v3_cpols.cc
[225/422] Compiling v3_bcons.cc
[226/422] Compiling v3_bitst.cc
[227/422] Compiling v3_alt.cc
[228/422] Compiling v3_akeya.cc
[229/422] Compiling v3_akey.cc
[230/422] Compiling t_x509.cc
[231/422] Compiling t_req.cc
[232/422] Compiling t_x509a.cc
[233/422] Compiling t_crl.cc
[234/422] Compiling rsa_pss.cc
[235/422] Compiling policy.cc
[236/422] Compiling name_print.cc
[237/422] Compiling i2d_pr.cc
[238/422] Compiling by_file.cc
[239/422] Compiling by_dir.cc
[240/422] Compiling algorithm.cc
[241/422] Compiling asn1_gen.cc
[242/422] Compiling a_verify.cc
[243/422] Compiling a_sign.cc
[244/422] Compiling voprf.cc
[245/422] Compiling a_digest.cc
[246/422] Compiling thread_win.cc
[247/422] Compiling thread.cc
[248/422] Compiling thread_none.cc
[249/422] Compiling trust_token.cc
[250/422] Compiling thread_pthread.cc
[251/422] Compiling stack.cc
[252/422] Compiling pmbtoken.cc
[253/422] Compiling spake2plus.cc
[254/422] Compiling siphash.cc
[255/422] Compiling sha1.cc
[256/422] Compiling slhdsa.cc
[257/422] Compiling sha256.cc
[258/422] Compiling sha512.cc
[259/422] Compiling rsa_print.cc
[260/422] Compiling rsa_extra.cc
[261/422] Compiling rc4.cc
[262/422] Compiling refcount.cc
[263/422] Compiling windows.cc
[264/422] Compiling urandom.cc
[265/422] Compiling trusty.cc
[266/422] Compiling rsa_crypt.cc
[267/422] Compiling rand.cc
[268/422] Compiling rsa_asn1.cc
[269/422] Compiling passive.cc
[270/422] Compiling ios.cc
[271/422] Compiling poly1305_arm_asm.S
[272/422] Compiling getentropy.cc
[273/422] Compiling forkunsafe.cc
[274/422] Compiling deterministic.cc
[275/422] Compiling fork_detect.cc
[276/422] Compiling poly1305_vec.cc
[277/422] Compiling poly1305_arm.cc
[278/422] Compiling pool.cc
[279/422] Compiling poly1305.cc
[280/422] Compiling pkcs8.cc
[281/422] Compiling pkcs7.cc
[282/422] Compiling pkcs8_x509.cc
[283/422] Compiling p5_pbev2.cc
[284/422] Compiling pkcs7_x509.cc
[285/422] Compiling pem_xaux.cc
[286/422] Compiling pem_x509.cc
[287/422] Compiling pem_pkey.cc
[288/422] Compiling pem_oth.cc
[289/422] Compiling obj_xref.cc
[290/422] Compiling pem_all.cc
[291/422] Compiling pem_pk8.cc
[292/422] Compiling mlkem.cc
[293/422] Compiling obj.cc
[294/422] Compiling pem_lib.cc
[295/422] Compiling pem_info.cc
[296/422] Compiling poly_rq_mul.S
[297/422] Compiling mldsa.cc
[298/422] Compiling mem.cc
[299/422] Compiling fips_shared_support.cc
[300/422] Compiling lhash.cc
[301/422] Compiling md5.cc
[302/422] Compiling md4.cc
[303/422] Compiling hrss.cc
[304/422] Compiling kyber.cc
[305/422] Compiling fuzzer_mode.cc
[306/422] Compiling ex_data.cc
[307/422] Compiling hpke.cc
[308/422] Compiling scrypt.cc
[309/422] Compiling pbkdf.cc
[310/422] Compiling sign.cc
[311/422] Compiling print.cc
[312/422] Compiling p_x25519_asn1.cc
[313/422] Compiling p_x25519.cc
[314/422] Compiling p_rsa_asn1.cc
[315/422] Compiling p_hkdf.cc
[316/422] Compiling p_rsa.cc
[317/422] Compiling p_ed25519.cc
[318/422] Compiling p_ed25519_asn1.cc
[319/422] Compiling p_ec_asn1.cc
[320/422] Compiling p_ec.cc
[321/422] Compiling p_dsa_asn1.cc
[322/422] Compiling p_dh.cc
[323/422] Compiling p_dh_asn1.cc
[324/422] Compiling evp_ctx.cc
[325/422] Compiling err.cc
[326/422] Compiling evp_asn1.cc
[327/422] Compiling engine.cc
[328/422] Compiling evp.cc
[329/422] Compiling ecdsa_p1363.cc
[330/422] Compiling ecdh.cc
[331/422] Compiling ecdsa_asn1.cc
[332/422] Compiling ec_derive.cc
[333/422] Compiling hash_to_curve.cc
[334/422] Compiling dsa.cc
[335/422] Compiling ec_asn1.cc
[336/422] Compiling dsa_asn1.cc
[337/422] Compiling bcm.cc
[338/422] Compiling x25519-asm-arm.S
[339/422] Compiling digest_extra.cc
[340/422] Compiling params.cc
[341/422] Compiling des.cc
[342/422] Compiling dh_asn1.cc
[343/422] Compiling curve25519_64_adx.cc
[344/422] Compiling spake25519.cc
[345/422] Compiling cpu_arm_freebsd.cc
[346/422] Compiling cpu_intel.cc
[347/422] Compiling crypto.cc
[348/422] Compiling cpu_arm_linux.cc
[349/422] Compiling cpu_aarch64_win.cc
[350/422] Compiling curve25519.cc
[351/422] Compiling cpu_aarch64_sysreg.cc
[352/422] Compiling cpu_aarch64_apple.cc
[353/422] Compiling cpu_aarch64_openbsd.cc
[354/422] Compiling cpu_aarch64_fuchsia.cc
[355/422] Compiling cpu_aarch64_linux.cc
[356/422] Compiling conf.cc
[357/422] Compiling tls_cbc.cc
[358/422] Compiling get_cipher.cc
[359/422] Compiling e_tls.cc
[360/422] Compiling e_rc4.cc
[361/422] Compiling e_rc2.cc
[362/422] Compiling e_null.cc
[363/422] Compiling cms.cc
[364/422] Compiling e_des.cc
[365/422] Compiling e_chacha20poly1305.cc
[366/422] Compiling e_aesctrhmac.cc
[367/422] Compiling e_aesgcmsiv.cc
[368/422] Compiling derive_key.cc
[369/422] Compiling e_aeseax.cc
[370/422] Compiling chacha.cc
[371/422] Compiling unicode.cc
[372/422] Compiling cbs.cc
[373/422] Compiling cbb.cc
[374/422] Compiling buf.cc
[375/422] Compiling sqrt.cc
[376/422] Compiling exponentiation.cc
[377/422] Compiling ber.cc
[378/422] Compiling asn1_compat.cc
[379/422] Compiling div.cc
[380/422] Compiling blake2.cc
[381/422] Compiling printf.cc
[382/422] Compiling pair.cc
[383/422] Compiling hexdump.cc
[384/422] Compiling file.cc
[385/422] Compiling convert.cc
[386/422] Compiling bn_asn1.cc
[387/422] Compiling fd.cc
[388/422] Compiling errno.cc
[389/422] Compiling bio_mem.cc
[390/422] Compiling bio.cc
[391/422] Compiling base64.cc
[392/422] Compiling tasn_fre.cc
[393/422] Compiling tasn_typ.cc
[394/422] Compiling tasn_new.cc
[395/422] Compiling tasn_utl.cc
[396/422] Compiling tasn_enc.cc
[397/422] Compiling posix_time.cc
[398/422] Compiling f_string.cc
[399/422] Compiling f_int.cc
[400/422] Compiling tasn_dec.cc
[401/422] Compiling asn_pack.cc
[402/422] Compiling asn1_par.cc
[403/422] Compiling a_utctm.cc
[403/422] Compiling asn1_lib.cc
[405/422] Compiling a_octet.cc
[406/422] Compiling a_time.cc
[407/422] Compiling a_type.cc
[408/422] Compiling a_strnid.cc
[409/422] Compiling a_strex.cc
[410/422] Compiling a_object.cc
[411/422] Compiling a_i2d_fp.cc
[412/422] Compiling a_dup.cc
[413/422] Write sources
[414/422] Compiling a_mbstr.cc
[415/422] Write sources
[416/422] Compiling a_int.cc
[417/422] Compiling a_d2i_fp.cc
[418/434] Compiling a_gentm.cc
[419/443] Compiling a_bool.cc
[420/443] Compiling a_bitstr.cc
[421/443] Compiling aes.cc
[423/443] 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 |
[424/443] 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 |
[425/443] 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 |
[426/453] Compiling BigInt Strideable.swift
[427/453] Compiling BigInt String Conversion.swift
[428/453] Compiling BigInt Random.swift
[429/453] Compiling BigInt Shifts.swift
[430/453] Compiling BigInt Square Root.swift
[431/453] Compiling BigInt Integer Conversion.swift
[432/453] Compiling BigInt Multiplication.swift
[433/453] Compiling BigInt Prime Test.swift
[434/453] Compiling BigInt Bitwise Ops.swift
[435/453] Compiling BigInt Codable.swift
[436/453] Compiling BigInt Comparable.swift
[437/453] Emitting module BigInt
[438/453] Compiling BigInt Addition.swift
[439/453] Compiling BigInt BigInt.swift
[440/453] Compiling BigInt BigUInt.swift
[441/453] Compiling BigInt Data Conversion.swift
[442/453] Compiling BigInt Division.swift
[443/453] Compiling BigInt Exponentiation.swift
[444/453] Compiling CryptoBoringWrapper RandomBytes.swift
[445/453] Compiling BigInt Subtraction.swift
[446/453] Compiling BigInt Words and Bits.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:c3bd0c8eb125dea46564a1eb8b09ee779ba7ae350b1ee58b5e9d6ff6c39cef37
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/69] Compiling CryptoBoringWrapper RandomBytes.swift
[3/69] Compiling CryptoBoringWrapper EllipticCurve.swift
[4/69] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[5/69] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[6/69] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[7/69] Emitting module CryptoBoringWrapper
[8/69] Compiling secp256k1 Combine.swift
[9/69] Compiling secp256k1 Context.swift
[10/71] Compiling secp256k1 ArraySliceBigint.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 |
[11/71] Compiling secp256k1 GeneralizedTime.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 |
[12/71] Compiling secp256k1 ObjectIdentifier.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 |
[13/71] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[14/71] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[17/72] Compiling BigInt Subtraction.swift
[18/72] Compiling BigInt Words and Bits.swift
[19/72] Compiling secp256k1 Digest.swift
[21/77] Compiling secp256k1 ASN1.swift
[22/77] Compiling secp256k1 ASN1Any.swift
[23/77] Compiling secp256k1 ASN1BitString.swift
[24/77] Emitting module BigInt
[25/77] Compiling secp256k1 ECDSASignature.swift
[26/77] Compiling secp256k1 PEMDocument.swift
[27/77] Compiling secp256k1 PKCS8PrivateKey.swift
[28/77] Compiling BigInt Random.swift
[29/77] Compiling BigInt Shifts.swift
[30/77] Compiling BigInt Square Root.swift
[37/148] Compiling Crypto GeneralizedTime.swift
[38/148] Compiling Crypto ObjectIdentifier.swift
[39/148] Compiling Crypto ECDSASignature.swift
[40/148] Compiling Crypto ASN1OctetString.swift
[41/148] Compiling Crypto ASN1Strings.swift
[42/148] Compiling Crypto ArraySliceBigint.swift
[43/148] Compiling Crypto CryptoError_boring.swift
[44/148] Compiling Crypto CryptoKitErrors.swift
[45/148] Compiling Crypto Digest_boring.swift
[46/148] Compiling Crypto Digest.swift
[47/148] Compiling Crypto Digests.swift
[48/148] Compiling Crypto HashFunctions.swift
[49/148] Compiling Crypto HashFunctions_SHA2.swift
[50/148] Compiling Crypto HPKE-AEAD.swift
[51/148] Compiling Crypto HPKE-Ciphersuite.swift
[52/148] Compiling Crypto HPKE-KDF.swift
[53/148] Compiling Crypto HPKE-KexKeyDerivation.swift
[54/148] Compiling Crypto HPKE-LabeledExtract.swift
[55/148] Compiling Crypto HPKE-Utils.swift
[56/148] Compiling Crypto DHKEM.swift
[57/148] Compiling Crypto HPKE-KEM-Curve25519.swift
[58/148] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[59/148] Compiling Crypto HPKE-KEM.swift
[60/148] Compiling Crypto HPKE-Errors.swift
[61/148] Compiling Crypto HPKE.swift
[62/148] Compiling Crypto HPKE-Context.swift
[66/148] Compiling Crypto PEMDocument.swift
[67/148] Compiling Crypto AES-GCM.swift
[68/148] Compiling Crypto AES-GCM_boring.swift
[69/148] Emitting module secp256k1
[70/148] Compiling Crypto ASN1Identifier.swift
[71/148] Compiling Crypto ASN1Integer.swift
[72/148] Compiling Crypto ASN1Null.swift
[76/149] Compiling Crypto PKCS8PrivateKey.swift
[77/149] Compiling Crypto SEC1PrivateKey.swift
BUILD FAILURE 6.1 wasm