The Swift Package Index logo.Swift Package Index

Build Information

Failed to build OpenfortSwift, reference main (726c94), with Swift 6.1 for Linux on 20 Mar 2026 17:31:48 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/openfort-xyz/swift-sdk.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/openfort-xyz/swift-sdk
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 726c944 Merge pull request #10 from openfort-xyz/remove-ecosystem-game
Cloned https://github.com/openfort-xyz/swift-sdk.git
Revision (git rev-parse @):
726c944102c83f4405f50d011c64e8348e450d03
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/openfort-xyz/swift-sdk.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/openfort-xyz/swift-sdk.git
https://github.com/openfort-xyz/swift-sdk.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "web3.swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.8.8",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Boilertalk/Web3.swift.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin.git"
    }
  ],
  "manifest_display_name" : "OpenfortSwift",
  "name" : "OpenfortSwift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "OpenfortSwift",
      "targets" : [
        "OpenfortSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OpenfortSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenfortSwiftTests",
      "path" : "Tests/OpenfortSwiftTests",
      "sources" : [
        "OpenfortSwiftTests.swift"
      ],
      "target_dependencies" : [
        "OpenfortSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenfortSwift",
      "module_type" : "SwiftTarget",
      "name" : "OpenfortSwift",
      "path" : "Sources/OpenfortSwift",
      "product_dependencies" : [
        "Web3",
        "Web3PromiseKit",
        "Web3ContractABI"
      ],
      "product_memberships" : [
        "OpenfortSwift"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/OpenfortSwift/Resources/index.html",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/OpenfortSwift/Resources/openfort-sync.js",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/OpenfortSwift/Resources/openfort.js",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/OpenfortSwift/Resources/securestorage.js",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/OpenfortSwift/Resources/storage.js",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/OpenfortSwift/Resources/utils.js",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "AnyCodable/AnyCodable.swift",
        "DTO/OFAddEmailParams.swift",
        "DTO/OFAuthEmailPasswordParams.swift",
        "DTO/OFAuthenticateWithSIWEParams.swift",
        "DTO/OFConfigureEmbeddedWalletDTO.swift",
        "DTO/OFEmbeddedAccountCreateParams.swift",
        "DTO/OFEmbeddedAccountRecoverParams.swift",
        "DTO/OFGetEthereumProviderParams.swift",
        "DTO/OFInitLinkOAuthParams.swift",
        "DTO/OFInitLinkSiweParams.swift",
        "DTO/OFInitOAuthParams.swift",
        "DTO/OFInitSIWEParams.swift",
        "DTO/OFLinkPhoneOtpParams.swift",
        "DTO/OFLinkWalletParams.swift",
        "DTO/OFLinkWithSiweParams.swift",
        "DTO/OFLogInWithEmailOtpParams.swift",
        "DTO/OFLogInWithPhoneOtpParams.swift",
        "DTO/OFLoginWithIdTokenParams.swift",
        "DTO/OFLoginWithSiweParams.swift",
        "DTO/OFRequestEmailOtpParams.swift",
        "DTO/OFRequestEmailVerificationParams.swift",
        "DTO/OFRequestPhoneOtpParams.swift",
        "DTO/OFRequestResetPasswordParams.swift",
        "DTO/OFResetPasswordParams.swift",
        "DTO/OFSendSignatureSessionRequestParams.swift",
        "DTO/OFSendSignatureTransactionIntentRequestParams.swift",
        "DTO/OFSetRecoveryMethodParams.swift",
        "DTO/OFSignMessageParams.swift",
        "DTO/OFSignTypedDataParams.swift",
        "DTO/OFSignUpWithEmailPasswordParams.swift",
        "DTO/OFStoreCredentialsParams.swift",
        "DTO/OFUnlinkOAuthParams.swift",
        "DTO/OFUnlinkWalletParams.swift",
        "DTO/OFVerifyEmailOtpParams.swift",
        "DTO/OFVerifyEmailParams.swift",
        "Errors/OFErrorDomains.swift",
        "Errors/OFErrors.swift",
        "Keychain/OFKeychainHelper.swift",
        "OFSDK.swift",
        "Protocols/OFAuthorizable.swift",
        "Protocols/OFEmbeddedWalletAccessable.swift",
        "Protocols/OFMethods.swift",
        "Protocols/OFOpenfortRootable.swift",
        "Protocols/OFProxible.swift",
        "Protocols/OFUserAccessable.swift",
        "ResponseModels/OFAddEmailResponse.swift",
        "ResponseModels/OFAuthPlayerResponse.swift",
        "ResponseModels/OFAuthenticateWithSIWEResponse.swift",
        "ResponseModels/OFAuthorizationResponse.swift",
        "ResponseModels/OFCodableSendable.swift",
        "ResponseModels/OFEmbeddedState.swift",
        "ResponseModels/OFGetResponse.swift",
        "ResponseModels/OFGetUserInstanceResponse.swift",
        "ResponseModels/OFInitLinkOAuthResponse.swift",
        "ResponseModels/OFInitOAuthResponse.swift",
        "ResponseModels/OFInitSIWEResponse.swift",
        "ResponseModels/OFLinkWalletResponse.swift",
        "ResponseModels/OFLinkedAccountResponse.swift",
        "ResponseModels/OFListResponse.swift",
        "ResponseModels/OFLoginWithIdTokenResponse.swift",
        "ResponseModels/OFOAuthProvider.swift",
        "ResponseModels/OFPoolOAuthResponse.swift",
        "ResponseModels/OFSendSignatureTransactionIntentRequestResponse.swift",
        "ResponseModels/OFSessionResponse.swift",
        "ResponseModels/OFSignUpResponse.swift",
        "ResponseModels/OFSimpleResultResponse.swift",
        "ResponseModels/OFUnlinkOAuthResponse.swift",
        "ResponseModels/OFUnlinkWalletResponse.swift",
        "Utils/OpenfortEIP1193Provider.swift",
        "WebView/MessageProcessors/OFScriptMessageProcessor.swift",
        "WebView/MessageProcessors/OFStorageMessageProcessor.swift",
        "WebView/OFAuthReplyHandler.swift",
        "WebView/OFConfig.swift",
        "WebView/OFScriptMessageHandler.swift",
        "WebView/OFWebView.swift",
        "WebView/OFWebViewCoordinator.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:7e70e0a64d2f2fbcaf7a9ded92418bf54647123e95b9450d840f38f11e93f5d2
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-docc-plugin.git
Fetching https://github.com/Boilertalk/Web3.swift.git
[1/7655] Fetching web3.swift
[3982/9826] Fetching web3.swift, swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin.git from cache (1.23s)
Fetched https://github.com/Boilertalk/Web3.swift.git from cache (1.25s)
Computing version for https://github.com/Boilertalk/Web3.swift.git
Computed https://github.com/Boilertalk/Web3.swift.git at 0.8.8 (4.69s)
Fetching https://github.com/vapor/websocket-kit
Fetching https://github.com/mxcl/PromiseKit.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/apple/swift-collections.git
[1/2652] Fetching websocket-kit
[532/25280] Fetching websocket-kit, swift-collections
[1422/42522] Fetching websocket-kit, swift-collections, promisekit
[2616/55863] Fetching websocket-kit, swift-collections, promisekit, cryptoswift
Fetching https://github.com/attaswift/BigInt.git
[18104/60741] Fetching websocket-kit, swift-collections, promisekit, cryptoswift, bigint
Fetched https://github.com/attaswift/BigInt.git from cache (1.08s)
[41348/55863] Fetching websocket-kit, swift-collections, promisekit, cryptoswift
Fetching https://github.com/Boilertalk/secp256k1.swift.git
Fetched https://github.com/vapor/websocket-kit from cache (2.56s)
Fetched https://github.com/mxcl/PromiseKit.git from cache (2.59s)
Fetched https://github.com/apple/swift-collections.git from cache (2.59s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (2.80s)
[1/781] Fetching secp256k1.swift
Fetched https://github.com/Boilertalk/secp256k1.swift.git from cache (0.34s)
Computing version for https://github.com/Boilertalk/secp256k1.swift.git
Computed https://github.com/Boilertalk/secp256k1.swift.git at 0.1.7 (3.57s)
Computing version for https://github.com/mxcl/PromiseKit.git
Computed https://github.com/mxcl/PromiseKit.git at 6.22.1 (0.65s)
Computing version for https://github.com/apple/swift-docc-plugin.git
Computed https://github.com/apple/swift-docc-plugin.git at 1.4.6 (2.82s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3671] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.24s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (2.13s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.7.0 (0.54s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.9.0 (1.08s)
Computing version for https://github.com/vapor/websocket-kit
Computed https://github.com/vapor/websocket-kit at 2.16.1 (0.81s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio.git
[1/1820] Fetching swift-atomics
[511/4641] Fetching swift-atomics, swift-nio-transport-services
[530/11132] Fetching swift-atomics, swift-nio-transport-services, swift-nio-extras
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.42s)
[1/15360] Fetching swift-nio-ssl
[2766/98244] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (6.31s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (6.31s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (6.34s)
Fetched https://github.com/apple/swift-nio.git from cache (6.42s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (6.96s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (0.57s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.76s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.1 (0.58s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.96.0 (0.99s)
Fetching https://github.com/apple/swift-system.git
[1/5601] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.47s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (1.06s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.33.0 (0.69s)
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-log.git
[1/1769] Fetching swift-asn1
[532/4445] Fetching swift-asn1, swift-service-lifecycle
[789/10673] Fetching swift-asn1, swift-service-lifecycle, swift-async-algorithms
[2267/16731] Fetching swift-asn1, swift-service-lifecycle, swift-async-algorithms, swift-algorithms
[3875/23856] Fetching swift-asn1, swift-service-lifecycle, swift-async-algorithms, swift-algorithms, swift-certificates
[13565/30095] Fetching swift-asn1, swift-service-lifecycle, swift-async-algorithms, swift-algorithms, swift-certificates, swift-log
Fetched https://github.com/apple/swift-asn1.git from cache (0.36s)
Fetching https://github.com/apple/swift-http-structured-headers.git
[13601/28326] Fetching swift-service-lifecycle, swift-async-algorithms, swift-algorithms, swift-certificates, swift-log
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.56s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.56s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.56s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/1219] Fetching swift-http-structured-headers
Fetched https://github.com/apple/swift-certificates.git from cache (0.67s)
Fetched https://github.com/apple/swift-log.git from cache (0.67s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.38s)
[1/12070] Fetching swift-nio-http2
[12071/13021] Fetching swift-nio-http2, swift-http-types
Fetched https://github.com/apple/swift-nio-http2.git from cache (5.37s)
Fetched https://github.com/apple/swift-http-types.git from cache (5.37s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (6.99s)
Fetching https://github.com/apple/swift-numerics.git
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.67s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.10.1 (1.51s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.3 (0.85s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (0.66s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.6.0 (3.82s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.94s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.18.0 (1.13s)
Fetching https://github.com/apple/swift-crypto.git
[1/17246] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.88s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.6.0 (3.76s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (1.02s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.3.0 (3.28s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.41.0 (1.64s)
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.36.1
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.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.5.1
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.7.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.33.0
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.41.0
Creating working copy for https://github.com/apple/swift-docc-plugin.git
Working copy of https://github.com/apple/swift-docc-plugin.git resolved at 1.4.6
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.18.0
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.10.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.3.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/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-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.26.0
Creating working copy for https://github.com/Boilertalk/Web3.swift.git
Working copy of https://github.com/Boilertalk/Web3.swift.git resolved at 0.8.8
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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.96.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.10.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.6.0
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.9.0
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.1.3
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
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
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.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.6.4
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.6.0
warning: 'web3.swift': found 67 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumValue.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumData.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Transaction/EthereumTransaction.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/BytesConvertible.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Providers/Web3Provider.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/ABI/ABI.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/String+Conversion.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/FoundationHTTP/Web3WebSocketProvider.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumTransactionObject.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Data+BytesConvertible.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/EthereumUtils.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/Contract/SolidityFunction.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/RLP/RLPEncoder.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumValueConvertible.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/ABI/ABIConvertible.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumQuantityTag.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/ABI/SolidityType+Codable.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/RPCRequest.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/UInt+BytesRepresentable.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/ABI/ABIDecoder.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumQuantity.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Transaction/EthereumAddress.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/FoundationHTTP/Web3HttpProvider.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/BigUInt+BytesConvertible.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/ABI/ABIEncoder.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/Contract/SolidityEvent.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+HexString.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/UnsignedInteger+BytesConvertible.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/UnsignedInteger+Shifting.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/Types+EthereumValueConvertible.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumSyncStatusObject.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Transaction/EthereumPublicKey.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/FoundationHTTP/Web3+WebSocketInitializer.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Exports+Web3.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/String+HexBytes.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/String+BytesConvertible.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/RPCResponse.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumBlockObject.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/RLP/Types+RLPItemConvertible.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/RLP/RLPItem.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/SynchronizedArray.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/Contract/ERC721.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/ABI/SolidityWrappedValue.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/FoundationHTTP/Web3+HTTPInitializer.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumLogObject.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/Contract/EthereumContract.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+TrimLeadingZeros.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/ABI/SolidityType.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Web3/Web3.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/Contract/ERC20.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/ABI/Eth+ABI.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Secp256k1+CTXCreator.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumCall.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/CharacterSet+Hex.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/RLP/RLPDecoder.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/Contract/ERC165.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/SynchronizedDictionary.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumTransactionReceiptObject.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/RLP/RLPItemConvertible.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+UInt.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Int+ETH.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/Contract/ABIObject.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/ABI/SolidityTuple.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Transaction/EthereumPrivateKey.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/Contract/SolidityInvocation.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/Contract/Eth+Contract.swift
warning: 'web3.swift': found 53 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumValue.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumData.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Transaction/EthereumTransaction.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/BytesConvertible.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Providers/Web3Provider.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/String+Conversion.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/FoundationHTTP/Web3WebSocketProvider.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/PromiseKit/Exports+PromiseKit.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumTransactionObject.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Data+BytesConvertible.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/EthereumUtils.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/RLP/RLPEncoder.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumValueConvertible.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumQuantityTag.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/RPCRequest.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/UInt+BytesRepresentable.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumQuantity.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Transaction/EthereumAddress.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/FoundationHTTP/Web3HttpProvider.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/BigUInt+BytesConvertible.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/UnsignedInteger+Shifting.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+HexString.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/UnsignedInteger+BytesConvertible.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/Types+EthereumValueConvertible.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumSyncStatusObject.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Transaction/EthereumPublicKey.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/FoundationHTTP/Web3+WebSocketInitializer.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Exports+Web3.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/PromiseKit/Web3+PromiseKit.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/String+HexBytes.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/String+BytesConvertible.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/RPCResponse.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumBlockObject.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/RLP/Types+RLPItemConvertible.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/RLP/RLPItem.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/SynchronizedArray.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/FoundationHTTP/Web3+HTTPInitializer.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumLogObject.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/PromiseKit/ContractPromiseExtensions.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+TrimLeadingZeros.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Web3/Web3.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Secp256k1+CTXCreator.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumCall.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/CharacterSet+Hex.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/PromiseKit/Promisable.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/RLP/RLPDecoder.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/SynchronizedDictionary.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumTransactionReceiptObject.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/RLP/RLPItemConvertible.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+UInt.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Int+ETH.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Transaction/EthereumPrivateKey.swift
warning: 'web3.swift': found 22 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/ABI/SolidityType+Codable.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/Contract/ABIObject.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/Contract/EthereumContract.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/Contract/SolidityEvent.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/Contract/SolidityFunction.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/ABI/ABI.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/Contract/ERC165.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/ABI/ABIConvertible.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/ABI/SolidityType.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/Contract/ERC20.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/Contract/ERC721.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/Contract/Eth+Contract.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/Contract/SolidityInvocation.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/ABI/SolidityWrappedValue.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/PromiseKit/Exports+PromiseKit.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/PromiseKit/Web3+PromiseKit.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/PromiseKit/ContractPromiseExtensions.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/PromiseKit/Promisable.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/ABI/Eth+ABI.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/ABI/ABIDecoder.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/ABI/ABIEncoder.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/ABI/SolidityTuple.swift
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/461] Write sources
[2/461] Copying utils.js
[2/461] Copying storage.js
[2/461] Copying securestorage.js
[2/461] Write sources
[2/461] Copying index.html
[2/461] Copying openfort-sync.js
[2/461] Write sources
[2/461] Copying openfort.js
[2/461] Write sources
[34/461] Copying PrivacyInfo.xcprivacy
[36/461] Write sources
[39/461] Compiling CNIOWindows shim.c
[39/461] Compiling CNIOWindows WSAStartup.c
[41/461] Compiling CNIOWASI CNIOWASI.c
[42/461] Compiling _AtomicsShims.c
[43/461] Compiling lax_der_parsing.c
[44/461] Compiling lax_der_privatekey_parsing.c
[45/461] Compiling CNIOOpenBSD shim.c
[46/461] Compiling CNIOPosix event_loop_id.c
[47/461] Compiling CNIOLinux liburing_shims.c
[48/461] Compiling CNIODarwin shim.c
[48/461] Compiling CNIOSHA1 c_nio_sha1.c
[50/461] Compiling CNIOLLHTTP c_nio_http.c
[51/461] Compiling fiat_p256_adx_sqr.S
[52/461] Compiling CNIOLinux shim.c
[53/461] Compiling CNIOLLHTTP c_nio_api.c
[54/461] Compiling fiat_p256_adx_mul.S
[55/461] Compiling fiat_curve25519_adx_square.S
[56/461] Compiling fiat_curve25519_adx_mul.S
[57/461] Write swift-version-24593BA9C3E375BF.txt
[58/461] Compiling CNIOLLHTTP c_nio_llhttp.c
[59/462] Compiling secp256k1.c
[60/462] Compiling CNIOBoringSSLShims shims.c
[62/469] Emitting module _NIODataStructures
[62/469] Compiling tls_method.cc
[63/469] Compiling tls_record.cc
[64/469] Compiling tls13_client.cc
[65/469] Compiling tls13_enc.cc
[66/495] Compiling tls13_server.cc
[67/604] Compiling tls13_both.cc
[68/604] Compiling t1_enc.cc
[70/604] Compiling CryptoSwift AEAD.swift
[71/604] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[72/606] Compiling CryptoSwift BlockCipher.swift
[73/606] Compiling CryptoSwift BlockDecryptor.swift
[74/606] Compiling CryptoSwift BlockEncryptor.swift
[75/606] Compiling CryptoSwift BlockMode.swift
[76/606] Emitting module _NIOBase64
[77/606] Compiling _NIOBase64 Base64.swift
[78/607] Emitting module secp256k1
[79/607] Compiling secp256k1 Exporter.swift
[80/608] Compiling CryptoSwift ASN1.swift
[81/608] Compiling CryptoSwift ASN1Decoder.swift
[82/608] Compiling CryptoSwift ASN1Encoder.swift
[83/608] Compiling _NIODataStructures PriorityQueue.swift
[84/608] Compiling _NIODataStructures _TinyArray.swift
[85/608] Compiling CryptoSwift ASN1Scanner.swift
[86/608] Compiling CryptoSwift Array+Extension.swift
[87/608] Compiling CryptoSwift Authenticator.swift
[88/608] Compiling CryptoSwift BatchedCollection.swift
[89/608] Compiling CryptoSwift Bit.swift
[91/608] Compiling InternalCollectionsUtilities _SortedCollection.swift
[92/608] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[94/608] Emitting module InternalCollectionsUtilities
[95/608] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
[96/608] Compiling CryptoSwift AES.Cryptors.swift
[97/608] Compiling CryptoSwift AES.swift
[99/609] Compiling _NIODataStructures Heap.swift
[99/610] Compiling ssl_x509.cc
[100/610] Compiling ssl_versions.cc
[105/612] Emitting module PromiseKit
[109/744] Compiling HeapModule Heap+Invariants.swift
[110/744] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[110/744] Compiling ssl_stat.cc
[112/744] Compiling _RopeModule BigString+Builder.swift
[113/744] Compiling _RopeModule BigString+Contents.swift
[114/744] Compiling _RopeModule BigString+Debugging.swift
[115/744] Compiling _RopeModule BigString+Index.swift
[116/744] Compiling _RopeModule BigString+Ingester.swift
[117/744] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[118/744] Compiling OrderedCollections _HashTable.swift
[119/744] Compiling _RopeModule BigString+Summary.swift
[120/744] Compiling _RopeModule BigString.swift
[121/744] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[122/744] Compiling _RopeModule BigString+Chunk+Breaks.swift
[123/744] Compiling _RopeModule BigString+Chunk+Character.swift
[124/744] Compiling _RopeModule BigString+Chunk+Counts.swift
[125/744] Compiling _RopeModule BigString+Chunk+Description.swift
[126/744] Compiling _RopeModule BigString+Chunk+Index.swift
[127/744] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[128/744] Compiling OrderedCollections OrderedDictionary.swift
[129/744] Compiling OrderedCollections OrderedSet+Codable.swift
[130/744] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[131/744] Compiling OrderedCollections OrderedSet+Descriptions.swift
[132/753] Compiling OrderedCollections OrderedSet+Diffing.swift
[133/753] Compiling OrderedCollections OrderedSet+Equatable.swift
[134/753] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[135/753] Compiling OrderedCollections OrderedSet+Hashable.swift
[136/753] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[137/753] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[138/753] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[139/753] Compiling _RopeModule BigString+Hashing.swift
[140/753] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[141/753] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[142/753] Compiling HeapModule Heap+Descriptions.swift
[143/753] Compiling HeapModule _HeapNode.swift
[144/753] Compiling HeapModule Heap.swift
[144/753] Compiling ssl_transcript.cc
[146/789] Compiling HeapModule Heap+UnsafeHandle.swift
[147/827] Emitting module HeapModule
[149/863] Compiling HashTreeCollections TreeDictionary+Collection.swift
[150/863] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[151/863] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[152/863] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[153/863] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[154/863] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[155/863] Compiling HashTreeCollections TreeDictionary+Filter.swift
[156/863] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[157/863] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[158/863] Compiling HashTreeCollections TreeDictionary+Keys.swift
[159/863] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[160/863] Compiling HashTreeCollections TreeDictionary+Merge.swift
[161/863] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[162/863] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[163/870] Compiling ContainersPreview Drain+Reduce.swift
[164/870] Compiling ContainersPreview Drain.swift
[165/870] Compiling ContainersPreview Producer+Collect.swift
[166/870] Compiling ContainersPreview Producer+Filter.swift
[167/874] Compiling ContainersPreview RandomAccessContainer.swift
[168/874] Compiling ContainersPreview RangeExpression2.swift
[169/874] Compiling ContainersPreview RangeReplaceableContainer.swift
[170/874] Compiling ContainersPreview Drain+Map.swift
[171/874] Compiling ContainersPreview OutputSpan+Extras.swift
[172/874] Compiling ContainersPreview TemporaryAllocation.swift
[173/874] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[174/874] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.swift
[175/874] Compiling ContainersPreview BorrowingIteratorProtocol+Filter.swift
[176/874] Compiling ContainersPreview BorrowingIteratorProtocol+Map.swift
[177/874] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[178/874] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[179/874] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[180/874] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[181/874] Compiling ContainersPreview Producer+Map.swift
[182/874] Compiling ContainersPreview Producer+Reduce.swift
[183/874] Compiling ContainersPreview Producer.swift
[184/874] Compiling ContainersPreview Borrow.swift
[185/874] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[186/874] Compiling ContainersPreview BorrowingSequence.swift
[187/874] Compiling ContainersPreview BidirectionalContainer.swift
[188/874] Compiling ContainersPreview Container+Filter.swift
[189/874] Compiling ContainersPreview Container+SpanwiseZip.swift
[196/874] Emitting module ContainersPreview
[197/874] Compiling ContainersPreview Container.swift
[198/874] Compiling ContainersPreview ContainerIterator.swift
[199/874] Compiling ContainersPreview DynamicContainer.swift
[200/874] Compiling ContainersPreview MutableContainer.swift
[201/874] Compiling ContainersPreview PermutableContainer.swift
[209/874] Compiling ssl_session.cc
[219/874] Compiling ContainersPreview Box.swift
[220/874] Compiling ContainersPreview Inout.swift
[221/874] Compiling ContainersPreview InputSpan.swift
[222/874] Compiling ContainersPreview Shared.swift
[223/874] Compiling HashTreeCollections _RawHashNode.swift
[224/874] Compiling HashTreeCollections _UnmanagedHashNode.swift
[225/874] Compiling HashTreeCollections _UnsafePath.swift
[226/874] Compiling HashTreeCollections TreeDictionary+Codable.swift
[246/876] Compiling HashTreeCollections TreeSet+Hashable.swift
[247/876] Compiling HashTreeCollections TreeSet+Sendable.swift
[248/876] Compiling HashTreeCollections TreeSet+Sequence.swift
[249/876] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[250/876] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[251/876] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[252/876] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[253/876] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[254/876] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[255/876] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[277/886] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[278/886] Compiling OrderedCollections OrderedSet.swift
[279/886] Compiling OrderedCollections _UnsafeBitset.swift
[280/886] Compiling HashTreeCollections TreeSet+Equatable.swift
[281/886] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[282/886] Compiling HashTreeCollections TreeSet+Extras.swift
[283/886] Compiling HashTreeCollections TreeSet+Filter.swift
[291/940] Compiling OrderedCollections OrderedSet+SubSequence.swift
[292/940] Compiling OrderedCollections OrderedSet+Testing.swift
[293/940] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[311/940] Compiling OrderedCollections OrderedSet+Sendable.swift
[312/940] Compiling DequeModule UniqueDeque+Hashable.swift
[313/940] Compiling DequeModule UniqueDeque+Initializers.swift
[314/940] Compiling DequeModule UniqueDeque+Insertions.swift
[315/940] Compiling DequeModule UniqueDeque+Prepend.swift
[316/940] Compiling DequeModule UniqueDeque+Removals.swift
[317/940] Compiling DequeModule UniqueDeque+Consumption.swift
[318/940] Compiling DequeModule UniqueDeque+Container.swift
[319/940] Compiling DequeModule UniqueDeque+Descriptions.swift
[320/940] Compiling DequeModule UniqueDeque+Equatable.swift
[321/940] Compiling DequeModule UniqueDeque+Experimental.swift
[322/945] Compiling DequeModule RigidDeque+Equatable.swift
[323/945] Compiling DequeModule RigidDeque+Experimental.swift
[324/945] Compiling DequeModule RigidDeque+Hashable.swift
[325/945] Compiling DequeModule RigidDeque+Initializers.swift
[326/945] Compiling DequeModule RigidDeque+Insertions.swift
[327/945] Compiling DequeModule RigidDeque+Prepend.swift
[328/945] Compiling DequeModule RigidDeque+Removals.swift
[329/945] Compiling DequeModule RigidDeque+Replacements.swift
[330/945] Compiling DequeModule RigidDeque+Testing.swift
[331/945] Compiling DequeModule RigidDeque.swift
[332/945] Compiling DequeModule UniqueDeque+Append.swift
[333/945] Compiling DequeModule _DequeBuffer.swift
[334/945] Compiling DequeModule _DequeBufferHeader.swift
[335/945] Compiling DequeModule RigidDeque+Append.swift
[336/945] Compiling DequeModule RigidDeque+Consumption.swift
[337/945] Compiling DequeModule RigidDeque+Container.swift
[338/945] Compiling DequeModule RigidDeque+Descriptions.swift
[345/945] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[346/945] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[347/945] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[348/945] Compiling DequeModule Deque+Extras.swift
[349/945] Compiling DequeModule Deque+Hashable.swift
[350/945] Compiling DequeModule Deque+Testing.swift
[351/945] Compiling DequeModule Deque._Storage.swift
[352/945] Compiling DequeModule Deque._UnsafeHandle.swift
[353/945] Compiling DequeModule Deque.swift
[354/945] Compiling DequeModule Deque+Codable.swift
[355/945] Compiling DequeModule Deque+Collection.swift
[368/945] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[369/945] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[370/945] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[371/945] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[372/945] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[373/945] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[374/945] Compiling HashTreeCollections TreeSet.swift
[392/945] Emitting module _RopeModule
[399/946] Compiling DequeModule UniqueDeque+Replacements.swift
[400/946] Compiling DequeModule UniqueDeque.swift
[401/946] Compiling DequeModule _DequeSlot.swift
[402/946] Compiling DequeModule _UnsafeDequeHandle.swift
[403/946] Compiling DequeModule _UnsafeDequeSegments.swift
[405/946] Emitting module OrderedCollections
[409/947] Compiling DequeModule Deque+CustomReflectable.swift
[410/947] Compiling DequeModule Deque+Descriptions.swift
[411/947] Compiling DequeModule Deque+Equatable.swift
[412/947] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[418/947] Compiling ssl_privkey.cc
[452/947] Compiling ssl_key_share.cc
[454/947] Emitting module DequeModule
[483/947] Compiling CryptoSwift Signature.swift
[484/947] Compiling CryptoSwift StreamDecryptor.swift
[485/947] Compiling CryptoSwift StreamEncryptor.swift
[486/947] Compiling CryptoSwift String+Extension.swift
[487/947] Compiling CryptoSwift UInt128.swift
[488/947] Compiling CryptoSwift UInt16+Extension.swift
[489/947] Compiling CryptoSwift UInt32+Extension.swift
[490/947] Compiling CryptoSwift UInt64+Extension.swift
[491/947] Compiling CryptoSwift UInt8+Extension.swift
[492/947] Compiling CryptoSwift Updatable.swift
[493/947] Compiling CryptoSwift Utils.swift
[494/947] Compiling CryptoSwift XChaCha20.swift
[495/947] Compiling CryptoSwift ZeroPadding.swift
[496/947] Compiling CryptoSwift resource_bundle_accessor.swift
[501/948] Compiling ssl_lib.cc
[503/948] Emitting module HashTreeCollections
[506/949] Emitting module CryptoSwift
[506/949] Compiling ssl_file.cc
[507/949] Compiling ssl_credential.cc
[523/949] Compiling ssl_cipher.cc
[539/949] Compiling ssl_cert.cc
[540/949] Compiling ssl_buffer.cc
[541/949] Compiling ssl_asn1.cc
[542/949] Compiling ssl_aead_ctx.cc
[543/949] Compiling s3_lib.cc
[544/949] Compiling s3_pkt.cc
[545/949] Compiling s3_both.cc
[546/949] Compiling handshake_server.cc
[561/949] Compiling CryptoSwift PKCS1v15.swift
[562/949] Compiling CryptoSwift PKCS5.swift
[563/949] Compiling CryptoSwift PKCS7.swift
[564/949] Compiling CryptoSwift PKCS7Padding.swift
[565/949] Compiling CryptoSwift Padding.swift
[566/949] Compiling CryptoSwift Poly1305.swift
[567/949] Compiling CryptoSwift RSA+Cipher.swift
[568/949] Compiling CryptoSwift RSA+Signature.swift
[569/949] Compiling CryptoSwift RSA.swift
[570/949] Compiling CryptoSwift Rabbit.swift
[571/949] Compiling CryptoSwift SHA1.swift
[572/949] Compiling CryptoSwift SHA2.swift
[573/949] Compiling CryptoSwift SHA3.swift
[574/949] Compiling CryptoSwift Scrypt.swift
[575/949] Compiling CryptoSwift SecureBytes.swift
[575/950] Compiling handshake_client.cc
[577/950] Compiling handshake.cc
[578/950] Compiling handoff.cc
[579/950] Compiling encrypted_client_hello.cc
[580/950] Compiling dtls_record.cc
[581/950] Compiling md5-x86_64-linux.S
[582/950] Compiling md5-x86_64-apple.S
[583/950] Compiling md5-586-linux.S
[584/950] Compiling md5-586-apple.S
[585/950] Compiling extensions.cc
[586/950] Compiling chacha20_poly1305_x86_64-linux.S
[587/950] Compiling chacha20_poly1305_x86_64-apple.S
[588/950] Compiling chacha20_poly1305_armv8-win.S
[589/950] Compiling chacha20_poly1305_armv8-linux.S
[590/950] Compiling chacha20_poly1305_armv8-apple.S
[591/950] Compiling err_data.cc
[592/950] Compiling chacha-x86_64-linux.S
[593/950] Compiling chacha-x86_64-apple.S
[594/950] Compiling chacha-x86-linux.S
[595/950] Compiling dtls_method.cc
[596/950] Compiling chacha-x86-apple.S
[597/950] Compiling chacha-armv8-win.S
[598/950] Compiling chacha-armv8-linux.S
[599/950] Compiling chacha-armv8-apple.S
[600/950] Compiling chacha-armv4-linux.S
[601/950] Compiling aes128gcmsiv-x86_64-linux.S
[602/950] Compiling aes128gcmsiv-x86_64-apple.S
[603/950] Compiling x86_64-mont5-linux.S
[604/950] Compiling x86_64-mont5-apple.S
[605/950] Compiling x86_64-mont-linux.S
[606/950] Compiling x86_64-mont-apple.S
[607/950] Compiling x86-mont-linux.S
[608/950] Compiling x86-mont-apple.S
[609/950] Compiling d1_srtp.cc
[610/950] Compiling vpaes-x86_64-linux.S
[611/950] Compiling bio_ssl.cc
[612/950] Compiling vpaes-x86_64-apple.S
[613/950] Compiling vpaes-x86-linux.S
[614/950] Compiling vpaes-x86-apple.S
[615/950] Compiling vpaes-armv8-win.S
[616/950] Compiling vpaes-armv8-apple.S
[617/950] Compiling vpaes-armv8-linux.S
[618/950] Compiling vpaes-armv7-linux.S
[619/950] Compiling sha512-x86_64-linux.S
[620/950] Compiling sha512-x86_64-apple.S
[621/950] Compiling sha512-armv8-win.S
[622/950] Compiling sha512-armv8-linux.S
[623/950] Compiling sha512-armv8-apple.S
[624/950] Compiling d1_pkt.cc
[625/950] Compiling sha512-armv4-linux.S
[626/950] Compiling sha512-586-linux.S
[627/950] Compiling sha512-586-apple.S
[628/950] Compiling sha256-x86_64-apple.S
[629/950] Compiling sha256-armv8-win.S
[630/950] Compiling sha256-x86_64-linux.S
[631/950] Compiling sha256-armv8-apple.S
[632/950] Compiling sha256-armv8-linux.S
[633/950] Compiling sha256-armv4-linux.S
[634/950] Compiling sha256-586-linux.S
[635/950] Compiling sha256-586-apple.S
[636/950] Compiling sha1-armv8-win.S
[637/950] Compiling sha1-x86_64-apple.S
[638/950] Compiling sha1-armv8-linux.S
[639/950] Compiling sha1-x86_64-linux.S
[640/950] Compiling sha1-armv8-apple.S
[641/950] Compiling sha1-armv4-large-linux.S
[642/950] Compiling sha1-586-apple.S
[643/950] Compiling sha1-586-linux.S
[644/950] Compiling d1_lib.cc
[645/950] Compiling rsaz-avx2-apple.S
[646/950] Compiling rsaz-avx2-linux.S
[647/950] Compiling rdrand-x86_64-linux.S
[648/950] Compiling rdrand-x86_64-apple.S
[649/950] Compiling p256_beeu-x86_64-asm-linux.S
[650/950] Compiling p256_beeu-x86_64-asm-apple.S
[651/950] Compiling p256_beeu-armv8-asm-win.S
[652/950] Compiling p256_beeu-armv8-asm-linux.S
[653/950] Compiling p256_beeu-armv8-asm-apple.S
[654/950] Compiling p256-x86_64-asm-apple.S
[655/950] Compiling p256-x86_64-asm-linux.S
[656/950] Compiling p256-armv8-asm-win.S
[657/950] Compiling p256-armv8-asm-linux.S
[658/950] Compiling p256-armv8-asm-apple.S
[659/950] Compiling ghashv8-armv8-win.S
[660/950] Compiling ghashv8-armv8-apple.S
[661/950] Compiling ghashv8-armv8-linux.S
[662/950] Compiling ghashv8-armv7-linux.S
[663/950] Compiling ghash-x86_64-linux.S
[664/950] Compiling ghash-x86_64-apple.S
[665/950] Compiling ghash-x86-linux.S
[666/950] Compiling ghash-x86-apple.S
[667/950] Compiling d1_both.cc
[668/950] Compiling ghash-ssse3-x86_64-linux.S
[669/950] Compiling ghash-ssse3-x86_64-apple.S
[670/950] Compiling ghash-ssse3-x86-linux.S
[671/950] Compiling ghash-ssse3-x86-apple.S
[672/950] Compiling ghash-neon-armv8-win.S
[673/950] Compiling ghash-neon-armv8-linux.S
[674/950] Compiling ghash-neon-armv8-apple.S
[675/950] Compiling ghash-armv4-linux.S
[676/950] Compiling co-586-linux.S
[677/950] Compiling co-586-apple.S
[678/950] Compiling bsaes-armv7-linux.S
[679/950] Compiling bn-armv8-win.S
[680/950] Compiling bn-armv8-linux.S
[681/950] Compiling bn-armv8-apple.S
[682/950] Compiling bn-586-linux.S
[683/950] Compiling bn-586-apple.S
[684/950] Compiling armv8-mont-win.S
[685/950] Compiling armv8-mont-linux.S
[686/950] Compiling armv8-mont-apple.S
[687/950] Compiling aesv8-gcm-armv8-win.S
[688/950] Compiling armv4-mont-linux.S
[689/950] Compiling aesv8-gcm-armv8-linux.S
[690/950] Compiling aesv8-gcm-armv8-apple.S
[691/950] Compiling aesv8-armv8-win.S
[692/950] Compiling aesv8-armv8-linux.S
[693/950] Compiling aesv8-armv8-apple.S
[694/950] Compiling aesv8-armv7-linux.S
[695/950] Compiling aesni-x86_64-apple.S
[696/950] Compiling aesni-x86-linux.S
[696/950] Compiling aesni-x86-apple.S
[698/950] Compiling aesni-x86_64-linux.S
[699/950] Compiling aesni-gcm-x86_64-linux.S
[700/950] Compiling aesni-gcm-x86_64-apple.S
[701/950] Compiling aes-gcm-avx2-x86_64-linux.S
[702/950] Compiling aes-gcm-avx2-x86_64-apple.S
[703/950] Compiling aes-gcm-avx10-x86_64-apple.S
[704/950] Compiling aes-gcm-avx10-x86_64-linux.S
[705/950] Compiling x_sig.cc
[706/950] Compiling x_x509a.cc
[707/950] Compiling x_spki.cc
[708/950] Compiling x_val.cc
[708/950] Compiling x_req.cc
[710/950] Compiling x_pubkey.cc
[711/950] Compiling x_x509.cc
[712/950] Compiling x_name.cc
[713/950] Compiling x_exten.cc
[714/950] Compiling x509spki.cc
[715/950] Compiling x_algor.cc
[716/950] Compiling x_attrib.cc
[717/950] Compiling x_crl.cc
[718/950] Compiling x509rset.cc
[719/950] Compiling x_all.cc
[720/950] Compiling x509name.cc
[721/950] Compiling x509cset.cc
[722/950] Compiling x509_txt.cc
[723/950] Compiling x509_vpm.cc
[724/950] Compiling x509_v3.cc
[725/950] Compiling x509_trs.cc
[726/950] Compiling x509_vfy.cc
[727/950] Compiling x509_set.cc
[728/950] Compiling x509_req.cc
[729/950] Compiling x509_def.cc
[730/950] Compiling x509_obj.cc
[731/950] Compiling x509_d2.cc
[731/950] Compiling x509_lu.cc
[732/950] Compiling x509_ext.cc
[734/950] Compiling x509_cmp.cc
[735/950] Compiling x509_att.cc
[735/950] Compiling x509.cc
[737/950] Compiling v3_prn.cc
[738/950] Compiling v3_skey.cc
[739/950] Compiling v3_pmaps.cc
[740/950] Compiling v3_utl.cc
[741/950] Compiling v3_purp.cc
[742/950] Compiling v3_ocsp.cc
[743/950] Compiling v3_pcons.cc
[744/950] Compiling v3_ncons.cc
[745/950] Compiling v3_int.cc
[746/950] Compiling v3_lib.cc
[747/950] Compiling v3_ia5.cc
[748/950] Compiling v3_info.cc
[749/950] Compiling v3_genn.cc
[750/950] Compiling v3_extku.cc
[751/950] Compiling v3_enum.cc
[752/950] Compiling v3_crld.cc
[753/950] Compiling v3_cpols.cc
[754/950] Compiling v3_bitst.cc
[755/950] Compiling v3_conf.cc
[756/950] Compiling v3_bcons.cc
[757/950] Compiling v3_alt.cc
[758/950] Compiling v3_akeya.cc
[759/950] Compiling v3_akey.cc
[760/950] Compiling t_x509a.cc
[761/950] Compiling i2d_pr.cc
[762/950] Compiling t_crl.cc
[763/950] Compiling t_x509.cc
[764/950] Compiling t_req.cc
[765/950] Compiling rsa_pss.cc
[766/950] Compiling name_print.cc
[767/950] Compiling policy.cc
[768/950] Compiling by_file.cc
[769/950] Compiling by_dir.cc
[770/950] Compiling voprf.cc
[771/950] Compiling algorithm.cc
[772/950] Compiling asn1_gen.cc
[772/950] Compiling a_digest.cc
[774/950] Compiling trust_token.cc
[775/950] Compiling a_verify.cc
[776/950] Compiling a_sign.cc
[777/950] Compiling thread_win.cc
[778/950] Compiling thread.cc
[779/950] Compiling thread_pthread.cc
[780/950] Compiling thread_none.cc
[781/950] Compiling stack.cc
[782/950] Compiling pmbtoken.cc
[783/950] Compiling slhdsa.cc
[784/950] Compiling sha512.cc
[785/950] Compiling siphash.cc
[786/950] Compiling sha1.cc
[786/950] Compiling sha256.cc
[788/950] Compiling spake2plus.cc
[789/950] Compiling rsa_print.cc
[790/950] Compiling rsa_extra.cc
[791/950] Compiling rc4.cc
[792/950] Compiling refcount.cc
[793/950] Compiling windows.cc
[794/950] Compiling trusty.cc
[795/950] Compiling rsa_crypt.cc
[796/950] Compiling urandom.cc
[797/950] Compiling rand.cc
[798/950] Compiling rsa_asn1.cc
[799/950] Compiling passive.cc
[800/950] Compiling getentropy.cc
[801/950] Compiling ios.cc
[802/950] Compiling poly1305_arm_asm.S
[803/950] Compiling deterministic.cc
[804/950] Compiling forkunsafe.cc
[805/950] Compiling fork_detect.cc
[806/950] Compiling poly1305_arm.cc
[806/950] Compiling poly1305.cc
[808/950] Compiling poly1305_vec.cc
[809/950] Compiling pool.cc
[810/950] Compiling pkcs7.cc
[811/950] Compiling pkcs8_x509.cc
[812/950] Compiling p5_pbev2.cc
[813/950] Compiling pkcs8.cc
[814/950] Compiling pkcs7_x509.cc
[815/950] Compiling pem_xaux.cc
[816/950] Compiling pem_x509.cc
[817/950] Compiling pem_pkey.cc
[818/950] Compiling mlkem.cc
[819/950] Compiling obj_xref.cc
[820/950] Compiling pem_pk8.cc
[821/950] Compiling pem_oth.cc
[822/950] Compiling pem_info.cc
[823/950] Compiling mldsa.cc
[824/950] Compiling pem_all.cc
[825/950] Compiling pem_lib.cc
[826/950] Compiling obj.cc
[827/950] Compiling poly_rq_mul.S
[828/950] Compiling fips_shared_support.cc
[829/950] Compiling md5.cc
[830/950] Compiling mem.cc
[831/950] Compiling md4.cc
[832/950] Compiling lhash.cc
[833/950] Compiling hrss.cc
[834/950] Compiling sign.cc
[835/950] Compiling ex_data.cc
[836/950] Compiling kyber.cc
[837/950] Compiling scrypt.cc
[838/950] Compiling hpke.cc
[839/950] Compiling print.cc
[840/950] Compiling pbkdf.cc
[841/950] Compiling p_x25519.cc
[842/950] Compiling p_x25519_asn1.cc
[843/950] Compiling p_rsa_asn1.cc
[844/950] Compiling p_ed25519.cc
[845/950] Compiling p_rsa.cc
[846/950] Compiling p_hkdf.cc
[847/950] Compiling p_ed25519_asn1.cc
[848/950] Compiling p_ec_asn1.cc
[849/950] Compiling p_ec.cc
[850/950] Compiling p_dh.cc
[851/950] Compiling p_dh_asn1.cc
[852/950] Compiling evp_ctx.cc
[853/950] Compiling p_dsa_asn1.cc
[854/950] Compiling evp.cc
[855/950] Compiling err.cc
[856/950] Compiling engine.cc
[857/950] Compiling ecdh.cc
[858/950] Compiling evp_asn1.cc
[859/950] Compiling ecdsa_asn1.cc
[860/950] Compiling ec_derive.cc
[861/950] Compiling hash_to_curve.cc
[862/950] Compiling dsa.cc
[863/950] Compiling ec_asn1.cc
[864/950] Compiling dsa_asn1.cc
[865/950] Compiling params.cc
[866/950] Compiling x25519-asm-arm.S
[867/950] Compiling des.cc
[868/950] Compiling digest_extra.cc
[869/950] Compiling dh_asn1.cc
[870/950] Compiling crypto.cc
[871/950] Compiling cpu_intel.cc
[871/950] Compiling cpu_arm_linux.cc
[873/950] Compiling spake25519.cc
[874/950] Compiling curve25519.cc
[875/950] Compiling cpu_arm_freebsd.cc
[876/950] Compiling cpu_aarch64_win.cc
[877/950] Compiling cpu_aarch64_openbsd.cc
[878/950] Compiling bcm.cc
[879/950] Compiling cpu_aarch64_sysreg.cc
[880/950] Compiling cpu_aarch64_linux.cc
[881/950] Compiling curve25519_64_adx.cc
[882/950] Compiling cpu_aarch64_apple.cc
[883/950] Compiling cpu_aarch64_fuchsia.cc
[884/950] Compiling get_cipher.cc
[885/950] Compiling tls_cbc.cc
[886/950] Compiling conf.cc
[887/950] Compiling e_rc4.cc
[888/950] Compiling e_tls.cc
[889/950] Compiling e_null.cc
[890/950] Compiling e_rc2.cc
[891/950] Compiling e_des.cc
[892/950] Compiling derive_key.cc
[893/950] Compiling e_chacha20poly1305.cc
[894/950] Compiling e_aesgcmsiv.cc
[895/950] Compiling e_aesctrhmac.cc
[896/950] Compiling chacha.cc
[897/950] Compiling unicode.cc
[898/950] Compiling buf.cc
[899/950] Compiling cbb.cc
[900/950] Compiling cbs.cc
[901/950] Compiling ber.cc
[902/950] Compiling asn1_compat.cc
[903/950] Compiling bn_asn1.cc
[904/950] Compiling blake2.cc
[905/950] Compiling convert.cc
[906/950] Compiling socket.cc
[907/950] Compiling printf.cc
[908/950] Compiling socket_helper.cc
[909/950] Compiling pair.cc
[910/950] Compiling fd.cc
[911/950] Compiling hexdump.cc
[912/950] Compiling file.cc
[913/950] Compiling errno.cc
[914/950] Compiling connect.cc
[915/950] Compiling bio_mem.cc
[916/950] Compiling base64.cc
[917/950] Compiling bio.cc
[918/950] Compiling tasn_typ.cc
[919/950] Compiling tasn_fre.cc
[920/950] Compiling tasn_enc.cc
[921/950] Compiling tasn_utl.cc
[922/950] Compiling tasn_new.cc
[923/950] Compiling posix_time.cc
[924/950] Compiling f_string.cc
[925/950] Compiling f_int.cc
[926/950] Compiling asn_pack.cc
[927/950] Compiling tasn_dec.cc
[928/950] Compiling asn1_par.cc
[929/950] Compiling a_utctm.cc
[929/950] Compiling asn1_lib.cc
[931/950] Compiling a_octet.cc
[932/950] Compiling a_type.cc
[933/950] Compiling a_time.cc
[934/950] Compiling a_strnid.cc
[935/950] Compiling a_strex.cc
[936/950] Compiling a_object.cc
[937/950] Compiling a_i2d_fp.cc
[938/950] Compiling a_dup.cc
[939/950] Compiling a_d2i_fp.cc
[940/950] Write sources
[941/950] Compiling a_mbstr.cc
[942/950] Write sources
[943/950] Compiling a_gentm.cc
[944/950] Write sources
[945/950] Compiling a_int.cc
[946/952] Compiling a_bitstr.cc
[947/996] Compiling a_bool.cc
[949/1043] Compiling Atomics UnsafeAtomic.swift
[950/1043] Compiling Atomics UnsafeAtomicLazyReference.swift
[951/1045] Compiling Atomics ManagedAtomic.swift
[952/1045] Compiling Atomics ManagedAtomicLazyReference.swift
[953/1045] Compiling Atomics AtomicMemoryOrderings.swift
[954/1045] Compiling Atomics DoubleWord.swift
[955/1045] Compiling Atomics AtomicStorage.swift
[956/1045] Compiling Atomics AtomicValue.swift
[957/1045] Compiling BitCollections BitSet+Initializers.swift
[958/1045] Compiling BitCollections BitSet+Invariants.swift
[959/1045] Compiling BitCollections BitSet+Random.swift
[960/1045] Compiling BitCollections BitSet+SetAlgebra basics.swift
[961/1045] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[962/1045] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[963/1045] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[964/1045] Emitting module BitCollections
[965/1052] Compiling Atomics AtomicInteger.swift
[966/1052] Compiling Atomics AtomicOptionalWrappable.swift
[967/1052] Compiling Atomics AtomicReference.swift
[968/1052] Compiling Atomics IntegerOperations.swift
[969/1052] Compiling Atomics Unmanaged extensions.swift
[976/1054] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[977/1054] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[978/1054] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[979/1054] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[980/1054] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[981/1054] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[982/1054] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[983/1054] Compiling BitCollections BitSet+Codable.swift
[984/1054] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[985/1054] Compiling BitCollections BitSet+CustomReflectable.swift
[986/1054] Compiling BitCollections BitSet+CustomStringConvertible.swift
[987/1054] Compiling BitCollections BitSet+Equatable.swift
[988/1054] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[989/1054] Compiling BitCollections BitSet+Extras.swift
[990/1054] Compiling BitCollections BitSet+Hashable.swift
[991/1054] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[992/1054] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[993/1054] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[994/1054] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[995/1054] Compiling BitCollections BitSet+SetAlgebra union.swift
[996/1054] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[997/1054] Compiling BitCollections BitSet.Counted.swift
[999/1054] Compiling BigInt String Conversion.swift
[1003/1054] Emitting module BigInt
[1004/1054] Compiling BigInt Bitwise Ops.swift
[1005/1054] Compiling BigInt Codable.swift
[1006/1054] Compiling BigInt Comparable.swift
[1010/1054] Compiling Atomics OptionalRawRepresentable.swift
[1011/1054] Compiling Atomics RawRepresentable.swift
[1012/1054] Compiling Atomics AtomicBool.swift
[1033/1054] Compiling BigInt Subtraction.swift
[1034/1054] Compiling BigInt Words and Bits.swift
[1035/1054] Compiling BitCollections BitArray+CustomReflectable.swift
[1036/1054] Compiling BitCollections BitArray+Descriptions.swift
[1037/1054] Compiling BitCollections BitSet.Index.swift
[1038/1054] Compiling BitCollections BitSet._UnsafeHandle.swift
[1039/1054] Compiling BitCollections BitSet.swift
[1040/1054] Compiling BitCollections Range+Utilities.swift
[1041/1054] Compiling BitCollections Slice+Utilities.swift
[1042/1054] Compiling BitCollections UInt+Tricks.swift
[1043/1054] Compiling BitCollections _Word.swift
[1048/1062] Compiling Collections OrderedCollections reexports.swift
[1049/1062] Compiling Collections HeapModule reexports.swift
[1050/1062] Compiling Collections DequeModule reexports.swift
[1051/1062] Compiling Collections HashTreeCollections reexports.swift
[1052/1062] Emitting module Collections
[1053/1062] Compiling Collections BitCollections reexports.swift
[1054/1063] Compiling c-nioatomics.c
[1062/1063] Emitting module Atomics
[1063/1064] Compiling c-atomics.c
[1065/1071] Compiling NIOConcurrencyHelpers lock.swift
[1066/1071] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1067/1071] Emitting module NIOConcurrencyHelpers
[1068/1071] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[1069/1071] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1070/1071] Compiling NIOConcurrencyHelpers NIOLock.swift
[1071/1071] Compiling NIOConcurrencyHelpers atomics.swift
[1073/1136] Compiling NIOCore NIOCoreSendableMetatype.swift
[1074/1136] Compiling NIOCore NIODecodedAsyncSequence.swift
[1075/1136] Compiling NIOCore NIOLoopBound.swift
[1076/1136] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1077/1136] Compiling NIOCore NIOScheduledCallback.swift
[1078/1136] Compiling NIOCore NIOSendable.swift
[1079/1136] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[1080/1136] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[1081/1136] Compiling NIOCore RecvByteBufferAllocator.swift
[1082/1136] Compiling NIOCore IPProtocol.swift
[1083/1136] Compiling NIOCore IntegerBitPacking.swift
[1084/1136] Compiling NIOCore IntegerTypes.swift
[1085/1136] Compiling NIOCore Interfaces.swift
[1086/1136] Compiling NIOCore Linux.swift
[1087/1136] Compiling NIOCore MarkedCircularBuffer.swift
[1088/1136] Compiling NIOCore MulticastChannel.swift
[1089/1136] Compiling NIOCore NIOAny.swift
[1090/1136] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1091/1144] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1092/1144] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1093/1144] Compiling NIOCore EventLoopFuture.swift
[1094/1144] Compiling NIOCore FileDescriptor.swift
[1095/1144] Compiling NIOCore FileHandle.swift
[1096/1144] Compiling NIOCore FileRegion.swift
[1097/1144] Compiling NIOCore GlobalSingletons.swift
[1098/1144] Compiling NIOCore IO.swift
[1099/1144] Compiling NIOCore IOData.swift
[1100/1144] Compiling NIOCore CircularBuffer.swift
[1101/1144] Compiling NIOCore Codec.swift
[1102/1144] Compiling NIOCore ConvenienceOptionSupport.swift
[1103/1144] Compiling NIOCore DeadChannel.swift
[1104/1144] Compiling NIOCore DispatchQueue+WithFuture.swift
[1105/1144] Compiling NIOCore EventLoop+Deprecated.swift
[1106/1144] Compiling NIOCore EventLoop+SerialExecutor.swift
[1107/1144] Compiling NIOCore EventLoop.swift
[1108/1144] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1109/1144] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1110/1144] Compiling NIOCore SocketAddresses.swift
[1111/1144] Compiling NIOCore SocketOptionProvider.swift
[1112/1144] Compiling NIOCore SystemCallHelpers.swift
[1113/1144] Compiling NIOCore TimeAmount+Duration.swift
[1114/1144] Compiling NIOCore TypeAssistedChannelHandler.swift
[1115/1144] Compiling NIOCore UniversalBootstrapSupport.swift
[1116/1144] Compiling NIOCore Utilities.swift
[1117/1144] Compiling NIOCore AddressedEnvelope.swift
[1118/1144] Compiling NIOCore AsyncAwaitSupport.swift
[1119/1144] Compiling NIOCore AsyncChannel.swift
[1120/1144] Compiling NIOCore AsyncChannelHandler.swift
[1121/1144] Compiling NIOCore AsyncChannelInboundStream.swift
[1122/1144] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1123/1144] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1124/1144] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1125/1144] Compiling NIOCore NIOAsyncWriter.swift
[1126/1144] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1127/1144] Compiling NIOCore BSDSocketAPI.swift
[1128/1144] Compiling NIOCore ByteBuffer-aux.swift
[1129/1144] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1130/1144] Compiling NIOCore ByteBuffer-conversions.swift
[1131/1144] Compiling NIOCore ByteBuffer-core.swift
[1132/1144] Compiling NIOCore ByteBuffer-hex.swift
[1133/1144] Compiling NIOCore ByteBuffer-int.swift
[1134/1144] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1135/1144] Compiling NIOCore ByteBuffer-multi-int.swift
[1136/1144] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1137/1144] Compiling NIOCore ByteBuffer-views.swift
[1138/1144] Compiling NIOCore Channel.swift
[1139/1144] Compiling NIOCore ChannelHandler.swift
[1140/1144] Compiling NIOCore ChannelHandlers.swift
[1141/1144] Compiling NIOCore ChannelInvoker.swift
[1142/1144] Compiling NIOCore ChannelOption.swift
[1143/1144] Compiling NIOCore ChannelPipeline.swift
[1144/1144] Emitting module NIOCore
[1146/1199] Compiling NIOEmbedded AsyncTestingChannel.swift
[1147/1199] Compiling NIOEmbedded Embedded.swift
[1148/1199] Emitting module NIOEmbedded
[1149/1199] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1151/1200] Compiling NIOPosix PipePair.swift
[1152/1200] Compiling NIOPosix Pool.swift
[1153/1200] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1154/1200] Compiling NIOPosix PosixSingletons.swift
[1155/1200] Compiling NIOPosix RawSocketBootstrap.swift
[1156/1200] Compiling NIOPosix Resolver.swift
[1157/1200] Compiling NIOPosix Selectable.swift
[1158/1206] Compiling NIOPosix HappyEyeballs.swift
[1159/1206] Compiling NIOPosix IO.swift
[1160/1206] Compiling NIOPosix IntegerBitPacking.swift
[1161/1206] Compiling NIOPosix IntegerTypes.swift
[1162/1206] Compiling NIOPosix Linux.swift
[1163/1206] Compiling NIOPosix LinuxCPUSet.swift
[1164/1206] Compiling NIOPosix LinuxUring.swift
[1165/1206] Emitting module NIOPosix
[1166/1206] Compiling NIOPosix BSDSocketAPICommon.swift
[1167/1206] Compiling NIOPosix BSDSocketAPIPosix.swift
[1168/1206] Compiling NIOPosix BSDSocketAPIWindows.swift
[1169/1206] Compiling NIOPosix BaseSocket.swift
[1170/1206] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[1171/1206] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1172/1206] Compiling NIOPosix BaseSocketChannel.swift
[1173/1206] Compiling NIOPosix ThreadPosix.swift
[1174/1206] Compiling NIOPosix ThreadWindows.swift
[1175/1206] Compiling NIOPosix Utilities.swift
[1176/1206] Compiling NIOPosix VsockAddress.swift
[1177/1206] Compiling NIOPosix VsockChannelEvents.swift
[1178/1206] Compiling NIOPosix Windows.swift
[1179/1206] Compiling NIOPosix BaseStreamSocketChannel.swift
[1180/1206] Compiling NIOPosix Bootstrap.swift
[1181/1206] Compiling NIOPosix ControlMessage.swift
[1182/1206] Compiling NIOPosix DatagramVectorReadManager.swift
[1183/1206] Compiling NIOPosix Errors+Any.swift
[1184/1206] Compiling NIOPosix FileDescriptor.swift
[1185/1206] Compiling NIOPosix GetaddrinfoResolver.swift
[1186/1206] Compiling NIOPosix ServerSocket.swift
[1187/1206] Compiling NIOPosix Socket.swift
[1188/1206] Compiling NIOPosix SocketChannel.swift
[1189/1206] Compiling NIOPosix SocketProtocols.swift
[1190/1206] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[1191/1206] Compiling NIOPosix System.swift
[1192/1206] Compiling NIOPosix Thread.swift
[1193/1206] Compiling NIOPosix SelectableChannel.swift
[1194/1206] Compiling NIOPosix SelectableEventLoop.swift
[1195/1206] Compiling NIOPosix SelectorEpoll.swift
[1196/1206] Compiling NIOPosix SelectorGeneric.swift
[1197/1206] Compiling NIOPosix SelectorKqueue.swift
[1198/1206] Compiling NIOPosix SelectorUring.swift
[1199/1206] Compiling NIOPosix SelectorWSAPoll.swift
[1200/1206] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1201/1206] Compiling NIOPosix NIOPosixSendableMetatype.swift
[1202/1206] Compiling NIOPosix NIOThreadPool.swift
[1203/1206] Compiling NIOPosix NonBlockingFileIO.swift
[1204/1206] Compiling NIOPosix PendingDatagramWritesManager.swift
[1205/1206] Compiling NIOPosix PendingWritesManager.swift
[1206/1206] Compiling NIOPosix PipeChannel.swift
[1208/1209] Compiling NIO Exports.swift
[1209/1209] Emitting module NIO
[1211/1237] Compiling NIOTLS TLSEvents.swift
[1212/1237] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1213/1237] Emitting module NIOTLS
[1214/1237] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1215/1237] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1216/1237] Compiling NIOTLS SNIHandler.swift
[1217/1238] Emitting module NIOHTTP1
[1219/1240] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1220/1240] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1221/1240] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1222/1240] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1223/1240] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1224/1240] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1225/1269] Compiling NIOSSL AndroidCABundle.swift
[1226/1269] Compiling NIOSSL ByteBufferBIO.swift
[1227/1269] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1228/1269] Compiling NIOSSL SubjectAlternativeName.swift
[1229/1269] Compiling NIOSSL SSLCertificateExtensions.swift
[1230/1269] Compiling NIOSSL SSLCertificateName.swift
[1231/1269] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1232/1269] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1233/1269] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1234/1269] Compiling NIOSSL SSLPKCS12Bundle.swift
[1235/1269] Compiling NIOSSL SSLCertificate.swift
[1236/1269] Compiling NIOSSL SSLContext.swift
[1237/1269] Compiling NIOSSL SSLErrors.swift
[1238/1269] Compiling NIOSSL SSLInit.swift
[1240/1270] Emitting module NIOFoundationCompat
[1241/1270] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1243/1321] Compiling NIOTransportServices NIOTSSingletons.swift
[1244/1321] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1245/1321] Compiling NIOTransportServices StateManagedChannel.swift
[1246/1321] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1247/1325] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1248/1325] Compiling NIOSSL LinuxCABundle.swift
[1249/1325] Compiling NIOSSL NIOSSLClientHandler.swift
[1250/1325] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1251/1325] Compiling NIOSSL NIOSSLHandler.swift
[1252/1325] Emitting module NIOSSL
[1253/1325] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1254/1325] Compiling NIOSSL ObjectIdentifier.swift
[1255/1325] Compiling NIOSSL PosixPort.swift
[1256/1325] Compiling NIOSSL SSLCallbacks.swift
[1257/1326] Compiling NIOWebSocket WebSocketOpcode.swift
[1258/1326] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1259/1326] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1260/1326] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1261/1326] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1262/1326] Compiling NIOTransportServices NIOTSErrors.swift
[1263/1326] Compiling NIOTransportServices NIOTSBootstraps.swift
[1264/1326] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1265/1326] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1268/1330] Compiling NIOTransportServices NIOTSEventLoop.swift
[1269/1330] Emitting module NIOTransportServices
[1270/1330] Compiling NIOExtras WritePCAPHandler.swift
[1273/1330] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1275/1330] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1276/1330] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1277/1330] Compiling NIOTransportServices AcceptHandler.swift
[1278/1330] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[1279/1330] Emitting module NIOWebSocket
[1280/1330] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1281/1330] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1284/1330] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[1285/1330] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[1286/1330] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1287/1330] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1288/1330] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1289/1330] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1300/1331] Compiling NIOWebSocket WebSocketFrame.swift
[1311/1332] Emitting module NIOExtras
[1327/1332] Compiling NIOSSL Zeroization.swift
[1328/1332] Compiling NIOSSL TLSConfiguration.swift
[1329/1332] Compiling NIOSSL UniversalBootstrapSupport.swift
[1330/1332] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1335/1342] Emitting module WebSocketKit
[1336/1342] Compiling WebSocketKit WebSocket+Concurrency.swift
[1337/1342] Compiling WebSocketKit WebSocket+Connect.swift
[1338/1342] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1339/1342] Compiling WebSocketKit WebSocket.swift
[1340/1342] Compiling WebSocketKit Exports.swift
[1341/1342] Compiling WebSocketKit WebSocketHandler.swift
[1342/1342] Compiling WebSocketKit WebSocketClient.swift
[1344/1387] Compiling Web3 BytesConvertible.swift
[1345/1387] Compiling Web3 CharacterSet+Hex.swift
[1346/1387] Compiling Web3 Data+BytesConvertible.swift
[1347/1387] Compiling Web3 EthereumUtils.swift
[1348/1387] Compiling Web3 Exports+Web3.swift
[1349/1387] Compiling Web3 Int+ETH.swift
[1350/1393] Emitting module Web3
[1351/1393] Compiling Web3 Types+RLPItemConvertible.swift
[1352/1393] Compiling Web3 BigUInt+BytesConvertible.swift
[1353/1393] Compiling Web3 Bytes+HexString.swift
[1354/1393] Compiling Web3 Bytes+SecureRandom.swift
[1355/1393] Compiling Web3 Bytes+TrimLeadingZeros.swift
[1356/1393] Compiling Web3 Bytes+UInt.swift
[1357/1393] Compiling Web3 Types+EthereumValueConvertible.swift
[1358/1393] Compiling Web3 Web3Provider.swift
[1359/1393] Compiling Web3 RLPDecoder.swift
[1360/1393] Compiling Web3 RLPEncoder.swift
[1361/1393] Compiling Web3 RLPItem.swift
[1362/1393] Compiling Web3 RLPItemConvertible.swift
[1363/1393] Compiling Web3 Secp256k1+CTXCreator.swift
[1364/1393] Compiling Web3 String+BytesConvertible.swift
[1365/1393] Compiling Web3 String+Conversion.swift
[1366/1393] Compiling Web3 String+HexBytes.swift
[1367/1393] Compiling Web3 SynchronizedArray.swift
[1368/1393] Compiling Web3 SynchronizedDictionary.swift
[1369/1393] Compiling Web3 UInt+BytesRepresentable.swift
[1370/1393] Compiling Web3 UnsignedInteger+BytesConvertible.swift
[1371/1393] Compiling Web3 UnsignedInteger+Shifting.swift
[1372/1393] Compiling Web3 EthereumAddress.swift
[1373/1393] Compiling Web3 EthereumPrivateKey.swift
[1374/1393] Compiling Web3 EthereumPublicKey.swift
[1375/1393] Compiling Web3 EthereumTransactionObject.swift
[1376/1393] Compiling Web3 EthereumTransactionReceiptObject.swift
[1377/1393] Compiling Web3 EthereumValue.swift
[1378/1393] Compiling Web3 EthereumValueConvertible.swift
[1379/1393] Compiling Web3 RPCRequest.swift
[1380/1393] Compiling Web3 RPCResponse.swift
[1381/1393] Compiling Web3 EthereumBlockObject.swift
[1382/1393] Compiling Web3 EthereumCall.swift
[1383/1393] Compiling Web3 EthereumData.swift
[1384/1393] Compiling Web3 EthereumLogObject.swift
[1385/1393] Compiling Web3 EthereumQuantity.swift
[1386/1393] Compiling Web3 EthereumQuantityTag.swift
[1387/1393] Compiling Web3 EthereumSyncStatusObject.swift
[1388/1393] Compiling Web3 EthereumTransaction.swift
[1389/1393] Compiling Web3 Web3.swift
[1390/1393] Compiling Web3 Web3+HTTPInitializer.swift
[1391/1393] Compiling Web3 Web3+WebSocketInitializer.swift
[1392/1393] Compiling Web3 Web3HttpProvider.swift
[1393/1393] Compiling Web3 Web3WebSocketProvider.swift
[1395/1411] Compiling Web3ContractABI EthereumContract.swift
[1396/1411] Compiling Web3ContractABI SolidityEvent.swift
[1397/1413] Compiling Web3ContractABI ERC721.swift
[1398/1413] Compiling Web3ContractABI Eth+Contract.swift
[1399/1413] Emitting module Web3ContractABI
[1400/1413] Compiling Web3ContractABI ERC165.swift
[1401/1413] Compiling Web3ContractABI ERC20.swift
[1402/1413] Compiling Web3ContractABI SolidityWrappedValue.swift
[1403/1413] Compiling Web3ContractABI ABIObject.swift
[1404/1413] Compiling Web3ContractABI ABIEncoder.swift
[1405/1413] Compiling Web3ContractABI Eth+ABI.swift
[1406/1413] Compiling Web3ContractABI SolidityTuple.swift
[1407/1413] Compiling Web3ContractABI SolidityType+Codable.swift
[1408/1413] Compiling Web3ContractABI SolidityType.swift
[1409/1413] Compiling Web3ContractABI ABI.swift
[1410/1413] Compiling Web3ContractABI ABIConvertible.swift
[1411/1413] Compiling Web3ContractABI ABIDecoder.swift
[1412/1413] Compiling Web3ContractABI SolidityFunction.swift
[1413/1413] Compiling Web3ContractABI SolidityInvocation.swift
[1415/1419] Compiling Web3PromiseKit ContractPromiseExtensions.swift
[1416/1419] Compiling Web3PromiseKit Promisable.swift
[1417/1419] Emitting module Web3PromiseKit
[1418/1419] Compiling Web3PromiseKit Web3+PromiseKit.swift
[1419/1419] Compiling Web3PromiseKit Exports+PromiseKit.swift
[1421/1489] Compiling OpenfortSwift OFLoginWithIdTokenResponse.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1422/1489] Compiling OpenfortSwift OFOAuthProvider.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1423/1489] Compiling OpenfortSwift OFPoolOAuthResponse.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1424/1489] Compiling OpenfortSwift OFSendSignatureTransactionIntentRequestResponse.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1425/1489] Compiling OpenfortSwift OFSessionResponse.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1426/1489] Compiling OpenfortSwift OFSignUpResponse.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1427/1489] Compiling OpenfortSwift OFSimpleResultResponse.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1428/1489] Compiling OpenfortSwift OFUnlinkOAuthResponse.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1429/1489] Compiling OpenfortSwift OFUnlinkWalletResponse.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1430/1498] Compiling OpenfortSwift AnyCodable.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1431/1498] Compiling OpenfortSwift OFAddEmailParams.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1432/1498] Compiling OpenfortSwift OFAuthEmailPasswordParams.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1433/1498] Compiling OpenfortSwift OFAuthenticateWithSIWEParams.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1434/1498] Compiling OpenfortSwift OFConfigureEmbeddedWalletDTO.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1435/1498] Compiling OpenfortSwift OFEmbeddedAccountCreateParams.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1436/1498] Compiling OpenfortSwift OFEmbeddedAccountRecoverParams.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1437/1498] Compiling OpenfortSwift OFGetEthereumProviderParams.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1438/1498] Compiling OpenfortSwift OFInitLinkOAuthParams.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1439/1498] Compiling OpenfortSwift OFInitLinkSiweParams.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1440/1498] Compiling OpenfortSwift OFRequestEmailVerificationParams.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1441/1498] Compiling OpenfortSwift OFRequestPhoneOtpParams.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1442/1498] Compiling OpenfortSwift OFRequestResetPasswordParams.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1443/1498] Compiling OpenfortSwift OFResetPasswordParams.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1444/1498] Compiling OpenfortSwift OFSendSignatureSessionRequestParams.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1445/1498] Compiling OpenfortSwift OFSendSignatureTransactionIntentRequestParams.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1446/1498] Compiling OpenfortSwift OFSetRecoveryMethodParams.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1447/1498] Compiling OpenfortSwift OFSignMessageParams.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1448/1498] Compiling OpenfortSwift OFSignTypedDataParams.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1449/1498] Compiling OpenfortSwift OFSignUpWithEmailPasswordParams.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1450/1498] Compiling OpenfortSwift OFStoreCredentialsParams.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1451/1498] Compiling OpenfortSwift OFUnlinkOAuthParams.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1452/1498] Compiling OpenfortSwift OFUnlinkWalletParams.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1453/1498] Compiling OpenfortSwift OFVerifyEmailOtpParams.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1454/1498] Compiling OpenfortSwift OFVerifyEmailParams.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1455/1498] Compiling OpenfortSwift OFErrorDomains.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1456/1498] Compiling OpenfortSwift OFErrors.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1457/1498] Compiling OpenfortSwift OFKeychainHelper.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1458/1498] Compiling OpenfortSwift OFSDK.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1459/1498] Compiling OpenfortSwift OFAuthorizable.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1460/1498] Compiling OpenfortSwift OFInitOAuthParams.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1461/1498] Compiling OpenfortSwift OFInitSIWEParams.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1462/1498] Compiling OpenfortSwift OFLinkPhoneOtpParams.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1463/1498] Compiling OpenfortSwift OFLinkWalletParams.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1464/1498] Compiling OpenfortSwift OFLinkWithSiweParams.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1465/1498] Compiling OpenfortSwift OFLogInWithEmailOtpParams.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1466/1498] Compiling OpenfortSwift OFLogInWithPhoneOtpParams.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1467/1498] Compiling OpenfortSwift OFLoginWithIdTokenParams.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1468/1498] Compiling OpenfortSwift OFLoginWithSiweParams.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1469/1498] Compiling OpenfortSwift OFRequestEmailOtpParams.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1470/1498] Compiling OpenfortSwift OFEmbeddedState.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1471/1498] Compiling OpenfortSwift OFGetResponse.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1472/1498] Compiling OpenfortSwift OFGetUserInstanceResponse.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1473/1498] Compiling OpenfortSwift OFInitLinkOAuthResponse.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1474/1498] Compiling OpenfortSwift OFInitOAuthResponse.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1475/1498] Compiling OpenfortSwift OFInitSIWEResponse.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1476/1498] Compiling OpenfortSwift OFLinkWalletResponse.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1477/1498] Compiling OpenfortSwift OFLinkedAccountResponse.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1478/1498] Compiling OpenfortSwift OFListResponse.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1479/1498] Emitting module OpenfortSwift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1480/1498] Compiling OpenfortSwift OpenfortEIP1193Provider.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1481/1498] Compiling OpenfortSwift OFScriptMessageProcessor.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1482/1498] Compiling OpenfortSwift OFStorageMessageProcessor.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1483/1498] Compiling OpenfortSwift OFAuthReplyHandler.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1484/1498] Compiling OpenfortSwift OFConfig.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1485/1498] Compiling OpenfortSwift OFScriptMessageHandler.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1486/1498] Compiling OpenfortSwift OFWebView.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1487/1498] Compiling OpenfortSwift OFWebViewCoordinator.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1488/1498] Compiling OpenfortSwift resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1489/1498] Compiling OpenfortSwift OFEmbeddedWalletAccessable.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1490/1498] Compiling OpenfortSwift OFMethods.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1491/1498] Compiling OpenfortSwift OFOpenfortRootable.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1492/1498] Compiling OpenfortSwift OFProxible.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1493/1498] Compiling OpenfortSwift OFUserAccessable.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1494/1498] Compiling OpenfortSwift OFAddEmailResponse.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1495/1498] Compiling OpenfortSwift OFAuthPlayerResponse.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1496/1498] Compiling OpenfortSwift OFAuthenticateWithSIWEResponse.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1497/1498] Compiling OpenfortSwift OFAuthorizationResponse.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1498/1498] Compiling OpenfortSwift OFCodableSendable.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:7e70e0a64d2f2fbcaf7a9ded92418bf54647123e95b9450d840f38f11e93f5d2
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
warning: 'web3.swift': found 67 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/ABI/SolidityTuple.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/ABI/SolidityType.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/Contract/ERC165.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/Contract/SolidityFunction.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumSyncStatusObject.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/UInt+BytesRepresentable.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/UnsignedInteger+Shifting.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Transaction/EthereumPrivateKey.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/FoundationHTTP/Web3WebSocketProvider.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/RLP/RLPItemConvertible.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumLogObject.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/Types+EthereumValueConvertible.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumQuantityTag.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumQuantity.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/RLP/RLPItem.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+TrimLeadingZeros.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Web3/Web3.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+UInt.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumBlockObject.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/ABI/ABIEncoder.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/ABI/SolidityType+Codable.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/RPCResponse.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/FoundationHTTP/Web3+HTTPInitializer.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/ABI/ABI.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Exports+Web3.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumCall.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Transaction/EthereumAddress.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/Contract/Eth+Contract.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/RLP/RLPEncoder.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumValue.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Data+BytesConvertible.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Providers/Web3Provider.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumData.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/SynchronizedArray.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/CharacterSet+Hex.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/FoundationHTTP/Web3+WebSocketInitializer.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Secp256k1+CTXCreator.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumTransactionObject.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/FoundationHTTP/Web3HttpProvider.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/Contract/EthereumContract.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/BytesConvertible.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+HexString.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/Contract/SolidityEvent.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Int+ETH.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/String+Conversion.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/UnsignedInteger+BytesConvertible.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/ABI/ABIDecoder.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumTransactionReceiptObject.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/RLP/RLPDecoder.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/BigUInt+BytesConvertible.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/Contract/SolidityInvocation.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/SynchronizedDictionary.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/String+BytesConvertible.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/RLP/Types+RLPItemConvertible.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/RPCRequest.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/Contract/ERC721.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumValueConvertible.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/String+HexBytes.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/ABI/ABIConvertible.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/Contract/ERC20.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Transaction/EthereumPublicKey.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/ABI/SolidityWrappedValue.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/ABI/Eth+ABI.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Transaction/EthereumTransaction.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/EthereumUtils.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/Contract/ABIObject.swift
warning: 'web3.swift': found 53 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/UInt+BytesRepresentable.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/UnsignedInteger+Shifting.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumSyncStatusObject.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Transaction/EthereumPrivateKey.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/FoundationHTTP/Web3WebSocketProvider.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/RLP/RLPItemConvertible.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumLogObject.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/Types+EthereumValueConvertible.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumQuantityTag.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumQuantity.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/RLP/RLPItem.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+TrimLeadingZeros.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Web3/Web3.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+UInt.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumBlockObject.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/PromiseKit/ContractPromiseExtensions.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/RPCResponse.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/FoundationHTTP/Web3+HTTPInitializer.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Exports+Web3.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumCall.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Transaction/EthereumAddress.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/PromiseKit/Promisable.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/RLP/RLPEncoder.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumValue.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Data+BytesConvertible.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Providers/Web3Provider.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumData.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/SynchronizedArray.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/CharacterSet+Hex.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/FoundationHTTP/Web3+WebSocketInitializer.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Secp256k1+CTXCreator.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumTransactionObject.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/FoundationHTTP/Web3HttpProvider.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/BytesConvertible.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+HexString.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Int+ETH.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/String+Conversion.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/UnsignedInteger+BytesConvertible.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/RLP/RLPDecoder.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumTransactionReceiptObject.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/BigUInt+BytesConvertible.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/SynchronizedDictionary.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/String+BytesConvertible.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/PromiseKit/Web3+PromiseKit.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/RLP/Types+RLPItemConvertible.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/RPCRequest.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumValueConvertible.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/String+HexBytes.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Transaction/EthereumPublicKey.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Transaction/EthereumTransaction.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/PromiseKit/Exports+PromiseKit.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/EthereumUtils.swift
warning: 'web3.swift': found 22 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/ABI/SolidityTuple.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/ABI/Eth+ABI.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/Contract/ERC20.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/ABI/ABIEncoder.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/ABI/ABI.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/Contract/SolidityEvent.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/Contract/SolidityInvocation.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/PromiseKit/ContractPromiseExtensions.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/PromiseKit/Exports+PromiseKit.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/Contract/ERC721.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/PromiseKit/Promisable.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/PromiseKit/Web3+PromiseKit.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/ABI/SolidityType+Codable.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/Contract/ERC165.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/ABI/ABIConvertible.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/Contract/Eth+Contract.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/ABI/ABIDecoder.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/ABI/SolidityType.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/Contract/EthereumContract.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/Contract/ABIObject.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/ABI/SolidityWrappedValue.swift
    /host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/Contract/SolidityFunction.swift
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/73] Emitting module secp256k1
[5/73] Compiling secp256k1 Exporter.swift
[7/175] Compiling _NIODataStructures PriorityQueue.swift
[8/175] Compiling CryptoSwift BlockEncryptor.swift
[9/175] Compiling CryptoSwift BlockMode.swift
[10/177] Compiling CryptoSwift AES.Cryptors.swift
[11/177] Compiling CryptoSwift AES.swift
[12/177] Compiling CryptoSwift ASN1.swift
[13/177] Compiling CryptoSwift ASN1Decoder.swift
[14/179] Compiling CryptoSwift BatchedCollection.swift
[15/179] Compiling CryptoSwift Bit.swift
[16/179] Compiling CryptoSwift AEAD.swift
[17/179] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[18/179] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
[19/179] Compiling InternalCollectionsUtilities _SortedCollection.swift
[20/179] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[21/179] Emitting module _NIOBase64
[22/179] Compiling _NIOBase64 Base64.swift
[23/190] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[24/190] Compiling NIOConcurrencyHelpers NIOLock.swift
[25/192] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[26/192] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[27/198] Compiling Atomics AtomicInteger.swift
[28/198] Compiling Atomics AtomicOptionalWrappable.swift
[29/198] Compiling Atomics AtomicReference.swift
[30/198] Compiling Atomics AtomicStorage.swift
[31/198] Compiling Atomics AtomicValue.swift
[33/198] Compiling NIOConcurrencyHelpers lock.swift
[34/198] Compiling NIOConcurrencyHelpers atomics.swift
[35/198] Compiling Atomics AtomicMemoryOrderings.swift
[36/198] Compiling Atomics DoubleWord.swift
[37/198] Emitting module _NIODataStructures
[38/200] Compiling Atomics IntegerConformances.swift
[39/200] Compiling Atomics PointerConformances.swift
[40/200] Compiling Atomics Primitives.native.swift
[41/200] Compiling _NIODataStructures Heap.swift
[42/200] Compiling _NIODataStructures _TinyArray.swift
[45/201] Emitting module PromiseKit
[46/201] Compiling Atomics OptionalRawRepresentable.swift
[47/201] Compiling Atomics RawRepresentable.swift
[48/201] Compiling Atomics AtomicBool.swift
[49/201] Compiling Atomics UnsafeAtomic.swift
[50/201] Compiling Atomics UnsafeAtomicLazyReference.swift
[51/201] Emitting module BigInt
[58/201] Compiling Atomics ManagedAtomic.swift
[59/201] Compiling Atomics ManagedAtomicLazyReference.swift
[60/203] Emitting module NIOConcurrencyHelpers
[78/205] Compiling Atomics IntegerOperations.swift
[79/205] Compiling Atomics Unmanaged extensions.swift
[81/205] Emitting module InternalCollectionsUtilities
[89/206] Compiling CryptoSwift CCM.swift
[97/206] Compiling BigInt Subtraction.swift
[98/206] Compiling BigInt Words and Bits.swift
[100/448] Compiling OrderedCollections OrderedSet+Diffing.swift
[101/448] Compiling OrderedCollections OrderedSet+Equatable.swift
[102/448] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[103/448] Compiling OrderedCollections OrderedSet+Hashable.swift
[104/452] Compiling OrderedCollections OrderedDictionary.swift
[105/452] Compiling OrderedCollections OrderedSet+Codable.swift
[106/452] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[107/452] Compiling OrderedCollections OrderedSet+Descriptions.swift
[108/452] Compiling HeapModule Heap+Invariants.swift
[109/452] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[110/452] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[111/452] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[112/452] Compiling OrderedCollections OrderedDictionary+Values.swift
[113/452] Compiling OrderedCollections OrderedDictionary+Codable.swift
[114/452] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[115/452] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[116/452] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[117/452] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[118/452] Compiling OrderedCollections OrderedDictionary+Elements.swift
[119/452] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[120/452] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[121/452] Compiling OrderedCollections _HashTable+Bucket.swift
[122/452] Compiling OrderedCollections _HashTable+BucketIterator.swift
[123/452] Compiling OrderedCollections _Hashtable+Header.swift
[124/452] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[125/452] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[126/452] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[127/452] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[128/452] Compiling OrderedCollections _HashTable+Constants.swift
[129/452] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[130/452] Compiling OrderedCollections _HashTable+Testing.swift
[131/452] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[132/452] Compiling OrderedCollections _HashTable.swift
[133/452] Emitting module ContainersPreview
[164/461] Compiling HeapModule Heap+Descriptions.swift
[165/515] Compiling BitCollections BitSet+Initializers.swift
[166/515] Compiling BitCollections BitSet+Invariants.swift
[167/515] Compiling BitCollections BitSet+Random.swift
[168/515] Compiling BitCollections BitSet+SetAlgebra basics.swift
[169/516] Compiling HeapModule _HeapNode.swift
[170/516] Compiling HeapModule Heap.swift
[171/516] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[172/516] Compiling HeapModule Heap+UnsafeHandle.swift
[174/516] Compiling HashTreeCollections TreeSet+Hashable.swift
[175/516] Compiling HashTreeCollections TreeSet+Sendable.swift
[176/516] Compiling HashTreeCollections TreeSet+Sequence.swift
[177/516] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[178/516] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[179/516] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[180/516] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[181/516] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[182/516] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[183/516] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[184/521] Compiling BitCollections BitArray+Codable.swift
[185/521] Compiling BitCollections BitArray+Collection.swift
[186/521] Compiling BitCollections BitArray+Copy.swift
[187/526] Compiling BitCollections BinaryInteger extensions.swift
[188/526] Compiling BitCollections BitArray+BitwiseOperations.swift
[189/526] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[190/526] Emitting module HeapModule
[191/527] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[192/527] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[193/527] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[194/527] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[195/527] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[196/527] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[197/527] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[198/527] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[199/527] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[200/527] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[201/527] Compiling BitCollections BitSet+SetAlgebra union.swift
[202/527] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[203/527] Compiling BitCollections BitSet.Counted.swift
[204/527] Compiling HashTreeCollections TreeSet+Filter.swift
[206/534] Compiling BitCollections BitSet+Codable.swift
[207/534] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[208/534] Compiling BitCollections BitSet+CustomReflectable.swift
[209/534] Compiling BitCollections BitSet+CustomStringConvertible.swift
[210/534] Compiling BitCollections BitSet+Equatable.swift
[211/534] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[212/534] Compiling BitCollections BitSet+Extras.swift
[213/534] Compiling BitCollections BitSet+Hashable.swift
[214/581] Compiling DequeModule RigidDeque+Container.swift
[215/581] Compiling DequeModule RigidDeque+Descriptions.swift
[216/581] Compiling DequeModule RigidDeque+Equatable.swift
[217/581] Compiling DequeModule RigidDeque+Experimental.swift
[218/581] Compiling DequeModule RigidDeque+Hashable.swift
[219/581] Compiling DequeModule RigidDeque+Initializers.swift
[220/581] Compiling DequeModule RigidDeque+Insertions.swift
[221/581] Compiling DequeModule RigidDeque+Prepend.swift
[222/581] Compiling DequeModule Deque+Codable.swift
[223/581] Compiling DequeModule Deque+Collection.swift
[224/581] Compiling DequeModule Deque+CustomReflectable.swift
[225/581] Compiling DequeModule Deque+Descriptions.swift
[226/581] Compiling DequeModule Deque+Equatable.swift
[227/581] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[228/581] Compiling DequeModule Deque+Extras.swift
[229/581] Compiling DequeModule Deque+Hashable.swift
[230/581] Compiling DequeModule RigidDeque+Removals.swift
[231/581] Compiling DequeModule RigidDeque+Replacements.swift
[232/581] Compiling DequeModule RigidDeque+Testing.swift
[233/581] Compiling DequeModule RigidDeque.swift
[234/581] Compiling DequeModule UniqueDeque+Append.swift
[235/581] Compiling DequeModule UniqueDeque+Consumption.swift
[236/581] Compiling DequeModule UniqueDeque+Container.swift
[237/581] Compiling DequeModule UniqueDeque+Descriptions.swift
[238/581] Compiling DequeModule UniqueDeque+Equatable.swift
[239/581] Compiling DequeModule UniqueDeque+Experimental.swift
[240/581] Compiling DequeModule UniqueDeque+Hashable.swift
[241/581] Compiling DequeModule UniqueDeque+Initializers.swift
[242/581] Compiling DequeModule UniqueDeque+Insertions.swift
[243/581] Compiling DequeModule UniqueDeque+Prepend.swift
[244/581] Compiling DequeModule UniqueDeque+Removals.swift
[245/581] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[261/586] Compiling DequeModule UniqueDeque+Replacements.swift
[277/586] Emitting module Atomics
[278/587] Compiling DequeModule _DequeBuffer.swift
[279/587] Compiling DequeModule _DequeBufferHeader.swift
[280/587] Compiling DequeModule RigidDeque+Append.swift
[281/587] Compiling DequeModule RigidDeque+Consumption.swift
[284/587] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[285/587] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[286/587] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[287/587] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[288/587] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[289/587] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[290/587] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[291/587] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[292/587] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[293/587] Compiling HashTreeCollections TreeSet.swift
[302/587] Compiling DequeModule UniqueDeque.swift
[303/587] Compiling DequeModule _DequeSlot.swift
[304/587] Compiling DequeModule _UnsafeDequeHandle.swift
[305/587] Compiling DequeModule _UnsafeDequeSegments.swift
[308/587] Compiling BitCollections UInt+Tricks.swift
[309/587] Compiling BitCollections _Word.swift
[310/587] Compiling OrderedCollections _UnsafeBitset.swift
[314/587] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[315/587] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[316/587] Compiling HashTreeCollections _HashNode+Structural union.swift
[317/587] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[318/587] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[319/587] Compiling _RopeModule Rope+Join.swift
[320/587] Compiling _RopeModule Rope+MutatingForEach.swift
[321/587] Compiling _RopeModule Rope+Remove.swift
[347/601] Emitting module BitCollections
[362/601] Compiling _RopeModule Rope+RemoveSubrange.swift
[363/601] Compiling _RopeModule Rope+Split.swift
[364/601] Compiling _RopeModule Optional Utilities.swift
[368/601] Compiling DequeModule Deque.swift
[379/601] Compiling DequeModule Deque+Testing.swift
[380/601] Compiling DequeModule Deque._Storage.swift
[381/601] Compiling DequeModule Deque._UnsafeHandle.swift
[387/601] Compiling BitCollections BitSet._UnsafeHandle.swift
[388/601] Compiling BitCollections BitSet.swift
[389/601] Compiling BitCollections Range+Utilities.swift
[390/601] Compiling BitCollections Slice+Utilities.swift
[407/601] Compiling BitCollections BitSet.Index.swift
[482/602] Emitting module _RopeModule
[495/603] Emitting module OrderedCollections
[530/604] Emitting module CryptoSwift
[531/604] Emitting module DequeModule
[533/605] Compiling CryptoSwift Signature.swift
[534/605] Compiling CryptoSwift StreamDecryptor.swift
[535/605] Compiling CryptoSwift StreamEncryptor.swift
[536/605] Compiling CryptoSwift String+Extension.swift
[537/605] Compiling CryptoSwift UInt128.swift
[538/605] Compiling CryptoSwift UInt16+Extension.swift
[539/605] Compiling CryptoSwift UInt32+Extension.swift
[540/605] Compiling CryptoSwift UInt64+Extension.swift
[541/605] Compiling CryptoSwift UInt8+Extension.swift
[542/605] Compiling CryptoSwift Updatable.swift
[543/605] Compiling CryptoSwift Utils.swift
[544/605] Compiling CryptoSwift XChaCha20.swift
[545/605] Compiling CryptoSwift ZeroPadding.swift
[546/605] Compiling CryptoSwift resource_bundle_accessor.swift
[562/605] Emitting module HashTreeCollections
[564/676] Compiling NIOCore AddressedEnvelope.swift
[565/676] Compiling NIOCore AsyncAwaitSupport.swift
[566/676] Compiling NIOCore AsyncChannel.swift
[567/676] Compiling NIOCore AsyncChannelHandler.swift
[568/676] Compiling NIOCore AsyncChannelInboundStream.swift
[569/676] Compiling NIOCore AsyncChannelOutboundWriter.swift
[570/676] Compiling NIOCore NIOAsyncSequenceProducer.swift
[571/676] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[572/676] Compiling NIOCore NIOAsyncWriter.swift
[573/676] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[574/676] Compiling NIOCore BSDSocketAPI.swift
[575/676] Compiling NIOCore ByteBuffer-aux.swift
[576/676] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[577/676] Compiling NIOCore ByteBuffer-conversions.swift
[578/676] Compiling NIOCore ByteBuffer-core.swift
[579/676] Compiling Collections OrderedCollections reexports.swift
[580/676] Compiling Collections DequeModule reexports.swift
[581/676] Compiling Collections BitCollections reexports.swift
[582/676] Emitting module Collections
[583/676] Compiling Collections HashTreeCollections reexports.swift
[584/676] Compiling Collections HeapModule reexports.swift
[595/685] Compiling NIOCore NIOCoreSendableMetatype.swift
[596/685] Compiling NIOCore NIODecodedAsyncSequence.swift
[597/685] Compiling NIOCore NIOLoopBound.swift
[598/685] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[599/685] Compiling NIOCore NIOScheduledCallback.swift
[600/685] Compiling NIOCore NIOSendable.swift
[601/685] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[602/685] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[603/685] Compiling NIOCore RecvByteBufferAllocator.swift
[604/685] Compiling NIOCore IPProtocol.swift
[605/685] Compiling NIOCore IntegerBitPacking.swift
[606/685] Compiling NIOCore IntegerTypes.swift
[607/685] Compiling NIOCore Interfaces.swift
[608/685] Compiling NIOCore Linux.swift
[609/685] Compiling NIOCore MarkedCircularBuffer.swift
[610/685] Compiling NIOCore MulticastChannel.swift
[611/685] Compiling NIOCore NIOAny.swift
[612/685] Compiling NIOCore NIOCloseOnErrorHandler.swift
[613/685] Compiling NIOCore EventLoopFuture+Deprecated.swift
[614/685] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[615/685] Compiling NIOCore EventLoopFuture.swift
[616/685] Compiling NIOCore FileDescriptor.swift
[617/685] Compiling NIOCore FileHandle.swift
[618/685] Compiling NIOCore FileRegion.swift
[619/685] Compiling NIOCore GlobalSingletons.swift
[620/685] Compiling NIOCore IO.swift
[621/685] Compiling NIOCore IOData.swift
[622/685] Compiling NIOCore CircularBuffer.swift
[623/685] Compiling NIOCore Codec.swift
[624/685] Compiling NIOCore ConvenienceOptionSupport.swift
[625/685] Compiling NIOCore DeadChannel.swift
[626/685] Compiling NIOCore DispatchQueue+WithFuture.swift
[627/685] Compiling NIOCore EventLoop+Deprecated.swift
[628/685] Compiling NIOCore EventLoop+SerialExecutor.swift
[629/685] Compiling NIOCore EventLoop.swift
[630/685] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[644/685] Compiling CryptoSwift PKCS1v15.swift
[645/685] Compiling CryptoSwift PKCS5.swift
[646/685] Compiling CryptoSwift PKCS7.swift
[647/685] Compiling CryptoSwift PKCS7Padding.swift
[648/685] Compiling CryptoSwift Padding.swift
[649/685] Compiling CryptoSwift Poly1305.swift
[650/685] Compiling CryptoSwift RSA+Cipher.swift
[651/685] Compiling CryptoSwift RSA+Signature.swift
[652/685] Compiling CryptoSwift RSA.swift
[653/685] Compiling CryptoSwift Rabbit.swift
[654/685] Compiling CryptoSwift SHA1.swift
[655/685] Compiling CryptoSwift SHA2.swift
[656/685] Compiling CryptoSwift SHA3.swift
[657/685] Compiling CryptoSwift Scrypt.swift
[658/685] Compiling CryptoSwift SecureBytes.swift
[660/686] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[661/686] Compiling NIOCore SocketAddresses.swift
[662/686] Compiling NIOCore SocketOptionProvider.swift
[663/686] Compiling NIOCore SystemCallHelpers.swift
[664/686] Compiling NIOCore TimeAmount+Duration.swift
[665/686] Compiling NIOCore TypeAssistedChannelHandler.swift
[666/686] Compiling NIOCore UniversalBootstrapSupport.swift
[667/686] Compiling NIOCore Utilities.swift
[674/686] Compiling NIOCore ByteBuffer-hex.swift
[675/686] Compiling NIOCore ByteBuffer-int.swift
[676/686] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[677/686] Compiling NIOCore ByteBuffer-multi-int.swift
[678/686] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[679/686] Compiling NIOCore ByteBuffer-views.swift
[680/686] Compiling NIOCore Channel.swift
[681/686] Compiling NIOCore ChannelHandler.swift
[682/686] Compiling NIOCore ChannelHandlers.swift
[683/686] Compiling NIOCore ChannelInvoker.swift
[684/686] Compiling NIOCore ChannelOption.swift
[685/686] Compiling NIOCore ChannelPipeline.swift
[686/686] Emitting module NIOCore
[688/741] Emitting module NIOEmbedded
[689/741] Compiling NIOEmbedded AsyncTestingChannel.swift
[690/741] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[691/741] Compiling NIOEmbedded Embedded.swift
[693/742] Compiling NIOPosix SelectableChannel.swift
[694/742] Compiling NIOPosix SelectableEventLoop.swift
[695/742] Compiling NIOPosix SelectorEpoll.swift
[696/742] Compiling NIOPosix SelectorGeneric.swift
[697/742] Compiling NIOPosix SelectorKqueue.swift
[698/742] Compiling NIOPosix SelectorUring.swift
[699/742] Compiling NIOPosix SelectorWSAPoll.swift
[700/742] Compiling NIOPosix BaseStreamSocketChannel.swift
[701/742] Compiling NIOPosix Bootstrap.swift
[702/742] Compiling NIOPosix ControlMessage.swift
[703/742] Compiling NIOPosix DatagramVectorReadManager.swift
[704/742] Compiling NIOPosix Errors+Any.swift
[705/742] Compiling NIOPosix FileDescriptor.swift
[706/742] Compiling NIOPosix GetaddrinfoResolver.swift
[707/748] Compiling NIOPosix ServerSocket.swift
[708/748] Compiling NIOPosix Socket.swift
[709/748] Compiling NIOPosix SocketChannel.swift
[710/748] Compiling NIOPosix SocketProtocols.swift
[711/748] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[712/748] Compiling NIOPosix System.swift
[713/748] Compiling NIOPosix Thread.swift
[714/748] Compiling NIOPosix HappyEyeballs.swift
[715/748] Compiling NIOPosix IO.swift
[716/748] Compiling NIOPosix IntegerBitPacking.swift
[717/748] Compiling NIOPosix IntegerTypes.swift
[718/748] Compiling NIOPosix Linux.swift
[719/748] Compiling NIOPosix LinuxCPUSet.swift
[720/748] Compiling NIOPosix LinuxUring.swift
[721/748] Compiling NIOPosix PipePair.swift
[722/748] Compiling NIOPosix Pool.swift
[723/748] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[724/748] Compiling NIOPosix PosixSingletons.swift
[725/748] Compiling NIOPosix RawSocketBootstrap.swift
[726/748] Compiling NIOPosix Resolver.swift
[727/748] Compiling NIOPosix Selectable.swift
[728/748] Emitting module NIOPosix
[729/748] Compiling NIOPosix ThreadPosix.swift
[730/748] Compiling NIOPosix ThreadWindows.swift
[731/748] Compiling NIOPosix Utilities.swift
[732/748] Compiling NIOPosix VsockAddress.swift
[733/748] Compiling NIOPosix VsockChannelEvents.swift
[734/748] Compiling NIOPosix Windows.swift
[735/748] Compiling NIOPosix BSDSocketAPICommon.swift
[736/748] Compiling NIOPosix BSDSocketAPIPosix.swift
[737/748] Compiling NIOPosix BSDSocketAPIWindows.swift
[738/748] Compiling NIOPosix BaseSocket.swift
[739/748] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[740/748] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[741/748] Compiling NIOPosix BaseSocketChannel.swift
[742/748] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[743/748] Compiling NIOPosix NIOPosixSendableMetatype.swift
[744/748] Compiling NIOPosix NIOThreadPool.swift
[745/748] Compiling NIOPosix NonBlockingFileIO.swift
[746/748] Compiling NIOPosix PendingDatagramWritesManager.swift
[747/748] Compiling NIOPosix PendingWritesManager.swift
[748/748] Compiling NIOPosix PipeChannel.swift
[750/751] Emitting module NIO
[751/751] Compiling NIO Exports.swift
[753/779] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[754/779] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[755/779] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[756/779] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[757/779] Emitting module NIOTLS
[758/779] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[759/779] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[760/779] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[761/779] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[762/781] Compiling NIOTLS TLSEvents.swift
[763/781] Compiling NIOTLS SNIHandler.swift
[764/781] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[765/781] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[766/782] Emitting module NIOFoundationCompat
[767/782] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[769/783] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[770/783] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[771/783] Emitting module NIOHTTP1
[773/783] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[774/783] Compiling NIOHTTP1 HTTPTypes.swift
[775/787] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[776/788] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[777/834] Compiling NIOSSL IdentityVerification.swift
[778/834] Compiling NIOSSL LinuxCABundle.swift
[779/834] Compiling NIOSSL NIOSSLClientHandler.swift
[780/836] Compiling NIOSSL SSLConnection.swift
[781/836] Compiling NIOSSL SSLPrivateKey.swift
[782/836] Compiling NIOSSL SSLPublicKey.swift
[783/836] Emitting module NIOTransportServices
[784/836] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[785/836] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[786/836] Compiling NIOSSL SSLCertificate.swift
[787/836] Compiling NIOSSL SSLCertificateExtensions.swift
[788/836] Compiling NIOSSL SSLCertificateName.swift
[789/836] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[790/836] Compiling NIOSSL NIOSSLHandler.swift
[791/836] Compiling NIOSSL NIOSSLServerHandler.swift
[792/836] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[793/836] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[794/836] Compiling NIOSSL SSLContext.swift
[795/836] Compiling NIOSSL ObjectIdentifier.swift
[796/836] Compiling NIOSSL PosixPort.swift
[797/836] Compiling NIOSSL SSLCallbacks.swift
[798/836] Compiling NIOSSL AndroidCABundle.swift
[799/836] Compiling NIOSSL ByteBufferBIO.swift
[800/836] Compiling NIOSSL CustomPrivateKey.swift
[814/842] Emitting module NIOSSL
[815/842] Compiling NIOSSL SubjectAlternativeName.swift
[816/842] Compiling NIOSSL NIOSSLSecureBytes.swift
[817/842] Compiling NIOSSL RNG.swift
[818/842] Compiling NIOSSL SafeCompare.swift
[834/842] Compiling NIOSSL SSLPKCS12Bundle.swift
[839/870] Compiling NIOWebSocket WebSocketOpcode.swift
[840/871] Emitting module NIOExtras
[841/873] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[842/873] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[843/873] Emitting module NIOWebSocket
[844/873] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[845/873] Compiling NIOExtras RequestResponseHandler.swift
[846/873] Compiling NIOExtras RequestResponseHandlers+State.swift
[847/873] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[848/873] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[849/873] Compiling NIOExtras LengthFieldPrepender.swift
[850/873] Compiling NIOExtras LineBasedFrameDecoder.swift
[851/873] Compiling NIOExtras NIOLengthFieldBitLength.swift
[852/873] Compiling NIOExtras NIORequestIdentifiable.swift
[853/873] Compiling NIOExtras PCAPRingBuffer.swift
[854/873] Compiling NIOExtras QuiescingHelper.swift
[855/873] Compiling NIOWebSocket WebSocketFrame.swift
[856/873] Compiling NIOWebSocket WebSocketErrorCodes.swift
[857/873] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[858/873] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[859/873] Compiling NIOWebSocket SHA1.swift
[860/874] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[861/874] Compiling NIOExtras NIOExtrasError.swift
[863/874] Compiling NIOExtras DebugOutboundEventsHandler.swift
[864/874] Compiling NIOExtras FixedLengthFrameDecoder.swift
[869/874] Compiling NIOSSL Zeroization.swift
[870/874] Compiling NIOSSL TLSConfiguration.swift
[871/874] Compiling NIOSSL UniversalBootstrapSupport.swift
[872/874] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[874/875] Compiling NIOExtras RequestResponseWithIDHandler.swift
[875/875] Compiling NIOExtras WritePCAPHandler.swift
[877/884] Compiling WebSocketKit Exports.swift
[878/884] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[879/884] Compiling WebSocketKit WebSocket+Concurrency.swift
[880/884] Compiling WebSocketKit WebSocketHandler.swift
[881/884] Emitting module WebSocketKit
[882/884] Compiling WebSocketKit WebSocket+Connect.swift
[883/884] Compiling WebSocketKit WebSocket.swift
[884/884] Compiling WebSocketKit WebSocketClient.swift
[886/929] Emitting module Web3
[887/935] Compiling Web3 Secp256k1+CTXCreator.swift
[888/935] Compiling Web3 String+BytesConvertible.swift
[889/935] Compiling Web3 String+Conversion.swift
[890/935] Compiling Web3 String+HexBytes.swift
[891/935] Compiling Web3 SynchronizedArray.swift
[892/935] Compiling Web3 SynchronizedDictionary.swift
[893/935] Compiling Web3 Types+RLPItemConvertible.swift
[894/935] Compiling Web3 BigUInt+BytesConvertible.swift
[895/935] Compiling Web3 Bytes+HexString.swift
[896/935] Compiling Web3 Bytes+SecureRandom.swift
[897/935] Compiling Web3 Bytes+TrimLeadingZeros.swift
[898/935] Compiling Web3 Bytes+UInt.swift
[899/935] Compiling Web3 BytesConvertible.swift
[900/935] Compiling Web3 CharacterSet+Hex.swift
[901/935] Compiling Web3 Data+BytesConvertible.swift
[902/935] Compiling Web3 EthereumUtils.swift
[903/935] Compiling Web3 Exports+Web3.swift
[904/935] Compiling Web3 Int+ETH.swift
[905/935] Compiling Web3 UInt+BytesRepresentable.swift
[906/935] Compiling Web3 UnsignedInteger+BytesConvertible.swift
[907/935] Compiling Web3 UnsignedInteger+Shifting.swift
[908/935] Compiling Web3 EthereumAddress.swift
[909/935] Compiling Web3 EthereumPrivateKey.swift
[910/935] Compiling Web3 EthereumPublicKey.swift
[911/935] Compiling Web3 EthereumTransactionObject.swift
[912/935] Compiling Web3 EthereumTransactionReceiptObject.swift
[913/935] Compiling Web3 EthereumValue.swift
[914/935] Compiling Web3 EthereumValueConvertible.swift
[915/935] Compiling Web3 RPCRequest.swift
[916/935] Compiling Web3 RPCResponse.swift
[917/935] Compiling Web3 Types+EthereumValueConvertible.swift
[918/935] Compiling Web3 Web3Provider.swift
[919/935] Compiling Web3 RLPDecoder.swift
[920/935] Compiling Web3 RLPEncoder.swift
[921/935] Compiling Web3 RLPItem.swift
[922/935] Compiling Web3 RLPItemConvertible.swift
[923/935] Compiling Web3 EthereumBlockObject.swift
[924/935] Compiling Web3 EthereumCall.swift
[925/935] Compiling Web3 EthereumData.swift
[926/935] Compiling Web3 EthereumLogObject.swift
[927/935] Compiling Web3 EthereumQuantity.swift
[928/935] Compiling Web3 EthereumQuantityTag.swift
[929/935] Compiling Web3 EthereumSyncStatusObject.swift
[930/935] Compiling Web3 EthereumTransaction.swift
[931/935] Compiling Web3 Web3.swift
[932/935] Compiling Web3 Web3+HTTPInitializer.swift
[933/935] Compiling Web3 Web3+WebSocketInitializer.swift
[934/935] Compiling Web3 Web3HttpProvider.swift
[935/935] Compiling Web3 Web3WebSocketProvider.swift
[937/953] Compiling Web3ContractABI EthereumContract.swift
[938/953] Compiling Web3ContractABI SolidityEvent.swift
[939/953] Compiling Web3ContractABI ERC165.swift
[940/953] Compiling Web3ContractABI ERC20.swift
[941/955] Emitting module Web3ContractABI
[942/955] Compiling Web3ContractABI ERC721.swift
[943/955] Compiling Web3ContractABI Eth+Contract.swift
[944/955] Compiling Web3ContractABI SolidityType+Codable.swift
[945/955] Compiling Web3ContractABI SolidityType.swift
[946/955] Compiling Web3ContractABI SolidityWrappedValue.swift
[947/955] Compiling Web3ContractABI ABIObject.swift
[948/955] Compiling Web3ContractABI ABIEncoder.swift
[949/955] Compiling Web3ContractABI Eth+ABI.swift
[950/955] Compiling Web3ContractABI SolidityTuple.swift
[951/955] Compiling Web3ContractABI ABI.swift
[952/955] Compiling Web3ContractABI ABIConvertible.swift
[953/955] Compiling Web3ContractABI ABIDecoder.swift
[954/955] Compiling Web3ContractABI SolidityFunction.swift
[955/955] Compiling Web3ContractABI SolidityInvocation.swift
[957/961] Compiling Web3PromiseKit Promisable.swift
[958/961] Compiling Web3PromiseKit Exports+PromiseKit.swift
[959/961] Compiling Web3PromiseKit Web3+PromiseKit.swift
[960/961] Compiling Web3PromiseKit ContractPromiseExtensions.swift
[961/961] Emitting module Web3PromiseKit
[963/1031] Compiling OpenfortSwift OFEmbeddedState.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[964/1031] Compiling OpenfortSwift OFGetResponse.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[965/1031] Compiling OpenfortSwift OFGetUserInstanceResponse.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[966/1031] Compiling OpenfortSwift OFInitLinkOAuthResponse.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[967/1031] Compiling OpenfortSwift OFInitOAuthResponse.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[968/1031] Compiling OpenfortSwift OFInitSIWEResponse.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[969/1031] Compiling OpenfortSwift OFLinkWalletResponse.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[970/1031] Compiling OpenfortSwift OFLinkedAccountResponse.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[971/1031] Compiling OpenfortSwift OFListResponse.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[972/1040] Compiling OpenfortSwift OFLoginWithIdTokenResponse.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[973/1040] Compiling OpenfortSwift OFOAuthProvider.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[974/1040] Compiling OpenfortSwift OFPoolOAuthResponse.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[975/1040] Compiling OpenfortSwift OFSendSignatureTransactionIntentRequestResponse.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[976/1040] Compiling OpenfortSwift OFSessionResponse.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[977/1040] Compiling OpenfortSwift OFSignUpResponse.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[978/1040] Compiling OpenfortSwift OFSimpleResultResponse.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[979/1040] Compiling OpenfortSwift OFUnlinkOAuthResponse.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[980/1040] Compiling OpenfortSwift OFUnlinkWalletResponse.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[981/1040] Compiling OpenfortSwift OFRequestEmailVerificationParams.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[982/1040] Compiling OpenfortSwift OFRequestPhoneOtpParams.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[983/1040] Compiling OpenfortSwift OFRequestResetPasswordParams.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[984/1040] Compiling OpenfortSwift OFResetPasswordParams.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[985/1040] Compiling OpenfortSwift OFSendSignatureSessionRequestParams.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[986/1040] Compiling OpenfortSwift OFSendSignatureTransactionIntentRequestParams.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[987/1040] Compiling OpenfortSwift OFSetRecoveryMethodParams.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[988/1040] Compiling OpenfortSwift OFSignMessageParams.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[989/1040] Compiling OpenfortSwift OFSignTypedDataParams.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[990/1040] Compiling OpenfortSwift OFSignUpWithEmailPasswordParams.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[991/1040] Compiling OpenfortSwift AnyCodable.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[992/1040] Compiling OpenfortSwift OFAddEmailParams.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[993/1040] Compiling OpenfortSwift OFAuthEmailPasswordParams.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[994/1040] Compiling OpenfortSwift OFAuthenticateWithSIWEParams.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[995/1040] Compiling OpenfortSwift OFConfigureEmbeddedWalletDTO.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[996/1040] Compiling OpenfortSwift OFEmbeddedAccountCreateParams.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[997/1040] Compiling OpenfortSwift OFEmbeddedAccountRecoverParams.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[998/1040] Compiling OpenfortSwift OFGetEthereumProviderParams.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[999/1040] Compiling OpenfortSwift OFInitLinkOAuthParams.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1000/1040] Compiling OpenfortSwift OFInitLinkSiweParams.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1001/1040] Compiling OpenfortSwift OFInitOAuthParams.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1002/1040] Compiling OpenfortSwift OFInitSIWEParams.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1003/1040] Compiling OpenfortSwift OFLinkPhoneOtpParams.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1004/1040] Compiling OpenfortSwift OFLinkWalletParams.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1005/1040] Compiling OpenfortSwift OFLinkWithSiweParams.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1006/1040] Compiling OpenfortSwift OFLogInWithEmailOtpParams.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1007/1040] Compiling OpenfortSwift OFLogInWithPhoneOtpParams.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1008/1040] Compiling OpenfortSwift OFLoginWithIdTokenParams.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1009/1040] Compiling OpenfortSwift OFLoginWithSiweParams.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1010/1040] Compiling OpenfortSwift OFRequestEmailOtpParams.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1011/1040] Emitting module OpenfortSwift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1012/1040] Compiling OpenfortSwift OFEmbeddedWalletAccessable.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1013/1040] Compiling OpenfortSwift OFMethods.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1014/1040] Compiling OpenfortSwift OFOpenfortRootable.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1015/1040] Compiling OpenfortSwift OFProxible.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1016/1040] Compiling OpenfortSwift OFUserAccessable.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1017/1040] Compiling OpenfortSwift OFAddEmailResponse.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1018/1040] Compiling OpenfortSwift OFAuthPlayerResponse.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1019/1040] Compiling OpenfortSwift OFAuthenticateWithSIWEResponse.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1020/1040] Compiling OpenfortSwift OFAuthorizationResponse.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1021/1040] Compiling OpenfortSwift OFCodableSendable.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1022/1040] Compiling OpenfortSwift OFStoreCredentialsParams.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1023/1040] Compiling OpenfortSwift OFUnlinkOAuthParams.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1024/1040] Compiling OpenfortSwift OFUnlinkWalletParams.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1025/1040] Compiling OpenfortSwift OFVerifyEmailOtpParams.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1026/1040] Compiling OpenfortSwift OFVerifyEmailParams.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1027/1040] Compiling OpenfortSwift OFErrorDomains.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1028/1040] Compiling OpenfortSwift OFErrors.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1029/1040] Compiling OpenfortSwift OFKeychainHelper.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1030/1040] Compiling OpenfortSwift OFSDK.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1031/1040] Compiling OpenfortSwift OFAuthorizable.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1032/1040] Compiling OpenfortSwift OpenfortEIP1193Provider.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1033/1040] Compiling OpenfortSwift OFScriptMessageProcessor.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1034/1040] Compiling OpenfortSwift OFStorageMessageProcessor.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1035/1040] Compiling OpenfortSwift OFAuthReplyHandler.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1036/1040] Compiling OpenfortSwift OFConfig.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1037/1040] Compiling OpenfortSwift OFScriptMessageHandler.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1038/1040] Compiling OpenfortSwift OFWebView.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1039/1040] Compiling OpenfortSwift OFWebViewCoordinator.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
[1040/1040] Compiling OpenfortSwift resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/OpenfortSwift/Keychain/OFKeychainHelper.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | public enum OFKeychainHelper {
BUILD FAILURE 6.1 linux