The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ATCryptography, reference main (f40f57), with Swift 6.1 for Wasm on 3 Apr 2026 16:23:12 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/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ATProtoKit/ATCryptography.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/ATCryptography
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f40f574 Merge remote-tracking branch 'refs/remotes/origin/main'
Cloned https://github.com/ATProtoKit/ATCryptography.git
Revision (git rev-parse @):
f40f57400e280827a0f319fc3053e76bad0a8d7e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ATProtoKit/ATCryptography.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ATProtoKit/ATCryptography.git
https://github.com/ATProtoKit/ATCryptography.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    },
    {
      "identity" : "swift-secp256k1",
      "requirement" : {
        "exact" : [
          "0.18.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/21-DOT-DEV/swift-secp256k1.git"
    },
    {
      "identity" : "bigint",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.5.1",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/attaswift/BigInt.git"
    }
  ],
  "manifest_display_name" : "ATCryptography",
  "name" : "ATCryptography",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "ATCryptography",
      "targets" : [
        "ATCryptography"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ATCryptographyTests",
      "module_type" : "SwiftTarget",
      "name" : "ATCryptographyTests",
      "path" : "Tests/ATCryptographyTests",
      "sources" : [
        "BaseRadix/Base16Suite.swift",
        "BaseRadix/Base32Suite.swift",
        "BaseRadix/Base58Suite.swift",
        "BaseRadix/Base64URLSuite.swift",
        "DIDKeySuite.swift",
        "KeyCompressionSuite.swift",
        "KeypairSuite.swift",
        "RandomSuite.swift",
        "SgnatureSuite.swift"
      ],
      "target_dependencies" : [
        "ATCryptography"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ATCryptography",
      "module_type" : "SwiftTarget",
      "name" : "ATCryptography",
      "path" : "Sources/ATCryptography",
      "product_dependencies" : [
        "Crypto",
        "secp256k1",
        "BigInt"
      ],
      "product_memberships" : [
        "ATCryptography"
      ],
      "sources" : [
        "ATCryptography.swift",
        "ATCryptographyTools.swift",
        "BaseRadix/Base16.swift",
        "BaseRadix/Base32.swift",
        "BaseRadix/Base58.swift",
        "BaseRadix/Base64URL.swift",
        "DIDKey.swift",
        "Errors.swift",
        "Extensions/BigIntExtensions.swift",
        "Extensions/DataExtensions.swift",
        "Extensions/ECDSASignatureExtensions.swift",
        "Extensions/P256Extensions.swift",
        "Extensions/StringExtensions.swift",
        "Models.swift",
        "Multibase.swift",
        "Plugins.swift",
        "SHA256Hasher.swift",
        "SecureRandom.swift",
        "SessionToken.swift",
        "SignatureVerifier.swift",
        "k256/K256Encoding.swift",
        "k256/K256Keypair.swift",
        "k256/K256Operations.swift",
        "k256/K256Plugin.swift",
        "p256/P256Encoding.swift",
        "p256/P256Keypair.swift",
        "p256/P256Operations.swift",
        "p256/P256Plugin.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:c3bd0c8eb125dea46564a1eb8b09ee779ba7ae350b1ee58b5e9d6ff6c39cef37
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
Fetching https://github.com/attaswift/BigInt.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/21-DOT-DEV/swift-secp256k1.git
[1/4878] Fetching bigint
[4879/22205] Fetching bigint, swift-crypto
[6266/32478] Fetching bigint, swift-crypto, swift-secp256k1
Fetched https://github.com/attaswift/BigInt.git from cache (3.38s)
Fetched https://github.com/21-DOT-DEV/swift-secp256k1.git from cache (3.41s)
Fetched https://github.com/apple/swift-crypto.git from cache (3.42s)
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.02s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.7.0 (0.58s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (5.53s)
Fetching https://github.com/apple/swift-asn1.git
[1/1789] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.37s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.6.0 (2.88s)
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.1
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
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.6.0
Building for debugging...
[0/377] Write sources
[3/377] Compiling p256-armv8-asm-linux.S
[4/377] Compiling ghash-ssse3-x86-linux.S
[5/377] Compiling precomputed_ecmult_gen.c
[6/377] Compiling Utility.c
[7/377] Write sources
[8/377] Write swift-version-24593BA9C3E375BF.txt
[9/377] Compiling aes.cc
[9/377] Compiling a_i2d_fp.cc
[11/377] Compiling a_int.cc
[12/377] Compiling fiat_p256_adx_mul.S
[13/377] Compiling fiat_p256_adx_sqr.S
[14/377] Compiling CCryptoBoringSSLShims shims.c
[15/377] Compiling fiat_curve25519_adx_square.S
[16/377] Compiling fiat_curve25519_adx_mul.S
[17/377] Compiling a_bool.cc
[18/377] Compiling md5-x86_64-linux.S
[19/377] Compiling md5-x86_64-apple.S
[20/377] Compiling md5-586-apple.S
[21/377] Compiling md5-586-linux.S
[22/377] Compiling chacha20_poly1305_x86_64-linux.S
[23/384] Compiling chacha20_poly1305_x86_64-apple.S
[24/387] Compiling chacha20_poly1305_armv8-apple.S
[25/395] Compiling secp256k1.c
[26/398] Compiling chacha20_poly1305_armv8-win.S
[27/398] Compiling chacha20_poly1305_armv8-linux.S
[28/398] Compiling chacha-x86-linux.S
[29/398] Compiling chacha-x86_64-linux.S
[30/398] Compiling chacha-x86_64-apple.S
[31/398] Compiling chacha-armv8-win.S
[32/398] Compiling chacha-x86-apple.S
[33/398] Compiling chacha-armv8-apple.S
[34/398] Compiling aes128gcmsiv-x86_64-linux.S
[35/398] Compiling chacha-armv4-linux.S
[36/398] Compiling chacha-armv8-linux.S
[37/398] Compiling aes128gcmsiv-x86_64-apple.S
[38/398] Compiling x86_64-mont5-apple.S
[39/398] Compiling x86_64-mont5-linux.S
[40/398] Compiling x86_64-mont-linux.S
[41/398] Compiling x86_64-mont-apple.S
[42/398] Compiling x86-mont-linux.S
[43/398] Compiling vpaes-x86_64-linux.S
[44/398] Compiling x86-mont-apple.S
[45/398] Compiling vpaes-x86_64-apple.S
[46/398] Compiling vpaes-x86-linux.S
[47/398] Compiling vpaes-armv8-win.S
[48/398] Compiling vpaes-x86-apple.S
[49/398] Compiling vpaes-armv8-linux.S
[50/398] Compiling vpaes-armv8-apple.S
[51/398] Compiling vpaes-armv7-linux.S
[52/398] Compiling sha512-x86_64-apple.S
[53/398] Compiling sha512-x86_64-linux.S
[54/398] Compiling sha512-armv8-linux.S
[55/398] Compiling sha512-armv8-win.S
[56/398] Compiling err_data.cc
[57/398] Compiling sha512-armv8-apple.S
[58/398] Compiling sha512-armv4-linux.S
[59/398] Compiling sha512-586-linux.S
[60/398] Compiling sha512-586-apple.S
[61/398] Compiling sha256-x86_64-linux.S
[62/398] Compiling sha256-x86_64-apple.S
[63/398] Compiling sha256-armv8-linux.S
[64/398] Compiling sha256-armv8-win.S
[65/398] Compiling sha256-armv4-linux.S
[66/398] Compiling sha256-armv8-apple.S
[67/398] Compiling sha256-586-linux.S
[68/398] Compiling sha256-586-apple.S
[69/398] Compiling sha1-x86_64-apple.S
[70/398] Compiling sha1-x86_64-linux.S
[71/398] Compiling sha1-armv8-win.S
[72/398] Compiling sha1-armv8-linux.S
[73/398] Compiling sha1-armv8-apple.S
[74/398] Compiling sha1-armv4-large-linux.S
[75/398] Compiling sha1-586-linux.S
[76/398] Compiling sha1-586-apple.S
[77/398] Compiling rsaz-avx2-linux.S
[78/398] Compiling p256_beeu-x86_64-asm-linux.S
[79/398] Compiling rsaz-avx2-apple.S
[80/398] Compiling rdrand-x86_64-linux.S
[81/398] Compiling rdrand-x86_64-apple.S
[82/398] Compiling p256_beeu-x86_64-asm-apple.S
[83/398] Compiling p256_beeu-armv8-asm-win.S
[84/398] Compiling p256_beeu-armv8-asm-linux.S
[85/398] Compiling p256_beeu-armv8-asm-apple.S
[86/398] Compiling p256-x86_64-asm-linux.S
[87/398] Compiling p256-x86_64-asm-apple.S
[88/398] Compiling p256-armv8-asm-win.S
[89/398] Compiling p256-armv8-asm-apple.S
[90/398] Compiling ghashv8-armv8-win.S
[91/398] Compiling ghashv8-armv8-linux.S
[92/398] Compiling ghashv8-armv8-apple.S
[93/398] Compiling ghashv8-armv7-linux.S
[94/398] Compiling ghash-x86_64-linux.S
[95/398] Compiling ghash-x86_64-apple.S
[96/398] Compiling ghash-x86-linux.S
[97/398] Compiling ghash-x86-apple.S
[98/398] Compiling ghash-ssse3-x86_64-apple.S
[99/398] Compiling ghash-ssse3-x86_64-linux.S
[100/398] Compiling ghash-ssse3-x86-apple.S
[101/398] Compiling ghash-neon-armv8-win.S
[102/398] Compiling ghash-neon-armv8-apple.S
[103/398] Compiling ghash-neon-armv8-linux.S
[104/398] Compiling co-586-apple.S
[105/398] Compiling ghash-armv4-linux.S
[106/398] Compiling co-586-linux.S
[107/398] Compiling bsaes-armv7-linux.S
[108/398] Compiling bn-armv8-win.S
[109/398] Compiling bn-armv8-apple.S
[110/398] Compiling bn-armv8-linux.S
[111/398] Compiling bn-586-apple.S
[112/398] Compiling bn-586-linux.S
[113/398] Compiling armv8-mont-win.S
[114/398] Compiling armv8-mont-linux.S
[115/398] Compiling armv8-mont-apple.S
[116/398] Compiling aesv8-gcm-armv8-win.S
[117/398] Compiling armv4-mont-linux.S
[118/398] Compiling aesv8-gcm-armv8-linux.S
[119/398] Compiling aesv8-gcm-armv8-apple.S
[120/398] Compiling aesv8-armv8-linux.S
[121/398] Compiling aesv8-armv8-win.S
[122/398] Compiling aesv8-armv8-apple.S
[123/398] Compiling aesv8-armv7-linux.S
[124/398] Compiling aesni-x86_64-linux.S
[125/398] Compiling aesni-x86_64-apple.S
[126/398] Compiling aesni-x86-linux.S
[127/398] Compiling aesni-x86-apple.S
[128/398] Compiling aesni-gcm-x86_64-apple.S
[129/398] Compiling aes-gcm-avx512-x86_64-linux.S
[130/398] Compiling aesni-gcm-x86_64-linux.S
[131/398] Compiling aes-gcm-avx512-x86_64-apple.S
[132/398] Compiling aes-gcm-avx2-x86_64-linux.S
[133/398] Compiling aes-gcm-avx2-x86_64-apple.S
[134/398] Compiling precomputed_ecmult.c
[135/398] Compiling xwing.cc
[136/398] Compiling x_sig.cc
[137/398] Compiling x_x509.cc
[138/411] Compiling x_req.cc
[139/432] Compiling x_spki.cc
[140/437] Compiling x_x509a.cc
[141/437] Compiling x_all.cc
[143/437] Emitting module secp256k1
[143/442] Compiling x_pubkey.cc
[144/442] Compiling x_name.cc
[145/442] Compiling x_exten.cc
[146/442] Compiling x_attrib.cc
[147/442] Compiling x_crl.cc
[148/442] Compiling x_algor.cc
[149/442] Compiling x509cset.cc
[150/442] Compiling x509spki.cc
[152/442] Emitting module BigInt
[152/444] Compiling x509rset.cc
[154/444] Compiling secp256k1 ArraySliceBigint.swift
[155/444] Compiling secp256k1 GeneralizedTime.swift
[156/444] Compiling secp256k1 PKCS8PrivateKey.swift
[157/444] Compiling secp256k1 SEC1PrivateKey.swift
[158/444] Compiling secp256k1 SubjectPublicKeyInfo.swift
[159/444] Compiling secp256k1 Asymmetric.swift
[160/444] Compiling secp256k1 Combine.swift
[161/444] Compiling secp256k1 Context.swift
[161/444] Compiling x509name.cc
[162/444] Compiling x509_vpm.cc
[163/444] Compiling x509_txt.cc
[165/444] Compiling BigInt Subtraction.swift
[166/444] Compiling BigInt Words and Bits.swift
[166/444] Compiling x509_trs.cc
[167/444] Compiling x509_v3.cc
[168/444] Compiling x509_vfy.cc
[169/444] Compiling x509_set.cc
[170/444] Compiling x509_req.cc
[172/444] Compiling secp256k1 ASN1Null.swift
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:170:13: error: '_mantissa' is inaccessible due to 'internal' protection level
168 |     var mantissaParts: [UInt16] {
169 |         [
170 |             _mantissa.0,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
171 |             _mantissa.1,
172 |             _mantissa.2,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:171:13: error: '_mantissa' is inaccessible due to 'internal' protection level
169 |         [
170 |             _mantissa.0,
171 |             _mantissa.1,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
172 |             _mantissa.2,
173 |             _mantissa.3,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:172:13: error: '_mantissa' is inaccessible due to 'internal' protection level
170 |             _mantissa.0,
171 |             _mantissa.1,
172 |             _mantissa.2,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
173 |             _mantissa.3,
174 |             _mantissa.4,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:173:13: error: '_mantissa' is inaccessible due to 'internal' protection level
171 |             _mantissa.1,
172 |             _mantissa.2,
173 |             _mantissa.3,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
174 |             _mantissa.4,
175 |             _mantissa.5,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:174:13: error: '_mantissa' is inaccessible due to 'internal' protection level
172 |             _mantissa.2,
173 |             _mantissa.3,
174 |             _mantissa.4,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
175 |             _mantissa.5,
176 |             _mantissa.6,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:175:13: error: '_mantissa' is inaccessible due to 'internal' protection level
173 |             _mantissa.3,
174 |             _mantissa.4,
175 |             _mantissa.5,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
176 |             _mantissa.6,
177 |             _mantissa.7,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:176:13: error: '_mantissa' is inaccessible due to 'internal' protection level
174 |             _mantissa.4,
175 |             _mantissa.5,
176 |             _mantissa.6,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
177 |             _mantissa.7,
178 |         ]
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:177:13: error: '_mantissa' is inaccessible due to 'internal' protection level
175 |             _mantissa.5,
176 |             _mantissa.6,
177 |             _mantissa.7,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
178 |         ]
179 |     }
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
[173/444] 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 |
[174/444] 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 |
[175/444] Compiling secp256k1 ECDSASignature.swift
[176/444] Compiling secp256k1 PEMDocument.swift
[181/444] Compiling secp256k1 ASN1.swift
[182/444] Compiling secp256k1 ASN1Any.swift
[183/444] Compiling secp256k1 ASN1BitString.swift
[184/444] Compiling secp256k1 ObjectIdentifier.swift
[187/444] Compiling secp256k1 ASN1Boolean.swift
[188/444] Compiling secp256k1 ASN1Identifier.swift
[189/444] Compiling secp256k1 ASN1Integer.swift
[190/444] Compiling secp256k1 Signature.swift
[191/444] Compiling secp256k1 Tweak.swift
[192/444] Compiling secp256k1 Utility.swift
[193/444] Compiling secp256k1 Zeroization.swift
[194/444] Compiling secp256k1 secp256k1.swift
[195/444] Compiling secp256k1 ECDH.swift
[196/444] Compiling secp256k1 ECDSA.swift
[197/444] Compiling secp256k1 EdDSA.swift
[198/444] Compiling secp256k1 Errors.swift
[199/444] Compiling secp256k1 Exports.swift
[204/444] Compiling secp256k1 Digest.swift
[205/444] Compiling secp256k1 HashDigest.swift
[206/444] Compiling secp256k1 MuSig.swift
[207/444] Compiling secp256k1 Nonces.swift
[208/444] Compiling secp256k1 PrettyBytes.swift
[209/444] Compiling secp256k1 RNG_boring.swift
[210/444] Compiling secp256k1 Recovery.swift
[211/444] Compiling secp256k1 SHA256.swift
[212/444] Compiling secp256k1 SafeCompare.swift
[213/444] Compiling secp256k1 Schnorr.swift
[214/444] Compiling secp256k1 SecureBytes.swift
[226/445] Compiling x509_cmp.cc
[226/445] Compiling x509_ext.cc
[226/445] Compiling x509_lu.cc
[226/445] Compiling x509_d2.cc
[226/445] Compiling x509_def.cc
[226/445] Compiling x509_obj.cc
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/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:c3bd0c8eb125dea46564a1eb8b09ee779ba7ae350b1ee58b5e9d6ff6c39cef37
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/219] Compiling x509_d2.cc
[1/219] Compiling x509_def.cc
[2/219] Compiling x509_obj.cc
[3/219] Compiling x509_att.cc
[4/219] Compiling x509.cc
[5/219] Compiling x509_lu.cc
[6/219] Compiling x509_cmp.cc
[7/219] Compiling x509_ext.cc
[8/219] Write swift-version-24593BA9C3E375BF.txt
[9/219] Compiling v3_skey.cc
[10/219] Compiling v3_prn.cc
[11/219] Compiling v3_purp.cc
[12/219] Compiling v3_pcons.cc
[13/219] Compiling v3_pmaps.cc
[13/219] Compiling v3_utl.cc
[15/219] Compiling v3_ocsp.cc
[16/240] Compiling v3_ncons.cc
[18/279] Compiling secp256k1 ASN1Boolean.swift
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:170:13: error: '_mantissa' is inaccessible due to 'internal' protection level
168 |     var mantissaParts: [UInt16] {
169 |         [
170 |             _mantissa.0,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
171 |             _mantissa.1,
172 |             _mantissa.2,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:171:13: error: '_mantissa' is inaccessible due to 'internal' protection level
169 |         [
170 |             _mantissa.0,
171 |             _mantissa.1,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
172 |             _mantissa.2,
173 |             _mantissa.3,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:172:13: error: '_mantissa' is inaccessible due to 'internal' protection level
170 |             _mantissa.0,
171 |             _mantissa.1,
172 |             _mantissa.2,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
173 |             _mantissa.3,
174 |             _mantissa.4,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:173:13: error: '_mantissa' is inaccessible due to 'internal' protection level
171 |             _mantissa.1,
172 |             _mantissa.2,
173 |             _mantissa.3,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
174 |             _mantissa.4,
175 |             _mantissa.5,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:174:13: error: '_mantissa' is inaccessible due to 'internal' protection level
172 |             _mantissa.2,
173 |             _mantissa.3,
174 |             _mantissa.4,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
175 |             _mantissa.5,
176 |             _mantissa.6,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:175:13: error: '_mantissa' is inaccessible due to 'internal' protection level
173 |             _mantissa.3,
174 |             _mantissa.4,
175 |             _mantissa.5,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
176 |             _mantissa.6,
177 |             _mantissa.7,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:176:13: error: '_mantissa' is inaccessible due to 'internal' protection level
174 |             _mantissa.4,
175 |             _mantissa.5,
176 |             _mantissa.6,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
177 |             _mantissa.7,
178 |         ]
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:177:13: error: '_mantissa' is inaccessible due to 'internal' protection level
175 |             _mantissa.5,
176 |             _mantissa.6,
177 |             _mantissa.7,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
178 |         ]
179 |     }
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
[19/279] Compiling secp256k1 ASN1Identifier.swift
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:170:13: error: '_mantissa' is inaccessible due to 'internal' protection level
168 |     var mantissaParts: [UInt16] {
169 |         [
170 |             _mantissa.0,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
171 |             _mantissa.1,
172 |             _mantissa.2,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:171:13: error: '_mantissa' is inaccessible due to 'internal' protection level
169 |         [
170 |             _mantissa.0,
171 |             _mantissa.1,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
172 |             _mantissa.2,
173 |             _mantissa.3,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:172:13: error: '_mantissa' is inaccessible due to 'internal' protection level
170 |             _mantissa.0,
171 |             _mantissa.1,
172 |             _mantissa.2,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
173 |             _mantissa.3,
174 |             _mantissa.4,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:173:13: error: '_mantissa' is inaccessible due to 'internal' protection level
171 |             _mantissa.1,
172 |             _mantissa.2,
173 |             _mantissa.3,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
174 |             _mantissa.4,
175 |             _mantissa.5,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:174:13: error: '_mantissa' is inaccessible due to 'internal' protection level
172 |             _mantissa.2,
173 |             _mantissa.3,
174 |             _mantissa.4,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
175 |             _mantissa.5,
176 |             _mantissa.6,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:175:13: error: '_mantissa' is inaccessible due to 'internal' protection level
173 |             _mantissa.3,
174 |             _mantissa.4,
175 |             _mantissa.5,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
176 |             _mantissa.6,
177 |             _mantissa.7,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:176:13: error: '_mantissa' is inaccessible due to 'internal' protection level
174 |             _mantissa.4,
175 |             _mantissa.5,
176 |             _mantissa.6,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
177 |             _mantissa.7,
178 |         ]
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:177:13: error: '_mantissa' is inaccessible due to 'internal' protection level
175 |             _mantissa.5,
176 |             _mantissa.6,
177 |             _mantissa.7,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
178 |         ]
179 |     }
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
[20/279] Compiling secp256k1 ASN1Integer.swift
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:170:13: error: '_mantissa' is inaccessible due to 'internal' protection level
168 |     var mantissaParts: [UInt16] {
169 |         [
170 |             _mantissa.0,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
171 |             _mantissa.1,
172 |             _mantissa.2,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:171:13: error: '_mantissa' is inaccessible due to 'internal' protection level
169 |         [
170 |             _mantissa.0,
171 |             _mantissa.1,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
172 |             _mantissa.2,
173 |             _mantissa.3,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:172:13: error: '_mantissa' is inaccessible due to 'internal' protection level
170 |             _mantissa.0,
171 |             _mantissa.1,
172 |             _mantissa.2,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
173 |             _mantissa.3,
174 |             _mantissa.4,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:173:13: error: '_mantissa' is inaccessible due to 'internal' protection level
171 |             _mantissa.1,
172 |             _mantissa.2,
173 |             _mantissa.3,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
174 |             _mantissa.4,
175 |             _mantissa.5,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:174:13: error: '_mantissa' is inaccessible due to 'internal' protection level
172 |             _mantissa.2,
173 |             _mantissa.3,
174 |             _mantissa.4,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
175 |             _mantissa.5,
176 |             _mantissa.6,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:175:13: error: '_mantissa' is inaccessible due to 'internal' protection level
173 |             _mantissa.3,
174 |             _mantissa.4,
175 |             _mantissa.5,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
176 |             _mantissa.6,
177 |             _mantissa.7,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:176:13: error: '_mantissa' is inaccessible due to 'internal' protection level
174 |             _mantissa.4,
175 |             _mantissa.5,
176 |             _mantissa.6,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
177 |             _mantissa.7,
178 |         ]
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:177:13: error: '_mantissa' is inaccessible due to 'internal' protection level
175 |             _mantissa.5,
176 |             _mantissa.6,
177 |             _mantissa.7,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
178 |         ]
179 |     }
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
[21/281] Compiling secp256k1 Combine.swift
[22/281] Compiling secp256k1 Context.swift
[25/281] Compiling BigInt Subtraction.swift
[26/281] Compiling BigInt Words and Bits.swift
[27/281] Compiling secp256k1 Digest.swift
[27/286] Compiling v3_lib.cc
[29/286] Emitting module BigInt
[30/286] Compiling secp256k1 ASN1Null.swift
[31/286] Compiling secp256k1 ASN1OctetString.swift
[32/286] Compiling secp256k1 ASN1Strings.swift
[32/286] Compiling v3_int.cc
[34/286] Compiling secp256k1 ECDSASignature.swift
[35/286] Compiling secp256k1 PEMDocument.swift
[36/286] Compiling secp256k1 PKCS8PrivateKey.swift
[37/286] Compiling secp256k1 SEC1PrivateKey.swift
[38/286] Compiling secp256k1 SubjectPublicKeyInfo.swift
[39/286] Compiling secp256k1 Asymmetric.swift
[39/286] Compiling v3_info.cc
[40/286] Compiling v3_genn.cc
[41/286] Compiling v3_ia5.cc
[43/286] Emitting module secp256k1
[43/286] Compiling v3_extku.cc
[51/286] Compiling secp256k1 ArraySliceBigint.swift
[52/286] Compiling secp256k1 GeneralizedTime.swift
[53/286] Compiling secp256k1 ObjectIdentifier.swift
[54/286] Compiling secp256k1 ASN1.swift
[55/286] Compiling secp256k1 ASN1Any.swift
[56/286] Compiling secp256k1 ASN1BitString.swift
[57/286] Compiling secp256k1 Recovery.swift
[58/286] Compiling secp256k1 SHA256.swift
[59/286] Compiling secp256k1 SafeCompare.swift
[60/286] Compiling secp256k1 Schnorr.swift
[61/286] Compiling secp256k1 SecureBytes.swift
[64/286] Compiling secp256k1 HashDigest.swift
[65/286] Compiling secp256k1 MuSig.swift
[66/286] Compiling secp256k1 Nonces.swift
[67/286] Compiling secp256k1 PrettyBytes.swift
[68/286] Compiling secp256k1 RNG_boring.swift
[69/286] Compiling secp256k1 ECDH.swift
[70/286] Compiling secp256k1 ECDSA.swift
[71/286] Compiling secp256k1 EdDSA.swift
[72/286] Compiling secp256k1 Errors.swift
[73/286] Compiling secp256k1 Exports.swift
[73/286] Compiling v3_bcons.cc
[73/286] Compiling v3_enum.cc
[73/286] Compiling v3_bitst.cc
[73/286] Compiling v3_cpols.cc
[73/286] Compiling v3_conf.cc
[73/286] Compiling v3_crld.cc
BUILD FAILURE 6.1 wasm