Build Information
Failed to build ATIdentityTools, reference 0.1.1 (e69cba
), with Swift 6.1 for Wasm on 20 Jun 2025 08:03:10 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/ATIdentityTools.git
Reference: 0.1.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/ATProtoKit/ATIdentityTools
* tag 0.1.1 -> FETCH_HEAD
HEAD is now at e69cba8 Create LICENSE.md
Cloned https://github.com/ATProtoKit/ATIdentityTools.git
Revision (git rev-parse @):
e69cba8da6469435676693826c9c37cd092f42fa
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ATProtoKit/ATIdentityTools.git at 0.1.1
========================================
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"
],
"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" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-async-dns-resolver
Fetching https://github.com/ATProtoKit/ATCommonTools.git
Fetching https://github.com/ATProtoKit/ATCryptography.git
[1/850] Fetching swift-async-dns-resolver
[647/1767] Fetching swift-async-dns-resolver, atcryptography
[1328/2020] Fetching swift-async-dns-resolver, atcryptography, atcommontools
Fetched https://github.com/apple/swift-async-dns-resolver from cache (0.31s)
Fetched https://github.com/ATProtoKit/ATCommonTools.git from cache (0.32s)
Fetched https://github.com/ATProtoKit/ATCryptography.git from cache (0.32s)
Computing version for https://github.com/apple/swift-async-dns-resolver
Computed https://github.com/apple/swift-async-dns-resolver at 0.4.0 (3.47s)
Computing version for https://github.com/ATProtoKit/ATCryptography.git
Computed https://github.com/ATProtoKit/ATCryptography.git at 0.1.8 (0.93s)
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/4807] Fetching bigint
[723/9708] Fetching bigint, swift-secp256k1
[6073/25072] Fetching bigint, swift-secp256k1, swift-crypto
Fetched https://github.com/21-DOT-DEV/swift-secp256k1.git from cache (0.68s)
[7419/20171] Fetching bigint, swift-crypto
Fetched https://github.com/attaswift/BigInt.git from cache (0.86s)
[3534/15364] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.80s)
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.95s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.6.0 (0.86s)
Computing version for https://github.com/ATProtoKit/ATCommonTools.git
Computed https://github.com/ATProtoKit/ATCommonTools.git at 0.0.12 (2.10s)
Fetching https://github.com/nnabeyang/swift-cbor
Fetching https://github.com/ATProtoKit/MultiformatsKit.git
[1/567] Fetching multiformatskit
[155/635] Fetching multiformatskit, swift-cbor
Fetched https://github.com/nnabeyang/swift-cbor from cache (0.42s)
Fetched https://github.com/ATProtoKit/MultiformatsKit.git from cache (0.42s)
Computing version for https://github.com/nnabeyang/swift-cbor
Computed https://github.com/nnabeyang/swift-cbor at 0.0.4 (2.21s)
Computing version for https://github.com/ATProtoKit/MultiformatsKit.git
Computed https://github.com/ATProtoKit/MultiformatsKit.git at 0.3.0 (1.03s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.36s)
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.3.2 (2.02s)
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/ATProtoKit/ATCryptography.git
Working copy of https://github.com/ATProtoKit/ATCryptography.git resolved at 0.1.8
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.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/ATProtoKit/MultiformatsKit.git
Working copy of https://github.com/ATProtoKit/MultiformatsKit.git resolved at 0.3.0
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.6.0
Creating working copy for https://github.com/ATProtoKit/ATCommonTools.git
Working copy of https://github.com/ATProtoKit/ATCommonTools.git resolved at 0.0.12
Creating working copy for https://github.com/nnabeyang/swift-cbor
Working copy of https://github.com/nnabeyang/swift-cbor resolved at 0.0.4
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
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/437] Write sources
/host/spi-builder-workspace/.build/checkouts/swift-async-dns-resolver/Sources/CAsyncDNSResolver/c-ares/src/lib/ares__parse_into_addrinfo.c:22:12: fatal error: 'netdb.h' file not found
22 | # include <netdb.h>
| ^~~~~~~~~
1 error generated.
[11/437] Compiling ares__parse_into_addrinfo.c
/host/spi-builder-workspace/.build/checkouts/swift-async-dns-resolver/Sources/CAsyncDNSResolver/c-ares/src/lib/ares__readaddrinfo.c:22:12: fatal error: 'netdb.h' file not found
22 | # include <netdb.h>
| ^~~~~~~~~
1 error generated.
[11/437] Compiling ares__readaddrinfo.c
[11/437] Compiling secp256k1.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.
[11/437] Compiling precomputed_ecmult_gen.c
[11/437] Compiling ares__addrinfo2hostent.c
/host/spi-builder-workspace/.build/checkouts/swift-async-dns-resolver/Sources/CAsyncDNSResolver/c-ares/src/lib/ares__sortaddrinfo.c:43:12: fatal error: 'netdb.h' file not found
43 | # include <netdb.h>
| ^~~~~~~~~
[11/437] Compiling ares__sortaddrinfo.c
[11/437] Compiling ares__read_line.c
[11/437] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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
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/426] Write sources
[1/426] Compiling fiat_p256_adx_mul.S
[2/426] Compiling fiat_p256_adx_sqr.S
[3/426] Compiling fiat_curve25519_adx_square.S
[4/426] Compiling precomputed_ecmult_gen.c
[5/426] Compiling Utility.c
[6/426] Compiling fiat_curve25519_adx_mul.S
[7/426] Compiling md5-x86_64-apple.S
[8/426] Compiling md5-x86_64-linux.S
[9/426] Compiling md5-586-linux.S
[10/426] Compiling md5-586-apple.S
[11/426] Compiling chacha20_poly1305_x86_64-linux.S
[12/426] Compiling chacha20_poly1305_x86_64-apple.S
[13/426] Compiling chacha20_poly1305_armv8-win.S
[14/426] Compiling chacha20_poly1305_armv8-apple.S
[15/426] Compiling chacha20_poly1305_armv8-linux.S
[16/426] Write swift-version-24593BA9C3E375BF.txt
[17/426] Compiling chacha-x86_64-linux.S
[18/426] Compiling CCryptoBoringSSLShims shims.c
[19/426] Compiling chacha-x86_64-apple.S
[20/426] Compiling chacha-x86-linux.S
[21/426] Compiling chacha-x86-apple.S
[22/426] Compiling chacha-armv8-linux.S
[23/426] Compiling chacha-armv8-win.S
[24/462] Compiling chacha-armv8-apple.S
[25/462] Compiling chacha-armv4-linux.S
[26/462] Compiling secp256k1.c
[27/462] Compiling aes128gcmsiv-x86_64-apple.S
[28/462] Compiling aes128gcmsiv-x86_64-linux.S
[29/462] Compiling err_data.cc
[30/462] Compiling x86_64-mont5-apple.S
[31/462] Compiling x86_64-mont-linux.S
[32/462] Compiling x86_64-mont5-linux.S
[33/462] Compiling x86_64-mont-apple.S
[34/462] Compiling x86-mont-linux.S
[35/462] Compiling x86-mont-apple.S
[35/462] Compiling vpaes-x86_64-linux.S
[37/462] Compiling vpaes-x86_64-apple.S
[38/462] Compiling vpaes-x86-linux.S
[38/462] Compiling vpaes-armv8-win.S
[40/462] Compiling vpaes-x86-apple.S
[41/462] Compiling vpaes-armv8-linux.S
[42/462] Compiling vpaes-armv8-apple.S
[43/462] Compiling vpaes-armv7-linux.S
[44/462] Compiling sha512-x86_64-linux.S
[45/462] Compiling sha512-x86_64-apple.S
[46/462] Compiling sha512-armv8-linux.S
[46/462] Compiling sha512-armv8-win.S
[48/462] Compiling sha512-armv8-apple.S
[49/462] Compiling sha512-armv4-linux.S
[50/462] Compiling sha512-586-linux.S
[51/462] Compiling sha512-586-apple.S
[52/462] Compiling sha256-x86_64-linux.S
[53/462] Compiling sha256-x86_64-apple.S
[54/462] Compiling sha256-armv8-win.S
[55/462] Compiling sha256-armv8-linux.S
[56/462] Compiling sha256-armv8-apple.S
[57/462] Compiling sha256-armv4-linux.S
[58/462] Compiling sha256-586-apple.S
[59/462] Compiling sha256-586-linux.S
[60/462] Compiling sha1-x86_64-linux.S
[61/462] Compiling sha1-x86_64-apple.S
[62/462] Compiling sha1-armv8-win.S
[63/462] Compiling sha1-armv8-apple.S
[64/462] Compiling sha1-armv4-large-linux.S
[65/462] Compiling sha1-armv8-linux.S
[66/462] Compiling sha1-586-linux.S
[67/462] Compiling sha1-586-apple.S
[68/462] Compiling rsaz-avx2-linux.S
[69/462] Compiling rsaz-avx2-apple.S
[70/462] Compiling rdrand-x86_64-linux.S
[71/462] Compiling rdrand-x86_64-apple.S
[72/462] Compiling p256_beeu-x86_64-asm-linux.S
[73/462] Compiling p256_beeu-x86_64-asm-apple.S
[74/462] Compiling p256_beeu-armv8-asm-win.S
[75/462] Compiling p256_beeu-armv8-asm-linux.S
[76/462] Compiling p256_beeu-armv8-asm-apple.S
[77/462] Compiling p256-x86_64-asm-linux.S
[78/462] Compiling p256-x86_64-asm-apple.S
[79/462] Compiling p256-armv8-asm-linux.S
[80/462] Compiling p256-armv8-asm-win.S
[81/462] Compiling p256-armv8-asm-apple.S
[82/462] Compiling ghashv8-armv8-win.S
[83/462] Compiling ghashv8-armv8-apple.S
[83/462] Compiling ghashv8-armv8-linux.S
[85/462] Compiling ghash-x86_64-linux.S
[86/462] Compiling ghashv8-armv7-linux.S
[87/462] Compiling ghash-x86-apple.S
[87/462] Compiling ghash-x86-linux.S
[88/462] Compiling ghash-ssse3-x86_64-linux.S
[89/462] Compiling ghash-x86_64-apple.S
[91/462] Compiling ghash-ssse3-x86-linux.S
[92/462] Compiling ghash-ssse3-x86_64-apple.S
[93/462] Compiling ghash-ssse3-x86-apple.S
[94/462] Compiling ghash-neon-armv8-win.S
[95/462] Compiling ghash-neon-armv8-linux.S
[96/462] Compiling ghash-neon-armv8-apple.S
[97/462] Compiling ghash-armv4-linux.S
[98/462] Compiling co-586-linux.S
[99/462] Compiling co-586-apple.S
[100/462] Compiling bsaes-armv7-linux.S
[101/462] Compiling bn-armv8-win.S
[102/462] Compiling bn-armv8-linux.S
[103/462] Compiling bn-armv8-apple.S
[104/462] Compiling bn-586-apple.S
[104/462] Compiling armv8-mont-win.S
[106/462] Compiling bn-586-linux.S
[107/462] Compiling aesv8-gcm-armv8-win.S
[108/462] Compiling armv4-mont-linux.S
[109/462] Compiling armv8-mont-apple.S
[110/462] Compiling armv8-mont-linux.S
[111/462] Compiling aesv8-gcm-armv8-linux.S
[112/462] Compiling aesv8-armv8-win.S
[113/462] Compiling aesv8-armv8-linux.S
[114/462] Compiling aesv8-gcm-armv8-apple.S
[115/462] Compiling aesv8-armv8-apple.S
[116/462] Compiling aesni-x86_64-linux.S
[117/462] Compiling aesv8-armv7-linux.S
[118/462] Compiling aesni-x86_64-apple.S
[119/462] Compiling aesni-x86-linux.S
[120/462] Compiling aesni-gcm-x86_64-apple.S
[121/462] Compiling aesni-x86-apple.S
[122/462] Compiling aesni-gcm-x86_64-linux.S
[123/462] Compiling aes-gcm-avx10-x86_64-apple.S
[124/462] Compiling aes-gcm-avx10-x86_64-linux.S
[125/462] Compiling precomputed_ecmult.c
[126/462] Compiling x_sig.cc
[127/462] Compiling x_x509.cc
[128/462] Compiling x_val.cc
[129/501] Compiling x_spki.cc
[130/501] Compiling x_x509a.cc
[131/501] Compiling x_req.cc
[132/501] Compiling x_name.cc
[133/501] Compiling x_exten.cc
[134/501] Compiling x_pubkey.cc
[136/501] Compiling secp256k1 MuSig.swift
[137/501] Compiling secp256k1 Nonces.swift
[138/501] Compiling secp256k1 PrettyBytes.swift
[139/503] Emitting module BigInt
[140/503] Compiling secp256k1 DH.swift
[141/503] Compiling secp256k1 Digest.swift
[142/503] Compiling secp256k1 ECDH.swift
[143/503] Compiling secp256k1 ECDSA.swift
[144/503] Compiling secp256k1 EdDSA.swift
[144/503] Compiling x_crl.cc
[145/503] Compiling x_algor.cc
[146/503] Compiling x_attrib.cc
[148/503] Compiling BigInt Subtraction.swift
[149/503] Compiling BigInt Words and Bits.swift
[149/503] Compiling x_all.cc
[151/503] Compiling DIDCore DIDWebIdentifier.swift
[152/503] Compiling SwiftCbor DataNumber.swift
[156/503] Compiling secp256k1 Errors.swift
[157/503] Compiling secp256k1 Exports.swift
[158/503] Compiling secp256k1 HashDigest.swift
[163/508] Compiling secp256k1 Recovery.swift
[164/508] Compiling secp256k1 SHA256.swift
[165/508] Compiling secp256k1 SafeCompare.swift
[166/508] Compiling secp256k1 Schnorr.swift
[167/508] Compiling secp256k1 SecureBytes.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 |
/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 |
/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 |
[171/508] Compiling DIDCore DIDMethod.swift
[172/508] Compiling secp256k1 ECDSASignature.swift
[173/508] Compiling secp256k1 PEMDocument.swift
[174/508] Compiling secp256k1 PKCS8PrivateKey.swift
[175/508] Compiling secp256k1 Combine.swift
[176/508] Compiling secp256k1 Context.swift
[177/508] Compiling secp256k1 CryptoKitErrors.swift
[180/508] Compiling secp256k1 SEC1PrivateKey.swift
[181/508] Compiling secp256k1 SubjectPublicKeyInfo.swift
[182/508] Compiling secp256k1 Asymmetric.swift
[191/508] Compiling x509rset.cc
[191/508] Compiling x509cset.cc
[192/508] Emitting module DIDCore
[193/508] Compiling DIDCore DID.swift
[193/508] Compiling x509name.cc
[193/508] Compiling x509spki.cc
[194/508] Compiling SwiftCbor CborCodable.swift
BUILD FAILURE 6.1 wasm