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 0.1.2 (2f0823), with Swift 6.1 for Wasm on 24 Aug 2025 15:25:14 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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: 0.1.2
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.2      -> FETCH_HEAD
HEAD is now at 2f0823f Update dependencies
Cloned https://github.com/ATProtoKit/ATIdentityTools.git
Revision (git rev-parse @):
2f0823fd35cd72f9c0ff6c9128b08004a476a03b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ATProtoKit/ATIdentityTools.git at 0.1.2
========================================
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-1":/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/apple/swift-async-dns-resolver
Fetching https://github.com/ATProtoKit/ATCommonTools.git
Fetching https://github.com/ATProtoKit/ATCryptography.git
[1/351] Fetching atcommontools
[352/1343] Fetching atcommontools, atcryptography
[1255/2200] Fetching atcommontools, atcryptography, swift-async-dns-resolver
Fetched https://github.com/ATProtoKit/ATCommonTools.git from cache (0.28s)
Fetched https://github.com/apple/swift-async-dns-resolver from cache (0.33s)
Fetched https://github.com/ATProtoKit/ATCryptography.git from cache (0.33s)
Computing version for https://github.com/apple/swift-async-dns-resolver
Computed https://github.com/apple/swift-async-dns-resolver at 0.4.0 (2.75s)
Computing version for https://github.com/ATProtoKit/ATCryptography.git
Computed https://github.com/ATProtoKit/ATCryptography.git at 0.2.0 (0.69s)
Fetching https://github.com/21-DOT-DEV/swift-secp256k1.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/attaswift/BigInt.git
[1/4826] Fetching bigint
[725/9975] Fetching bigint, swift-secp256k1
[7068/26251] Fetching bigint, swift-secp256k1, swift-crypto
Fetched https://github.com/attaswift/BigInt.git from cache (0.67s)
Fetched https://github.com/21-DOT-DEV/swift-secp256k1.git from cache (0.68s)
[1791/16276] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.52s)
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.17s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.7.0 (0.62s)
Computing version for https://github.com/ATProtoKit/ATCommonTools.git
Computed https://github.com/ATProtoKit/ATCommonTools.git at 0.0.14 (0.65s)
Fetching https://github.com/ATProtoKit/MultiformatsKit.git
Fetching https://github.com/MasterJ93/swift-cbor.git
[1/579] Fetching multiformatskit
[580/706] Fetching multiformatskit, swift-cbor
Fetched https://github.com/ATProtoKit/MultiformatsKit.git from cache (0.24s)
Fetched https://github.com/MasterJ93/swift-cbor.git from cache (0.25s)
Computing version for https://github.com/ATProtoKit/MultiformatsKit.git
Computed https://github.com/ATProtoKit/MultiformatsKit.git at 0.3.0 (0.84s)
Computing version for https://github.com/MasterJ93/swift-cbor.git
Computed https://github.com/MasterJ93/swift-cbor.git at 0.0.8 (0.61s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.14.0 (2.31s)
Fetching https://github.com/apple/swift-asn1.git
[1/1629] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.32s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (1.10s)
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/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/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.14.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/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/ATProtoKit/MultiformatsKit.git
Working copy of https://github.com/ATProtoKit/MultiformatsKit.git resolved at 0.3.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/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/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.7.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
[10/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.
/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 ares__addrinfo2hostent.c
[11/445] Compiling secp256k1.c
/host/spi-builder-workspace/.build/checkouts/swift-async-dns-resolver/Sources/CAsyncDNSResolver/c-ares/src/lib/ares_parse_a_reply.c:24:12: fatal error: 'netdb.h' file not found
   24 | #  include <netdb.h>
      |            ^~~~~~~~~
1 error generated.
[11/445] Compiling ares_parse_a_reply.c
[11/445] Compiling ares_search.c
[11/445] Compiling a_octet.cc
[11/445] Compiling ares_options.c
[11/445] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/435] Write sources
[1/434] Compiling fiat_p256_adx_sqr.S
[2/434] Compiling fiat_p256_adx_mul.S
[3/434] Compiling fiat_curve25519_adx_mul.S
[4/434] Compiling Utility.c
[5/434] Compiling md5-x86_64-apple.S
[6/434] Compiling md5-x86_64-linux.S
[7/434] Compiling fiat_curve25519_adx_square.S
[8/434] Compiling md5-586-apple.S
[9/434] Compiling md5-586-linux.S
[10/434] Compiling chacha20_poly1305_x86_64-apple.S
[11/434] Compiling precomputed_ecmult_gen.c
[12/434] Compiling chacha20_poly1305_x86_64-linux.S
[13/434] Compiling chacha20_poly1305_armv8-win.S
[14/434] Compiling chacha20_poly1305_armv8-linux.S
[15/434] Compiling chacha20_poly1305_armv8-apple.S
[16/434] Compiling chacha-x86_64-linux.S
[17/434] Compiling chacha-x86_64-apple.S
[18/434] Compiling chacha-x86-apple.S
[19/434] Compiling chacha-x86-linux.S
[20/434] Compiling chacha-armv8-win.S
[21/434] Write swift-version-24593BA9C3E375BF.txt
[22/434] Compiling chacha-armv8-linux.S
[23/434] Compiling chacha-armv8-apple.S
[24/434] Compiling chacha-armv4-linux.S
[25/434] Compiling aes128gcmsiv-x86_64-linux.S
[26/434] Compiling aes128gcmsiv-x86_64-apple.S
[27/434] Compiling CCryptoBoringSSLShims shims.c
[28/449] Compiling x86_64-mont5-linux.S
[29/449] Compiling x86_64-mont5-apple.S
[30/449] Compiling x86_64-mont-apple.S
[31/449] Compiling x86_64-mont-linux.S
[32/449] Compiling x86-mont-linux.S
[33/450] Compiling x86-mont-apple.S
[34/470] Compiling vpaes-x86_64-apple.S
[35/470] Compiling vpaes-x86_64-linux.S
[36/470] Compiling vpaes-x86-linux.S
[37/470] Compiling vpaes-x86-apple.S
[38/470] Compiling vpaes-armv8-linux.S
[39/470] Compiling vpaes-armv8-win.S
[40/470] Compiling vpaes-armv8-apple.S
[41/470] Compiling vpaes-armv7-linux.S
[42/470] Compiling sha512-x86_64-apple.S
[43/470] Compiling sha512-x86_64-linux.S
[44/470] Compiling secp256k1.c
[45/470] Compiling sha512-armv8-linux.S
[46/470] Compiling sha512-armv8-win.S
[47/470] Compiling sha512-armv8-apple.S
[48/470] Compiling sha512-armv4-linux.S
[49/470] Compiling err_data.cc
[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-win.S
[55/470] Compiling sha256-armv8-linux.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 sha1-x86_64-linux.S
[60/470] Compiling sha256-586-apple.S
[61/470] Compiling sha1-x86_64-apple.S
[62/470] Compiling sha1-armv8-win.S
[63/470] Compiling sha1-armv8-apple.S
[64/470] Compiling sha1-armv8-linux.S
[65/470] Compiling sha1-armv4-large-linux.S
[66/470] Compiling rsaz-avx2-linux.S
[67/470] Compiling sha1-586-apple.S
[68/470] Compiling sha1-586-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-linux.S
[73/470] Compiling p256_beeu-x86_64-asm-apple.S
[74/470] Compiling p256_beeu-armv8-asm-win.S
[75/470] Compiling p256_beeu-armv8-asm-linux.S
[76/470] Compiling p256_beeu-armv8-asm-apple.S
[77/470] Compiling p256-x86_64-asm-linux.S
[78/470] Compiling p256-x86_64-asm-apple.S
[79/470] Compiling p256-armv8-asm-win.S
[80/470] Compiling p256-armv8-asm-apple.S
[81/470] Compiling p256-armv8-asm-linux.S
[82/470] Compiling ghashv8-armv8-win.S
[83/470] Compiling ghashv8-armv8-linux.S
[84/470] Compiling ghashv8-armv8-apple.S
[85/470] Compiling ghash-x86_64-linux.S
[86/470] Compiling ghash-x86_64-apple.S
[87/470] Compiling ghashv8-armv7-linux.S
[88/470] Compiling ghash-x86-linux.S
[89/470] Compiling ghash-ssse3-x86_64-apple.S
[90/470] Compiling ghash-x86-apple.S
[91/470] Compiling ghash-ssse3-x86_64-linux.S
[92/470] Compiling ghash-ssse3-x86-linux.S
[93/470] Compiling ghash-ssse3-x86-apple.S
[94/470] Compiling ghash-neon-armv8-linux.S
[95/470] Compiling ghash-neon-armv8-win.S
[96/470] Compiling ghash-neon-armv8-apple.S
[97/470] Compiling ghash-armv4-linux.S
[98/470] Compiling co-586-linux.S
[99/470] Compiling co-586-apple.S
[100/470] Compiling bsaes-armv7-linux.S
[101/470] Compiling bn-armv8-win.S
[102/470] Compiling bn-armv8-linux.S
[103/470] Compiling bn-armv8-apple.S
[104/470] Compiling bn-586-apple.S
[105/470] Compiling bn-586-linux.S
[106/470] Compiling armv8-mont-win.S
[107/470] Compiling armv8-mont-apple.S
[108/470] Compiling armv8-mont-linux.S
[109/470] Compiling armv4-mont-linux.S
[110/470] Compiling aesv8-gcm-armv8-apple.S
[111/470] Compiling aesv8-gcm-armv8-win.S
[112/470] Compiling aesv8-gcm-armv8-linux.S
[113/470] Compiling aesv8-armv8-win.S
[114/470] Compiling aesv8-armv8-linux.S
[115/470] Compiling aesv8-armv8-apple.S
[116/470] Compiling aesv8-armv7-linux.S
[117/470] Compiling aesni-x86_64-apple.S
[118/470] Compiling aesni-x86_64-linux.S
[119/470] Compiling aesni-x86-apple.S
[120/470] Compiling aesni-x86-linux.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-linux.S
[124/470] Compiling aes-gcm-avx2-x86_64-linux.S
[125/470] Compiling aes-gcm-avx512-x86_64-apple.S
[126/470] Compiling aes-gcm-avx2-x86_64-apple.S
[128/470] Emitting module SwiftCbor
[129/470] Emitting module BigInt
[129/472] Compiling xwing.cc
[130/472] Compiling x_val.cc
[131/472] Compiling x_x509a.cc
[132/472] Compiling x_x509.cc
[133/472] Compiling precomputed_ecmult.c
[134/511] Compiling x_spki.cc
[135/511] Compiling x_sig.cc
[136/511] Compiling x_req.cc
[137/511] Compiling x_pubkey.cc
[139/511] Compiling secp256k1 CryptoKitErrors.swift
[140/511] Compiling secp256k1 DH.swift
[141/511] Compiling SwiftCbor CborCodable.swift
[142/511] Compiling secp256k1 Combine.swift
[143/511] Compiling secp256k1 Context.swift
[144/511] Compiling secp256k1 ECDSASignature.swift
[145/511] Compiling secp256k1 PEMDocument.swift
[146/511] Compiling secp256k1 PKCS8PrivateKey.swift
[147/511] Compiling secp256k1 SEC1PrivateKey.swift
[148/511] Compiling secp256k1 SubjectPublicKeyInfo.swift
[149/511] Compiling secp256k1 Asymmetric.swift
[149/511] Compiling x_crl.cc
[150/511] Compiling x_name.cc
[151/511] Compiling x_exten.cc
[152/511] Compiling x_attrib.cc
[153/511] Compiling x_all.cc
[155/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 |
[156/511] Compiling secp256k1 GeneralizedTime.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/511] Compiling secp256k1 ObjectIdentifier.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/511] Compiling x_algor.cc
[159/511] Compiling secp256k1 ASN1.swift
[160/511] Compiling secp256k1 ASN1Any.swift
[161/511] Compiling secp256k1 ASN1BitString.swift
[162/511] Compiling secp256k1 ASN1Null.swift
[163/511] Compiling secp256k1 ASN1OctetString.swift
[164/511] Compiling secp256k1 ASN1Strings.swift
[165/511] Compiling secp256k1 ASN1Boolean.swift
[166/511] Compiling secp256k1 ASN1Identifier.swift
[167/511] Compiling secp256k1 ASN1Integer.swift
[173/516] Compiling x509spki.cc
[179/516] Compiling secp256k1 Digest.swift
[180/516] Compiling secp256k1 Recovery.swift
[181/516] Compiling secp256k1 SHA256.swift
[182/516] Compiling secp256k1 SafeCompare.swift
[183/516] Compiling secp256k1 Schnorr.swift
[184/516] Compiling secp256k1 SecureBytes.swift
[185/516] Compiling SwiftCbor DataNumber.swift
[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
[201/516] Compiling x509name.cc
[201/516] Compiling x509cset.cc
[201/516] Compiling x509_vpm.cc
[201/516] Compiling x509rset.cc
BUILD FAILURE 6.1 wasm