Build Information
Failed to build ATCryptography, reference 0.2.0 (b1b692
), with Swift 6.1 for Wasm on 14 Jul 2025 03:10:14 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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ATProtoKit/ATCryptography.git
Reference: 0.2.0
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.0 -> FETCH_HEAD
HEAD is now at b1b6923 Fix DocC issue
Cloned https://github.com/ATProtoKit/ATCryptography.git
Revision (git rev-parse @):
b1b69232a4d980d55e4566acb5455f37397c2f60
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ATProtoKit/ATCryptography.git at 0.2.0
========================================
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-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:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
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
[1/4807] Fetching bigint
[2165/20491] Fetching bigint, swift-crypto
Fetched https://github.com/attaswift/BigInt.git from cache (0.94s)
[2980/15684] Fetching swift-crypto
Fetching https://github.com/21-DOT-DEV/swift-secp256k1.git
Fetched https://github.com/apple/swift-crypto.git from cache (3.01s)
[1/4981] Fetching swift-secp256k1
Fetched https://github.com/21-DOT-DEV/swift-secp256k1.git from cache (0.60s)
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.65s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.6.0 (1.76s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (5.53s)
Fetching https://github.com/apple/swift-asn1.git
[1/1616] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.50s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (1.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.4.0
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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.6.0
Building for debugging...
[0/370] Write sources
[4/370] Compiling precomputed_ecmult_gen.c
[5/370] Write sources
[6/370] Compiling Utility.c
[7/370] Compiling fiat_p256_adx_sqr.S
[8/370] Compiling fiat_p256_adx_mul.S
[9/370] Compiling fiat_curve25519_adx_square.S
[10/370] Compiling fiat_curve25519_adx_mul.S
[11/370] Compiling CCryptoBoringSSLShims shims.c
[12/370] Compiling md5-x86_64-linux.S
[13/370] Compiling md5-x86_64-apple.S
[14/370] Compiling md5-586-linux.S
[15/370] Compiling md5-586-apple.S
[16/370] Compiling secp256k1.c
[17/370] Compiling chacha20_poly1305_x86_64-linux.S
[18/370] Write swift-version-24593BA9C3E375BF.txt
[19/370] Compiling a_d2i_fp.cc
[20/370] Compiling chacha20_poly1305_x86_64-apple.S
[21/370] Compiling chacha20_poly1305_armv8-win.S
[22/370] Compiling chacha20_poly1305_armv8-linux.S
[23/370] Compiling a_bitstr.cc
[24/370] Compiling chacha20_poly1305_armv8-apple.S
[25/370] Compiling chacha-x86_64-linux.S
[26/370] Compiling a_bool.cc
[27/370] Compiling chacha-x86_64-apple.S
[28/370] Compiling chacha-x86-linux.S
[29/370] Compiling chacha-x86-apple.S
[30/370] Compiling chacha-armv8-win.S
[31/377] Compiling chacha-armv8-linux.S
[32/391] Compiling chacha-armv4-linux.S
[33/391] Compiling chacha-armv8-apple.S
[34/391] Compiling aes128gcmsiv-x86_64-linux.S
[35/391] Compiling x86_64-mont5-linux.S
[36/391] Compiling aes128gcmsiv-x86_64-apple.S
[37/391] Compiling x86_64-mont5-apple.S
[38/391] Compiling x86_64-mont-apple.S
[39/391] Compiling x86_64-mont-linux.S
[40/391] Compiling x86-mont-linux.S
[41/391] Compiling x86-mont-apple.S
[42/391] Compiling vpaes-x86_64-linux.S
[43/391] Compiling vpaes-x86_64-apple.S
[44/391] Compiling vpaes-armv8-linux.S
[44/391] Compiling vpaes-x86-apple.S
[46/391] Compiling vpaes-armv8-win.S
[47/391] Compiling vpaes-x86-linux.S
[48/391] Compiling vpaes-armv8-apple.S
[49/391] Compiling sha512-x86_64-linux.S
[50/391] Compiling vpaes-armv7-linux.S
[51/391] Compiling sha512-x86_64-apple.S
[51/391] Compiling sha512-armv8-win.S
[53/391] Compiling sha512-armv8-linux.S
[54/391] Compiling sha512-armv4-linux.S
[55/391] Compiling sha512-armv8-apple.S
[56/391] Compiling sha256-x86_64-linux.S
[57/391] Compiling sha512-586-apple.S
[58/391] Compiling sha512-586-linux.S
[59/391] Compiling sha256-armv8-win.S
[60/391] Compiling err_data.cc
[61/391] Compiling sha256-armv8-apple.S
[62/391] Compiling sha256-armv8-linux.S
[63/391] Compiling sha256-x86_64-apple.S
[64/391] Compiling sha256-armv4-linux.S
[65/391] Compiling sha256-586-linux.S
[66/391] Compiling sha1-armv8-linux.S
[67/391] Compiling sha256-586-apple.S
[67/391] Compiling sha1-x86_64-linux.S
[69/391] Compiling sha1-armv8-win.S
[70/391] Compiling sha1-x86_64-apple.S
[71/391] Compiling sha1-586-linux.S
[72/391] Compiling sha1-armv8-apple.S
[73/391] Compiling sha1-armv4-large-linux.S
[74/391] Compiling sha1-586-apple.S
[75/391] Compiling rsaz-avx2-linux.S
[76/391] Compiling rsaz-avx2-apple.S
[77/391] Compiling rdrand-x86_64-linux.S
[78/391] Compiling rdrand-x86_64-apple.S
[78/391] Compiling p256_beeu-x86_64-asm-linux.S
[80/391] Compiling p256_beeu-x86_64-asm-apple.S
[81/391] Compiling p256_beeu-armv8-asm-linux.S
[81/391] Compiling p256_beeu-armv8-asm-apple.S
[83/391] Compiling p256_beeu-armv8-asm-win.S
[84/391] Compiling p256-x86_64-asm-apple.S
[85/391] Compiling p256-armv8-asm-linux.S
[86/391] Compiling p256-armv8-asm-apple.S
[87/391] Compiling p256-x86_64-asm-linux.S
[88/391] Compiling p256-armv8-asm-win.S
[89/391] Compiling ghashv8-armv8-win.S
[90/391] Compiling ghashv8-armv8-apple.S
[91/391] Compiling ghashv8-armv8-linux.S
[92/391] Compiling ghashv8-armv7-linux.S
[93/391] Compiling ghash-x86_64-linux.S
[94/391] Compiling ghash-x86-linux.S
[95/391] Compiling ghash-x86_64-apple.S
[96/391] Compiling ghash-ssse3-x86_64-linux.S
[97/391] Compiling ghash-x86-apple.S
[98/391] Compiling ghash-ssse3-x86_64-apple.S
[99/391] Compiling ghash-ssse3-x86-linux.S
[100/391] Compiling ghash-ssse3-x86-apple.S
[101/391] Compiling ghash-neon-armv8-linux.S
[102/391] Compiling ghash-neon-armv8-apple.S
[103/391] Compiling ghash-neon-armv8-win.S
[104/391] Compiling co-586-linux.S
[105/391] Compiling ghash-armv4-linux.S
[106/391] Compiling bn-armv8-linux.S
[107/391] Compiling co-586-apple.S
[108/391] Compiling bn-armv8-win.S
[109/391] Compiling bsaes-armv7-linux.S
[110/391] Compiling bn-armv8-apple.S
[111/391] Compiling bn-586-linux.S
[112/391] Compiling bn-586-apple.S
[113/391] Compiling armv8-mont-win.S
[114/391] Compiling armv8-mont-apple.S
[115/391] Compiling armv8-mont-linux.S
[116/391] Compiling aesv8-gcm-armv8-win.S
[117/391] Compiling armv4-mont-linux.S
[118/391] Compiling aesv8-gcm-armv8-linux.S
[119/391] Compiling aesv8-armv8-linux.S
[120/391] Compiling aesv8-gcm-armv8-apple.S
[121/391] Compiling aesv8-armv7-linux.S
[122/391] Compiling aesv8-armv8-win.S
[123/391] Compiling aesv8-armv8-apple.S
[124/391] Compiling aesni-x86_64-apple.S
[125/391] Compiling aesni-x86_64-linux.S
[126/391] Compiling aesni-x86-linux.S
[127/391] Compiling aesni-gcm-x86_64-linux.S
[127/391] Compiling aesni-x86-apple.S
[129/391] Compiling aesni-gcm-x86_64-apple.S
[130/391] Compiling aes-gcm-avx10-x86_64-apple.S
[131/391] Compiling aes-gcm-avx10-x86_64-linux.S
[132/391] Compiling x_x509a.cc
[133/391] Compiling x_val.cc
[134/391] Compiling x_spki.cc
[135/391] Compiling x_sig.cc
[136/391] Compiling x_x509.cc
[137/391] Compiling x_req.cc
[138/391] Compiling precomputed_ecmult.c
[139/391] Compiling x_pubkey.cc
[140/430] Compiling x_exten.cc
[141/430] Compiling x_attrib.cc
[142/430] Compiling x_all.cc
[143/430] Compiling x_name.cc
[144/430] Compiling x_crl.cc
[145/430] Compiling x_algor.cc
[146/430] Compiling x509spki.cc
[147/430] Compiling x509cset.cc
[148/430] Compiling x509rset.cc
[149/430] Compiling x509name.cc
[150/430] Compiling x509_vpm.cc
[151/430] Compiling x509_vfy.cc
[152/430] Compiling x509_v3.cc
[154/430] Compiling secp256k1 Combine.swift
[155/430] Compiling secp256k1 Context.swift
[155/432] Compiling x509_txt.cc
[157/432] Compiling secp256k1 SEC1PrivateKey.swift
[158/432] Compiling secp256k1 SubjectPublicKeyInfo.swift
[159/432] Compiling secp256k1 Asymmetric.swift
[160/432] Compiling secp256k1 ECDSASignature.swift
[161/432] Compiling secp256k1 PEMDocument.swift
[162/432] Compiling secp256k1 PKCS8PrivateKey.swift
[162/432] Compiling x509_trs.cc
[163/432] Compiling x509_set.cc
[164/432] Compiling x509_req.cc
[165/432] Compiling x509_obj.cc
[167/432] Compiling BigInt Subtraction.swift
[168/432] Compiling BigInt Words and Bits.swift
[168/432] Compiling x509_lu.cc
[169/432] Compiling x509_ext.cc
[170/432] Compiling x509_cmp.cc
[171/432] Compiling x509_d2.cc
[172/432] Compiling x509_def.cc
[173/432] Compiling x509_att.cc
[185/437] Compiling secp256k1 Digest.swift
[186/437] Compiling secp256k1 ASN1Null.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 |
[187/437] Compiling secp256k1 ASN1OctetString.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 |
[188/437] Compiling secp256k1 ASN1Strings.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 |
[189/437] Emitting module BigInt
[190/437] Compiling secp256k1 ASN1.swift
[191/437] Compiling secp256k1 ASN1Any.swift
[192/437] Compiling secp256k1 ASN1BitString.swift
[195/437] Compiling secp256k1 ArraySliceBigint.swift
[197/437] Compiling secp256k1 GeneralizedTime.swift
[200/437] Compiling secp256k1 ObjectIdentifier.swift
[202/437] Compiling secp256k1 ASN1Boolean.swift
[203/437] Compiling secp256k1 ASN1Identifier.swift
[204/437] Compiling secp256k1 ASN1Integer.swift
[205/437] Compiling secp256k1 Recovery.swift
[206/437] Compiling secp256k1 SHA256.swift
[207/437] Compiling secp256k1 SafeCompare.swift
[208/437] Compiling secp256k1 Schnorr.swift
[209/437] Compiling secp256k1 SecureBytes.swift
[210/437] Compiling secp256k1 ECDH.swift
[211/437] Compiling secp256k1 ECDSA.swift
[212/437] Compiling secp256k1 EdDSA.swift
[213/437] Compiling secp256k1 Errors.swift
[214/437] Compiling secp256k1 Exports.swift
[215/437] Compiling secp256k1 HashDigest.swift
[216/437] Compiling secp256k1 MuSig.swift
[217/437] Compiling secp256k1 Nonces.swift
[218/437] Compiling secp256k1 PrettyBytes.swift
[219/437] Compiling secp256k1 RNG_boring.swift
[219/437] Compiling v3_utl.cc
[219/437] Compiling v3_pmaps.cc
[219/437] Compiling v3_purp.cc
[219/437] Compiling v3_skey.cc
[219/437] Compiling x509.cc
[219/437] Compiling v3_prn.cc
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:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
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/207] Compiling v3_pcons.cc
[1/207] Compiling v3_utl.cc
[2/207] Compiling x509.cc
[3/207] Compiling v3_prn.cc
[4/207] Compiling v3_pmaps.cc
[5/207] Compiling v3_skey.cc
[6/207] Compiling v3_purp.cc
[7/207] Write swift-version-24593BA9C3E375BF.txt
[8/207] Compiling v3_ocsp.cc
[9/231] Compiling v3_ia5.cc
[10/246] Compiling v3_info.cc
[11/267] Compiling v3_extku.cc
[12/267] Compiling v3_ncons.cc
[13/267] Compiling v3_int.cc
[14/267] Compiling v3_lib.cc
[15/267] Compiling v3_genn.cc
[17/267] Compiling BigInt Strideable.swift
[18/267] Compiling BigInt String Conversion.swift
[19/267] Compiling secp256k1 ECDH.swift
[20/267] Compiling secp256k1 ECDSA.swift
[21/267] Compiling secp256k1 EdDSA.swift
[22/267] Compiling secp256k1 Errors.swift
[23/267] Compiling secp256k1 Exports.swift
[26/274] Compiling BigInt Subtraction.swift
[27/274] Compiling BigInt Words and Bits.swift
[28/274] Compiling secp256k1 Digest.swift
[29/274] Compiling BigInt Bitwise Ops.swift
[30/274] Compiling BigInt Codable.swift
[31/274] Compiling BigInt Comparable.swift
[32/274] Compiling BigInt Integer Conversion.swift
[33/274] Compiling BigInt Multiplication.swift
[34/274] Compiling BigInt Prime Test.swift
[35/274] Emitting module BigInt
[36/274] Compiling BigInt Addition.swift
[37/274] Compiling BigInt BigInt.swift
[38/274] Compiling BigInt BigUInt.swift
[39/274] Compiling secp256k1 Signature.swift
[40/274] Compiling secp256k1 Tweak.swift
[41/274] Compiling secp256k1 Utility.swift
[42/274] Compiling secp256k1 Zeroization.swift
[43/274] Compiling secp256k1 secp256k1.swift
[44/274] Compiling secp256k1 HashDigest.swift
[45/274] Compiling secp256k1 MuSig.swift
[46/274] Compiling secp256k1 Nonces.swift
[47/274] Compiling secp256k1 PrettyBytes.swift
[48/274] Compiling secp256k1 RNG_boring.swift
[48/274] Compiling v3_bcons.cc
[50/274] Compiling secp256k1 Recovery.swift
[51/274] Compiling secp256k1 SHA256.swift
[52/274] Compiling secp256k1 SafeCompare.swift
[53/274] Compiling secp256k1 Schnorr.swift
[54/274] Compiling secp256k1 SecureBytes.swift
[55/274] Compiling BigInt Random.swift
[56/274] Compiling BigInt Shifts.swift
[57/274] Compiling BigInt Square Root.swift
[64/274] 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 |
[65/274] 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 |
[66/274] 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 |
[66/274] Compiling v3_enum.cc
[67/274] Compiling v3_cpols.cc
[69/274] Compiling BigInt Data Conversion.swift
[70/274] Compiling BigInt Division.swift
[71/274] Compiling BigInt Exponentiation.swift
[77/274] Compiling v3_conf.cc
[78/274] Compiling v3_crld.cc
[81/274] Compiling v3_bitst.cc
[82/274] Compiling v3_alt.cc
[84/274] Emitting module secp256k1
[91/275] Compiling v3_akey.cc
[92/275] Compiling v3_akeya.cc
[93/275] Compiling t_crl.cc
[93/275] Compiling policy.cc
[93/275] Compiling rsa_pss.cc
[93/275] Compiling t_req.cc
[93/275] Compiling t_x509.cc
[93/275] Compiling t_x509a.cc
BUILD FAILURE 6.1 wasm