Build Information
Failed to build ATIdentityTools, reference 0.1.4 (066d09), with Swift 6.1 for Wasm on 3 Apr 2026 19:29:17 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ATProtoKit/ATIdentityTools.git
Reference: 0.1.4
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/ATProtoKit/ATIdentityTools
* tag 0.1.4 -> FETCH_HEAD
HEAD is now at 066d097 Bump copyright year
Cloned https://github.com/ATProtoKit/ATIdentityTools.git
Revision (git rev-parse @):
066d097a13b0a8c9e197ad4dcdcae626b6b98dc8
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ATProtoKit/ATIdentityTools.git at 0.1.4
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/ATProtoKit/ATIdentityTools.git
https://github.com/ATProtoKit/ATIdentityTools.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "atcommontools",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ATProtoKit/ATCommonTools.git"
},
{
"identity" : "atcryptography",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ATProtoKit/ATCryptography.git"
},
{
"identity" : "swift-async-dns-resolver",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-async-dns-resolver"
}
],
"manifest_display_name" : "ATIdentityTools",
"name" : "ATIdentityTools",
"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" : "ATIdentityTools",
"targets" : [
"ATIdentityTools"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DIDCore",
"targets" : [
"DIDCore"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DIDCore",
"module_type" : "SwiftTarget",
"name" : "DIDCore",
"path" : "Sources/DIDCore",
"product_memberships" : [
"DIDCore"
],
"sources" : [
"DID.swift",
"DIDDocument.swift",
"DIDMethod.swift",
"DIDMethods/DIDPLCIdentifier.swift",
"DIDMethods/DIDWebIdentifier.swift",
"DIDProtocol.swift",
"Errors.swift",
"URIFragmentValidator.swift"
],
"type" : "library"
},
{
"c99name" : "ATIdentityToolsTests",
"module_type" : "SwiftTarget",
"name" : "ATIdentityToolsTests",
"path" : "Tests/ATIdentityToolsTests",
"sources" : [
"ATIdentityToolsTests.swift",
"DIDCore-specific/DIDPlcTests.swift",
"DIDCore-specific/DIDWebTests.swift"
],
"target_dependencies" : [
"ATIdentityTools",
"DIDCore"
],
"type" : "test"
},
{
"c99name" : "ATIdentityTools",
"module_type" : "SwiftTarget",
"name" : "ATIdentityTools",
"path" : "Sources/ATIdentityTools",
"product_dependencies" : [
"ATCommonTools",
"ATCommonWeb",
"ATCryptography",
"AsyncDNSResolver"
],
"product_memberships" : [
"ATIdentityTools"
],
"sources" : [
"DID/ATProtocolDataUtilities.swift",
"DID/DIDDocumentResolverProtocol.swift",
"DID/DIDPLCResolver.swift",
"DID/DIDResolver.swift",
"DID/DIDUtilities.swift",
"DID/DIDWebResolver.swift",
"DID/MemoryCache.swift",
"Errors.swift",
"Handle/HandleResolver.swift",
"Models.swift",
"Utilities.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:c3bd0c8eb125dea46564a1eb8b09ee779ba7ae350b1ee58b5e9d6ff6c39cef37
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
Fetching https://github.com/ATProtoKit/ATCryptography.git
Fetching https://github.com/apple/swift-async-dns-resolver
Fetching https://github.com/ATProtoKit/ATCommonTools.git
[1/935] Fetching swift-async-dns-resolver
[936/1299] Fetching swift-async-dns-resolver, atcommontools
[1300/2345] Fetching swift-async-dns-resolver, atcommontools, atcryptography
Fetched https://github.com/apple/swift-async-dns-resolver from cache (0.27s)
Fetched https://github.com/ATProtoKit/ATCommonTools.git from cache (0.28s)
Fetched https://github.com/ATProtoKit/ATCryptography.git from cache (0.28s)
Computing version for https://github.com/apple/swift-async-dns-resolver
Computed https://github.com/apple/swift-async-dns-resolver at 0.5.0 (3.30s)
Computing version for https://github.com/ATProtoKit/ATCryptography.git
Computed https://github.com/ATProtoKit/ATCryptography.git at 0.2.1 (1.55s)
Fetching https://github.com/attaswift/BigInt.git
Fetching https://github.com/21-DOT-DEV/swift-secp256k1.git
Fetching https://github.com/apple/swift-crypto.git
[1/4878] Fetching bigint
[4879/22206] Fetching bigint, swift-crypto
Fetched https://github.com/attaswift/BigInt.git from cache (0.53s)
[1040/17328] Fetching swift-crypto
[1388/27601] Fetching swift-crypto, swift-secp256k1
Fetched https://github.com/21-DOT-DEV/swift-secp256k1.git from cache (2.20s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.58s)
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 (3.20s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.7.0 (0.50s)
Computing version for https://github.com/ATProtoKit/ATCommonTools.git
Computed https://github.com/ATProtoKit/ATCommonTools.git at 0.0.15 (0.58s)
Fetching https://github.com/MasterJ93/swift-cbor.git
Fetching https://github.com/ATProtoKit/MultiformatsKit.git
[1/127] Fetching swift-cbor
[128/751] Fetching swift-cbor, multiformatskit
Fetched https://github.com/MasterJ93/swift-cbor.git from cache (0.22s)
Fetched https://github.com/ATProtoKit/MultiformatsKit.git from cache (0.23s)
Computing version for https://github.com/ATProtoKit/MultiformatsKit.git
Computed https://github.com/ATProtoKit/MultiformatsKit.git at 0.3.1 (0.89s)
Computing version for https://github.com/MasterJ93/swift-cbor.git
Computed https://github.com/MasterJ93/swift-cbor.git at 0.0.8 (0.58s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (4.41s)
Fetching https://github.com/apple/swift-asn1.git
[1/1789] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.33s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.6.0 (1.20s)
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.7.0
Creating working copy for https://github.com/ATProtoKit/ATCommonTools.git
Working copy of https://github.com/ATProtoKit/ATCommonTools.git resolved at 0.0.15
Creating working copy for https://github.com/ATProtoKit/ATCryptography.git
Working copy of https://github.com/ATProtoKit/ATCryptography.git resolved at 0.2.1
Creating working copy for https://github.com/MasterJ93/swift-cbor.git
Working copy of https://github.com/MasterJ93/swift-cbor.git resolved at 0.0.8
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/ATProtoKit/MultiformatsKit.git
Working copy of https://github.com/ATProtoKit/MultiformatsKit.git resolved at 0.3.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.6.0
Creating working copy for https://github.com/apple/swift-async-dns-resolver
Working copy of https://github.com/apple/swift-async-dns-resolver resolved at 0.5.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.1
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/ATIdentityTools/PrivacyInfo.xcprivacy
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/DIDCore/PrivacyInfo.xcprivacy
Building for debugging...
[0/444] Write sources
[12/444] Compiling Utility.c
/host/spi-builder-workspace/.build/checkouts/swift-async-dns-resolver/Sources/CAsyncDNSResolver/c-ares/src/lib/ares__addrinfo2hostent.c:25:12: fatal error: 'netdb.h' file not found
25 | # include <netdb.h>
| ^~~~~~~~~
1 error generated.
[13/444] Compiling ares__addrinfo2hostent.c
/host/spi-builder-workspace/.build/checkouts/swift-async-dns-resolver/Sources/CAsyncDNSResolver/c-ares/src/lib/ares__addrinfo_localhost.c:22:12: fatal error: 'netdb.h' file not found
22 | # include <netdb.h>
| ^~~~~~~~~
1 error generated.
[13/444] Compiling ares__addrinfo_localhost.c
[13/444] Compiling precomputed_ecmult.c
[13/444] Compiling CCryptoBoringSSLShims shims.c
[13/444] Compiling fiat_p256_adx_sqr.S
[13/444] Compiling precomputed_ecmult_gen.c
[13/444] Compiling secp256k1.c
[13/444] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:c3bd0c8eb125dea46564a1eb8b09ee779ba7ae350b1ee58b5e9d6ff6c39cef37
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/ATIdentityTools/PrivacyInfo.xcprivacy
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/DIDCore/PrivacyInfo.xcprivacy
[0/1] Planning build
Building for debugging...
[0/431] Compiling fiat_p256_adx_mul.S
[0/431] Compiling fiat_curve25519_adx_square.S
[2/431] Compiling fiat_p256_adx_sqr.S
[3/431] Compiling md5-x86_64-linux.S
[4/431] Compiling md5-x86_64-apple.S
[5/431] Compiling fiat_curve25519_adx_mul.S
[6/431] Compiling precomputed_ecmult_gen.c
[7/431] Compiling md5-586-apple.S
[8/431] Compiling md5-586-linux.S
[9/431] Compiling chacha20_poly1305_x86_64-linux.S
[10/431] Compiling chacha20_poly1305_armv8-win.S
[11/431] Compiling chacha20_poly1305_x86_64-apple.S
[12/431] Compiling chacha20_poly1305_armv8-linux.S
[13/431] Write swift-version-24593BA9C3E375BF.txt
[14/431] Compiling chacha-x86_64-linux.S
[15/431] Compiling chacha20_poly1305_armv8-apple.S
[16/431] Compiling chacha-x86_64-apple.S
[17/431] Compiling chacha-x86-linux.S
[18/431] Compiling chacha-x86-apple.S
[19/431] Compiling chacha-armv8-win.S
[20/446] Compiling chacha-armv8-linux.S
[21/446] Compiling CCryptoBoringSSLShims shims.c
[22/446] Compiling chacha-armv8-apple.S
[23/446] Compiling chacha-armv4-linux.S
[24/462] Compiling aes128gcmsiv-x86_64-linux.S
[25/467] Compiling aes128gcmsiv-x86_64-apple.S
[26/467] Compiling x86_64-mont5-linux.S
[27/467] Compiling x86_64-mont5-apple.S
[28/467] Compiling x86_64-mont-linux.S
[29/467] Compiling x86-mont-linux.S
[30/467] Compiling x86_64-mont-apple.S
[31/467] Compiling x86-mont-apple.S
[32/467] Compiling vpaes-x86_64-apple.S
[33/467] Compiling vpaes-x86_64-linux.S
[34/467] Compiling secp256k1.c
[35/467] Compiling err_data.cc
[36/467] Compiling vpaes-x86-linux.S
[37/467] Compiling vpaes-x86-apple.S
[38/467] Compiling vpaes-armv8-apple.S
[39/467] Compiling vpaes-armv8-win.S
[40/467] Compiling vpaes-armv8-linux.S
[41/467] Compiling vpaes-armv7-linux.S
[42/467] Compiling sha512-x86_64-apple.S
[43/467] Compiling sha512-x86_64-linux.S
[44/467] Compiling sha512-armv8-win.S
[45/467] Compiling sha512-armv4-linux.S
[46/467] Compiling sha512-armv8-apple.S
[46/467] Compiling sha512-armv8-linux.S
[48/467] Compiling sha512-586-linux.S
[49/467] Compiling sha512-586-apple.S
[50/467] Compiling sha256-x86_64-linux.S
[51/467] Compiling sha256-armv8-win.S
[52/467] Compiling sha256-x86_64-apple.S
[53/467] Compiling sha256-armv8-linux.S
[54/467] Compiling sha256-armv8-apple.S
[55/467] Compiling sha256-armv4-linux.S
[56/467] Compiling sha256-586-linux.S
[57/467] Compiling sha256-586-apple.S
[58/467] Compiling sha1-x86_64-linux.S
[59/467] Compiling sha1-x86_64-apple.S
[60/467] Compiling sha1-armv8-win.S
[61/467] Compiling sha1-armv8-apple.S
[62/467] Compiling sha1-armv8-linux.S
[63/467] Compiling sha1-586-linux.S
[64/467] Compiling sha1-armv4-large-linux.S
[65/467] Compiling sha1-586-apple.S
[66/467] Compiling rsaz-avx2-linux.S
[67/467] Compiling rdrand-x86_64-apple.S
[67/467] Compiling rsaz-avx2-apple.S
[69/467] Compiling rdrand-x86_64-linux.S
[70/467] Compiling p256_beeu-x86_64-asm-linux.S
[71/467] Compiling p256_beeu-x86_64-asm-apple.S
[72/467] Compiling p256_beeu-armv8-asm-win.S
[73/467] Compiling p256_beeu-armv8-asm-linux.S
[74/467] Compiling p256_beeu-armv8-asm-apple.S
[75/467] Compiling p256-x86_64-asm-linux.S
[76/467] Compiling p256-armv8-asm-win.S
[77/467] Compiling p256-x86_64-asm-apple.S
[78/467] Compiling p256-armv8-asm-linux.S
[79/467] Compiling p256-armv8-asm-apple.S
[80/467] Compiling ghashv8-armv8-win.S
[81/467] Compiling ghashv8-armv8-linux.S
[82/467] Compiling ghashv8-armv7-linux.S
[83/467] Compiling ghashv8-armv8-apple.S
[84/467] Compiling ghash-x86_64-apple.S
[85/467] Compiling ghash-x86_64-linux.S
[86/467] Compiling ghash-x86-apple.S
[87/467] Compiling ghash-x86-linux.S
[88/467] Compiling ghash-ssse3-x86_64-linux.S
[89/467] Compiling ghash-ssse3-x86-linux.S
[90/467] Compiling ghash-ssse3-x86_64-apple.S
[91/467] Compiling ghash-ssse3-x86-apple.S
[92/467] Compiling ghash-neon-armv8-win.S
[93/467] Compiling ghash-neon-armv8-linux.S
[94/467] Compiling ghash-neon-armv8-apple.S
[95/467] Compiling ghash-armv4-linux.S
[96/467] Compiling co-586-linux.S
[97/467] Compiling co-586-apple.S
[98/467] Compiling bsaes-armv7-linux.S
[99/467] Compiling bn-armv8-win.S
[100/467] Compiling bn-armv8-linux.S
[101/467] Compiling bn-armv8-apple.S
[102/467] Compiling bn-586-linux.S
[103/467] Compiling armv8-mont-win.S
[104/467] Compiling bn-586-apple.S
[105/467] Compiling armv8-mont-apple.S
[106/467] Compiling armv4-mont-linux.S
[107/467] Compiling armv8-mont-linux.S
[108/467] Compiling aesv8-gcm-armv8-linux.S
[109/467] Compiling aesv8-gcm-armv8-win.S
[110/467] Compiling aesv8-gcm-armv8-apple.S
[111/467] Compiling aesv8-armv8-win.S
[112/467] Compiling aesv8-armv8-linux.S
[113/467] Compiling aesv8-armv8-apple.S
[114/467] Compiling aesv8-armv7-linux.S
[115/467] Compiling aesni-x86-linux.S
[116/467] Compiling aesni-x86_64-linux.S
[117/467] Compiling aesni-x86-apple.S
[118/467] Compiling aesni-x86_64-apple.S
[119/467] Compiling aesni-gcm-x86_64-apple.S
[120/467] Compiling aesni-gcm-x86_64-linux.S
[121/467] Compiling aes-gcm-avx512-x86_64-linux.S
[122/467] Compiling aes-gcm-avx2-x86_64-linux.S
[123/467] Compiling aes-gcm-avx512-x86_64-apple.S
[124/467] Compiling aes-gcm-avx2-x86_64-apple.S
[126/467] Emitting module BigInt
[126/469] Compiling xwing.cc
[127/469] Compiling precomputed_ecmult.c
[128/469] Compiling x_spki.cc
[129/469] Compiling x_x509a.cc
[130/469] Compiling x_x509.cc
[131/508] Compiling x_sig.cc
[132/508] Compiling x_req.cc
[134/508] Emitting module secp256k1
[134/513] Compiling x_name.cc
[135/513] Compiling x_pubkey.cc
[137/513] Compiling SwiftCbor CborCodable.swift
[138/513] Emitting module SwiftCbor
[138/513] Compiling x_exten.cc
[140/513] Compiling secp256k1 CryptoKitErrors.swift
[141/513] Compiling secp256k1 DH.swift
[142/513] Compiling secp256k1 ECDSASignature.swift
[143/513] Compiling secp256k1 PEMDocument.swift
[144/513] Compiling secp256k1 PKCS8PrivateKey.swift
[145/513] Compiling secp256k1 Combine.swift
[146/513] Compiling secp256k1 Context.swift
[147/513] Compiling secp256k1 SEC1PrivateKey.swift
[148/513] Compiling secp256k1 SubjectPublicKeyInfo.swift
[149/513] Compiling secp256k1 Asymmetric.swift
[149/513] Compiling x_crl.cc
[150/513] Compiling x_attrib.cc
[151/513] Compiling x_all.cc
[152/513] Compiling x_algor.cc
[154/513] Compiling secp256k1 ASN1Boolean.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 |
[155/513] Compiling secp256k1 ASN1Identifier.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 |
[156/513] Compiling secp256k1 ASN1Integer.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 |
[157/513] Compiling secp256k1 ArraySliceBigint.swift
[158/513] Compiling secp256k1 GeneralizedTime.swift
[159/513] Compiling secp256k1 ObjectIdentifier.swift
[160/513] Compiling secp256k1 ASN1.swift
[161/513] Compiling secp256k1 ASN1Any.swift
[162/513] Compiling secp256k1 ASN1BitString.swift
[163/513] Compiling secp256k1 ASN1Null.swift
[164/513] Compiling secp256k1 ASN1OctetString.swift
[165/513] Compiling secp256k1 ASN1Strings.swift
[165/513] Compiling x509spki.cc
[167/513] Compiling secp256k1 Signature.swift
[168/513] Compiling secp256k1 Tweak.swift
[169/513] Compiling secp256k1 Utility.swift
[170/513] Compiling secp256k1 Zeroization.swift
[171/513] Compiling secp256k1 secp256k1.swift
[171/513] Compiling x509_vpm.cc
[171/513] Compiling x509cset.cc
[171/513] Compiling x509name.cc
[171/513] Compiling x509rset.cc
[172/513] Compiling SwiftCbor DataNumber.swift
[177/513] Compiling secp256k1 Digest.swift
[178/513] Compiling secp256k1 HashDigest.swift
[179/513] Compiling secp256k1 MuSig.swift
[180/513] Compiling secp256k1 Nonces.swift
[181/513] Compiling secp256k1 PrettyBytes.swift
[182/513] Compiling secp256k1 RNG_boring.swift
[183/513] Compiling DIDCore DIDMethod.swift
[184/513] Compiling SwiftCbor CborScanner.swift
BUILD FAILURE 6.1 wasm