Build Information
Failed to build ATCryptography, reference 0.1.8 (54bccd
), with Swift 6.1 for Wasm on 31 May 2025 04:17:18 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ATProtoKit/ATCryptography.git
Reference: 0.1.8
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.1.8 -> FETCH_HEAD
HEAD is now at 54bccdb Update DocC with the changes
Cloned https://github.com/ATProtoKit/ATCryptography.git
Revision (git rev-parse @):
54bccdbc8a86afa84342a100dd869265f4f46b2f
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ATProtoKit/ATCryptography.git at 0.1.8
========================================
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" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "16.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",
"Multibase.swift",
"Plugins.swift",
"SHA256Hasher.swift",
"SecureRandom.swift",
"SignatureVerifier.swift",
"Types.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-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/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/4776] Fetching bigint
[861/9609] Fetching bigint, swift-secp256k1
[1438/23545] Fetching bigint, swift-secp256k1, swift-crypto
Fetched https://github.com/21-DOT-DEV/swift-secp256k1.git from cache (1.82s)
Fetched https://github.com/attaswift/BigInt.git from cache (1.82s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.84s)
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 (2.59s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.5.2 (0.84s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (5.12s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.44s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.37s)
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
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
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.5.2
Building for debugging...
[0/370] Write sources
[3/370] Compiling fiat_p256_adx_mul.S
[4/370] Compiling fiat_p256_adx_sqr.S
[5/370] Compiling precomputed_ecmult_gen.c
[6/370] Compiling fiat_curve25519_adx_square.S
[7/370] Compiling Utility.c
[8/370] Compiling fiat_curve25519_adx_mul.S
[9/370] Compiling md5-x86_64-linux.S
[10/370] Compiling md5-x86_64-apple.S
[11/370] Compiling md5-586-linux.S
[12/370] Compiling md5-586-apple.S
[13/370] Compiling chacha20_poly1305_x86_64-linux.S
[14/370] Compiling chacha20_poly1305_armv8-win.S
[15/370] Compiling chacha20_poly1305_armv8-linux.S
[16/370] Compiling chacha20_poly1305_x86_64-apple.S
[17/370] Compiling chacha20_poly1305_armv8-apple.S
[18/370] Compiling chacha-x86_64-linux.S
[19/370] Compiling chacha-x86_64-apple.S
[20/370] Compiling CCryptoBoringSSLShims shims.c
[21/370] Compiling chacha-x86-linux.S
[22/370] Compiling chacha-x86-apple.S
[23/370] Compiling chacha-armv8-win.S
[24/370] Compiling chacha-armv8-apple.S
[25/370] Compiling chacha-armv8-linux.S
[26/370] Compiling aes128gcmsiv-x86_64-linux.S
[27/370] Compiling chacha-armv4-linux.S
[28/370] Compiling aes128gcmsiv-x86_64-apple.S
[29/370] Compiling x86_64-mont5-apple.S
[30/370] Compiling x86_64-mont-apple.S
[31/370] Compiling x86_64-mont5-linux.S
[32/370] Compiling x86_64-mont-linux.S
[33/370] Compiling x86-mont-apple.S
[34/370] Compiling x86-mont-linux.S
[35/370] Compiling err_data.cc
[36/370] Compiling vpaes-x86_64-linux.S
[37/370] Compiling vpaes-x86_64-apple.S
[38/370] Compiling vpaes-x86-linux.S
[39/370] Compiling vpaes-x86-apple.S
[40/370] Compiling secp256k1.c
[41/370] Compiling vpaes-armv8-win.S
[42/370] Compiling vpaes-armv8-apple.S
[43/370] Compiling vpaes-armv8-linux.S
[44/370] Compiling sha512-x86_64-linux.S
[45/370] Compiling vpaes-armv7-linux.S
[46/370] Compiling sha512-armv8-apple.S
[47/370] Compiling sha512-armv8-win.S
[48/370] Compiling sha512-x86_64-apple.S
[49/370] Compiling sha512-armv8-linux.S
[50/370] Compiling sha512-armv4-linux.S
[51/370] Compiling sha512-586-linux.S
[52/370] Compiling sha256-x86_64-apple.S
[53/370] Compiling sha512-586-apple.S
[54/370] Compiling sha256-armv8-win.S
[54/370] Compiling sha256-x86_64-linux.S
[56/370] Compiling sha256-armv8-linux.S
[57/370] Compiling sha256-armv8-apple.S
[58/370] Compiling sha256-armv4-linux.S
[59/370] Compiling sha256-586-linux.S
[60/370] Compiling sha1-x86_64-apple.S
[61/370] Compiling sha1-x86_64-linux.S
[62/370] Compiling sha256-586-apple.S
[63/370] Compiling sha1-armv8-win.S
[64/370] Compiling sha1-armv8-apple.S
[65/370] Compiling sha1-586-linux.S
[66/370] Compiling sha1-armv8-linux.S
[67/370] Compiling sha1-armv4-large-linux.S
[68/370] Compiling sha1-586-apple.S
[69/370] Compiling rsaz-avx2-linux.S
[70/370] Compiling rsaz-avx2-apple.S
[71/370] Compiling p256_beeu-x86_64-asm-apple.S
[72/370] Compiling rdrand-x86_64-linux.S
[73/370] Compiling rdrand-x86_64-apple.S
[74/370] Compiling p256_beeu-armv8-asm-win.S
[75/370] Compiling p256_beeu-x86_64-asm-linux.S
[76/370] Compiling p256_beeu-armv8-asm-linux.S
[77/370] Compiling p256_beeu-armv8-asm-apple.S
[78/370] Compiling p256-x86_64-asm-linux.S
[79/370] Compiling p256-x86_64-asm-apple.S
[80/370] Compiling p256-armv8-asm-win.S
[81/370] Compiling p256-armv8-asm-linux.S
[82/370] Compiling ghashv8-armv8-win.S
[83/370] Compiling p256-armv8-asm-apple.S
[84/370] Compiling ghashv8-armv8-linux.S
[85/370] Compiling ghash-x86_64-linux.S
[86/370] Compiling ghashv8-armv8-apple.S
[87/370] Compiling ghashv8-armv7-linux.S
[88/370] Compiling ghash-x86_64-apple.S
[89/370] Compiling ghash-x86-linux.S
[90/370] Compiling ghash-ssse3-x86-linux.S
[91/370] Compiling ghash-ssse3-x86_64-linux.S
[92/370] Compiling ghash-x86-apple.S
[93/370] Compiling ghash-ssse3-x86_64-apple.S
[94/370] Compiling ghash-neon-armv8-win.S
[95/370] Compiling ghash-ssse3-x86-apple.S
[96/370] Compiling ghash-neon-armv8-apple.S
[97/370] Compiling ghash-neon-armv8-linux.S
[98/370] Compiling ghash-armv4-linux.S
[99/370] Compiling co-586-linux.S
[100/370] Compiling bsaes-armv7-linux.S
[101/370] Compiling bn-armv8-win.S
[102/370] Compiling co-586-apple.S
[103/370] Compiling bn-armv8-linux.S
[104/370] Compiling bn-586-apple.S
[104/370] Compiling bn-armv8-apple.S
[106/370] Compiling armv8-mont-win.S
[107/370] Compiling bn-586-linux.S
[108/370] Compiling armv8-mont-linux.S
[109/370] Compiling armv8-mont-apple.S
[110/370] Compiling aesv8-gcm-armv8-linux.S
[111/370] Compiling aesv8-gcm-armv8-apple.S
[112/370] Compiling armv4-mont-linux.S
[113/370] Compiling aesv8-armv8-win.S
[114/370] Compiling aesv8-gcm-armv8-win.S
[115/370] Compiling aesv8-armv8-linux.S
[116/370] Compiling aesv8-armv8-apple.S
[117/370] Compiling aesv8-armv7-linux.S
[118/370] Compiling aesni-x86_64-linux.S
[119/370] Compiling aesni-x86_64-apple.S
[120/370] Compiling aesni-x86-linux.S
[121/370] Compiling aesni-x86-apple.S
[122/370] Compiling aesni-gcm-x86_64-apple.S
[123/370] Compiling aesni-gcm-x86_64-linux.S
[124/370] Compiling aes-gcm-avx10-x86_64-apple.S
[125/370] Compiling aes-gcm-avx10-x86_64-linux.S
[126/370] Compiling x_spki.cc
[127/370] Compiling x_val.cc
[128/370] Compiling x_x509.cc
[129/370] Compiling x_sig.cc
[130/370] Compiling x_req.cc
[131/370] Compiling x_x509a.cc
[132/370] Compiling precomputed_ecmult.c
[133/370] Write swift-version-24593BA9C3E375BF.txt
[134/370] Compiling x_pubkey.cc
[135/409] Compiling x_crl.cc
[136/409] Compiling x_name.cc
[137/409] Compiling x_exten.cc
[138/409] Compiling x_attrib.cc
[139/409] Compiling x_all.cc
[140/409] Compiling x509spki.cc
[141/409] Compiling x_algor.cc
[142/409] Compiling x509rset.cc
[143/409] Compiling x509name.cc
[144/409] Compiling x509cset.cc
[145/409] Compiling x509_vpm.cc
[146/409] Compiling x509_txt.cc
[147/409] Compiling x509_v3.cc
[148/409] Compiling x509_vfy.cc
[149/409] Compiling x509_set.cc
[150/409] Compiling x509_trs.cc
[151/409] Compiling x509_req.cc
[152/409] Compiling x509_obj.cc
[153/409] Compiling x509_def.cc
[154/409] Compiling x509_ext.cc
[155/409] Compiling x509_lu.cc
[157/409] Emitting module secp256k1
[157/414] Compiling x509_d2.cc
[158/414] Compiling x509_cmp.cc
[159/414] Compiling x509_att.cc
[160/414] Compiling x509.cc
[161/414] Compiling v3_skey.cc
[162/414] Compiling v3_utl.cc
[163/414] Compiling v3_purp.cc
[164/414] Compiling v3_prn.cc
[165/414] Compiling v3_pmaps.cc
[166/414] Compiling v3_pcons.cc
[167/414] Compiling v3_int.cc
[168/414] Compiling v3_ocsp.cc
[169/414] Compiling v3_ncons.cc
[170/414] Compiling v3_lib.cc
[171/414] Compiling v3_info.cc
[172/414] Compiling v3_ia5.cc
[173/414] Compiling v3_genn.cc
[174/414] Compiling v3_enum.cc
[175/414] Compiling v3_extku.cc
[176/414] Compiling v3_crld.cc
[177/414] Compiling v3_cpols.cc
[178/414] Compiling v3_conf.cc
[179/414] Compiling v3_bitst.cc
[180/414] Compiling v3_bcons.cc
[182/414] Compiling secp256k1 Recovery.swift
[183/414] Compiling secp256k1 SHA256.swift
[184/414] Compiling secp256k1 SafeCompare.swift
[185/414] Compiling secp256k1 Schnorr.swift
[186/414] Compiling secp256k1 SecureBytes.swift
[187/414] Compiling secp256k1 ECDH.swift
[188/414] Compiling secp256k1 ECDSA.swift
[189/414] Compiling secp256k1 EdDSA.swift
[190/414] Compiling secp256k1 Errors.swift
[191/414] Compiling secp256k1 Exports.swift
[192/414] Compiling secp256k1 HashDigest.swift
[193/414] Compiling secp256k1 MuSig.swift
[194/414] Compiling secp256k1 Nonces.swift
[195/414] Compiling secp256k1 PrettyBytes.swift
[196/414] Compiling secp256k1 RNG_boring.swift
[197/414] Compiling secp256k1 Signature.swift
[198/414] Compiling secp256k1 Tweak.swift
[199/414] Compiling secp256k1 Utility.swift
[200/414] Compiling secp256k1 Zeroization.swift
[201/414] Compiling secp256k1 secp256k1.swift
[202/414] Compiling secp256k1 ASN1Null.swift
[203/414] Compiling secp256k1 ASN1OctetString.swift
[204/414] Compiling secp256k1 ASN1Strings.swift
[205/414] Compiling secp256k1 ArraySliceBigint.swift
[206/414] Compiling secp256k1 GeneralizedTime.swift
[207/414] Compiling secp256k1 ObjectIdentifier.swift
[208/414] Compiling secp256k1 Combine.swift
[209/414] Compiling secp256k1 Context.swift
[210/414] Compiling secp256k1 CryptoKitErrors.swift
[211/414] Compiling secp256k1 DH.swift
[212/414] Compiling secp256k1 Digest.swift
[213/414] Compiling secp256k1 ECDSASignature.swift
[214/414] Compiling secp256k1 PEMDocument.swift
[215/414] Compiling secp256k1 PKCS8PrivateKey.swift
[216/414] Compiling secp256k1 SEC1PrivateKey.swift
[217/414] Compiling secp256k1 SubjectPublicKeyInfo.swift
[218/414] Compiling secp256k1 Asymmetric.swift
[219/414] Compiling secp256k1 ASN1.swift
[220/414] Compiling secp256k1 ASN1Any.swift
[221/414] Compiling secp256k1 ASN1BitString.swift
[222/414] Compiling secp256k1 ASN1Boolean.swift
[223/414] Compiling secp256k1 ASN1Identifier.swift
[224/414] Compiling secp256k1 ASN1Integer.swift
[225/415] Compiling v3_alt.cc
[226/415] Compiling v3_akey.cc
[227/415] Compiling v3_akeya.cc
[228/415] Compiling t_x509a.cc
[229/415] Compiling t_x509.cc
[230/415] Compiling t_req.cc
[231/415] Compiling t_crl.cc
[232/415] Compiling i2d_pr.cc
[233/415] Compiling policy.cc
[234/415] Compiling rsa_pss.cc
[235/415] Compiling name_print.cc
[236/415] Compiling by_file.cc
[237/415] Compiling by_dir.cc
[238/415] Compiling algorithm.cc
[239/415] Compiling asn1_gen.cc
[240/415] Compiling a_verify.cc
[241/415] Compiling thread_pthread.cc
[242/415] Compiling a_sign.cc
[243/415] Compiling thread_win.cc
[244/415] Compiling a_digest.cc
[245/415] Compiling voprf.cc
[246/415] Compiling pmbtoken.cc
[247/415] Compiling trust_token.cc
[248/415] Compiling stack.cc
[249/415] Compiling thread.cc
[250/415] Compiling thread_none.cc
[251/415] Compiling wots.cc
[252/415] Compiling thash.cc
[253/415] Compiling merkle.cc
[254/415] Compiling fors.cc
[255/415] Compiling sha512.cc
[256/415] Compiling siphash.cc
[257/415] Compiling slhdsa.cc
[258/415] Compiling sha1.cc
[259/415] Compiling sha256.cc
[260/415] Compiling rsa_extra.cc
[261/415] Compiling rsa_print.cc
[262/415] Compiling refcount.cc
[263/415] Compiling rsa_crypt.cc
[264/415] Compiling rc4.cc
[265/415] Compiling trusty.cc
[266/415] Compiling rsa_asn1.cc
[267/415] Compiling urandom.cc
[268/415] Compiling rand_extra.cc
[269/415] Compiling windows.cc
[270/415] Compiling getentropy.cc
[271/415] Compiling passive.cc
[272/415] Compiling poly1305_arm_asm.S
[273/415] Compiling forkunsafe.cc
[274/415] Compiling ios.cc
[275/415] Compiling fork_detect.cc
[276/415] Compiling deterministic.cc
[277/415] Compiling pool.cc
[278/415] Compiling poly1305_arm.cc
[279/415] Compiling poly1305.cc
[280/415] Compiling poly1305_vec.cc
[281/415] Compiling pkcs8_x509.cc
[282/415] Compiling p5_pbev2.cc
[283/415] Compiling pem_xaux.cc
[284/415] Compiling pkcs7_x509.cc
[285/415] Compiling pkcs8.cc
[286/415] Compiling pem_pk8.cc
[287/415] Compiling pkcs7.cc
[288/415] Compiling pem_x509.cc
[289/415] Compiling pem_pkey.cc
[290/415] Compiling pem_oth.cc
[291/415] Compiling obj_xref.cc
[292/415] Compiling pem_lib.cc
[293/415] Compiling mldsa.cc
[294/415] Compiling md5.cc
[295/415] Compiling pem_all.cc
[296/415] Compiling kyber.cc
[297/415] Compiling mlkem.cc
[298/415] Compiling mem.cc
[299/415] Compiling pem_info.cc
[300/415] Compiling obj.cc
[301/415] Compiling poly_rq_mul.S
[302/415] Compiling fips_shared_support.cc
[303/415] Compiling md4.cc
[304/415] Compiling lhash.cc
[305/415] Compiling ex_data.cc
[306/415] Compiling hpke.cc
[307/415] Compiling hrss.cc
[308/415] Compiling scrypt.cc
[308/415] Compiling sign.cc
[310/415] Compiling print.cc
[311/415] Compiling pbkdf.cc
[312/415] Compiling p_x25519.cc
[313/415] Compiling p_x25519_asn1.cc
[314/415] Compiling p_rsa_asn1.cc
[315/415] Compiling p_hkdf.cc
[316/415] Compiling p_rsa.cc
[317/415] Compiling p_ed25519.cc
[318/415] Compiling p_ed25519_asn1.cc
[319/415] Compiling p_ec_asn1.cc
[320/415] Compiling p_ec.cc
[321/415] Compiling p_dh.cc
[322/415] Compiling p_dsa_asn1.cc
[323/415] Compiling evp_ctx.cc
[324/415] Compiling p_dh_asn1.cc
[325/415] Compiling evp_asn1.cc
[326/415] Compiling err.cc
[327/415] Compiling evp.cc
[328/415] Compiling engine.cc
[329/415] Compiling hash_to_curve.cc
[330/415] Compiling ecdsa_asn1.cc
[331/415] Compiling ecdh_extra.cc
[332/415] Compiling ec_derive.cc
[333/415] Compiling ec_asn1.cc
[334/415] Compiling dsa_asn1.cc
[335/415] Compiling dsa.cc
[336/415] Compiling params.cc
[337/415] Compiling bcm.cc
[338/415] Compiling x25519-asm-arm.S
[338/415] Compiling dh_asn1.cc
[340/415] Compiling des.cc
[341/415] Compiling digest_extra.cc
[342/415] Compiling curve25519_64_adx.cc
[343/415] Compiling spake25519.cc
[344/415] Compiling crypto.cc
[345/415] Compiling cpu_intel.cc
[346/415] Compiling cpu_arm_linux.cc
[347/415] Compiling cpu_arm_freebsd.cc
[348/415] Compiling cpu_aarch64_win.cc
[349/415] Compiling curve25519.cc
[350/415] Compiling cpu_aarch64_sysreg.cc
[351/415] Compiling cpu_aarch64_openbsd.cc
[352/415] Compiling cpu_aarch64_linux.cc
[353/415] Compiling cpu_aarch64_fuchsia.cc
[354/415] Compiling cpu_aarch64_apple.cc
[355/415] Compiling conf.cc
[356/415] Compiling e_tls.cc
[357/415] Compiling tls_cbc.cc
[358/415] Compiling e_des.cc
[359/415] Compiling e_rc2.cc
[360/415] Compiling e_rc4.cc
[361/415] Compiling e_null.cc
[362/415] Compiling e_chacha20poly1305.cc
[363/415] Compiling e_aesgcmsiv.cc
[364/415] Compiling cipher_extra.cc
[364/415] Compiling e_aesctrhmac.cc
[366/415] Compiling derive_key.cc
[367/415] Compiling chacha.cc
[368/415] Compiling unicode.cc
[369/415] Compiling cbs.cc
[370/415] Compiling ber.cc
[371/415] Compiling printf.cc
[372/415] Compiling cbb.cc
[373/415] Compiling buf.cc
[374/415] Compiling convert.cc
[375/415] Compiling asn1_compat.cc
[376/415] Compiling bn_asn1.cc
[377/415] Compiling blake2.cc
[378/415] Compiling hexdump.cc
[379/415] Compiling pair.cc
[380/415] Compiling file.cc
[381/415] Compiling fd.cc
[382/415] Compiling errno.cc
[383/415] Compiling bio.cc
[384/415] Compiling bio_mem.cc
[385/415] Compiling base64.cc
[386/415] Compiling tasn_utl.cc
[387/415] Compiling tasn_typ.cc
[388/415] Compiling tasn_fre.cc
[389/415] Compiling tasn_enc.cc
[390/415] Compiling posix_time.cc
[391/415] Compiling tasn_new.cc
[392/415] Compiling tasn_dec.cc
[393/415] Compiling f_string.cc
[394/415] Compiling asn_pack.cc
[395/415] Compiling f_int.cc
[396/415] Compiling a_utctm.cc
[397/415] Compiling asn1_par.cc
[398/415] Compiling asn1_lib.cc
[399/415] Compiling a_type.cc
[400/415] Compiling a_time.cc
[401/415] Compiling a_octet.cc
[402/415] Compiling a_object.cc
[403/415] Compiling a_strex.cc
[404/415] Compiling a_strnid.cc
[405/415] Compiling a_int.cc
[406/415] Write sources
[407/415] Compiling a_i2d_fp.cc
[408/415] Write sources
[409/415] Compiling a_mbstr.cc
[410/431] Compiling a_gentm.cc
[411/436] Compiling a_dup.cc
[412/436] Compiling a_d2i_fp.cc
[413/436] Compiling a_bitstr.cc
[414/436] Compiling a_bool.cc
[416/436] Compiling BigInt Strideable.swift
[417/436] Compiling BigInt String Conversion.swift
[418/446] 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 |
[419/446] 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 |
[420/446] 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 |
[421/446] Emitting module BigInt
[422/446] Compiling BigInt Integer Conversion.swift
[423/446] Compiling BigInt Multiplication.swift
[424/446] Compiling BigInt Prime Test.swift
[425/446] Compiling BigInt Random.swift
[426/446] Compiling BigInt Shifts.swift
[427/446] Compiling BigInt Square Root.swift
[428/446] Compiling CryptoBoringWrapper RandomBytes.swift
[429/446] Emitting module CryptoBoringWrapper
[430/446] Compiling BigInt Subtraction.swift
[431/446] Compiling BigInt Words and Bits.swift
[432/446] Compiling BigInt Addition.swift
[433/446] Compiling BigInt BigInt.swift
[434/446] Compiling BigInt BigUInt.swift
[435/446] Compiling BigInt Data Conversion.swift
[436/446] Compiling BigInt Division.swift
[437/446] Compiling BigInt Exponentiation.swift
[438/446] Compiling BigInt Bitwise Ops.swift
[439/446] Compiling BigInt Codable.swift
[440/446] Compiling BigInt Comparable.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" 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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
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/69] Compiling CryptoBoringWrapper RandomBytes.swift
[3/69] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[4/69] Compiling secp256k1 ECDH.swift
[5/69] Compiling secp256k1 ECDSA.swift
[6/69] Compiling secp256k1 EdDSA.swift
[7/69] Compiling secp256k1 Errors.swift
[8/69] Compiling secp256k1 Exports.swift
[9/74] Emitting module BigInt
[10/76] Compiling secp256k1 ArraySliceBigint.swift
[11/76] Compiling secp256k1 GeneralizedTime.swift
[12/76] Compiling secp256k1 ASN1Boolean.swift
[13/76] Compiling secp256k1 ASN1Identifier.swift
[14/76] Compiling secp256k1 ASN1Integer.swift
[15/76] Compiling secp256k1 SEC1PrivateKey.swift
[16/76] Compiling secp256k1 SubjectPublicKeyInfo.swift
[17/76] Compiling secp256k1 Asymmetric.swift
[18/76] Compiling secp256k1 ECDSASignature.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 |
[19/76] Compiling secp256k1 PEMDocument.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 |
[20/76] Compiling secp256k1 PKCS8PrivateKey.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 |
[21/76] Compiling secp256k1 Combine.swift
[22/76] Compiling secp256k1 Context.swift
[23/76] Compiling BigInt Subtraction.swift
[24/76] Compiling BigInt Words and Bits.swift
[25/76] Compiling secp256k1 Digest.swift
[26/76] Compiling CryptoBoringWrapper EllipticCurve.swift
[27/76] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[28/76] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[29/76] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[30/76] Emitting module CryptoBoringWrapper
[31/76] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[32/77] Compiling secp256k1 ASN1.swift
[33/77] Compiling secp256k1 ASN1Any.swift
[34/77] Compiling secp256k1 ASN1BitString.swift
[35/77] Compiling secp256k1 ObjectIdentifier.swift
[38/77] Compiling secp256k1 ASN1Null.swift
[39/77] Compiling secp256k1 ASN1OctetString.swift
[40/77] Compiling secp256k1 ASN1Strings.swift
[50/77] Compiling secp256k1 Signature.swift
[51/77] Compiling secp256k1 Tweak.swift
[52/77] Compiling secp256k1 Utility.swift
[53/77] Compiling secp256k1 Zeroization.swift
[54/77] Compiling secp256k1 secp256k1.swift
[55/77] Compiling secp256k1 HashDigest.swift
[56/77] Compiling secp256k1 MuSig.swift
[57/77] Compiling secp256k1 Nonces.swift
[58/77] Compiling secp256k1 PrettyBytes.swift
[59/77] Compiling secp256k1 RNG_boring.swift
[60/77] Compiling secp256k1 Recovery.swift
[61/77] Compiling secp256k1 SHA256.swift
[62/77] Compiling secp256k1 SafeCompare.swift
[63/77] Compiling secp256k1 Schnorr.swift
[64/77] Compiling secp256k1 SecureBytes.swift
[71/77] Emitting module secp256k1
BUILD FAILURE 6.1 wasm