The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build ATIdentityTools, reference main (2f0d7e), with Swift 6.1 for Wasm on 24 Aug 2025 15:26:47 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ATProtoKit/ATIdentityTools.git
Reference: main
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
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2f0d7e5 Merge remote-tracking branch 'refs/remotes/origin/main'
Cloned https://github.com/ATProtoKit/ATIdentityTools.git
Revision (git rev-parse @):
2f0d7e56a05c5e3d834818291567d6144f9095b0
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ATProtoKit/ATIdentityTools.git at main
========================================
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-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
Status: Image is up to date for registry.gitlab.com/finestructure/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/857] Fetching swift-async-dns-resolver
[858/1849] Fetching swift-async-dns-resolver, atcryptography
[1384/2200] Fetching swift-async-dns-resolver, atcryptography, atcommontools
Fetched https://github.com/apple/swift-async-dns-resolver from cache (0.62s)
Fetched https://github.com/ATProtoKit/ATCryptography.git from cache (0.63s)
Fetched https://github.com/ATProtoKit/ATCommonTools.git from cache (0.62s)
Computing version for https://github.com/apple/swift-async-dns-resolver
Computed https://github.com/apple/swift-async-dns-resolver at 0.4.0 (4.10s)
Computing version for https://github.com/ATProtoKit/ATCryptography.git
Computed https://github.com/ATProtoKit/ATCryptography.git at 0.2.0 (1.10s)
Fetching https://github.com/attaswift/BigInt.git
Fetching https://github.com/apple/swift-crypto.git
[1/4826] Fetching bigint
[2366/21102] Fetching bigint, swift-crypto
Fetching https://github.com/21-DOT-DEV/swift-secp256k1.git
Fetched https://github.com/attaswift/BigInt.git from cache (1.01s)
[1791/16276] Fetching swift-crypto
[1792/21425] Fetching swift-crypto, swift-secp256k1
Fetched https://github.com/21-DOT-DEV/swift-secp256k1.git from cache (0.83s)
[4883/16276] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (3.22s)
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.23s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.7.0 (1.05s)
Computing version for https://github.com/ATProtoKit/ATCommonTools.git
Computed https://github.com/ATProtoKit/ATCommonTools.git at 0.0.14 (0.92s)
Fetching https://github.com/MasterJ93/swift-cbor.git
Fetching https://github.com/ATProtoKit/MultiformatsKit.git
[1/127] Fetching swift-cbor
[128/706] Fetching swift-cbor, multiformatskit
Fetched https://github.com/MasterJ93/swift-cbor.git from cache (0.37s)
[412/579] Fetching multiformatskit
Fetched https://github.com/ATProtoKit/MultiformatsKit.git from cache (0.43s)
Computing version for https://github.com/ATProtoKit/MultiformatsKit.git
Computed https://github.com/ATProtoKit/MultiformatsKit.git at 0.3.0 (1.39s)
Computing version for https://github.com/MasterJ93/swift-cbor.git
Computed https://github.com/MasterJ93/swift-cbor.git at 0.0.8 (0.96s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.14.0 (2.93s)
Fetching https://github.com/apple/swift-asn1.git
[1/1629] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.49s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (1.50s)
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/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/ATProtoKit/ATCryptography.git
Working copy of https://github.com/ATProtoKit/ATCryptography.git resolved at 0.2.0
Creating working copy for https://github.com/ATProtoKit/ATCommonTools.git
Working copy of https://github.com/ATProtoKit/ATCommonTools.git resolved at 0.0.14
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.7.0
Creating working copy for https://github.com/apple/swift-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/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.14.0
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/445] Write sources
/host/spi-builder-workspace/.build/checkouts/swift-async-dns-resolver/Sources/CAsyncDNSResolver/c-ares/src/lib/ares__get_hostent.c:23:12: fatal error: 'netdb.h' file not found
   23 | #  include <netdb.h>
      |            ^~~~~~~~~
1 error generated.
[11/445] Compiling ares__get_hostent.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.
[11/445] Compiling ares__addrinfo_localhost.c
[11/445] Compiling file.cc
[11/445] Compiling ares__close_sockets.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/445] Compiling ares__addrinfo2hostent.c
[11/445] Compiling fd.cc
/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/445] Compiling ares__parse_into_addrinfo.c
[11/445] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
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/434] Write sources
[1/434] Compiling fiat_p256_adx_sqr.S
[2/434] Compiling fiat_p256_adx_mul.S
[3/434] Compiling precomputed_ecmult_gen.c
[4/434] Compiling fiat_curve25519_adx_square.S
[5/434] Compiling fiat_curve25519_adx_mul.S
[6/434] Compiling Utility.c
[7/434] Compiling md5-x86_64-linux.S
[8/434] Compiling md5-x86_64-apple.S
[9/434] Compiling md5-586-linux.S
[10/434] Compiling md5-586-apple.S
[11/434] Compiling chacha20_poly1305_x86_64-linux.S
[12/434] Compiling chacha20_poly1305_armv8-win.S
[13/434] Compiling chacha20_poly1305_x86_64-apple.S
[14/434] Write swift-version-24593BA9C3E375BF.txt
[15/434] Compiling chacha20_poly1305_armv8-linux.S
[16/434] Compiling chacha20_poly1305_armv8-apple.S
[17/434] Compiling chacha-x86_64-apple.S
[18/434] Compiling chacha-x86_64-linux.S
[19/434] Compiling chacha-x86-linux.S
[20/434] Compiling chacha-x86-apple.S
[21/442] Compiling chacha-armv8-win.S
[22/449] Compiling CCryptoBoringSSLShims shims.c
[23/449] Compiling chacha-armv8-linux.S
[24/470] Compiling chacha-armv8-apple.S
[25/470] Compiling chacha-armv4-linux.S
[26/470] Compiling aes128gcmsiv-x86_64-linux.S
[27/470] Compiling aes128gcmsiv-x86_64-apple.S
[28/470] Compiling x86_64-mont5-linux.S
[29/470] Compiling x86_64-mont5-apple.S
[30/470] Compiling x86_64-mont-linux.S
[31/470] Compiling x86_64-mont-apple.S
[32/470] Compiling secp256k1.c
[33/470] Compiling x86-mont-linux.S
[34/470] Compiling x86-mont-apple.S
[35/470] Compiling vpaes-x86_64-linux.S
[36/470] Compiling vpaes-x86_64-apple.S
[37/470] Compiling vpaes-x86-linux.S
[38/470] Compiling vpaes-x86-apple.S
[39/470] Compiling vpaes-armv8-win.S
[40/470] Compiling err_data.cc
[41/470] Compiling vpaes-armv8-linux.S
[42/470] Compiling vpaes-armv8-apple.S
[43/470] Compiling vpaes-armv7-linux.S
[44/470] Compiling sha512-x86_64-apple.S
[45/470] Compiling sha512-x86_64-linux.S
[46/470] Compiling sha512-armv8-linux.S
[47/470] Compiling sha512-armv8-win.S
[48/470] Compiling sha512-armv8-apple.S
[49/470] Compiling sha512-armv4-linux.S
[50/470] Compiling sha512-586-linux.S
[51/470] Compiling sha512-586-apple.S
[52/470] Compiling sha256-x86_64-linux.S
[53/470] Compiling sha256-x86_64-apple.S
[54/470] Compiling sha256-armv8-linux.S
[55/470] Compiling sha256-armv8-win.S
[56/470] Compiling sha256-armv8-apple.S
[57/470] Compiling sha256-armv4-linux.S
[58/470] Compiling sha256-586-linux.S
[59/470] Compiling sha256-586-apple.S
[60/470] Compiling sha1-x86_64-apple.S
[61/470] Compiling sha1-x86_64-linux.S
[62/470] Compiling sha1-armv8-linux.S
[63/470] Compiling sha1-armv8-win.S
[64/470] Compiling sha1-armv4-large-linux.S
[65/470] Compiling sha1-armv8-apple.S
[66/470] Compiling sha1-586-linux.S
[67/470] Compiling sha1-586-apple.S
[68/470] Compiling rsaz-avx2-linux.S
[69/470] Compiling rsaz-avx2-apple.S
[70/470] Compiling rdrand-x86_64-linux.S
[71/470] Compiling rdrand-x86_64-apple.S
[72/470] Compiling p256_beeu-x86_64-asm-apple.S
[73/470] Compiling p256_beeu-x86_64-asm-linux.S
[74/470] Compiling p256_beeu-armv8-asm-win.S
[75/470] Compiling p256_beeu-armv8-asm-linux.S
[76/470] Compiling p256-x86_64-asm-linux.S
[77/470] Compiling p256_beeu-armv8-asm-apple.S
[78/470] Compiling p256-x86_64-asm-apple.S
[79/470] Compiling p256-armv8-asm-linux.S
[80/470] Compiling p256-armv8-asm-win.S
[81/470] Compiling p256-armv8-asm-apple.S
[82/470] Compiling ghashv8-armv8-win.S
[83/470] Compiling ghashv8-armv8-apple.S
[84/470] Compiling ghashv8-armv8-linux.S
[85/470] Compiling ghashv8-armv7-linux.S
[86/470] Compiling ghash-x86_64-linux.S
[87/470] Compiling ghash-x86_64-apple.S
[88/470] Compiling ghash-x86-linux.S
[89/470] Compiling ghash-x86-apple.S
[90/470] Compiling ghash-ssse3-x86_64-linux.S
[91/470] Compiling ghash-ssse3-x86_64-apple.S
[92/470] Compiling ghash-ssse3-x86-linux.S
[93/470] Compiling ghash-neon-armv8-win.S
[94/470] Compiling ghash-ssse3-x86-apple.S
[95/470] Compiling ghash-neon-armv8-linux.S
[96/470] Compiling ghash-neon-armv8-apple.S
[97/470] Compiling co-586-linux.S
[98/470] Compiling co-586-apple.S
[99/470] Compiling ghash-armv4-linux.S
[100/470] Compiling bsaes-armv7-linux.S
[101/470] Compiling bn-armv8-linux.S
[102/470] Compiling bn-armv8-win.S
[103/470] Compiling bn-armv8-apple.S
[104/470] Compiling bn-586-linux.S
[105/470] Compiling armv8-mont-win.S
[106/470] Compiling bn-586-apple.S
[107/470] Compiling armv8-mont-linux.S
[108/470] Compiling armv8-mont-apple.S
[109/470] Compiling armv4-mont-linux.S
[110/470] Compiling aesv8-gcm-armv8-win.S
[111/470] Compiling aesv8-gcm-armv8-linux.S
[112/470] Compiling aesv8-gcm-armv8-apple.S
[113/470] Compiling aesv8-armv8-win.S
[114/470] Compiling aesv8-armv8-linux.S
[114/470] Compiling aesv8-armv8-apple.S
[116/470] Compiling aesv8-armv7-linux.S
[117/470] Compiling aesni-x86_64-linux.S
[118/470] Compiling aesni-x86_64-apple.S
[119/470] Compiling aesni-x86-linux.S
[120/470] Compiling aesni-x86-apple.S
[121/470] Compiling aesni-gcm-x86_64-linux.S
[122/470] Compiling aesni-gcm-x86_64-apple.S
[123/470] Compiling aes-gcm-avx512-x86_64-apple.S
[124/470] Compiling aes-gcm-avx512-x86_64-linux.S
[125/470] Compiling aes-gcm-avx2-x86_64-linux.S
[126/470] Compiling aes-gcm-avx2-x86_64-apple.S
[128/470] Emitting module BigInt
[128/472] Compiling xwing.cc
[129/472] Compiling precomputed_ecmult.c
[130/472] Compiling x_x509a.cc
[131/472] Compiling x_val.cc
[132/472] Compiling x_x509.cc
[133/511] Compiling x_spki.cc
[134/511] Compiling x_sig.cc
[135/511] Compiling x_req.cc
[136/511] Compiling x_pubkey.cc
[137/511] Compiling x_name.cc
[139/511] Compiling secp256k1 SEC1PrivateKey.swift
[140/511] Compiling secp256k1 SubjectPublicKeyInfo.swift
[141/511] Compiling secp256k1 ECDSASignature.swift
[142/511] Compiling secp256k1 PEMDocument.swift
[143/511] Compiling secp256k1 PKCS8PrivateKey.swift
[144/511] Compiling secp256k1 GeneralizedTime.swift
[145/511] Compiling secp256k1 ObjectIdentifier.swift
[145/511] Compiling x_exten.cc
[146/511] Compiling x_crl.cc
[147/511] Compiling x_attrib.cc
[148/511] Compiling x_all.cc
[149/511] Compiling x509spki.cc
[151/511] Compiling secp256k1 Combine.swift
[152/511] Compiling secp256k1 Context.swift
[153/511] Compiling secp256k1 CryptoKitErrors.swift
[154/511] Compiling secp256k1 DH.swift
[155/511] Compiling secp256k1 Digest.swift
[158/511] Compiling secp256k1 ASN1Null.swift
[159/511] Compiling SwiftCbor DataNumber.swift
[160/511] 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 |
[161/511] 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 |
[162/511] Compiling secp256k1 ArraySliceBigint.swift
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:170:13: error: '_mantissa' is inaccessible due to 'internal' protection level
168 |     var mantissaParts: [UInt16] {
169 |         [
170 |             _mantissa.0,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
171 |             _mantissa.1,
172 |             _mantissa.2,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:171:13: error: '_mantissa' is inaccessible due to 'internal' protection level
169 |         [
170 |             _mantissa.0,
171 |             _mantissa.1,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
172 |             _mantissa.2,
173 |             _mantissa.3,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:172:13: error: '_mantissa' is inaccessible due to 'internal' protection level
170 |             _mantissa.0,
171 |             _mantissa.1,
172 |             _mantissa.2,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
173 |             _mantissa.3,
174 |             _mantissa.4,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:173:13: error: '_mantissa' is inaccessible due to 'internal' protection level
171 |             _mantissa.1,
172 |             _mantissa.2,
173 |             _mantissa.3,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
174 |             _mantissa.4,
175 |             _mantissa.5,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:174:13: error: '_mantissa' is inaccessible due to 'internal' protection level
172 |             _mantissa.2,
173 |             _mantissa.3,
174 |             _mantissa.4,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
175 |             _mantissa.5,
176 |             _mantissa.6,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:175:13: error: '_mantissa' is inaccessible due to 'internal' protection level
173 |             _mantissa.3,
174 |             _mantissa.4,
175 |             _mantissa.5,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
176 |             _mantissa.6,
177 |             _mantissa.7,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:176:13: error: '_mantissa' is inaccessible due to 'internal' protection level
174 |             _mantissa.4,
175 |             _mantissa.5,
176 |             _mantissa.6,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
177 |             _mantissa.7,
178 |         ]
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:177:13: error: '_mantissa' is inaccessible due to 'internal' protection level
175 |             _mantissa.5,
176 |             _mantissa.6,
177 |             _mantissa.7,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
178 |         ]
179 |     }
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
[166/516] Compiling secp256k1 ASN1.swift
[167/516] Compiling secp256k1 ASN1Any.swift
[168/516] Compiling secp256k1 ASN1BitString.swift
[169/516] Compiling secp256k1 ASN1Boolean.swift
[170/516] Compiling secp256k1 ASN1Identifier.swift
[171/516] Compiling secp256k1 ASN1Integer.swift
[177/516] Compiling secp256k1 Asymmetric.swift
[183/516] Compiling x_algor.cc
[185/516] Emitting module secp256k1
[192/516] Compiling secp256k1 ECDH.swift
[193/516] Compiling secp256k1 ECDSA.swift
[194/516] Compiling secp256k1 EdDSA.swift
[195/516] Compiling secp256k1 Errors.swift
[196/516] Compiling secp256k1 Exports.swift
[197/516] Compiling secp256k1 HashDigest.swift
[198/516] Compiling secp256k1 MuSig.swift
[199/516] Compiling secp256k1 Nonces.swift
[200/516] Compiling secp256k1 PrettyBytes.swift
[201/516] Compiling secp256k1 RNG_boring.swift
[202/516] Compiling secp256k1 Recovery.swift
[203/516] Compiling secp256k1 SHA256.swift
[204/516] Compiling secp256k1 SafeCompare.swift
[205/516] Compiling secp256k1 Schnorr.swift
[206/516] Compiling secp256k1 SecureBytes.swift
[206/516] Compiling x509cset.cc
[207/516] Compiling SwiftCbor CborScanner.swift
[207/516] Compiling x509rset.cc
[207/516] Compiling x509name.cc
[207/516] Compiling x509_vpm.cc
[208/516] Emitting module DIDCore
BUILD FAILURE 6.1 wasm