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 Web3, reference master (b85187), with Swift 6.1 for Android on 29 May 2025 09:03:26 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Boilertalk/Web3.swift.git
Reference: master
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/Boilertalk/Web3.swift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at b85187d Add recovery functions to EthereumSignedTransaction (#173)
Cloned https://github.com/Boilertalk/Web3.swift.git
Revision (git rev-parse @):
b85187ddf230a10b04fa8574c44980f3369ddff5
SUCCESS checkout https://github.com/Boilertalk/Web3.swift.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Boilertalk/Web3.swift.git
https://github.com/Boilertalk/Web3.swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "bigint",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.3.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/attaswift/BigInt.git"
    },
    {
      "identity" : "cryptoswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/krzyzanowskim/CryptoSwift.git"
    },
    {
      "identity" : "secp256k1.swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.7",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Boilertalk/secp256k1.swift.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "websocket-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.6.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/websocket-kit"
    },
    {
      "identity" : "promisekit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.18.1",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mxcl/PromiseKit.git"
    },
    {
      "identity" : "quick",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.1",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Quick.git"
    },
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "10.0.0",
            "upper_bound" : "11.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble.git"
    }
  ],
  "manifest_display_name" : "Web3",
  "name" : "Web3",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "14.0"
    },
    {
      "name" : "driverkit",
      "version" : "20.0"
    }
  ],
  "products" : [
    {
      "name" : "Web3",
      "targets" : [
        "Web3"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Web3PromiseKit",
      "targets" : [
        "Web3PromiseKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Web3ContractABI",
      "targets" : [
        "Web3ContractABI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "Web3Tests",
      "module_type" : "SwiftTarget",
      "name" : "Web3Tests",
      "path" : "Tests/Web3Tests",
      "product_dependencies" : [
        "Quick",
        "Nimble"
      ],
      "sources" : [
        "ABITests/ABIConvertibleTests.swift",
        "ABITests/ABITests.swift",
        "ABITests/SolidityTypeTests.swift",
        "ABITests/WrappedValueTests.swift",
        "ContractTests/ContractTests.swift",
        "ContractTests/JSONContractTests.swift",
        "JsonTests/EthereumBlockObjectTests.swift",
        "JsonTests/EthereumCallParamsTests.swift",
        "JsonTests/EthereumDataTests.swift",
        "JsonTests/EthereumQuantityTagTests.swift",
        "JsonTests/EthereumQuantityTests.swift",
        "JsonTests/EthereumSyncStatusObjectTests.swift",
        "JsonTests/EthereumValueTests.swift",
        "JsonTests/RPCRequestJsonTests.swift",
        "RLPTests/RLPDecoderTests.swift",
        "RLPTests/RLPEncoderTests.swift",
        "RLPTests/RLPItemTests.swift",
        "Stubs/ERC721.swift",
        "Stubs/Fallback.swift",
        "Stubs/JSONStubs.swift",
        "Stubs/LimitedMintableNonFungibleToken.swift",
        "Stubs/TupleExamples.swift",
        "Stubs/call_getBalance.swift",
        "Stubs/estimateGas.swift",
        "Stubs/getBlock1.swift",
        "Stubs/getBlock2.swift",
        "Stubs/getBlock3.swift",
        "Stubs/getTransactionReceipt.swift",
        "Stubs/sendTransaction.swift",
        "ToolboxTests/EthereumUtilsTests.swift",
        "ToolboxTests/Int+ETH.swift",
        "ToolboxTests/String+Hex.swift",
        "ToolboxTests/UInt+BytesRepresentableTests.swift",
        "TransactionTests/EthereumAddressTests.swift",
        "TransactionTests/EthereumPrivateKeyTests.swift",
        "TransactionTests/EthereumPublicKeyTests.swift",
        "TransactionTests/TransactionTests.swift",
        "Web3Tests/Web3EventsTests.swift",
        "Web3Tests/Web3HttpTests.swift"
      ],
      "target_dependencies" : [
        "Web3",
        "Web3PromiseKit",
        "Web3ContractABI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Web3PromiseKit",
      "module_type" : "SwiftTarget",
      "name" : "Web3PromiseKit",
      "path" : "Sources",
      "product_dependencies" : [
        "PromiseKit"
      ],
      "product_memberships" : [
        "Web3PromiseKit"
      ],
      "sources" : [
        "PromiseKit/ContractPromiseExtensions.swift",
        "PromiseKit/Exports+PromiseKit.swift",
        "PromiseKit/Promisable.swift",
        "PromiseKit/Web3+PromiseKit.swift"
      ],
      "target_dependencies" : [
        "Web3",
        "Web3ContractABI"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Web3ContractABI",
      "module_type" : "SwiftTarget",
      "name" : "Web3ContractABI",
      "path" : "Sources",
      "product_dependencies" : [
        "BigInt",
        "CryptoSwift"
      ],
      "product_memberships" : [
        "Web3PromiseKit",
        "Web3ContractABI"
      ],
      "sources" : [
        "ContractABI/ABI/ABI.swift",
        "ContractABI/ABI/ABIConvertible.swift",
        "ContractABI/ABI/ABIDecoder.swift",
        "ContractABI/ABI/ABIEncoder.swift",
        "ContractABI/ABI/Eth+ABI.swift",
        "ContractABI/ABI/SolidityTuple.swift",
        "ContractABI/ABI/SolidityType+Codable.swift",
        "ContractABI/ABI/SolidityType.swift",
        "ContractABI/ABI/SolidityWrappedValue.swift",
        "ContractABI/Contract/ABIObject.swift",
        "ContractABI/Contract/ERC165.swift",
        "ContractABI/Contract/ERC20.swift",
        "ContractABI/Contract/ERC721.swift",
        "ContractABI/Contract/Eth+Contract.swift",
        "ContractABI/Contract/EthereumContract.swift",
        "ContractABI/Contract/SolidityEvent.swift",
        "ContractABI/Contract/SolidityFunction.swift",
        "ContractABI/Contract/SolidityInvocation.swift"
      ],
      "target_dependencies" : [
        "Web3"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Web3",
      "module_type" : "SwiftTarget",
      "name" : "Web3",
      "path" : "Sources",
      "product_dependencies" : [
        "BigInt",
        "CryptoSwift",
        "secp256k1",
        "Collections",
        "WebSocketKit"
      ],
      "product_memberships" : [
        "Web3",
        "Web3PromiseKit",
        "Web3ContractABI"
      ],
      "sources" : [
        "Core/Json/EthereumBlockObject.swift",
        "Core/Json/EthereumCall.swift",
        "Core/Json/EthereumData.swift",
        "Core/Json/EthereumLogObject.swift",
        "Core/Json/EthereumQuantity.swift",
        "Core/Json/EthereumQuantityTag.swift",
        "Core/Json/EthereumSyncStatusObject.swift",
        "Core/Json/EthereumTransactionObject.swift",
        "Core/Json/EthereumTransactionReceiptObject.swift",
        "Core/Json/EthereumValue.swift",
        "Core/Json/EthereumValueConvertible.swift",
        "Core/Json/RPCRequest.swift",
        "Core/Json/RPCResponse.swift",
        "Core/Json/Types+EthereumValueConvertible.swift",
        "Core/Providers/Web3Provider.swift",
        "Core/RLP/RLPDecoder.swift",
        "Core/RLP/RLPEncoder.swift",
        "Core/RLP/RLPItem.swift",
        "Core/RLP/RLPItemConvertible.swift",
        "Core/RLP/Types+RLPItemConvertible.swift",
        "Core/Toolbox/BigUInt+BytesConvertible.swift",
        "Core/Toolbox/Bytes+HexString.swift",
        "Core/Toolbox/Bytes+SecureRandom.swift",
        "Core/Toolbox/Bytes+TrimLeadingZeros.swift",
        "Core/Toolbox/Bytes+UInt.swift",
        "Core/Toolbox/BytesConvertible.swift",
        "Core/Toolbox/CharacterSet+Hex.swift",
        "Core/Toolbox/Data+BytesConvertible.swift",
        "Core/Toolbox/EthereumUtils.swift",
        "Core/Toolbox/Exports+Web3.swift",
        "Core/Toolbox/Int+ETH.swift",
        "Core/Toolbox/Secp256k1+CTXCreator.swift",
        "Core/Toolbox/String+BytesConvertible.swift",
        "Core/Toolbox/String+Conversion.swift",
        "Core/Toolbox/String+HexBytes.swift",
        "Core/Toolbox/SynchronizedArray.swift",
        "Core/Toolbox/SynchronizedDictionary.swift",
        "Core/Toolbox/UInt+BytesRepresentable.swift",
        "Core/Toolbox/UnsignedInteger+BytesConvertible.swift",
        "Core/Toolbox/UnsignedInteger+Shifting.swift",
        "Core/Transaction/EthereumAddress.swift",
        "Core/Transaction/EthereumPrivateKey.swift",
        "Core/Transaction/EthereumPublicKey.swift",
        "Core/Transaction/EthereumTransaction.swift",
        "Core/Web3/Web3.swift",
        "FoundationHTTP/Web3+HTTPInitializer.swift",
        "FoundationHTTP/Web3+WebSocketInitializer.swift",
        "FoundationHTTP/Web3HttpProvider.swift",
        "FoundationHTTP/Web3WebSocketProvider.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/mxcl/PromiseKit.git
Fetching https://github.com/vapor/websocket-kit
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/apple/swift-collections.git
[1/2609] Fetching websocket-kit
[862/19795] Fetching websocket-kit, promisekit
[3470/36386] Fetching websocket-kit, promisekit, swift-collections
[4649/55970] Fetching websocket-kit, promisekit, swift-collections, nimble
Fetched https://github.com/apple/swift-collections.git from cache (3.17s)
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetched https://github.com/mxcl/PromiseKit.git from cache (3.46s)
Fetching https://github.com/attaswift/BigInt.git
[1/12941] Fetching cryptoswift
Fetching https://github.com/Boilertalk/secp256k1.swift.git
Fetched https://github.com/vapor/websocket-kit from cache (3.75s)
Fetching https://github.com/Quick/Quick.git
Fetched https://github.com/Quick/Nimble.git from cache (3.83s)
[1813/17717] Fetching cryptoswift, bigint
[3485/18497] Fetching cryptoswift, bigint, secp256k1.swift
[6544/33252] Fetching cryptoswift, bigint, secp256k1.swift, quick
Fetched https://github.com/Boilertalk/secp256k1.swift.git from cache (0.59s)
[7135/32472] Fetching cryptoswift, bigint, quick
Fetched https://github.com/attaswift/BigInt.git from cache (1.69s)
[18379/27696] Fetching cryptoswift, quick
Fetched https://github.com/Quick/Quick.git from cache (1.74s)
[9965/12941] Fetching cryptoswift
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (3.37s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 10.0.0 (7.68s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.48s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 5.0.1 (1.58s)
Computing version for https://github.com/Boilertalk/secp256k1.swift.git
Computed https://github.com/Boilertalk/secp256k1.swift.git at 0.1.7 (1.10s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (1.05s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.36s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (1.28s)
Computing version for https://github.com/mxcl/PromiseKit.git
Computed https://github.com/mxcl/PromiseKit.git at 6.22.1 (1.00s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.5.2 (0.93s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.4 (0.99s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.18s)
Computing version for https://github.com/vapor/websocket-kit
Computed https://github.com/vapor/websocket-kit at 2.16.1 (0.95s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/1710] Fetching swift-atomics
[532/7624] Fetching swift-atomics, swift-nio-extras
[2877/10291] Fetching swift-atomics, swift-nio-extras, swift-nio-transport-services
[10292/25134] Fetching swift-atomics, swift-nio-extras, swift-nio-transport-services, swift-nio-ssl
[11183/101227] Fetching swift-atomics, swift-nio-extras, swift-nio-transport-services, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (3.79s)
[75733/98560] Fetching swift-atomics, swift-nio-extras, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.83s)
[61651/83717] Fetching swift-atomics, swift-nio-extras, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (9.58s)
Fetched https://github.com/apple/swift-atomics.git from cache (9.59s)
Fetched https://github.com/apple/swift-nio.git from cache (9.75s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (10.69s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.28s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (1.27s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (2.13s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (1.09s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.10s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (1.08s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-asn1.git
[1/6155] Fetching swift-certificates
[1109/8581] Fetching swift-certificates, swift-service-lifecycle
[2073/10171] Fetching swift-certificates, swift-service-lifecycle, swift-asn1
[3428/14007] Fetching swift-certificates, swift-service-lifecycle, swift-asn1, swift-log
[3989/18992] Fetching swift-certificates, swift-service-lifecycle, swift-asn1, swift-log, swift-async-algorithms
[7033/24951] Fetching swift-certificates, swift-service-lifecycle, swift-asn1, swift-log, swift-async-algorithms, swift-algorithms
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.89s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.89s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.89s)
Fetched https://github.com/apple/swift-asn1.git from cache (1.90s)
Fetched https://github.com/apple/swift-log.git from cache (1.90s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.92s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1141] Fetching swift-http-structured-headers
[1120/2045] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.48s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-http-types.git from cache (0.52s)
[1/11527] Fetching swift-nio-http2
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.70s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (5.06s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (0.94s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.12s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (1.17s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.20s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (4.96s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.04s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.92s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.61s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.53s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (1.00s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.09s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.98s)
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.8.4
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/Boilertalk/secp256k1.swift.git
Working copy of https://github.com/Boilertalk/secp256k1.swift.git resolved at 0.1.7
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/mxcl/PromiseKit.git
Working copy of https://github.com/mxcl/PromiseKit.git resolved at 6.22.1
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.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.3.2
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 10.0.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.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.12.3
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.5.2
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 5.0.1
Creating working copy for https://github.com/vapor/websocket-kit
Working copy of https://github.com/vapor/websocket-kit resolved at 2.16.1
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
warning: 'spi-builder-workspace': found 22 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/ContractABI/ABI/ABIConvertible.swift
    /host/spi-builder-workspace/Sources/ContractABI/ABI/ABIDecoder.swift
    /host/spi-builder-workspace/Sources/ContractABI/ABI/ABI.swift
    /host/spi-builder-workspace/Sources/ContractABI/ABI/ABIEncoder.swift
    /host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityType.swift
    /host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityTuple.swift
    /host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityType+Codable.swift
    /host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityWrappedValue.swift
    /host/spi-builder-workspace/Sources/ContractABI/Contract/ABIObject.swift
    /host/spi-builder-workspace/Sources/ContractABI/Contract/ERC165.swift
    /host/spi-builder-workspace/Sources/ContractABI/Contract/SolidityEvent.swift
    /host/spi-builder-workspace/Sources/ContractABI/Contract/SolidityInvocation.swift
    /host/spi-builder-workspace/Sources/ContractABI/Contract/Eth+Contract.swift
    /host/spi-builder-workspace/Sources/ContractABI/ABI/Eth+ABI.swift
    /host/spi-builder-workspace/Sources/PromiseKit/Exports+PromiseKit.swift
    /host/spi-builder-workspace/Sources/ContractABI/Contract/ERC721.swift
    /host/spi-builder-workspace/Sources/PromiseKit/Web3+PromiseKit.swift
    /host/spi-builder-workspace/Sources/PromiseKit/ContractPromiseExtensions.swift
    /host/spi-builder-workspace/Sources/PromiseKit/Promisable.swift
    /host/spi-builder-workspace/Sources/ContractABI/Contract/ERC20.swift
    /host/spi-builder-workspace/Sources/ContractABI/Contract/EthereumContract.swift
    /host/spi-builder-workspace/Sources/ContractABI/Contract/SolidityFunction.swift
warning: 'spi-builder-workspace': found 67 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/ContractABI/Contract/ERC20.swift
    /host/spi-builder-workspace/Sources/Core/Json/EthereumTransactionReceiptObject.swift
    /host/spi-builder-workspace/Sources/Core/RLP/RLPItemConvertible.swift
    /host/spi-builder-workspace/Sources/Core/Json/RPCResponse.swift
    /host/spi-builder-workspace/Sources/ContractABI/ABI/ABIConvertible.swift
    /host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityType+Codable.swift
    /host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityTuple.swift
    /host/spi-builder-workspace/Sources/Core/Json/Types+EthereumValueConvertible.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/Int+ETH.swift
    /host/spi-builder-workspace/Sources/Core/RLP/Types+RLPItemConvertible.swift
    /host/spi-builder-workspace/Sources/Core/Json/EthereumSyncStatusObject.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/Bytes+TrimLeadingZeros.swift
    /host/spi-builder-workspace/Sources/FoundationHTTP/Web3HttpProvider.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/CharacterSet+Hex.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/BytesConvertible.swift
    /host/spi-builder-workspace/Sources/Core/Transaction/EthereumPublicKey.swift
    /host/spi-builder-workspace/Sources/ContractABI/Contract/SolidityFunction.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/Bytes+UInt.swift
    /host/spi-builder-workspace/Sources/ContractABI/Contract/SolidityInvocation.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/EthereumUtils.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/Secp256k1+CTXCreator.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/String+BytesConvertible.swift
    /host/spi-builder-workspace/Sources/FoundationHTTP/Web3+HTTPInitializer.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/String+HexBytes.swift
    /host/spi-builder-workspace/Sources/Core/Transaction/EthereumAddress.swift
    /host/spi-builder-workspace/Sources/Core/Transaction/EthereumPrivateKey.swift
    /host/spi-builder-workspace/Sources/Core/Json/RPCRequest.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/SynchronizedDictionary.swift
    /host/spi-builder-workspace/Sources/ContractABI/ABI/ABI.swift
    /host/spi-builder-workspace/Sources/Core/Json/EthereumQuantity.swift
    /host/spi-builder-workspace/Sources/Core/RLP/RLPEncoder.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/BigUInt+BytesConvertible.swift
    /host/spi-builder-workspace/Sources/Core/Json/EthereumBlockObject.swift
    /host/spi-builder-workspace/Sources/Core/Json/EthereumCall.swift
    /host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityType.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/Bytes+HexString.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/Bytes+SecureRandom.swift
    /host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityWrappedValue.swift
    /host/spi-builder-workspace/Sources/ContractABI/ABI/ABIEncoder.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/UnsignedInteger+Shifting.swift
    /host/spi-builder-workspace/Sources/Core/Providers/Web3Provider.swift
    /host/spi-builder-workspace/Sources/ContractABI/ABI/ABIDecoder.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/Exports+Web3.swift
    /host/spi-builder-workspace/Sources/Core/Json/EthereumValue.swift
    /host/spi-builder-workspace/Sources/ContractABI/ABI/Eth+ABI.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/Data+BytesConvertible.swift
    /host/spi-builder-workspace/Sources/Core/RLP/RLPDecoder.swift
    /host/spi-builder-workspace/Sources/Core/Transaction/EthereumTransaction.swift
    /host/spi-builder-workspace/Sources/ContractABI/Contract/ERC721.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/String+Conversion.swift
    /host/spi-builder-workspace/Sources/FoundationHTTP/Web3WebSocketProvider.swift
    /host/spi-builder-workspace/Sources/Core/Json/EthereumTransactionObject.swift
    /host/spi-builder-workspace/Sources/ContractABI/Contract/Eth+Contract.swift
    /host/spi-builder-workspace/Sources/ContractABI/Contract/ERC165.swift
    /host/spi-builder-workspace/Sources/Core/RLP/RLPItem.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/SynchronizedArray.swift
    /host/spi-builder-workspace/Sources/ContractABI/Contract/EthereumContract.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/UInt+BytesRepresentable.swift
    /host/spi-builder-workspace/Sources/Core/Json/EthereumQuantityTag.swift
    /host/spi-builder-workspace/Sources/Core/Web3/Web3.swift
    /host/spi-builder-workspace/Sources/Core/Json/EthereumValueConvertible.swift
    /host/spi-builder-workspace/Sources/FoundationHTTP/Web3+WebSocketInitializer.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/UnsignedInteger+BytesConvertible.swift
    /host/spi-builder-workspace/Sources/ContractABI/Contract/SolidityEvent.swift
    /host/spi-builder-workspace/Sources/Core/Json/EthereumLogObject.swift
    /host/spi-builder-workspace/Sources/ContractABI/Contract/ABIObject.swift
    /host/spi-builder-workspace/Sources/Core/Json/EthereumData.swift
warning: 'spi-builder-workspace': found 53 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/Core/Json/EthereumLogObject.swift
    /host/spi-builder-workspace/Sources/Core/RLP/RLPItemConvertible.swift
    /host/spi-builder-workspace/Sources/FoundationHTTP/Web3HttpProvider.swift
    /host/spi-builder-workspace/Sources/FoundationHTTP/Web3+HTTPInitializer.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/String+Conversion.swift
    /host/spi-builder-workspace/Sources/Core/RLP/RLPDecoder.swift
    /host/spi-builder-workspace/Sources/PromiseKit/ContractPromiseExtensions.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/SynchronizedArray.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/SynchronizedDictionary.swift
    /host/spi-builder-workspace/Sources/PromiseKit/Exports+PromiseKit.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/BytesConvertible.swift
    /host/spi-builder-workspace/Sources/Core/Transaction/EthereumTransaction.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/UnsignedInteger+Shifting.swift
    /host/spi-builder-workspace/Sources/Core/Transaction/EthereumAddress.swift
    /host/spi-builder-workspace/Sources/Core/Web3/Web3.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/String+BytesConvertible.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/CharacterSet+Hex.swift
    /host/spi-builder-workspace/Sources/Core/RLP/RLPEncoder.swift
    /host/spi-builder-workspace/Sources/Core/Json/EthereumQuantity.swift
    /host/spi-builder-workspace/Sources/FoundationHTTP/Web3+WebSocketInitializer.swift
    /host/spi-builder-workspace/Sources/PromiseKit/Promisable.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/Bytes+SecureRandom.swift
    /host/spi-builder-workspace/Sources/PromiseKit/Web3+PromiseKit.swift
    /host/spi-builder-workspace/Sources/Core/Json/RPCRequest.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/Bytes+UInt.swift
    /host/spi-builder-workspace/Sources/FoundationHTTP/Web3WebSocketProvider.swift
    /host/spi-builder-workspace/Sources/Core/Json/EthereumValueConvertible.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/BigUInt+BytesConvertible.swift
    /host/spi-builder-workspace/Sources/Core/Json/EthereumTransactionObject.swift
    /host/spi-builder-workspace/Sources/Core/Json/EthereumQuantityTag.swift
    /host/spi-builder-workspace/Sources/Core/Json/EthereumTransactionReceiptObject.swift
    /host/spi-builder-workspace/Sources/Core/Json/EthereumSyncStatusObject.swift
    /host/spi-builder-workspace/Sources/Core/Providers/Web3Provider.swift
    /host/spi-builder-workspace/Sources/Core/RLP/RLPItem.swift
    /host/spi-builder-workspace/Sources/Core/Transaction/EthereumPrivateKey.swift
    /host/spi-builder-workspace/Sources/Core/Transaction/EthereumPublicKey.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/UInt+BytesRepresentable.swift
    /host/spi-builder-workspace/Sources/Core/RLP/Types+RLPItemConvertible.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/Int+ETH.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/Exports+Web3.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/String+HexBytes.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/Bytes+TrimLeadingZeros.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/EthereumUtils.swift
    /host/spi-builder-workspace/Sources/Core/Json/EthereumCall.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/Data+BytesConvertible.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/Secp256k1+CTXCreator.swift
    /host/spi-builder-workspace/Sources/Core/Json/EthereumData.swift
    /host/spi-builder-workspace/Sources/Core/Json/EthereumBlockObject.swift
    /host/spi-builder-workspace/Sources/Core/Json/EthereumValue.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/UnsignedInteger+BytesConvertible.swift
    /host/spi-builder-workspace/Sources/Core/Json/RPCResponse.swift
    /host/spi-builder-workspace/Sources/Core/Json/Types+EthereumValueConvertible.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/Bytes+HexString.swift
warning: 'quick': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/Quick/Sources/Quick/Info.plist
Building for debugging...
[0/449] Write sources
[5/449] Copying PrivacyInfo.xcprivacy
[30/449] Compiling CNIOWindows shim.c
[31/449] Compiling _AtomicsShims.c
[32/449] Compiling lax_der_privatekey_parsing.c
[33/449] Compiling CNIOWindows WSAStartup.c
[34/449] Compiling CNIOWASI CNIOWASI.c
[35/449] Compiling lax_der_parsing.c
[36/449] Compiling CNIOLinux liburing_shims.c
[37/449] Compiling CNIOSHA1 c_nio_sha1.c
[38/449] Compiling CNIODarwin shim.c
[39/449] Compiling CNIOLLHTTP c_nio_http.c
[40/449] Compiling CNIOLinux shim.c
[41/449] Compiling fiat_p256_adx_mul.S
[42/449] Compiling fiat_p256_adx_sqr.S
[43/449] Compiling CNIOLLHTTP c_nio_api.c
[44/449] Compiling fiat_curve25519_adx_mul.S
[45/449] Compiling fiat_curve25519_adx_square.S
[46/449] Compiling CNIOLLHTTP c_nio_llhttp.c
[47/449] Write swift-version-24593BA9C3E375BF.txt
[48/449] Compiling secp256k1.c
[49/449] Compiling CNIOBoringSSLShims shims.c
[50/455] Compiling tls13_both.cc
[51/457] Compiling tls_record.cc
[53/457] Emitting module _NIOBase64
[53/457] Compiling tls13_server.cc
[54/457] Compiling tls13_enc.cc
[55/457] Compiling tls_method.cc
[56/609] Compiling tls13_client.cc
[58/609] Emitting module InternalCollectionsUtilities
[59/610] Compiling BigInt Floating Point Conversion.swift
[60/610] Compiling BigInt GCD.swift
[61/610] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[62/610] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[63/610] Compiling _NIOBase64 Base64.swift
[64/611] Compiling secp256k1 Exporter.swift
[65/611] Emitting module secp256k1
[66/612] Compiling BigInt Bitwise Ops.swift
[67/612] Compiling BigInt Codable.swift
[69/612] Compiling BigInt BigInt.swift
[70/612] Compiling BigInt BigUInt.swift
[71/612] Compiling BigInt Hashable.swift
[72/612] Compiling BigInt Addition.swift
[74/612] Compiling BigInt Division.swift
[75/612] Compiling BigInt Exponentiation.swift
[76/612] Compiling _NIODataStructures _TinyArray.swift
[77/612] Compiling BigInt Comparable.swift
[78/612] Compiling BigInt Data Conversion.swift
[79/613] Compiling _NIODataStructures PriorityQueue.swift
[79/613] Compiling t1_enc.cc
[81/613] Compiling _NIODataStructures Heap.swift
[82/613] Emitting module _NIODataStructures
[85/682] Compiling _RopeModule BigString+Chunk.swift
[86/682] Compiling _RopeModule BigString+BidirectionalCollection.swift
[87/684] Emitting module BigInt
[88/684] Compiling _RopeModule BigString+Builder.swift
[89/684] Compiling _RopeModule BigString+Contents.swift
[90/684] Compiling _RopeModule BigString+Debugging.swift
[90/686] Compiling ssl_x509.cc
[92/741] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[93/741] Compiling OrderedCollections OrderedDictionary.swift
[94/741] Compiling OrderedCollections OrderedSet+Codable.swift
[95/741] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[96/741] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[97/741] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[98/741] Compiling OrderedCollections OrderedSet+Diffing.swift
[99/741] Compiling OrderedCollections OrderedSet+Equatable.swift
[99/741] Compiling ssl_transcript.cc
[100/748] Compiling ssl_versions.cc
[102/748] Compiling HeapModule Heap+Invariants.swift
[103/748] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[104/748] Compiling HeapModule Heap+Descriptions.swift
[105/748] Compiling OrderedCollections OrderedDictionary+Codable.swift
[106/748] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[107/748] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[108/748] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[109/748] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[110/748] Compiling OrderedCollections OrderedDictionary+Elements.swift
[111/748] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[112/748] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[113/755] Compiling HeapModule _HeapNode.swift
[114/831] Emitting module HeapModule
[115/831] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[116/831] Compiling HashTreeCollections TreeDictionary+Merge.swift
[117/831] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[118/831] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[119/831] Compiling HashTreeCollections TreeDictionary+Values.swift
[120/831] Compiling HashTreeCollections _HashTreeIterator.swift
[121/831] Compiling HashTreeCollections _HashTreeStatistics.swift
[122/831] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[123/831] Compiling HashTreeCollections _RawHashNode.swift
[124/831] Compiling HeapModule Heap+UnsafeHandle.swift
[125/831] Compiling HeapModule Heap.swift
[126/831] Compiling HashTreeCollections _UnmanagedHashNode.swift
[127/831] Compiling HashTreeCollections _UnsafePath.swift
[128/831] Compiling HashTreeCollections TreeDictionary+Codable.swift
[129/831] Compiling HashTreeCollections TreeDictionary+Collection.swift
[130/831] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[131/831] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[132/831] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[133/831] Compiling HashTreeCollections TreeSet+Hashable.swift
[134/831] Compiling HashTreeCollections TreeSet+Sendable.swift
[134/841] Compiling ssl_stat.cc
[136/841] Emitting module OrderedCollections
[138/856] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[139/856] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[140/856] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[141/856] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[142/856] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[143/856] Compiling HashTreeCollections _HashNode+Structural merge.swift
[144/856] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[145/856] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[146/856] Compiling DequeModule Deque._UnsafeHandle.swift
[147/856] Compiling DequeModule Deque.swift
[148/856] Compiling DequeModule _DequeBuffer.swift
[149/856] Compiling DequeModule _DequeBufferHeader.swift
[150/856] Compiling DequeModule Deque+Testing.swift
[151/856] Compiling DequeModule Deque._Storage.swift
[152/856] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[153/856] Compiling HashTreeCollections _HashNode+Structural filter.swift
[154/856] Compiling DequeModule Deque+Equatable.swift
[155/856] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[156/856] Compiling DequeModule Deque+Codable.swift
[157/856] Compiling DequeModule Deque+Collection.swift
[158/856] Compiling DequeModule Deque+CustomReflectable.swift
[159/856] Compiling DequeModule Deque+Descriptions.swift
[160/856] Compiling DequeModule Deque+Extras.swift
[161/856] Compiling DequeModule Deque+Hashable.swift
[168/858] Compiling _RopeModule Rope+Join.swift
[169/858] Compiling _RopeModule Rope+MutatingForEach.swift
[170/858] Compiling _RopeModule Rope+Remove.swift
[171/858] Compiling _RopeModule Rope+RemoveSubrange.swift
[172/858] Compiling _RopeModule Rope+Split.swift
[173/858] Compiling _RopeModule Optional Utilities.swift
[174/858] Compiling _RopeModule String Utilities.swift
[175/858] Compiling _RopeModule String.Index+ABI.swift
[180/868] Compiling HashTreeCollections _HashNode+Structural union.swift
[181/868] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[182/868] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[183/868] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[184/868] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[185/868] Compiling HashTreeCollections _HashNode.swift
[190/868] Compiling DequeModule _DequeSlot.swift
[191/868] Compiling DequeModule _UnsafeWrappedBuffer.swift
[196/868] Compiling HashTreeCollections _HashNodeHeader.swift
[197/868] Compiling HashTreeCollections _HashSlot.swift
[198/868] Compiling HashTreeCollections _HashStack.swift
[199/868] Compiling HashTreeCollections TreeDictionary.swift
[200/868] Compiling HashTreeCollections TreeSet+Codable.swift
[201/868] Compiling HashTreeCollections TreeSet+Collection.swift
[202/868] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[203/868] Compiling HashTreeCollections TreeSet+Debugging.swift
[204/868] Compiling HashTreeCollections TreeSet+Descriptions.swift
[205/868] Compiling HashTreeCollections TreeSet+Equatable.swift
[234/868] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[235/868] Compiling HashTreeCollections TreeSet+Extras.swift
[236/868] Compiling HashTreeCollections TreeSet+Filter.swift
[237/868] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[238/868] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[239/868] Compiling HashTreeCollections TreeDictionary+Filter.swift
[256/869] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[257/869] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[258/869] Compiling HashTreeCollections TreeDictionary+Keys.swift
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:170:13: error: '_mantissa' is inaccessible due to 'internal' protection level
168 |     var mantissaParts: [UInt16] {
169 |         [
170 |             _mantissa.0,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
171 |             _mantissa.1,
172 |             _mantissa.2,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:171:13: error: '_mantissa' is inaccessible due to 'internal' protection level
169 |         [
170 |             _mantissa.0,
171 |             _mantissa.1,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
172 |             _mantissa.2,
173 |             _mantissa.3,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:172:13: error: '_mantissa' is inaccessible due to 'internal' protection level
170 |             _mantissa.0,
171 |             _mantissa.1,
172 |             _mantissa.2,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
173 |             _mantissa.3,
174 |             _mantissa.4,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:173:13: error: '_mantissa' is inaccessible due to 'internal' protection level
171 |             _mantissa.1,
172 |             _mantissa.2,
173 |             _mantissa.3,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
174 |             _mantissa.4,
175 |             _mantissa.5,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:174:13: error: '_mantissa' is inaccessible due to 'internal' protection level
172 |             _mantissa.2,
173 |             _mantissa.3,
174 |             _mantissa.4,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
175 |             _mantissa.5,
176 |             _mantissa.6,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:175:13: error: '_mantissa' is inaccessible due to 'internal' protection level
173 |             _mantissa.3,
174 |             _mantissa.4,
175 |             _mantissa.5,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
176 |             _mantissa.6,
177 |             _mantissa.7,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:176:13: error: '_mantissa' is inaccessible due to 'internal' protection level
174 |             _mantissa.4,
175 |             _mantissa.5,
176 |             _mantissa.6,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
177 |             _mantissa.7,
178 |         ]
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:177:13: error: '_mantissa' is inaccessible due to 'internal' protection level
175 |             _mantissa.5,
176 |             _mantissa.6,
177 |             _mantissa.7,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
178 |         ]
179 |     }
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:170:13: error: '_mantissa' is inaccessible due to 'internal' protection level
168 |     var mantissaParts: [UInt16] {
169 |         [
170 |             _mantissa.0,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
171 |             _mantissa.1,
172 |             _mantissa.2,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:171:13: error: '_mantissa' is inaccessible due to 'internal' protection level
169 |         [
170 |             _mantissa.0,
171 |             _mantissa.1,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
172 |             _mantissa.2,
173 |             _mantissa.3,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:172:13: error: '_mantissa' is inaccessible due to 'internal' protection level
170 |             _mantissa.0,
171 |             _mantissa.1,
172 |             _mantissa.2,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
173 |             _mantissa.3,
174 |             _mantissa.4,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:173:13: error: '_mantissa' is inaccessible due to 'internal' protection level
171 |             _mantissa.1,
172 |             _mantissa.2,
173 |             _mantissa.3,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
174 |             _mantissa.4,
175 |             _mantissa.5,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:174:13: error: '_mantissa' is inaccessible due to 'internal' protection level
172 |             _mantissa.2,
173 |             _mantissa.3,
174 |             _mantissa.4,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
175 |             _mantissa.5,
176 |             _mantissa.6,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:175:13: error: '_mantissa' is inaccessible due to 'internal' protection level
173 |             _mantissa.3,
174 |             _mantissa.4,
175 |             _mantissa.5,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
176 |             _mantissa.6,
177 |             _mantissa.7,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:176:13: error: '_mantissa' is inaccessible due to 'internal' protection level
174 |             _mantissa.4,
175 |             _mantissa.5,
176 |             _mantissa.6,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
177 |             _mantissa.7,
178 |         ]
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:177:13: error: '_mantissa' is inaccessible due to 'internal' protection level
175 |             _mantissa.5,
176 |             _mantissa.6,
177 |             _mantissa.7,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
178 |         ]
179 |     }
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:170:13: error: '_mantissa' is inaccessible due to 'internal' protection level
168 |     var mantissaParts: [UInt16] {
169 |         [
170 |             _mantissa.0,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
171 |             _mantissa.1,
172 |             _mantissa.2,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:171:13: error: '_mantissa' is inaccessible due to 'internal' protection level
169 |         [
170 |             _mantissa.0,
171 |             _mantissa.1,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
172 |             _mantissa.2,
173 |             _mantissa.3,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:172:13: error: '_mantissa' is inaccessible due to 'internal' protection level
170 |             _mantissa.0,
171 |             _mantissa.1,
172 |             _mantissa.2,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
173 |             _mantissa.3,
174 |             _mantissa.4,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:173:13: error: '_mantissa' is inaccessible due to 'internal' protection level
171 |             _mantissa.1,
172 |             _mantissa.2,
173 |             _mantissa.3,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
174 |             _mantissa.4,
175 |             _mantissa.5,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:174:13: error: '_mantissa' is inaccessible due to 'internal' protection level
172 |             _mantissa.2,
173 |             _mantissa.3,
174 |             _mantissa.4,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
175 |             _mantissa.5,
176 |             _mantissa.6,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:175:13: error: '_mantissa' is inaccessible due to 'internal' protection level
173 |             _mantissa.3,
174 |             _mantissa.4,
175 |             _mantissa.5,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
176 |             _mantissa.6,
177 |             _mantissa.7,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:176:13: error: '_mantissa' is inaccessible due to 'internal' protection level
174 |             _mantissa.4,
175 |             _mantissa.5,
176 |             _mantissa.6,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
177 |             _mantissa.7,
178 |         ]
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:177:13: error: '_mantissa' is inaccessible due to 'internal' protection level
175 |             _mantissa.5,
176 |             _mantissa.6,
177 |             _mantissa.7,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
178 |         ]
179 |     }
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
[287/869] Compiling ssl_session.cc
[293/869] Emitting module PromiseKit
[296/869] Emitting module _RopeModule
[299/870] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[300/870] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[301/870] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[302/870] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[303/870] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[304/870] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[305/870] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[306/870] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[307/870] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[308/870] Compiling HashTreeCollections TreeSet.swift
[332/884] Compiling ssl_lib.cc
[332/884] Compiling ssl_key_share.cc
[332/884] Compiling ssl_privkey.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: 'spi-builder-workspace': found 22 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/PromiseKit/Exports+PromiseKit.swift
    /host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityType+Codable.swift
    /host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityType.swift
    /host/spi-builder-workspace/Sources/ContractABI/ABI/ABIEncoder.swift
    /host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityWrappedValue.swift
    /host/spi-builder-workspace/Sources/ContractABI/Contract/Eth+Contract.swift
    /host/spi-builder-workspace/Sources/ContractABI/Contract/SolidityEvent.swift
    /host/spi-builder-workspace/Sources/PromiseKit/Web3+PromiseKit.swift
    /host/spi-builder-workspace/Sources/ContractABI/ABI/ABIConvertible.swift
    /host/spi-builder-workspace/Sources/ContractABI/Contract/EthereumContract.swift
    /host/spi-builder-workspace/Sources/ContractABI/ABI/Eth+ABI.swift
    /host/spi-builder-workspace/Sources/ContractABI/ABI/ABI.swift
    /host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityTuple.swift
    /host/spi-builder-workspace/Sources/ContractABI/Contract/ERC165.swift
    /host/spi-builder-workspace/Sources/ContractABI/Contract/ERC20.swift
    /host/spi-builder-workspace/Sources/ContractABI/Contract/SolidityInvocation.swift
    /host/spi-builder-workspace/Sources/PromiseKit/Promisable.swift
    /host/spi-builder-workspace/Sources/ContractABI/Contract/ERC721.swift
    /host/spi-builder-workspace/Sources/ContractABI/Contract/SolidityFunction.swift
    /host/spi-builder-workspace/Sources/PromiseKit/ContractPromiseExtensions.swift
    /host/spi-builder-workspace/Sources/ContractABI/ABI/ABIDecoder.swift
    /host/spi-builder-workspace/Sources/ContractABI/Contract/ABIObject.swift
warning: 'spi-builder-workspace': found 67 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/ContractABI/ABI/ABIEncoder.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/Bytes+SecureRandom.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/UnsignedInteger+Shifting.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/SynchronizedArray.swift
    /host/spi-builder-workspace/Sources/FoundationHTTP/Web3HttpProvider.swift
    /host/spi-builder-workspace/Sources/Core/Json/EthereumTransactionObject.swift
    /host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityWrappedValue.swift
    /host/spi-builder-workspace/Sources/ContractABI/Contract/ABIObject.swift
    /host/spi-builder-workspace/Sources/Core/Json/Types+EthereumValueConvertible.swift
    /host/spi-builder-workspace/Sources/ContractABI/Contract/ERC721.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/Bytes+TrimLeadingZeros.swift
    /host/spi-builder-workspace/Sources/ContractABI/Contract/ERC165.swift
    /host/spi-builder-workspace/Sources/Core/Json/EthereumValue.swift
    /host/spi-builder-workspace/Sources/ContractABI/Contract/ERC20.swift
    /host/spi-builder-workspace/Sources/FoundationHTTP/Web3WebSocketProvider.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/BytesConvertible.swift
    /host/spi-builder-workspace/Sources/Core/Json/EthereumQuantity.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/EthereumUtils.swift
    /host/spi-builder-workspace/Sources/Core/Transaction/EthereumPrivateKey.swift
    /host/spi-builder-workspace/Sources/Core/Json/EthereumLogObject.swift
    /host/spi-builder-workspace/Sources/ContractABI/Contract/SolidityFunction.swift
    /host/spi-builder-workspace/Sources/ContractABI/ABI/ABI.swift
    /host/spi-builder-workspace/Sources/Core/Json/EthereumData.swift
    /host/spi-builder-workspace/Sources/Core/RLP/RLPEncoder.swift
    /host/spi-builder-workspace/Sources/Core/Json/EthereumQuantityTag.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/Data+BytesConvertible.swift
    /host/spi-builder-workspace/Sources/ContractABI/ABI/ABIConvertible.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/SynchronizedDictionary.swift
    /host/spi-builder-workspace/Sources/Core/Json/EthereumTransactionReceiptObject.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/UnsignedInteger+BytesConvertible.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/Int+ETH.swift
    /host/spi-builder-workspace/Sources/Core/Json/EthereumValueConvertible.swift
    /host/spi-builder-workspace/Sources/Core/Json/RPCRequest.swift
    /host/spi-builder-workspace/Sources/Core/Json/RPCResponse.swift
    /host/spi-builder-workspace/Sources/Core/Web3/Web3.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/UInt+BytesRepresentable.swift
    /host/spi-builder-workspace/Sources/Core/Json/EthereumSyncStatusObject.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/Bytes+UInt.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/Secp256k1+CTXCreator.swift
    /host/spi-builder-workspace/Sources/ContractABI/Contract/EthereumContract.swift
    /host/spi-builder-workspace/Sources/ContractABI/ABI/ABIDecoder.swift
    /host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityType+Codable.swift
    /host/spi-builder-workspace/Sources/Core/Json/EthereumBlockObject.swift
    /host/spi-builder-workspace/Sources/ContractABI/ABI/Eth+ABI.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/BigUInt+BytesConvertible.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/CharacterSet+Hex.swift
    /host/spi-builder-workspace/Sources/Core/Transaction/EthereumPublicKey.swift
    /host/spi-builder-workspace/Sources/Core/Transaction/EthereumTransaction.swift
    /host/spi-builder-workspace/Sources/FoundationHTTP/Web3+HTTPInitializer.swift
    /host/spi-builder-workspace/Sources/Core/Providers/Web3Provider.swift
    /host/spi-builder-workspace/Sources/Core/RLP/RLPItemConvertible.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/Bytes+HexString.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/String+HexBytes.swift
    /host/spi-builder-workspace/Sources/ContractABI/Contract/Eth+Contract.swift
    /host/spi-builder-workspace/Sources/Core/RLP/Types+RLPItemConvertible.swift
    /host/spi-builder-workspace/Sources/FoundationHTTP/Web3+WebSocketInitializer.swift
    /host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityTuple.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/String+BytesConvertible.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/String+Conversion.swift
    /host/spi-builder-workspace/Sources/ContractABI/Contract/SolidityInvocation.swift
    /host/spi-builder-workspace/Sources/ContractABI/Contract/SolidityEvent.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/Exports+Web3.swift
    /host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityType.swift
    /host/spi-builder-workspace/Sources/Core/Json/EthereumCall.swift
    /host/spi-builder-workspace/Sources/Core/RLP/RLPDecoder.swift
    /host/spi-builder-workspace/Sources/Core/RLP/RLPItem.swift
    /host/spi-builder-workspace/Sources/Core/Transaction/EthereumAddress.swift
warning: 'spi-builder-workspace': found 53 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/Core/Json/EthereumQuantity.swift
    /host/spi-builder-workspace/Sources/Core/Json/EthereumLogObject.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/UnsignedInteger+BytesConvertible.swift
    /host/spi-builder-workspace/Sources/Core/RLP/RLPItemConvertible.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/CharacterSet+Hex.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/UnsignedInteger+Shifting.swift
    /host/spi-builder-workspace/Sources/Core/Json/EthereumQuantityTag.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/UInt+BytesRepresentable.swift
    /host/spi-builder-workspace/Sources/Core/Json/EthereumValueConvertible.swift
    /host/spi-builder-workspace/Sources/Core/Transaction/EthereumPublicKey.swift
    /host/spi-builder-workspace/Sources/Core/Json/RPCResponse.swift
    /host/spi-builder-workspace/Sources/PromiseKit/Promisable.swift
    /host/spi-builder-workspace/Sources/Core/Providers/Web3Provider.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/BytesConvertible.swift
    /host/spi-builder-workspace/Sources/Core/Json/EthereumSyncStatusObject.swift
    /host/spi-builder-workspace/Sources/PromiseKit/Exports+PromiseKit.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/Bytes+SecureRandom.swift
    /host/spi-builder-workspace/Sources/FoundationHTTP/Web3HttpProvider.swift
    /host/spi-builder-workspace/Sources/Core/Json/EthereumCall.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/EthereumUtils.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/Exports+Web3.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/String+Conversion.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/SynchronizedArray.swift
    /host/spi-builder-workspace/Sources/Core/Transaction/EthereumPrivateKey.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/BigUInt+BytesConvertible.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/String+HexBytes.swift
    /host/spi-builder-workspace/Sources/Core/Web3/Web3.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/Bytes+TrimLeadingZeros.swift
    /host/spi-builder-workspace/Sources/Core/Json/EthereumValue.swift
    /host/spi-builder-workspace/Sources/FoundationHTTP/Web3+WebSocketInitializer.swift
    /host/spi-builder-workspace/Sources/Core/Transaction/EthereumTransaction.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/SynchronizedDictionary.swift
    /host/spi-builder-workspace/Sources/FoundationHTTP/Web3WebSocketProvider.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/Data+BytesConvertible.swift
    /host/spi-builder-workspace/Sources/PromiseKit/ContractPromiseExtensions.swift
    /host/spi-builder-workspace/Sources/Core/Json/Types+EthereumValueConvertible.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/String+BytesConvertible.swift
    /host/spi-builder-workspace/Sources/Core/Json/EthereumBlockObject.swift
    /host/spi-builder-workspace/Sources/Core/RLP/RLPDecoder.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/Bytes+HexString.swift
    /host/spi-builder-workspace/Sources/PromiseKit/Web3+PromiseKit.swift
    /host/spi-builder-workspace/Sources/Core/RLP/RLPEncoder.swift
    /host/spi-builder-workspace/Sources/Core/RLP/Types+RLPItemConvertible.swift
    /host/spi-builder-workspace/Sources/Core/Json/RPCRequest.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/Int+ETH.swift
    /host/spi-builder-workspace/Sources/Core/Json/EthereumData.swift
    /host/spi-builder-workspace/Sources/FoundationHTTP/Web3+HTTPInitializer.swift
    /host/spi-builder-workspace/Sources/Core/Transaction/EthereumAddress.swift
    /host/spi-builder-workspace/Sources/Core/Json/EthereumTransactionObject.swift
    /host/spi-builder-workspace/Sources/Core/Json/EthereumTransactionReceiptObject.swift
    /host/spi-builder-workspace/Sources/Core/RLP/RLPItem.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/Bytes+UInt.swift
    /host/spi-builder-workspace/Sources/Core/Toolbox/Secp256k1+CTXCreator.swift
warning: 'quick': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/Quick/Sources/Quick/Info.plist
[0/1] Planning build
Building for debugging...
[0/388] Compiling ssl_credential.cc
[1/388] Compiling ssl_key_share.cc
[2/388] Compiling ssl_privkey.cc
[3/388] Write swift-version-24593BA9C3E375BF.txt
[4/388] Compiling ssl_lib.cc
[5/388] Compiling ssl_file.cc
[6/388] Compiling ssl_buffer.cc
[8/394] Compiling secp256k1 Exporter.swift
[9/394] Emitting module secp256k1
[9/397] Compiling ssl_cipher.cc
[11/397] Compiling ssl_cert.cc
[13/415] Compiling _NIODataStructures PriorityQueue.swift
[14/518] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[15/529] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[16/529] Compiling CryptoSwift DataConversion.swift
[17/529] Compiling CryptoSwift Division.swift
[18/529] Compiling CryptoSwift Exponentiation.swift
[19/529] Compiling CryptoSwift FloatingPointConversion.swift
[20/529] Compiling _NIODataStructures _TinyArray.swift
[21/529] Emitting module _NIODataStructures
[22/529] Compiling _NIODataStructures Heap.swift
[23/530] Compiling CryptoSwift CS.swift
[24/530] Compiling CryptoSwift Codable.swift
[25/532] Compiling CryptoSwift Comparable.swift
[29/532] Compiling CryptoSwift BigUInt.swift
[30/532] Compiling CryptoSwift BitwiseOps.swift
[33/532] Compiling CryptoSwift GCD.swift
[34/532] Compiling CryptoSwift Hashable.swift
[35/532] Compiling CryptoSwift BlockEncryptor.swift
[36/532] Compiling PromiseKit race.swift
[37/532] Compiling PromiseKit when.swift
[38/532] Compiling CryptoSwift CMAC.swift
[39/532] Compiling CryptoSwift Addition.swift
[40/532] Emitting module _NIOBase64
[41/532] Compiling _NIOBase64 Base64.swift
[41/540] Compiling s3_pkt.cc
[44/554] Compiling BigInt Data Conversion.swift
[45/554] Compiling BigInt Division.swift
[46/554] Compiling BigInt BigUInt.swift
[47/554] Compiling BigInt Bitwise Ops.swift
[48/554] Compiling BigInt Codable.swift
[49/554] Compiling BigInt Comparable.swift
[49/554] Compiling ssl_asn1.cc
[51/554] Emitting module PromiseKit
[52/554] Compiling BigInt Addition.swift
[53/554] Compiling BigInt BigInt.swift
[55/555] Emitting module InternalCollectionsUtilities
[56/556] Compiling CryptoSwift CompactMap.swift
[57/556] Compiling CryptoSwift Cryptor.swift
[58/556] Compiling CryptoSwift Cryptors.swift
[59/556] Compiling CryptoSwift Digest.swift
[60/556] Compiling CryptoSwift DigestType.swift
[61/556] Compiling CryptoSwift AES+Foundation.swift
[62/556] Compiling CryptoSwift Array+Foundation.swift
[63/556] Compiling CryptoSwift Blowfish+Foundation.swift
[64/556] Compiling CryptoSwift ChaCha20+Foundation.swift
[65/556] Compiling CryptoSwift Data+Extension.swift
[66/556] Compiling CryptoSwift HMAC+Foundation.swift
[67/556] Compiling CryptoSwift Rabbit+Foundation.swift
[68/556] Compiling CryptoSwift String+FoundationExtension.swift
[69/556] Compiling CryptoSwift Utils+Foundation.swift
[71/570] Compiling s3_lib.cc
[72/570] Compiling ssl_aead_ctx.cc
[74/693] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[75/693] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[76/695] Emitting module BigInt
[77/695] Compiling OrderedCollections _HashTable+Bucket.swift
[78/695] Compiling OrderedCollections _HashTable+BucketIterator.swift
[79/695] Compiling OrderedCollections _HashTable+Constants.swift
[79/695] Compiling s3_both.cc
[81/695] Compiling OrderedCollections OrderedDictionary+Values.swift
[82/695] Compiling OrderedCollections OrderedDictionary+Codable.swift
[83/695] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[84/695] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[85/695] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[86/695] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[87/695] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.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 |
[88/695] Compiling OrderedCollections OrderedDictionary+Sendable.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 |
[89/695] Compiling OrderedCollections OrderedDictionary+Sequence.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 |
[89/695] Compiling handshake.cc
[91/695] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[92/695] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[93/695] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[94/695] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[95/695] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[96/695] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[97/695] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[98/695] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[99/695] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[100/695] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[101/695] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[102/695] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[103/695] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[104/695] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[105/695] Compiling OrderedCollections _HashTable.swift
[106/695] Compiling OrderedCollections _Hashtable+Header.swift
[107/695] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[108/695] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[109/695] Compiling OrderedCollections _HashTable+Testing.swift
[110/695] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[111/702] Compiling OrderedCollections OrderedDictionary.swift
[112/702] Compiling OrderedCollections OrderedSet+Codable.swift
[113/702] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[114/702] Compiling OrderedCollections OrderedSet+Descriptions.swift
[115/702] Compiling OrderedCollections OrderedSet+Diffing.swift
[116/702] Compiling OrderedCollections OrderedSet+Equatable.swift
[117/702] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[118/702] Compiling OrderedCollections OrderedSet+Hashable.swift
[119/702] Compiling OrderedCollections OrderedSet+Initializers.swift
[120/702] Compiling OrderedCollections OrderedSet+Insertions.swift
[121/702] Compiling OrderedCollections OrderedSet+Invariants.swift
[122/702] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[123/702] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[124/702] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[125/702] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[126/702] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[139/702] Compiling BigInt Subtraction.swift
[140/702] Compiling BigInt Words and Bits.swift
[141/702] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[142/702] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[142/702] Compiling handshake_server.cc
[146/724] Compiling CryptoSwift XChaCha20+Foundation.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/HKDF.swift:59:25: error: cannot find 'ceil' in scope
57 |     let keyLengthFinal = Double(dkLen)
58 |     let hLen = Double(variant.digestLength)
59 |     let numBlocks = Int(ceil(keyLengthFinal / hLen)) // l = ceil(keyLength / hLen)
   |                         `- error: cannot find 'ceil' in scope
60 |     guard numBlocks <= 255 else {
61 |       throw Error.derivedKeyTooLong
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:66:28: error: cannot find 'pow' in scope
 64 |       let keyLengthFinal = Double(dkLen)
 65 |       let hLen = Double(prf.variant.digestLength)
 66 |       if keyLengthFinal > (pow(2, 32) - 1) * hLen {
    |                            `- error: cannot find 'pow' in scope
 67 |         throw Error.derivedKeyTooLong
 68 |       }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:74:28: error: cannot find 'ceil' in scope
 72 |       self.prf = prf
 73 |
 74 |       self.numBlocks = Int(ceil(Double(keyLengthFinal) / hLen)) // l = ceil(keyLength / hLen)
    |                            `- error: cannot find 'ceil' in scope
 75 |     }
 76 |
[147/724] Compiling CryptoSwift Generics.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/HKDF.swift:59:25: error: cannot find 'ceil' in scope
57 |     let keyLengthFinal = Double(dkLen)
58 |     let hLen = Double(variant.digestLength)
59 |     let numBlocks = Int(ceil(keyLengthFinal / hLen)) // l = ceil(keyLength / hLen)
   |                         `- error: cannot find 'ceil' in scope
60 |     guard numBlocks <= 255 else {
61 |       throw Error.derivedKeyTooLong
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:66:28: error: cannot find 'pow' in scope
 64 |       let keyLengthFinal = Double(dkLen)
 65 |       let hLen = Double(prf.variant.digestLength)
 66 |       if keyLengthFinal > (pow(2, 32) - 1) * hLen {
    |                            `- error: cannot find 'pow' in scope
 67 |         throw Error.derivedKeyTooLong
 68 |       }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:74:28: error: cannot find 'ceil' in scope
 72 |       self.prf = prf
 73 |
 74 |       self.numBlocks = Int(ceil(Double(keyLengthFinal) / hLen)) // l = ceil(keyLength / hLen)
    |                            `- error: cannot find 'ceil' in scope
 75 |     }
 76 |
[148/724] Compiling CryptoSwift HKDF.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/HKDF.swift:59:25: error: cannot find 'ceil' in scope
57 |     let keyLengthFinal = Double(dkLen)
58 |     let hLen = Double(variant.digestLength)
59 |     let numBlocks = Int(ceil(keyLengthFinal / hLen)) // l = ceil(keyLength / hLen)
   |                         `- error: cannot find 'ceil' in scope
60 |     guard numBlocks <= 255 else {
61 |       throw Error.derivedKeyTooLong
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:66:28: error: cannot find 'pow' in scope
 64 |       let keyLengthFinal = Double(dkLen)
 65 |       let hLen = Double(prf.variant.digestLength)
 66 |       if keyLengthFinal > (pow(2, 32) - 1) * hLen {
    |                            `- error: cannot find 'pow' in scope
 67 |         throw Error.derivedKeyTooLong
 68 |       }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:74:28: error: cannot find 'ceil' in scope
 72 |       self.prf = prf
 73 |
 74 |       self.numBlocks = Int(ceil(Double(keyLengthFinal) / hLen)) // l = ceil(keyLength / hLen)
    |                            `- error: cannot find 'ceil' in scope
 75 |     }
 76 |
[149/724] Compiling CryptoSwift HMAC.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/HKDF.swift:59:25: error: cannot find 'ceil' in scope
57 |     let keyLengthFinal = Double(dkLen)
58 |     let hLen = Double(variant.digestLength)
59 |     let numBlocks = Int(ceil(keyLengthFinal / hLen)) // l = ceil(keyLength / hLen)
   |                         `- error: cannot find 'ceil' in scope
60 |     guard numBlocks <= 255 else {
61 |       throw Error.derivedKeyTooLong
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:66:28: error: cannot find 'pow' in scope
 64 |       let keyLengthFinal = Double(dkLen)
 65 |       let hLen = Double(prf.variant.digestLength)
 66 |       if keyLengthFinal > (pow(2, 32) - 1) * hLen {
    |                            `- error: cannot find 'pow' in scope
 67 |         throw Error.derivedKeyTooLong
 68 |       }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:74:28: error: cannot find 'ceil' in scope
 72 |       self.prf = prf
 73 |
 74 |       self.numBlocks = Int(ceil(Double(keyLengthFinal) / hLen)) // l = ceil(keyLength / hLen)
    |                            `- error: cannot find 'ceil' in scope
 75 |     }
 76 |
[150/724] Compiling CryptoSwift ISO10126Padding.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/HKDF.swift:59:25: error: cannot find 'ceil' in scope
57 |     let keyLengthFinal = Double(dkLen)
58 |     let hLen = Double(variant.digestLength)
59 |     let numBlocks = Int(ceil(keyLengthFinal / hLen)) // l = ceil(keyLength / hLen)
   |                         `- error: cannot find 'ceil' in scope
60 |     guard numBlocks <= 255 else {
61 |       throw Error.derivedKeyTooLong
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:66:28: error: cannot find 'pow' in scope
 64 |       let keyLengthFinal = Double(dkLen)
 65 |       let hLen = Double(prf.variant.digestLength)
 66 |       if keyLengthFinal > (pow(2, 32) - 1) * hLen {
    |                            `- error: cannot find 'pow' in scope
 67 |         throw Error.derivedKeyTooLong
 68 |       }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:74:28: error: cannot find 'ceil' in scope
 72 |       self.prf = prf
 73 |
 74 |       self.numBlocks = Int(ceil(Double(keyLengthFinal) / hLen)) // l = ceil(keyLength / hLen)
    |                            `- error: cannot find 'ceil' in scope
 75 |     }
 76 |
[151/724] Compiling CryptoSwift ISO78164Padding.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/HKDF.swift:59:25: error: cannot find 'ceil' in scope
57 |     let keyLengthFinal = Double(dkLen)
58 |     let hLen = Double(variant.digestLength)
59 |     let numBlocks = Int(ceil(keyLengthFinal / hLen)) // l = ceil(keyLength / hLen)
   |                         `- error: cannot find 'ceil' in scope
60 |     guard numBlocks <= 255 else {
61 |       throw Error.derivedKeyTooLong
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:66:28: error: cannot find 'pow' in scope
 64 |       let keyLengthFinal = Double(dkLen)
 65 |       let hLen = Double(prf.variant.digestLength)
 66 |       if keyLengthFinal > (pow(2, 32) - 1) * hLen {
    |                            `- error: cannot find 'pow' in scope
 67 |         throw Error.derivedKeyTooLong
 68 |       }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:74:28: error: cannot find 'ceil' in scope
 72 |       self.prf = prf
 73 |
 74 |       self.numBlocks = Int(ceil(Double(keyLengthFinal) / hLen)) // l = ceil(keyLength / hLen)
    |                            `- error: cannot find 'ceil' in scope
 75 |     }
 76 |
[152/724] Compiling CryptoSwift Int+Extension.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/HKDF.swift:59:25: error: cannot find 'ceil' in scope
57 |     let keyLengthFinal = Double(dkLen)
58 |     let hLen = Double(variant.digestLength)
59 |     let numBlocks = Int(ceil(keyLengthFinal / hLen)) // l = ceil(keyLength / hLen)
   |                         `- error: cannot find 'ceil' in scope
60 |     guard numBlocks <= 255 else {
61 |       throw Error.derivedKeyTooLong
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:66:28: error: cannot find 'pow' in scope
 64 |       let keyLengthFinal = Double(dkLen)
 65 |       let hLen = Double(prf.variant.digestLength)
 66 |       if keyLengthFinal > (pow(2, 32) - 1) * hLen {
    |                            `- error: cannot find 'pow' in scope
 67 |         throw Error.derivedKeyTooLong
 68 |       }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:74:28: error: cannot find 'ceil' in scope
 72 |       self.prf = prf
 73 |
 74 |       self.numBlocks = Int(ceil(Double(keyLengthFinal) / hLen)) // l = ceil(keyLength / hLen)
    |                            `- error: cannot find 'ceil' in scope
 75 |     }
 76 |
[153/724] Compiling CryptoSwift MD5.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/HKDF.swift:59:25: error: cannot find 'ceil' in scope
57 |     let keyLengthFinal = Double(dkLen)
58 |     let hLen = Double(variant.digestLength)
59 |     let numBlocks = Int(ceil(keyLengthFinal / hLen)) // l = ceil(keyLength / hLen)
   |                         `- error: cannot find 'ceil' in scope
60 |     guard numBlocks <= 255 else {
61 |       throw Error.derivedKeyTooLong
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:66:28: error: cannot find 'pow' in scope
 64 |       let keyLengthFinal = Double(dkLen)
 65 |       let hLen = Double(prf.variant.digestLength)
 66 |       if keyLengthFinal > (pow(2, 32) - 1) * hLen {
    |                            `- error: cannot find 'pow' in scope
 67 |         throw Error.derivedKeyTooLong
 68 |       }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:74:28: error: cannot find 'ceil' in scope
 72 |       self.prf = prf
 73 |
 74 |       self.numBlocks = Int(ceil(Double(keyLengthFinal) / hLen)) // l = ceil(keyLength / hLen)
    |                            `- error: cannot find 'ceil' in scope
 75 |     }
 76 |
[154/724] Compiling CryptoSwift NoPadding.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/HKDF.swift:59:25: error: cannot find 'ceil' in scope
57 |     let keyLengthFinal = Double(dkLen)
58 |     let hLen = Double(variant.digestLength)
59 |     let numBlocks = Int(ceil(keyLengthFinal / hLen)) // l = ceil(keyLength / hLen)
   |                         `- error: cannot find 'ceil' in scope
60 |     guard numBlocks <= 255 else {
61 |       throw Error.derivedKeyTooLong
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:66:28: error: cannot find 'pow' in scope
 64 |       let keyLengthFinal = Double(dkLen)
 65 |       let hLen = Double(prf.variant.digestLength)
 66 |       if keyLengthFinal > (pow(2, 32) - 1) * hLen {
    |                            `- error: cannot find 'pow' in scope
 67 |         throw Error.derivedKeyTooLong
 68 |       }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:74:28: error: cannot find 'ceil' in scope
 72 |       self.prf = prf
 73 |
 74 |       self.numBlocks = Int(ceil(Double(keyLengthFinal) / hLen)) // l = ceil(keyLength / hLen)
    |                            `- error: cannot find 'ceil' in scope
 75 |     }
 76 |
[155/724] Compiling CryptoSwift Operators.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/HKDF.swift:59:25: error: cannot find 'ceil' in scope
57 |     let keyLengthFinal = Double(dkLen)
58 |     let hLen = Double(variant.digestLength)
59 |     let numBlocks = Int(ceil(keyLengthFinal / hLen)) // l = ceil(keyLength / hLen)
   |                         `- error: cannot find 'ceil' in scope
60 |     guard numBlocks <= 255 else {
61 |       throw Error.derivedKeyTooLong
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:66:28: error: cannot find 'pow' in scope
 64 |       let keyLengthFinal = Double(dkLen)
 65 |       let hLen = Double(prf.variant.digestLength)
 66 |       if keyLengthFinal > (pow(2, 32) - 1) * hLen {
    |                            `- error: cannot find 'pow' in scope
 67 |         throw Error.derivedKeyTooLong
 68 |       }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:74:28: error: cannot find 'ceil' in scope
 72 |       self.prf = prf
 73 |
 74 |       self.numBlocks = Int(ceil(Double(keyLengthFinal) / hLen)) // l = ceil(keyLength / hLen)
    |                            `- error: cannot find 'ceil' in scope
 75 |     }
 76 |
[156/724] Compiling CryptoSwift DER.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/HKDF.swift:59:25: error: cannot find 'ceil' in scope
57 |     let keyLengthFinal = Double(dkLen)
58 |     let hLen = Double(variant.digestLength)
59 |     let numBlocks = Int(ceil(keyLengthFinal / hLen)) // l = ceil(keyLength / hLen)
   |                         `- error: cannot find 'ceil' in scope
60 |     guard numBlocks <= 255 else {
61 |       throw Error.derivedKeyTooLong
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:66:28: error: cannot find 'pow' in scope
 64 |       let keyLengthFinal = Double(dkLen)
 65 |       let hLen = Double(prf.variant.digestLength)
 66 |       if keyLengthFinal > (pow(2, 32) - 1) * hLen {
    |                            `- error: cannot find 'pow' in scope
 67 |         throw Error.derivedKeyTooLong
 68 |       }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:74:28: error: cannot find 'ceil' in scope
 72 |       self.prf = prf
 73 |
 74 |       self.numBlocks = Int(ceil(Double(keyLengthFinal) / hLen)) // l = ceil(keyLength / hLen)
    |                            `- error: cannot find 'ceil' in scope
 75 |     }
 76 |
[157/724] Compiling CryptoSwift PBKDF1.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/HKDF.swift:59:25: error: cannot find 'ceil' in scope
57 |     let keyLengthFinal = Double(dkLen)
58 |     let hLen = Double(variant.digestLength)
59 |     let numBlocks = Int(ceil(keyLengthFinal / hLen)) // l = ceil(keyLength / hLen)
   |                         `- error: cannot find 'ceil' in scope
60 |     guard numBlocks <= 255 else {
61 |       throw Error.derivedKeyTooLong
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:66:28: error: cannot find 'pow' in scope
 64 |       let keyLengthFinal = Double(dkLen)
 65 |       let hLen = Double(prf.variant.digestLength)
 66 |       if keyLengthFinal > (pow(2, 32) - 1) * hLen {
    |                            `- error: cannot find 'pow' in scope
 67 |         throw Error.derivedKeyTooLong
 68 |       }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:74:28: error: cannot find 'ceil' in scope
 72 |       self.prf = prf
 73 |
 74 |       self.numBlocks = Int(ceil(Double(keyLengthFinal) / hLen)) // l = ceil(keyLength / hLen)
    |                            `- error: cannot find 'ceil' in scope
 75 |     }
 76 |
[158/724] Compiling CryptoSwift PBKDF2.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/HKDF.swift:59:25: error: cannot find 'ceil' in scope
57 |     let keyLengthFinal = Double(dkLen)
58 |     let hLen = Double(variant.digestLength)
59 |     let numBlocks = Int(ceil(keyLengthFinal / hLen)) // l = ceil(keyLength / hLen)
   |                         `- error: cannot find 'ceil' in scope
60 |     guard numBlocks <= 255 else {
61 |       throw Error.derivedKeyTooLong
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:66:28: error: cannot find 'pow' in scope
 64 |       let keyLengthFinal = Double(dkLen)
 65 |       let hLen = Double(prf.variant.digestLength)
 66 |       if keyLengthFinal > (pow(2, 32) - 1) * hLen {
    |                            `- error: cannot find 'pow' in scope
 67 |         throw Error.derivedKeyTooLong
 68 |       }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:74:28: error: cannot find 'ceil' in scope
 72 |       self.prf = prf
 73 |
 74 |       self.numBlocks = Int(ceil(Double(keyLengthFinal) / hLen)) // l = ceil(keyLength / hLen)
    |                            `- error: cannot find 'ceil' in scope
 75 |     }
 76 |
[159/724] Compiling CryptoSwift PKCS1v15.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/HKDF.swift:59:25: error: cannot find 'ceil' in scope
57 |     let keyLengthFinal = Double(dkLen)
58 |     let hLen = Double(variant.digestLength)
59 |     let numBlocks = Int(ceil(keyLengthFinal / hLen)) // l = ceil(keyLength / hLen)
   |                         `- error: cannot find 'ceil' in scope
60 |     guard numBlocks <= 255 else {
61 |       throw Error.derivedKeyTooLong
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:66:28: error: cannot find 'pow' in scope
 64 |       let keyLengthFinal = Double(dkLen)
 65 |       let hLen = Double(prf.variant.digestLength)
 66 |       if keyLengthFinal > (pow(2, 32) - 1) * hLen {
    |                            `- error: cannot find 'pow' in scope
 67 |         throw Error.derivedKeyTooLong
 68 |       }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:74:28: error: cannot find 'ceil' in scope
 72 |       self.prf = prf
 73 |
 74 |       self.numBlocks = Int(ceil(Double(keyLengthFinal) / hLen)) // l = ceil(keyLength / hLen)
    |                            `- error: cannot find 'ceil' in scope
 75 |     }
 76 |
[159/724] Compiling handshake_client.cc
BUILD FAILURE 6.1 android