Build Information
Failed to build OpenfortSwift, reference 1.0.1 (7558e0), with Swift 6.1 for Android on 6 Feb 2026 20:07:48 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/openfort-xyz/swift-sdk.git
Reference: 1.0.1
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
* tag 1.0.1 -> FETCH_HEAD
HEAD is now at 7558e0d Merge pull request #9 from openfort-xyz/fix/stable-web3-dependency
Cloned https://github.com/openfort-xyz/swift-sdk.git
Revision (git rev-parse @):
7558e0d07fd59941f5e7c70f818070afdb1c09ac
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/openfort-xyz/swift-sdk.git at 1.0.1
========================================
Build
========================================
Selected platform: android
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-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/Boilertalk/Web3.swift.git
Fetching https://github.com/apple/swift-docc-plugin.git
[1/7655] Fetching web3.swift
[537/9826] Fetching web3.swift, swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin.git from cache (0.90s)
Fetched https://github.com/Boilertalk/Web3.swift.git from cache (0.93s)
Computing version for https://github.com/Boilertalk/Web3.swift.git
Computed https://github.com/Boilertalk/Web3.swift.git at 0.8.8 (4.78s)
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/attaswift/BigInt.git
Fetching https://github.com/vapor/websocket-kit
Fetching https://github.com/mxcl/PromiseKit.git
Fetching https://github.com/Boilertalk/secp256k1.swift.git
[1/4877] Fetching bigint
[733/5657] Fetching bigint, secp256k1.swift
[1020/18997] Fetching bigint, secp256k1.swift, cryptoswift
[1173/36207] Fetching bigint, secp256k1.swift, cryptoswift, promisekit
[1239/38839] Fetching bigint, secp256k1.swift, cryptoswift, promisekit, websocket-kit
[11934/58317] Fetching bigint, secp256k1.swift, cryptoswift, promisekit, websocket-kit, swift-collections
Fetched https://github.com/Boilertalk/secp256k1.swift.git from cache (2.56s)
Fetched https://github.com/attaswift/BigInt.git from cache (3.04s)
Fetched https://github.com/vapor/websocket-kit from cache (3.05s)
Fetched https://github.com/mxcl/PromiseKit.git from cache (3.08s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (3.10s)
Fetched https://github.com/apple/swift-collections.git from cache (3.11s)
Computing version for https://github.com/Boilertalk/secp256k1.swift.git
Computed https://github.com/Boilertalk/secp256k1.swift.git at 0.1.7 (3.83s)
Computing version for https://github.com/mxcl/PromiseKit.git
Computed https://github.com/mxcl/PromiseKit.git at 6.22.1 (1.12s)
Computing version for https://github.com/apple/swift-docc-plugin.git
Computed https://github.com/apple/swift-docc-plugin.git at 1.4.6 (0.92s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3654] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (2.39s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (3.51s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.7.0 (0.94s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.9.0 (1.11s)
Computing version for https://github.com/vapor/websocket-kit
Computed https://github.com/vapor/websocket-kit at 2.16.1 (0.93s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio.git
[1/2809] Fetching swift-nio-transport-services
[676/9246] Fetching swift-nio-transport-services, swift-nio-extras
[4742/11066] Fetching swift-nio-transport-services, swift-nio-extras, swift-atomics
[9916/26362] Fetching swift-nio-transport-services, swift-nio-extras, swift-atomics, swift-nio-ssl
[12444/108266] Fetching swift-nio-transport-services, swift-nio-extras, swift-atomics, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.90s)
[15704/105457] Fetching swift-nio-extras, swift-atomics, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.99s)
[54124/90161] Fetching swift-nio-extras, swift-atomics, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (9.66s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (9.66s)
Fetched https://github.com/apple/swift-nio.git from cache (9.80s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (10.75s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.33s)
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 (3.23s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.94.0 (1.29s)
Fetching https://github.com/apple/swift-system.git
[1/5552] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.64s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (1.32s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (0.94s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.32.1 (1.52s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-certificates.git
[1/2574] Fetching swift-service-lifecycle
[491/4266] Fetching swift-service-lifecycle, swift-asn1
[798/10351] Fetching swift-service-lifecycle, swift-asn1, swift-async-algorithms
[5693/16250] Fetching swift-service-lifecycle, swift-asn1, swift-async-algorithms, swift-log
[7105/23347] Fetching swift-service-lifecycle, swift-asn1, swift-async-algorithms, swift-log, swift-certificates
[12677/29399] Fetching swift-service-lifecycle, swift-asn1, swift-async-algorithms, swift-log, swift-certificates, swift-algorithms
Fetched https://github.com/apple/swift-asn1.git from cache (0.83s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.83s)
[21562/21622] Fetching swift-service-lifecycle, swift-log, swift-certificates, swift-algorithms
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetched https://github.com/apple/swift-certificates.git from cache (0.97s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.00s)
Fetched https://github.com/apple/swift-log.git from cache (1.00s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.00s)
[1/1204] Fetching swift-http-structured-headers
[808/2155] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.31s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.32s)
[1/11782] Fetching swift-nio-http2
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.14s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (2.85s)
Fetching https://github.com/apple/swift-numerics.git
[1/6403] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.63s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.9.1 (1.44s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.1 (0.94s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (3.30s)
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.83s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.17.1 (3.07s)
Fetching https://github.com/apple/swift-crypto.git
[1/17505] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.24s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (2.83s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.9.1 (0.57s)
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 (0.55s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.2.0 (2.21s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.39.0 (0.93s)
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.1
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/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-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-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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.5.1
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.9.1
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.39.0
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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.9.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/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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.94.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.2.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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.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/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-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-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.32.1
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.36.0
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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.17.1
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
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
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/EthereumValueConvertible.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/Transaction/EthereumAddress.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/Contract/ABIObject.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/RLP/RLPEncoder.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/Contract/ERC721.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/Exports+Web3.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/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/ABI/ABIEncoder.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/ABI/ABIConvertible.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/Int+ETH.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/String+BytesConvertible.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/SolidityWrappedValue.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/FoundationHTTP/Web3+WebSocketInitializer.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumBlockObject.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/EthereumLogObject.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/Contract/ERC165.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/CharacterSet+Hex.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/ABI/SolidityTuple.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/Transaction/EthereumTransaction.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumQuantity.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/EthereumUtils.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Transaction/EthereumPrivateKey.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumCall.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/Secp256k1+CTXCreator.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/Contract/SolidityFunction.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/Json/EthereumTransactionReceiptObject.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/Transaction/EthereumPublicKey.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/ABI/Eth+ABI.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/FoundationHTTP/Web3HttpProvider.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/Bytes+HexString.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/EthereumValue.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/EthereumQuantityTag.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/UnsignedInteger+Shifting.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/SolidityEvent.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/BytesConvertible.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumTransactionObject.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumSyncStatusObject.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/Bytes+SecureRandom.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/FoundationHTTP/Web3WebSocketProvider.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/SynchronizedArray.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/UnsignedInteger+BytesConvertible.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/Toolbox/Bytes+TrimLeadingZeros.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Data+BytesConvertible.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/EthereumValueConvertible.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Transaction/EthereumAddress.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/RLP/RLPEncoder.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/Exports+Web3.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/RLPItemConvertible.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Int+ETH.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/FoundationHTTP/Web3+HTTPInitializer.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/FoundationHTTP/Web3+WebSocketInitializer.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumBlockObject.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/EthereumLogObject.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/CharacterSet+Hex.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/Transaction/EthereumTransaction.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumQuantity.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/EthereumUtils.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Transaction/EthereumPrivateKey.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumCall.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/Secp256k1+CTXCreator.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/BigUInt+BytesConvertible.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumTransactionReceiptObject.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Transaction/EthereumPublicKey.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/FoundationHTTP/Web3HttpProvider.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/Bytes+HexString.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/RLP/Types+RLPItemConvertible.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/PromiseKit/Web3+PromiseKit.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/SynchronizedDictionary.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumQuantityTag.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/UnsignedInteger+Shifting.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Web3/Web3.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/UInt+BytesRepresentable.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/BytesConvertible.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumTransactionObject.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumSyncStatusObject.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/Bytes+SecureRandom.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/FoundationHTTP/Web3WebSocketProvider.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/String+Conversion.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/PromiseKit/Promisable.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/UnsignedInteger+BytesConvertible.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/Toolbox/Data+BytesConvertible.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/ABI/SolidityType.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/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/Contract/ERC20.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/Contract/SolidityFunction.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/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/ABIConvertible.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/PromiseKit/Exports+PromiseKit.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/PromiseKit/ContractPromiseExtensions.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/ABIDecoder.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/ABIEncoder.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/ABIObject.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/Contract/EthereumContract.swift
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/460] Write sources
[2/460] Copying openfort-sync.js
[2/460] Write sources
[2/460] Copying openfort.js
[2/460] Write sources
[2/460] Copying index.html
[9/460] Write sources
[10/460] Copying utils.js
[10/460] Copying storage.js
[10/460] Copying securestorage.js
[10/460] Write sources
[25/460] Copying PrivacyInfo.xcprivacy
[25/460] Write sources
[38/460] Compiling CNIOWindows shim.c
[39/460] Compiling _AtomicsShims.c
[40/460] Compiling CNIOWindows WSAStartup.c
[41/460] Compiling lax_der_privatekey_parsing.c
[41/460] Compiling lax_der_parsing.c
[43/460] Compiling CNIOWASI CNIOWASI.c
[44/460] Compiling CNIOPosix event_loop_id.c
[45/460] Compiling CNIOOpenBSD shim.c
[46/460] Compiling CNIOLinux liburing_shims.c
[47/460] Compiling CNIOSHA1 c_nio_sha1.c
[48/460] Compiling CNIODarwin shim.c
[49/460] Compiling CNIOLLHTTP c_nio_http.c
[50/460] Compiling CNIOLinux shim.c
[51/460] Compiling fiat_p256_adx_sqr.S
[52/460] Compiling fiat_p256_adx_mul.S
[53/460] Compiling CNIOLLHTTP c_nio_api.c
[54/460] Compiling fiat_curve25519_adx_square.S
[55/460] Write swift-version-24593BA9C3E375BF.txt
[56/460] Compiling fiat_curve25519_adx_mul.S
[57/464] Compiling CNIOLLHTTP c_nio_llhttp.c
[58/464] Compiling CNIOBoringSSLShims shims.c
[59/466] Compiling secp256k1.c
[61/498] Emitting module InternalCollectionsUtilities
[61/500] Compiling tls_method.cc
[62/500] Compiling tls13_server.cc
[63/502] Compiling tls_record.cc
[64/603] Compiling tls13_enc.cc
[66/603] Compiling CryptoSwift BlockEncryptor.swift
[67/603] Compiling CryptoSwift BlockMode.swift
[68/603] Compiling _NIODataStructures _TinyArray.swift
[69/603] Compiling CryptoSwift BatchedCollection.swift
[70/603] Compiling CryptoSwift Bit.swift
[71/603] Compiling _NIODataStructures Heap.swift
[72/603] Emitting module _NIODataStructures
[73/603] Compiling secp256k1 Exporter.swift
[74/603] Compiling _NIODataStructures PriorityQueue.swift
[75/603] Emitting module secp256k1
[76/605] Compiling CryptoSwift AEAD.swift
[77/605] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[78/605] Compiling CryptoSwift Array+Extension.swift
[79/605] Compiling CryptoSwift Authenticator.swift
[80/605] Compiling CryptoSwift ASN1Encoder.swift
[81/605] Compiling CryptoSwift ASN1Scanner.swift
[82/605] Compiling CryptoSwift AES.swift
[83/605] Compiling CryptoSwift ASN1.swift
[84/605] Compiling CryptoSwift ASN1Decoder.swift
[85/605] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
[86/605] Compiling CryptoSwift AES.Cryptors.swift
[87/605] Compiling _NIOBase64 Base64.swift
[88/605] Emitting module _NIOBase64
[89/606] Compiling CryptoSwift BlockCipher.swift
[90/606] Compiling CryptoSwift BlockDecryptor.swift
[90/607] Compiling tls13_client.cc
[95/607] Compiling tls13_both.cc
[97/607] Emitting module PromiseKit
[97/677] Compiling ssl_versions.cc
[98/732] Compiling ssl_x509.cc
[99/732] Compiling ssl_stat.cc
[100/739] Compiling ssl_transcript.cc
[102/739] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[103/739] Compiling HeapModule Heap+Invariants.swift
[103/739] Compiling t1_enc.cc
[105/739] Compiling HeapModule Heap+Descriptions.swift
[106/815] Compiling HeapModule _HeapNode.swift
[107/815] Compiling HeapModule Heap.swift
[108/830] Compiling HashTreeCollections _HashNode+Debugging.swift
[109/830] Compiling HashTreeCollections _HashNode+Initializers.swift
[110/830] Compiling HashTreeCollections _HashNode+Invariants.swift
[111/830] Compiling HashTreeCollections _HashNode+Lookups.swift
[112/830] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[113/830] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[114/830] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[115/837] Compiling HashTreeCollections TreeDictionary+Values.swift
[116/837] Compiling HashTreeCollections _AncestorHashSlots.swift
[117/837] Compiling HashTreeCollections _Bitmap.swift
[118/837] Compiling HashTreeCollections _Bucket.swift
[119/837] Compiling HashTreeCollections _Hash.swift
[120/837] Compiling HashTreeCollections _HashLevel.swift
[121/837] Compiling HashTreeCollections _HashNode+Builder.swift
[122/837] Emitting module HeapModule
[123/837] Compiling HeapModule Heap+UnsafeHandle.swift
[124/838] Compiling DequeModule Deque+CustomReflectable.swift
[125/838] Compiling DequeModule Deque+Descriptions.swift
[127/840] Compiling HashTreeCollections _HashNode+Structural union.swift
[128/840] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[129/840] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[130/840] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[131/840] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[132/840] Compiling HashTreeCollections _HashNode.swift
[133/840] Compiling HashTreeCollections _HashNodeHeader.swift
[134/840] Compiling HashTreeCollections _HashSlot.swift
[135/840] Compiling HashTreeCollections TreeDictionary+Filter.swift
[136/840] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[137/840] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[138/840] Compiling HashTreeCollections TreeDictionary+Keys.swift
[139/840] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[140/840] Compiling HashTreeCollections TreeDictionary+Merge.swift
[141/840] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[142/840] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[143/840] Compiling DequeModule Deque+Testing.swift
[144/840] Compiling DequeModule Deque._Storage.swift
[145/840] Compiling DequeModule Deque._UnsafeHandle.swift
[146/840] Compiling DequeModule Deque.swift
[147/840] Compiling DequeModule _DequeBuffer.swift
[148/840] Compiling DequeModule _DequeBufferHeader.swift
[149/840] Compiling DequeModule _DequeSlot.swift
[150/840] Compiling DequeModule _UnsafeWrappedBuffer.swift
[153/840] Compiling DequeModule Deque+Equatable.swift
[154/840] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[155/840] Compiling DequeModule Deque+Extras.swift
[156/840] Compiling DequeModule Deque+Hashable.swift
[157/840] Compiling HashTreeCollections _UnsafePath.swift
[158/840] Compiling HashTreeCollections TreeDictionary+Codable.swift
[159/840] Compiling HashTreeCollections TreeDictionary+Collection.swift
[160/840] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[161/840] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[162/840] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[163/840] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[164/840] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[165/840] Compiling HashTreeCollections TreeSet+Hashable.swift
[166/840] Compiling HashTreeCollections TreeSet+Sendable.swift
[167/840] Compiling HashTreeCollections TreeSet+Sequence.swift
[168/840] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[169/840] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[170/840] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[171/840] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[172/840] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[173/840] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[174/840] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[183/850] Compiling OrderedCollections OrderedSet+SubSequence.swift
[184/850] Compiling OrderedCollections OrderedSet+Testing.swift
[185/850] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[186/850] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[187/850] Compiling OrderedCollections OrderedSet.swift
[188/850] Compiling OrderedCollections _UnsafeBitset.swift
[189/850] Compiling HashTreeCollections TreeSet+Equatable.swift
[190/850] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[191/850] Compiling HashTreeCollections TreeSet+Extras.swift
[192/850] Compiling HashTreeCollections TreeSet+Filter.swift
[207/850] Compiling OrderedCollections OrderedSet+Sendable.swift
[224/859] Compiling DequeModule Deque+Codable.swift
[225/859] Compiling DequeModule Deque+Collection.swift
[242/859] Compiling _RopeModule Rope+Join.swift
[243/859] Compiling _RopeModule Rope+MutatingForEach.swift
[244/859] Compiling _RopeModule Rope+Remove.swift
[245/859] Compiling _RopeModule Rope+RemoveSubrange.swift
[246/859] Compiling _RopeModule Rope+Split.swift
[272/874] Emitting module OrderedCollections
[273/874] Compiling _RopeModule _CharacterRecognizer.swift
[274/874] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[275/874] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[276/874] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[277/874] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[278/874] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[279/874] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[280/874] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[281/874] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[282/874] Compiling HashTreeCollections TreeSet.swift
[290/875] Emitting module DequeModule
[290/876] Compiling ssl_session.cc
[294/876] Emitting module _RopeModule
[294/876] Compiling ssl_privkey.cc
[367/876] Compiling ssl_credential.cc
[369/876] Compiling CryptoSwift Signature.swift
[370/876] Compiling CryptoSwift StreamDecryptor.swift
[371/876] Compiling CryptoSwift StreamEncryptor.swift
[372/876] Compiling CryptoSwift String+Extension.swift
[373/876] Compiling CryptoSwift UInt128.swift
[374/876] Compiling CryptoSwift UInt16+Extension.swift
[375/876] Compiling CryptoSwift UInt32+Extension.swift
[376/876] Compiling CryptoSwift UInt64+Extension.swift
[377/876] Compiling CryptoSwift UInt8+Extension.swift
[378/876] Compiling CryptoSwift Updatable.swift
[379/876] Compiling CryptoSwift Utils.swift
[380/876] Compiling CryptoSwift XChaCha20.swift
[381/876] Compiling CryptoSwift ZeroPadding.swift
[382/876] Compiling CryptoSwift resource_bundle_accessor.swift
[403/876] Compiling _RopeModule Optional Utilities.swift
[404/876] Compiling _RopeModule String Utilities.swift
[405/876] Compiling _RopeModule String.Index+ABI.swift
[406/876] Compiling ssl_key_share.cc
[446/876] Compiling ssl_lib.cc
[448/877] Emitting module HashTreeCollections
[449/878] Compiling ssl_cipher.cc
[450/878] Compiling ssl_file.cc
[453/878] Emitting module CryptoSwift
[468/878] Compiling ssl_cert.cc
[469/878] Compiling ssl_buffer.cc
[470/878] Compiling ssl_asn1.cc
[471/878] Compiling ssl_aead_ctx.cc
[472/878] Compiling s3_pkt.cc
[473/878] Compiling s3_lib.cc
[488/878] Compiling CryptoSwift PKCS1v15.swift
[489/878] Compiling CryptoSwift PKCS5.swift
[490/878] Compiling CryptoSwift PKCS7.swift
[491/878] Compiling CryptoSwift PKCS7Padding.swift
[492/878] Compiling CryptoSwift Padding.swift
[493/878] Compiling CryptoSwift Poly1305.swift
[494/878] Compiling CryptoSwift RSA+Cipher.swift
[495/878] Compiling CryptoSwift RSA+Signature.swift
[496/878] Compiling CryptoSwift RSA.swift
[497/878] Compiling CryptoSwift Rabbit.swift
[498/878] Compiling CryptoSwift SHA1.swift
[499/878] Compiling CryptoSwift SHA2.swift
[500/878] Compiling CryptoSwift SHA3.swift
[501/878] Compiling CryptoSwift Scrypt.swift
[502/878] Compiling CryptoSwift SecureBytes.swift
[503/879] Compiling s3_both.cc
[504/879] Compiling handshake_client.cc
[505/879] Compiling handshake_server.cc
[506/879] Compiling handshake.cc
[507/879] Compiling handoff.cc
[508/879] Compiling extensions.cc
[509/879] Compiling dtls_method.cc
[510/879] Compiling md5-x86_64-linux.S
[511/879] Compiling encrypted_client_hello.cc
[512/879] Compiling md5-x86_64-apple.S
[513/879] Compiling md5-586-linux.S
[514/879] Compiling md5-586-apple.S
[515/879] Compiling chacha20_poly1305_x86_64-linux.S
[516/879] Compiling dtls_record.cc
[517/879] Compiling chacha20_poly1305_armv8-win.S
[518/879] Compiling chacha20_poly1305_x86_64-apple.S
[519/879] Compiling chacha20_poly1305_armv8-apple.S
[520/879] Compiling chacha20_poly1305_armv8-linux.S
[521/879] Compiling d1_srtp.cc
[522/879] Compiling chacha-x86_64-apple.S
[523/879] Compiling chacha-x86_64-linux.S
[524/879] Compiling d1_lib.cc
[525/879] Compiling chacha-x86-linux.S
[526/879] Compiling chacha-x86-apple.S
[527/879] Compiling chacha-armv8-apple.S
[528/879] Compiling err_data.cc
[529/879] Compiling chacha-armv8-win.S
[530/879] Compiling d1_pkt.cc
[531/879] Compiling chacha-armv4-linux.S
[532/879] Compiling chacha-armv8-linux.S
[533/879] Compiling aes128gcmsiv-x86_64-apple.S
[534/879] Compiling x86_64-mont5-linux.S
[535/879] Compiling aes128gcmsiv-x86_64-linux.S
[536/879] Compiling x86_64-mont-apple.S
[537/879] Compiling x86_64-mont-linux.S
[538/879] Compiling x86_64-mont5-apple.S
[538/879] Compiling x86-mont-linux.S
[540/879] Compiling x86-mont-apple.S
[541/879] Compiling vpaes-x86_64-linux.S
[542/879] Compiling vpaes-x86-apple.S
[543/879] Compiling vpaes-x86_64-apple.S
[544/879] Compiling vpaes-armv8-linux.S
[545/879] Compiling vpaes-x86-linux.S
[546/879] Compiling vpaes-armv8-win.S
[547/879] Compiling vpaes-armv8-apple.S
[548/879] Compiling vpaes-armv7-linux.S
[549/879] Compiling sha512-x86_64-apple.S
[550/879] Compiling sha512-armv8-win.S
[551/879] Compiling sha512-x86_64-linux.S
[552/879] Compiling sha512-armv8-linux.S
[553/879] Compiling sha512-armv8-apple.S
[554/879] Compiling sha512-armv4-linux.S
[555/879] Compiling sha512-586-apple.S
[556/879] Compiling sha512-586-linux.S
[557/879] Compiling sha256-x86_64-linux.S
[558/879] Compiling sha256-x86_64-apple.S
[559/879] Compiling sha256-armv8-win.S
[560/879] Compiling sha256-armv4-linux.S
[561/879] Compiling bio_ssl.cc
[562/879] Compiling sha256-armv8-apple.S
[563/879] Compiling sha256-586-apple.S
[564/879] Compiling sha1-x86_64-linux.S
[565/879] Compiling sha256-586-linux.S
[566/879] Compiling sha256-armv8-linux.S
[567/879] Compiling sha1-armv8-win.S
[568/879] Compiling sha1-x86_64-apple.S
[569/879] Compiling sha1-armv8-apple.S
[570/879] Compiling sha1-armv8-linux.S
[571/879] Compiling sha1-586-apple.S
[572/879] Compiling sha1-586-linux.S
[573/879] Compiling sha1-armv4-large-linux.S
[574/879] Compiling rsaz-avx2-linux.S
[575/879] Compiling rdrand-x86_64-apple.S
[576/879] Compiling p256_beeu-x86_64-asm-apple.S
[577/879] Compiling p256_beeu-x86_64-asm-linux.S
[578/879] Compiling rsaz-avx2-apple.S
[579/879] Compiling p256_beeu-armv8-asm-linux.S
[580/879] Compiling rdrand-x86_64-linux.S
[581/879] Compiling p256_beeu-armv8-asm-win.S
[582/879] Compiling p256_beeu-armv8-asm-apple.S
[583/879] Compiling p256-x86_64-asm-linux.S
[584/879] Compiling p256-armv8-asm-win.S
[585/879] Compiling p256-armv8-asm-apple.S
[586/879] Compiling p256-x86_64-asm-apple.S
[587/879] Compiling ghashv8-armv8-apple.S
[588/879] Compiling p256-armv8-asm-linux.S
[589/879] Compiling ghashv8-armv8-linux.S
[590/879] Compiling ghashv8-armv8-win.S
[591/879] Compiling ghash-x86-apple.S
[592/879] Compiling ghashv8-armv7-linux.S
[593/879] Compiling ghash-x86_64-linux.S
[594/879] Compiling ghash-ssse3-x86_64-linux.S
[595/879] Compiling ghash-x86-linux.S
[596/879] Compiling ghash-x86_64-apple.S
[597/879] Compiling ghash-ssse3-x86_64-apple.S
[598/879] Compiling ghash-neon-armv8-win.S
[599/879] Compiling ghash-ssse3-x86-apple.S
[600/879] Compiling ghash-ssse3-x86-linux.S
[601/879] Compiling co-586-linux.S
[602/879] Compiling ghash-neon-armv8-linux.S
[603/879] Compiling ghash-neon-armv8-apple.S
[604/879] Compiling co-586-apple.S
[605/879] Compiling ghash-armv4-linux.S
[606/879] Compiling bn-armv8-win.S
[607/879] Compiling bsaes-armv7-linux.S
[607/879] Compiling bn-586-apple.S
[609/879] Compiling bn-armv8-apple.S
[610/879] Compiling bn-armv8-linux.S
[610/879] Compiling bn-586-linux.S
[612/879] Compiling armv8-mont-win.S
[613/879] Compiling armv8-mont-apple.S
[614/879] Compiling armv8-mont-linux.S
[615/879] Compiling aesv8-gcm-armv8-win.S
[616/879] Compiling aesv8-armv8-win.S
[617/879] Compiling aesv8-gcm-armv8-apple.S
[618/879] Compiling armv4-mont-linux.S
[619/879] Compiling d1_both.cc
[620/879] Compiling aesv8-gcm-armv8-linux.S
[621/879] Compiling aesv8-armv8-linux.S
[622/879] Compiling aesv8-armv7-linux.S
[623/879] Compiling aesv8-armv8-apple.S
[624/879] Compiling aesni-x86-linux.S
[625/879] Compiling aesni-x86_64-apple.S
[626/879] Compiling aesni-x86-apple.S
[627/879] Compiling aesni-x86_64-linux.S
[628/879] Compiling aesni-gcm-x86_64-apple.S
[629/879] Compiling aesni-gcm-x86_64-linux.S
[630/879] Compiling aes-gcm-avx2-x86_64-linux.S
[631/879] Compiling aes-gcm-avx10-x86_64-linux.S
[632/879] Compiling aes-gcm-avx10-x86_64-apple.S
[633/879] Compiling aes-gcm-avx2-x86_64-apple.S
[634/879] Compiling x_val.cc
[635/879] Compiling x_sig.cc
[636/879] Compiling x_spki.cc
[637/879] Compiling x_x509.cc
[638/879] Compiling x_pubkey.cc
[639/879] Compiling x_req.cc
[640/879] Compiling x_x509a.cc
[641/879] Compiling x_exten.cc
[642/879] Compiling x_name.cc
[643/879] Compiling x_all.cc
[644/879] Compiling x509name.cc
[645/879] Compiling x_algor.cc
[646/879] Compiling x509cset.cc
[647/879] Compiling x_crl.cc
[648/879] Compiling x509spki.cc
[649/879] Compiling x_attrib.cc
[650/879] Compiling x509rset.cc
[651/879] Compiling x509_v3.cc
[652/879] Compiling x509_vpm.cc
[653/879] Compiling x509_trs.cc
[654/879] Compiling x509_txt.cc
[655/879] Compiling x509_set.cc
[656/879] Compiling x509_req.cc
[657/879] Compiling x509_vfy.cc
[658/879] Compiling x509_obj.cc
[659/879] Compiling x509_lu.cc
[660/879] Compiling x509_ext.cc
[661/879] Compiling x509_def.cc
[662/879] Compiling x509_att.cc
[663/879] Compiling x509_d2.cc
[664/879] Compiling x509.cc
[665/879] Compiling x509_cmp.cc
[666/879] Compiling v3_prn.cc
[667/879] Compiling v3_utl.cc
[668/879] Compiling v3_pmaps.cc
[669/879] Compiling v3_skey.cc
[670/879] Compiling v3_purp.cc
[671/879] Compiling v3_pcons.cc
[672/879] Compiling v3_ncons.cc
[673/879] Compiling v3_lib.cc
[674/879] Compiling v3_ocsp.cc
[675/879] Compiling v3_int.cc
[676/879] Compiling v3_ia5.cc
[677/879] Compiling v3_info.cc
[678/879] Compiling v3_genn.cc
[679/879] Compiling v3_extku.cc
[680/879] Compiling v3_crld.cc
[681/879] Compiling v3_cpols.cc
[682/879] Compiling v3_enum.cc
[683/879] Compiling v3_conf.cc
[684/879] Compiling v3_bcons.cc
[685/879] Compiling v3_bitst.cc
[686/879] Compiling v3_alt.cc
[687/879] Compiling v3_akeya.cc
[688/879] Compiling v3_akey.cc
[689/879] Compiling t_req.cc
[689/879] Compiling t_x509.cc
[691/879] Compiling t_x509a.cc
[692/879] Compiling i2d_pr.cc
[693/879] Compiling rsa_pss.cc
[694/879] Compiling t_crl.cc
[695/879] Compiling name_print.cc
[696/879] Compiling policy.cc
[697/879] Compiling by_file.cc
[698/879] Compiling asn1_gen.cc
[699/879] Compiling by_dir.cc
[700/879] Compiling algorithm.cc
[701/879] Compiling voprf.cc
[702/879] Compiling a_digest.cc
[703/879] Compiling a_verify.cc
[704/879] Compiling a_sign.cc
[705/879] Compiling thread_win.cc
[706/879] Compiling trust_token.cc
[707/879] Compiling thread_pthread.cc
[708/879] Compiling thread_none.cc
[709/879] Compiling thread.cc
[710/879] Compiling stack.cc
[711/879] Compiling pmbtoken.cc
[712/879] Compiling sha512.cc
[713/879] Compiling siphash.cc
[714/879] Compiling spake2plus.cc
[715/879] Compiling sha256.cc
[716/879] Compiling slhdsa.cc
[717/879] Compiling rsa_extra.cc
[718/879] Compiling rsa_print.cc
[719/879] Compiling sha1.cc
[720/879] Compiling rsa_crypt.cc
[721/879] Compiling rc4.cc
[722/879] Compiling refcount.cc
[723/879] Compiling windows.cc
[724/879] Compiling trusty.cc
[725/879] Compiling urandom.cc
[726/879] Compiling rsa_asn1.cc
[727/879] Compiling rand.cc
[728/879] Compiling passive.cc
[729/879] Compiling getentropy.cc
[730/879] Compiling ios.cc
[731/879] Compiling poly1305_arm_asm.S
[732/879] Compiling forkunsafe.cc
[733/879] Compiling fork_detect.cc
[734/879] Compiling poly1305_vec.cc
[735/879] Compiling deterministic.cc
[736/879] Compiling poly1305_arm.cc
[737/879] Compiling pool.cc
[738/879] Compiling poly1305.cc
[739/879] Compiling pkcs8.cc
[740/879] Compiling pkcs7.cc
[741/879] Compiling p5_pbev2.cc
[742/879] Compiling pkcs8_x509.cc
[743/879] Compiling pkcs7_x509.cc
[744/879] Compiling pem_x509.cc
[745/879] Compiling pem_xaux.cc
[746/879] Compiling pem_pkey.cc
[747/879] Compiling pem_pk8.cc
[748/879] Compiling pem_oth.cc
[749/879] Compiling obj_xref.cc
[750/879] Compiling pem_info.cc
[751/879] Compiling pem_lib.cc
[752/879] Compiling mlkem.cc
[753/879] Compiling pem_all.cc
[754/879] Compiling obj.cc
[755/879] Compiling mldsa.cc
[756/879] Compiling mem.cc
[757/879] Compiling fips_shared_support.cc
[758/879] Compiling poly_rq_mul.S
[759/879] Compiling md5.cc
[760/879] Compiling md4.cc
[761/879] Compiling lhash.cc
[762/879] Compiling ex_data.cc
[763/879] Compiling kyber.cc
[764/879] Compiling hrss.cc
[765/879] Compiling sign.cc
[766/879] Compiling hpke.cc
[767/879] Compiling scrypt.cc
[768/879] Compiling print.cc
[769/879] Compiling pbkdf.cc
[770/879] Compiling p_x25519_asn1.cc
[771/879] Compiling p_ed25519.cc
[772/879] Compiling p_x25519.cc
[773/879] Compiling p_ed25519_asn1.cc
[774/879] Compiling p_rsa_asn1.cc
[775/879] Compiling p_rsa.cc
[776/879] Compiling p_hkdf.cc
[777/879] Compiling p_ec.cc
[778/879] Compiling p_ec_asn1.cc
[779/879] Compiling p_dh.cc
[780/879] Compiling p_dh_asn1.cc
[781/879] Compiling p_dsa_asn1.cc
[781/879] Compiling evp.cc
[783/879] Compiling evp_asn1.cc
[784/879] Compiling evp_ctx.cc
[785/879] Compiling engine.cc
[786/879] Compiling err.cc
[787/879] Compiling ecdsa_asn1.cc
[788/879] Compiling ec_derive.cc
[789/879] Compiling ecdh.cc
[790/879] Compiling bcm.cc
[791/879] Compiling hash_to_curve.cc
[792/879] Compiling ec_asn1.cc
[793/879] Compiling params.cc
[794/879] Compiling dsa.cc
[795/879] Compiling dsa_asn1.cc
[796/879] Compiling des.cc
[797/879] Compiling dh_asn1.cc
[798/879] Compiling digest_extra.cc
[799/879] Compiling spake25519.cc
[800/879] Compiling x25519-asm-arm.S
[801/879] Compiling curve25519_64_adx.cc
[802/879] Compiling cpu_arm_linux.cc
[803/879] Compiling cpu_intel.cc
[804/879] Compiling crypto.cc
[805/879] Compiling cpu_arm_freebsd.cc
[806/879] Compiling cpu_aarch64_sysreg.cc
[806/879] Compiling cpu_aarch64_openbsd.cc
[808/879] Compiling curve25519.cc
[809/879] Compiling cpu_aarch64_win.cc
[810/879] Compiling cpu_aarch64_fuchsia.cc
[811/879] Compiling cpu_aarch64_linux.cc
[812/879] Compiling e_tls.cc
[813/879] Compiling get_cipher.cc
[814/879] Compiling tls_cbc.cc
[815/879] Compiling e_rc4.cc
[816/879] Compiling cpu_aarch64_apple.cc
[817/879] Compiling e_rc2.cc
[818/879] Compiling conf.cc
[819/879] Compiling e_null.cc
[820/879] Compiling e_chacha20poly1305.cc
[821/879] Compiling e_des.cc
[822/879] Compiling e_aesctrhmac.cc
[823/879] Compiling e_aesgcmsiv.cc
[824/879] Compiling derive_key.cc
[825/879] Compiling chacha.cc
[826/879] Compiling unicode.cc
[827/879] Compiling ber.cc
[828/879] Compiling buf.cc
[829/879] Compiling cbb.cc
[830/879] Compiling asn1_compat.cc
[831/879] Compiling cbs.cc
[832/879] Compiling convert.cc
[833/879] Compiling blake2.cc
[834/879] Compiling bn_asn1.cc
[835/879] Compiling socket.cc
[836/879] Compiling printf.cc
[837/879] Compiling pair.cc
[838/879] Compiling socket_helper.cc
[839/879] Compiling fd.cc
[840/879] Compiling file.cc
[841/879] Compiling hexdump.cc
[842/879] Compiling bio_mem.cc
[843/879] Compiling connect.cc
[844/879] Compiling bio.cc
[845/879] Compiling errno.cc
[846/879] Compiling base64.cc
[847/879] Compiling tasn_fre.cc
[848/879] Compiling tasn_typ.cc
[849/879] Compiling tasn_enc.cc
[850/879] Compiling posix_time.cc
[851/879] Compiling f_string.cc
[852/879] Compiling tasn_utl.cc
[853/879] Compiling tasn_dec.cc
[854/879] Compiling tasn_new.cc
[855/879] Compiling asn_pack.cc
[856/879] Compiling f_int.cc
[857/879] Compiling asn1_par.cc
[858/879] Compiling a_utctm.cc
[859/879] Compiling asn1_lib.cc
[860/879] Compiling a_time.cc
[861/879] Compiling a_type.cc
[862/879] Compiling a_octet.cc
[863/879] Compiling a_strnid.cc
[864/879] Compiling a_strex.cc
[865/879] Compiling a_object.cc
[866/879] Compiling a_i2d_fp.cc
[867/879] Compiling a_mbstr.cc
[868/879] Compiling a_d2i_fp.cc
[869/879] Write sources
[872/879] Compiling a_dup.cc
[873/879] Compiling a_int.cc
[874/944] Compiling a_gentm.cc
[875/953] Compiling a_bool.cc
[877/971] Compiling BitCollections BitArray+Shifts.swift
[878/971] Compiling BitCollections BitArray+Testing.swift
[878/973] Compiling a_bitstr.cc
[880/973] Compiling Atomics UnsafeAtomic.swift
[881/973] Compiling Atomics UnsafeAtomicLazyReference.swift
[882/973] Compiling Atomics ManagedAtomic.swift
[883/973] Compiling Atomics ManagedAtomicLazyReference.swift
[884/975] Compiling Atomics AtomicStorage.swift
[885/975] Compiling Atomics AtomicValue.swift
[886/975] Compiling Atomics AtomicMemoryOrderings.swift
[887/975] Compiling Atomics DoubleWord.swift
[888/975] Compiling Atomics AtomicInteger.swift
[889/975] Compiling Atomics AtomicOptionalWrappable.swift
[890/975] Compiling Atomics AtomicReference.swift
[899/975] Compiling Atomics IntegerOperations.swift
[900/975] Emitting module BitCollections
[901/982] Compiling Atomics OptionalRawRepresentable.swift
[902/982] Compiling Atomics RawRepresentable.swift
[903/982] Compiling Atomics AtomicBool.swift
[904/982] Compiling Atomics IntegerConformances.swift
[905/982] Compiling Atomics PointerConformances.swift
[906/982] Compiling Atomics Primitives.native.swift
[910/982] Compiling Atomics Unmanaged extensions.swift
[911/982] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[912/982] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[913/982] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[914/982] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[915/982] Compiling BitCollections BitSet+SetAlgebra union.swift
[916/982] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[917/982] Compiling BitCollections BitSet.Counted.swift
[918/982] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[919/982] Compiling BitCollections BitSet+CustomReflectable.swift
[920/982] Compiling BitCollections BitSet+CustomStringConvertible.swift
[921/982] Compiling BitCollections BitSet+Equatable.swift
[922/982] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[923/982] Compiling BitCollections BitSet+Extras.swift
[924/982] Compiling BitCollections BitSet+Hashable.swift
[925/982] Compiling BitCollections BitSet+Initializers.swift
[926/982] Compiling BitCollections BitSet+Invariants.swift
[927/982] Compiling BitCollections BitSet+Random.swift
[928/982] Compiling BitCollections BitSet+SetAlgebra basics.swift
[929/982] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[930/982] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[931/982] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[932/982] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[933/982] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[934/982] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[935/982] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[936/982] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[937/982] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[938/982] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[939/982] Emitting module BigInt
[940/982] Compiling BigInt Subtraction.swift
[941/982] Compiling BigInt Words and Bits.swift
[951/983] Compiling BitCollections BitSet.Index.swift
[952/983] Compiling BitCollections BitSet._UnsafeHandle.swift
[953/983] Compiling BitCollections BitSet.swift
[954/983] Compiling BitCollections Range+Utilities.swift
[955/983] Compiling BitCollections Slice+Utilities.swift
[956/983] Compiling BitCollections UInt+Tricks.swift
[957/983] Compiling BitCollections _Word.swift
[973/983] Compiling BitCollections BitSet+BidirectionalCollection.swift
[974/983] Compiling BitCollections BitSet+Codable.swift
[976/984] Emitting module Atomics
[976/984] Compiling c-nioatomics.c
[984/985] Compiling c-atomics.c
[986/993] Emitting module Collections
[987/993] Compiling Collections Collections.swift
[989/994] Compiling NIOConcurrencyHelpers lock.swift
[990/994] Compiling NIOConcurrencyHelpers NIOLock.swift
[991/994] Compiling NIOConcurrencyHelpers atomics.swift
[992/994] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[993/994] Emitting module NIOConcurrencyHelpers
[994/994] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[996/1058] Compiling NIOCore IPProtocol.swift
[997/1058] Compiling NIOCore IntegerBitPacking.swift
[998/1058] Compiling NIOCore IntegerTypes.swift
[999/1058] Compiling NIOCore Interfaces.swift
[1000/1058] Compiling NIOCore Linux.swift
[1001/1058] Compiling NIOCore MarkedCircularBuffer.swift
[1002/1058] Compiling NIOCore MulticastChannel.swift
[1003/1058] Compiling NIOCore NIOAny.swift
[1004/1058] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1005/1066] Compiling NIOCore AddressedEnvelope.swift
[1006/1066] Compiling NIOCore AsyncAwaitSupport.swift
[1007/1066] Compiling NIOCore AsyncChannel.swift
[1008/1066] Compiling NIOCore AsyncChannelHandler.swift
[1009/1066] Compiling NIOCore AsyncChannelInboundStream.swift
[1010/1066] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1011/1066] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1012/1066] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1013/1066] Compiling NIOCore NIOAsyncWriter.swift
[1014/1066] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1015/1066] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1016/1066] Compiling NIOCore EventLoopFuture.swift
[1017/1066] Compiling NIOCore FileDescriptor.swift
[1018/1066] Compiling NIOCore FileHandle.swift
[1019/1066] Compiling NIOCore FileRegion.swift
[1020/1066] Compiling NIOCore GlobalSingletons.swift
[1021/1066] Compiling NIOCore IO.swift
[1022/1066] Compiling NIOCore IOData.swift
[1023/1066] Compiling NIOCore NIOCoreSendableMetatype.swift
[1024/1066] Compiling NIOCore NIODecodedAsyncSequence.swift
[1025/1066] Compiling NIOCore NIOLoopBound.swift
[1026/1066] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1027/1066] Compiling NIOCore NIOScheduledCallback.swift
[1028/1066] Compiling NIOCore NIOSendable.swift
[1029/1066] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[1030/1066] Compiling NIOCore RecvByteBufferAllocator.swift
[1031/1066] Compiling NIOCore CircularBuffer.swift
[1032/1066] Compiling NIOCore Codec.swift
[1033/1066] Compiling NIOCore ConvenienceOptionSupport.swift
[1034/1066] Compiling NIOCore DeadChannel.swift
[1035/1066] Compiling NIOCore DispatchQueue+WithFuture.swift
[1036/1066] Compiling NIOCore EventLoop+Deprecated.swift
[1037/1066] Compiling NIOCore EventLoop+SerialExecutor.swift
[1038/1066] Compiling NIOCore EventLoop.swift
[1039/1066] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1040/1066] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1041/1066] Compiling NIOCore SocketAddresses.swift
[1042/1066] Compiling NIOCore SocketOptionProvider.swift
[1043/1066] Compiling NIOCore SystemCallHelpers.swift
[1044/1066] Compiling NIOCore TimeAmount+Duration.swift
[1045/1066] Compiling NIOCore TypeAssistedChannelHandler.swift
[1046/1066] Compiling NIOCore UniversalBootstrapSupport.swift
[1047/1066] Compiling NIOCore Utilities.swift
[1048/1066] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1049/1066] Compiling NIOCore BSDSocketAPI.swift
[1050/1066] Compiling NIOCore ByteBuffer-aux.swift
[1051/1066] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1052/1066] Compiling NIOCore ByteBuffer-conversions.swift
[1053/1066] Compiling NIOCore ByteBuffer-core.swift
[1054/1066] Compiling NIOCore ByteBuffer-hex.swift
[1055/1066] Compiling NIOCore ByteBuffer-int.swift
[1056/1066] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1057/1066] Compiling NIOCore ByteBuffer-multi-int.swift
[1058/1066] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1059/1066] Compiling NIOCore ByteBuffer-views.swift
[1060/1066] Compiling NIOCore Channel.swift
[1061/1066] Compiling NIOCore ChannelHandler.swift
[1062/1066] Compiling NIOCore ChannelHandlers.swift
[1063/1066] Compiling NIOCore ChannelInvoker.swift
[1064/1066] Compiling NIOCore ChannelOption.swift
[1065/1066] Compiling NIOCore ChannelPipeline.swift
[1066/1066] Emitting module NIOCore
[1068/1121] Emitting module NIOEmbedded
[1069/1121] Compiling NIOEmbedded AsyncTestingChannel.swift
[1070/1121] Compiling NIOEmbedded Embedded.swift
[1071/1121] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1073/1122] Compiling NIOPosix IO.swift
[1074/1122] Compiling NIOPosix IntegerBitPacking.swift
[1075/1122] Compiling NIOPosix IntegerTypes.swift
[1076/1122] Compiling NIOPosix Linux.swift
[1077/1122] Compiling NIOPosix LinuxCPUSet.swift
[1078/1122] Compiling NIOPosix LinuxUring.swift
[1079/1122] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1080/1128] Emitting module NIOPosix
[1081/1128] Compiling NIOPosix ThreadWindows.swift
[1082/1128] Compiling NIOPosix UnsafeTransfer.swift
[1083/1128] Compiling NIOPosix Utilities.swift
[1084/1128] Compiling NIOPosix VsockAddress.swift
[1085/1128] Compiling NIOPosix VsockChannelEvents.swift
[1086/1128] Compiling NIOPosix Windows.swift
[1087/1128] Compiling NIOPosix Socket.swift
[1088/1128] Compiling NIOPosix SocketChannel.swift
[1089/1128] Compiling NIOPosix SocketProtocols.swift
[1090/1128] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[1091/1128] Compiling NIOPosix System.swift
[1092/1128] Compiling NIOPosix Thread.swift
[1093/1128] Compiling NIOPosix ThreadPosix.swift
[1094/1128] Compiling NIOPosix Pool.swift
[1095/1128] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1096/1128] Compiling NIOPosix PosixSingletons.swift
[1097/1128] Compiling NIOPosix RawSocketBootstrap.swift
[1098/1128] Compiling NIOPosix Resolver.swift
[1099/1128] Compiling NIOPosix Selectable.swift
[1100/1128] Compiling NIOPosix SelectableChannel.swift
[1101/1128] Compiling NIOPosix SelectableEventLoop.swift
[1102/1128] Compiling NIOPosix SelectorEpoll.swift
[1103/1128] Compiling NIOPosix SelectorGeneric.swift
[1104/1128] Compiling NIOPosix SelectorKqueue.swift
[1105/1128] Compiling NIOPosix SelectorUring.swift
[1106/1128] Compiling NIOPosix SelectorWSAPoll.swift
[1107/1128] Compiling NIOPosix ServerSocket.swift
[1108/1128] Compiling NIOPosix BSDSocketAPICommon.swift
[1109/1128] Compiling NIOPosix BSDSocketAPIPosix.swift
[1110/1128] Compiling NIOPosix BSDSocketAPIWindows.swift
[1111/1128] Compiling NIOPosix BaseSocket.swift
[1112/1128] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1113/1128] Compiling NIOPosix BaseSocketChannel.swift
[1114/1128] Compiling NIOPosix BaseStreamSocketChannel.swift
[1115/1128] Compiling NIOPosix NIOPosixSendableMetatype.swift
[1116/1128] Compiling NIOPosix NIOThreadPool.swift
[1117/1128] Compiling NIOPosix NonBlockingFileIO.swift
[1118/1128] Compiling NIOPosix PendingDatagramWritesManager.swift
[1119/1128] Compiling NIOPosix PendingWritesManager.swift
[1120/1128] Compiling NIOPosix PipeChannel.swift
[1121/1128] Compiling NIOPosix PipePair.swift
[1122/1128] Compiling NIOPosix Bootstrap.swift
[1123/1128] Compiling NIOPosix ControlMessage.swift
[1124/1128] Compiling NIOPosix DatagramVectorReadManager.swift
[1125/1128] Compiling NIOPosix Errors+Any.swift
[1126/1128] Compiling NIOPosix FileDescriptor.swift
[1127/1128] Compiling NIOPosix GetaddrinfoResolver.swift
[1128/1128] Compiling NIOPosix HappyEyeballs.swift
[1130/1131] Emitting module NIO
[1131/1131] Compiling NIO Exports.swift
[1133/1159] Compiling NIOTLS TLSEvents.swift
[1134/1159] Emitting module NIOTLS
[1135/1159] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1136/1159] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1137/1159] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1138/1161] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1139/1161] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1140/1161] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1141/1161] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1142/1161] Compiling NIOTLS SNIHandler.swift
[1144/1191] Emitting module NIOHTTP1
[1145/1191] Compiling NIOSSL AndroidCABundle.swift
[1146/1191] Compiling NIOSSL ByteBufferBIO.swift
[1147/1191] Compiling NIOSSL CustomPrivateKey.swift
[1148/1191] Compiling NIOSSL SSLConnection.swift
[1149/1191] Compiling NIOSSL SSLPrivateKey.swift
[1150/1191] Compiling NIOSSL SSLCallbacks.swift
[1151/1191] Compiling NIOSSL SSLCertificate.swift
[1152/1191] Compiling NIOSSL NIOSSLClientHandler.swift
[1153/1191] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1154/1191] Compiling NIOSSL NIOSSLHandler.swift
[1155/1191] Compiling NIOSSL NIOSSLServerHandler.swift
[1156/1191] Compiling NIOSSL ObjectIdentifier.swift
[1157/1191] Compiling NIOSSL PosixPort.swift
[1159/1192] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1160/1192] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1161/1192] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1162/1220] Emitting module NIOFoundationCompat
[1163/1220] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1164/1221] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1166/1222] Compiling NIOWebSocket WebSocketOpcode.swift
[1167/1222] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1168/1222] Compiling NIOExtras RequestResponseHandler.swift
[1169/1222] Compiling NIOExtras RequestResponseHandlers+State.swift
[1170/1224] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1171/1224] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1172/1224] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1173/1224] Compiling NIOWebSocket WebSocketFrame.swift
[1174/1224] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1175/1224] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1176/1224] Compiling NIOExtras NIORequestIdentifiable.swift
[1177/1224] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1178/1224] Compiling NIOExtras NIOExtrasError.swift
[1179/1224] Compiling NIOExtras PCAPRingBuffer.swift
[1180/1224] Compiling NIOExtras QuiescingHelper.swift
[1181/1224] Emitting module NIOWebSocket
[1182/1224] Compiling NIOExtras DebugInboundEventsHandler.swift
[1183/1224] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1184/1225] Emitting module NIOExtras
[1185/1225] Emitting module NIOSSL
[1187/1251] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1188/1251] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1189/1251] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1190/1251] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[1191/1251] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1192/1251] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1193/1251] Compiling NIOTransportServices AcceptHandler.swift
[1194/1251] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[1195/1251] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[1196/1251] Compiling NIOTransportServices StateManagedChannel.swift
[1197/1251] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1198/1251] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1199/1253] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1200/1253] Compiling NIOTransportServices NIOTSSingletons.swift
[1201/1253] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1209/1253] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1210/1253] Compiling NIOTransportServices NIOTSErrors.swift
[1211/1253] Compiling NIOTransportServices NIOTSEventLoop.swift
[1212/1253] Compiling NIOTransportServices NIOTSBootstraps.swift
[1213/1253] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1214/1253] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1215/1253] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1216/1253] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1217/1253] Emitting module NIOTransportServices
[1224/1254] Compiling NIOSSL SubjectAlternativeName.swift
[1225/1254] Compiling NIOSSL NIOSSLSecureBytes.swift
[1226/1254] Compiling NIOSSL RNG.swift
[1227/1254] Compiling NIOSSL SafeCompare.swift
[1251/1255] Compiling NIOSSL SSLPKCS12Bundle.swift
[1252/1255] Compiling NIOSSL Zeroization.swift
[1253/1255] Compiling NIOSSL TLSConfiguration.swift
[1254/1255] Compiling NIOSSL UniversalBootstrapSupport.swift
[1255/1255] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1257/1264] Compiling WebSocketKit WebSocketHandler.swift
[1258/1264] Compiling WebSocketKit WebSocket+Connect.swift
[1259/1264] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1260/1264] Compiling WebSocketKit Exports.swift
[1261/1264] Emitting module WebSocketKit
[1262/1264] Compiling WebSocketKit WebSocket+Concurrency.swift
[1263/1264] Compiling WebSocketKit WebSocket.swift
[1264/1264] Compiling WebSocketKit WebSocketClient.swift
[1266/1309] Compiling Web3 UInt+BytesRepresentable.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[1267/1309] Compiling Web3 UnsignedInteger+BytesConvertible.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[1268/1309] Compiling Web3 UnsignedInteger+Shifting.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[1269/1309] Compiling Web3 EthereumAddress.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[1270/1309] Compiling Web3 EthereumPrivateKey.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[1271/1309] Compiling Web3 EthereumPublicKey.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1272/1315] Emitting module Web3
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[1273/1315] Compiling Web3 Types+RLPItemConvertible.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[1274/1315] Compiling Web3 BigUInt+BytesConvertible.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[1275/1315] Compiling Web3 Bytes+HexString.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[1276/1315] Compiling Web3 Bytes+SecureRandom.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[1277/1315] Compiling Web3 Bytes+TrimLeadingZeros.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[1278/1315] Compiling Web3 Bytes+UInt.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[1279/1315] Compiling Web3 Types+EthereumValueConvertible.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[1280/1315] Compiling Web3 Web3Provider.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[1281/1315] Compiling Web3 RLPDecoder.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[1282/1315] Compiling Web3 RLPEncoder.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[1283/1315] Compiling Web3 RLPItem.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[1284/1315] Compiling Web3 RLPItemConvertible.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[1285/1315] Compiling Web3 Secp256k1+CTXCreator.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[1286/1315] Compiling Web3 String+BytesConvertible.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[1287/1315] Compiling Web3 String+Conversion.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[1288/1315] Compiling Web3 String+HexBytes.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[1289/1315] Compiling Web3 SynchronizedArray.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[1290/1315] Compiling Web3 SynchronizedDictionary.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[1291/1315] Compiling Web3 BytesConvertible.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[1292/1315] Compiling Web3 CharacterSet+Hex.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[1293/1315] Compiling Web3 Data+BytesConvertible.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[1294/1315] Compiling Web3 EthereumUtils.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[1295/1315] Compiling Web3 Exports+Web3.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[1296/1315] Compiling Web3 Int+ETH.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[1297/1315] Compiling Web3 EthereumTransactionObject.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[1298/1315] Compiling Web3 EthereumTransactionReceiptObject.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[1299/1315] Compiling Web3 EthereumValue.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[1300/1315] Compiling Web3 EthereumValueConvertible.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[1301/1315] Compiling Web3 RPCRequest.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[1302/1315] Compiling Web3 RPCResponse.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[1303/1315] Compiling Web3 EthereumBlockObject.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[1304/1315] Compiling Web3 EthereumCall.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[1305/1315] Compiling Web3 EthereumData.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[1306/1315] Compiling Web3 EthereumLogObject.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[1307/1315] Compiling Web3 EthereumQuantity.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[1308/1315] Compiling Web3 EthereumQuantityTag.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[1309/1315] Compiling Web3 EthereumSyncStatusObject.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[1310/1315] Compiling Web3 EthereumTransaction.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[1311/1315] Compiling Web3 Web3.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[1312/1315] Compiling Web3 Web3+HTTPInitializer.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[1313/1315] Compiling Web3 Web3+WebSocketInitializer.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[1314/1315] Compiling Web3 Web3HttpProvider.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[1315/1315] Compiling Web3 Web3WebSocketProvider.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-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/Core/Toolbox/Exports+Web3.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumQuantityTag.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/FoundationHTTP/Web3WebSocketProvider.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumCall.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/ABI/ABIEncoder.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Transaction/EthereumTransaction.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumSyncStatusObject.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/String+Conversion.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/Eth+ABI.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/ABI/ABI.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/Transaction/EthereumPublicKey.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/Json/EthereumTransactionObject.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/EthereumUtils.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumBlockObject.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/SolidityType+Codable.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/RLP/RLPEncoder.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/ABI/ABIDecoder.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/Contract/ERC20.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/String+HexBytes.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/ABI/SolidityTuple.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/SolidityWrappedValue.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/Data+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/Toolbox/String+BytesConvertible.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/Contract/SolidityEvent.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/SolidityFunction.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/Contract/ABIObject.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/Secp256k1+CTXCreator.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/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/Toolbox/Bytes+HexString.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/Toolbox/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/EthereumQuantity.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumLogObject.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/Toolbox/SynchronizedArray.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/Bytes+SecureRandom.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/RPCRequest.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/FoundationHTTP/Web3HttpProvider.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumValue.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/Contract/SolidityInvocation.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumValueConvertible.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/Contract/ERC721.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Providers/Web3Provider.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Transaction/EthereumPrivateKey.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/FoundationHTTP/Web3+WebSocketInitializer.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/ABI/SolidityType.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/Bytes+UInt.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/SynchronizedDictionary.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/FoundationHTTP/Web3HttpProvider.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/PromiseKit/Promisable.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumTransactionObject.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Transaction/EthereumPublicKey.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/Core/Json/RPCResponse.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/Json/EthereumValueConvertible.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumLogObject.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Transaction/EthereumPrivateKey.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/PromiseKit/ContractPromiseExtensions.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/RLP/RLPDecoder.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/FoundationHTTP/Web3+HTTPInitializer.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/RLP/RLPItemConvertible.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/Toolbox/Bytes+TrimLeadingZeros.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Transaction/EthereumTransaction.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumCall.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+UInt.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumData.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/FoundationHTTP/Web3WebSocketProvider.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/Exports+PromiseKit.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/Json/EthereumValue.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/Toolbox/UInt+BytesRepresentable.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/UnsignedInteger+Shifting.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/EthereumBlockObject.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/Toolbox/Bytes+HexString.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumQuantity.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/PromiseKit/Web3+PromiseKit.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/EthereumSyncStatusObject.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/BytesConvertible.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/Bytes+SecureRandom.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/Exports+Web3.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Transaction/EthereumAddress.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Json/EthereumQuantityTag.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Web3/Web3.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/EthereumUtils.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/Data+BytesConvertible.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/SynchronizedDictionary.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/ABI.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/SolidityType+Codable.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/SolidityWrappedValue.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/ERC165.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/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/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/ABI/SolidityType.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
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/ContractABI/ABI/ABIDecoder.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/PromiseKit/Web3+PromiseKit.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/PromiseKit/Promisable.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/ERC20.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/70] Compiling secp256k1 Exporter.swift
[5/88] Emitting module secp256k1
[6/89] Compiling BigInt Floating Point Conversion.swift
[7/89] Compiling BigInt GCD.swift
[8/91] Emitting module _NIODataStructures
[10/91] Compiling PromiseKit Box.swift
[11/91] Compiling PromiseKit Catchable.swift
[12/91] Compiling PromiseKit hang.swift
[13/91] Compiling PromiseKit Combine.swift
[14/91] Compiling PromiseKit Resolver.swift
[15/91] Compiling PromiseKit Thenable.swift
[16/93] Compiling PromiseKit firstly.swift
[18/95] Compiling NIOConcurrencyHelpers NIOLock.swift
[21/95] Compiling PromiseKit Configuration.swift
[22/95] Compiling PromiseKit Async.swift
[23/95] Compiling PromiseKit CustomStringConvertible.swift
[24/95] Compiling PromiseKit Error.swift
[25/95] Emitting module PromiseKit
[26/95] Compiling NIOConcurrencyHelpers atomics.swift
[27/95] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[28/95] Compiling NIOConcurrencyHelpers lock.swift
[29/95] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[33/95] Compiling Atomics Unmanaged extensions.swift
[34/95] Compiling BigInt String Conversion.swift
[35/97] Compiling PromiseKit race.swift
[36/97] Compiling PromiseKit when.swift
[39/97] Compiling PromiseKit Guarantee.swift
[41/97] Compiling PromiseKit after.swift
[43/198] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
[44/198] Compiling CryptoSwift AES.Cryptors.swift
[45/198] Compiling CryptoSwift BatchedCollection.swift
[46/198] Compiling CryptoSwift Bit.swift
[47/198] Compiling CryptoSwift BlockCipher.swift
[48/198] Compiling CryptoSwift BlockDecryptor.swift
[49/198] Compiling _NIODataStructures PriorityQueue.swift
[50/198] Compiling _NIODataStructures Heap.swift
[51/198] Compiling _NIODataStructures _TinyArray.swift
[52/199] Emitting module NIOConcurrencyHelpers
[53/199] Emitting module BigInt
[55/200] Compiling CryptoSwift BlockEncryptor.swift
[56/200] Compiling CryptoSwift BlockMode.swift
[58/200] Compiling CryptoSwift AES.swift
[59/200] Compiling CryptoSwift ASN1.swift
[63/200] Compiling CryptoSwift Authenticator.swift
[65/200] Compiling CryptoSwift ASN1Decoder.swift
[66/200] Compiling CryptoSwift ASN1Encoder.swift
[67/200] Compiling CryptoSwift BlockModeOptions.swift
[68/200] Compiling CryptoSwift CBC.swift
[69/201] Emitting module InternalCollectionsUtilities
[70/201] Compiling CryptoSwift Array+Extension.swift
[75/201] Compiling CryptoSwift AEAD.swift
[76/201] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[79/201] Compiling CryptoSwift ASN1Scanner.swift
[83/202] Compiling CryptoSwift CFB.swift
[84/202] Compiling CryptoSwift CTR.swift
[85/202] Emitting module _NIOBase64
[86/202] Compiling _NIOBase64 Base64.swift
[103/255] Emitting module Atomics
[104/403] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[106/454] Compiling HeapModule Heap+Descriptions.swift
[107/463] Compiling HeapModule _HeapNode.swift
[108/479] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[109/479] Compiling HashTreeCollections _HashNode+Storage.swift
[110/481] Compiling HeapModule Heap.swift
[111/481] Compiling HashTreeCollections _Bucket.swift
[112/481] Compiling HashTreeCollections _Hash.swift
[113/481] Compiling DequeModule _DequeSlot.swift
[114/481] Compiling DequeModule _UnsafeWrappedBuffer.swift
[115/481] Compiling HeapModule Heap+UnsafeHandle.swift
[116/481] Compiling HeapModule Heap+Invariants.swift
[117/481] Compiling HashTreeCollections _HashNode+Debugging.swift
[118/481] Compiling HashTreeCollections _HashNode+Initializers.swift
[119/481] Compiling HashTreeCollections _HashNode+Invariants.swift
[120/481] Compiling HashTreeCollections _HashNode+Lookups.swift
[121/481] Compiling HashTreeCollections _HashLevel.swift
[122/481] Compiling HashTreeCollections _HashNode+Builder.swift
[123/481] Compiling HashTreeCollections _AncestorHashSlots.swift
[124/481] Compiling HashTreeCollections _Bitmap.swift
[131/488] Emitting module HeapModule
[132/488] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[133/488] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[134/488] Compiling HashTreeCollections TreeDictionary+Keys.swift
[135/488] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[136/488] Compiling HashTreeCollections TreeDictionary+Merge.swift
[137/488] Compiling BitCollections BitSet.Index.swift
[138/488] Compiling BitCollections BitSet._UnsafeHandle.swift
[139/488] Compiling HashTreeCollections TreeDictionary+Collection.swift
[140/488] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[141/488] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[142/488] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[143/488] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[144/488] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[145/488] Compiling HashTreeCollections TreeDictionary+Filter.swift
[146/491] Compiling HashTreeCollections _HashNode+Structural union.swift
[147/491] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[148/491] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[149/491] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[150/491] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[151/491] Compiling HashTreeCollections _HashNode.swift
[152/492] Compiling HashTreeCollections _HashNodeHeader.swift
[153/496] Compiling HashTreeCollections TreeSet+Hashable.swift
[154/496] Compiling HashTreeCollections TreeSet+Sendable.swift
[155/496] Compiling HashTreeCollections TreeSet+Sequence.swift
[156/496] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[157/496] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[158/496] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[159/496] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[160/496] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[161/496] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[162/496] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[164/506] Compiling HashTreeCollections _HashStack.swift
[165/506] Compiling HashTreeCollections _HashTreeIterator.swift
[166/506] Compiling HashTreeCollections _HashTreeStatistics.swift
[167/506] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[168/506] Compiling HashTreeCollections _RawHashNode.swift
[169/506] Compiling HashTreeCollections _UnmanagedHashNode.swift
[170/506] Compiling HashTreeCollections _UnsafePath.swift
[171/506] Compiling HashTreeCollections TreeDictionary+Codable.swift
[172/506] Compiling HashTreeCollections _HashSlot.swift
[187/506] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[188/506] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[189/506] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[190/506] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[191/506] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[192/506] Compiling HashTreeCollections _HashNode+Structural merge.swift
[193/506] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[194/506] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[195/506] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[196/506] Compiling OrderedCollections OrderedSet.swift
[197/506] Compiling OrderedCollections _UnsafeBitset.swift
[198/506] Compiling HashTreeCollections TreeSet+Equatable.swift
[199/506] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[200/506] Compiling HashTreeCollections TreeSet+Extras.swift
[201/506] Compiling HashTreeCollections TreeSet+Filter.swift
[209/520] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[210/520] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[229/520] Compiling OrderedCollections OrderedSet+Sendable.swift
[230/520] Compiling OrderedCollections OrderedSet+SubSequence.swift
[231/520] Compiling OrderedCollections OrderedSet+Testing.swift
[232/520] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[242/520] Emitting module BitCollections
[257/520] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[258/520] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[259/520] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[260/520] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[261/520] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[262/520] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[263/520] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[264/520] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[265/520] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[266/520] Compiling HashTreeCollections TreeSet.swift
[275/520] Emitting module DequeModule
[428/531] Emitting module OrderedCollections
[430/532] Compiling _RopeModule Rope+Join.swift
[431/532] Compiling _RopeModule Rope+MutatingForEach.swift
[432/532] Compiling _RopeModule Rope+Remove.swift
[433/532] Compiling _RopeModule Rope+RemoveSubrange.swift
[434/532] Compiling _RopeModule Rope+Split.swift
[435/532] Compiling _RopeModule Optional Utilities.swift
[436/532] Compiling _RopeModule String Utilities.swift
[437/532] Compiling _RopeModule String.Index+ABI.swift
[438/532] Compiling _RopeModule _CharacterRecognizer.swift
[439/532] Compiling CryptoSwift Signature.swift
[440/532] Compiling CryptoSwift StreamDecryptor.swift
[441/532] Compiling CryptoSwift StreamEncryptor.swift
[442/532] Compiling CryptoSwift String+Extension.swift
[443/532] Compiling CryptoSwift UInt128.swift
[444/532] Compiling CryptoSwift UInt16+Extension.swift
[445/532] Compiling CryptoSwift UInt32+Extension.swift
[446/532] Compiling CryptoSwift UInt64+Extension.swift
[447/532] Compiling CryptoSwift UInt8+Extension.swift
[448/532] Compiling CryptoSwift Updatable.swift
[449/532] Compiling CryptoSwift Utils.swift
[450/532] Compiling CryptoSwift XChaCha20.swift
[451/532] Compiling CryptoSwift ZeroPadding.swift
[452/532] Compiling CryptoSwift resource_bundle_accessor.swift
[472/532] Emitting module _RopeModule
[489/533] Emitting module HashTreeCollections
[506/534] Emitting module CryptoSwift
[520/534] Compiling CryptoSwift PKCS1v15.swift
[521/534] Compiling CryptoSwift PKCS5.swift
[522/534] Compiling CryptoSwift PKCS7.swift
[523/534] Compiling CryptoSwift PKCS7Padding.swift
[524/534] Compiling CryptoSwift Padding.swift
[525/534] Compiling CryptoSwift Poly1305.swift
[526/534] Compiling CryptoSwift RSA+Cipher.swift
[527/534] Compiling CryptoSwift RSA+Signature.swift
[528/534] Compiling CryptoSwift RSA.swift
[529/534] Compiling CryptoSwift Rabbit.swift
[530/534] Compiling CryptoSwift SHA1.swift
[531/534] Compiling CryptoSwift SHA2.swift
[532/534] Compiling CryptoSwift SHA3.swift
[533/534] Compiling CryptoSwift Scrypt.swift
[534/534] Compiling CryptoSwift SecureBytes.swift
[536/538] Compiling Collections Collections.swift
[537/538] Emitting module Collections
[539/601] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[540/601] Compiling NIOCore BSDSocketAPI.swift
[541/601] Compiling NIOCore ByteBuffer-aux.swift
[542/601] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[543/601] Compiling NIOCore ByteBuffer-conversions.swift
[544/601] Compiling NIOCore ByteBuffer-core.swift
[545/601] Compiling NIOCore ByteBuffer-hex.swift
[546/601] Compiling NIOCore ByteBuffer-int.swift
[547/601] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[548/601] Compiling NIOCore AddressedEnvelope.swift
[549/601] Compiling NIOCore AsyncAwaitSupport.swift
[550/601] Compiling NIOCore AsyncChannel.swift
[551/601] Compiling NIOCore AsyncChannelHandler.swift
[552/601] Compiling NIOCore AsyncChannelInboundStream.swift
[553/601] Compiling NIOCore AsyncChannelOutboundWriter.swift
[554/601] Compiling NIOCore NIOAsyncSequenceProducer.swift
[555/601] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[556/601] Compiling NIOCore NIOAsyncWriter.swift
[557/609] Compiling NIOCore CircularBuffer.swift
[558/609] Compiling NIOCore Codec.swift
[559/609] Compiling NIOCore ConvenienceOptionSupport.swift
[560/609] Compiling NIOCore DeadChannel.swift
[561/609] Compiling NIOCore DispatchQueue+WithFuture.swift
[562/609] Compiling NIOCore EventLoop+Deprecated.swift
[563/609] Compiling NIOCore EventLoop+SerialExecutor.swift
[564/609] Compiling NIOCore EventLoop.swift
[565/609] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[566/609] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[567/609] Compiling NIOCore SocketAddresses.swift
[568/609] Compiling NIOCore SocketOptionProvider.swift
[569/609] Compiling NIOCore SystemCallHelpers.swift
[570/609] Compiling NIOCore TimeAmount+Duration.swift
[571/609] Compiling NIOCore TypeAssistedChannelHandler.swift
[572/609] Compiling NIOCore UniversalBootstrapSupport.swift
[573/609] Compiling NIOCore Utilities.swift
[574/609] Compiling NIOCore NIOCoreSendableMetatype.swift
[575/609] Compiling NIOCore NIODecodedAsyncSequence.swift
[576/609] Compiling NIOCore NIOLoopBound.swift
[577/609] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[578/609] Compiling NIOCore NIOScheduledCallback.swift
[579/609] Compiling NIOCore NIOSendable.swift
[580/609] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[581/609] Compiling NIOCore RecvByteBufferAllocator.swift
[582/609] Compiling NIOCore IPProtocol.swift
[583/609] Compiling NIOCore IntegerBitPacking.swift
[584/609] Compiling NIOCore IntegerTypes.swift
[585/609] Compiling NIOCore Interfaces.swift
[586/609] Compiling NIOCore Linux.swift
[587/609] Compiling NIOCore MarkedCircularBuffer.swift
[588/609] Compiling NIOCore MulticastChannel.swift
[589/609] Compiling NIOCore NIOAny.swift
[590/609] Compiling NIOCore NIOCloseOnErrorHandler.swift
[591/609] Compiling NIOCore EventLoopFuture+Deprecated.swift
[592/609] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[593/609] Compiling NIOCore EventLoopFuture.swift
[594/609] Compiling NIOCore FileDescriptor.swift
[595/609] Compiling NIOCore FileHandle.swift
[596/609] Compiling NIOCore FileRegion.swift
[597/609] Compiling NIOCore GlobalSingletons.swift
[598/609] Compiling NIOCore IO.swift
[599/609] Compiling NIOCore IOData.swift
[600/609] Compiling NIOCore ByteBuffer-multi-int.swift
[601/609] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[602/609] Compiling NIOCore ByteBuffer-views.swift
[603/609] Compiling NIOCore Channel.swift
[604/609] Compiling NIOCore ChannelHandler.swift
[605/609] Compiling NIOCore ChannelHandlers.swift
[606/609] Compiling NIOCore ChannelInvoker.swift
[607/609] Compiling NIOCore ChannelOption.swift
[608/609] Compiling NIOCore ChannelPipeline.swift
[609/609] Emitting module NIOCore
[611/664] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[612/664] Compiling NIOEmbedded AsyncTestingChannel.swift
[613/664] Emitting module NIOEmbedded
[614/664] Compiling NIOEmbedded Embedded.swift
[616/665] Compiling NIOPosix Pool.swift
[617/665] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[618/665] Compiling NIOPosix PosixSingletons.swift
[619/665] Compiling NIOPosix RawSocketBootstrap.swift
[620/665] Compiling NIOPosix Resolver.swift
[621/665] Compiling NIOPosix Selectable.swift
[622/665] Compiling NIOPosix SelectableChannel.swift
[623/671] Compiling NIOPosix ThreadWindows.swift
[624/671] Compiling NIOPosix UnsafeTransfer.swift
[625/671] Compiling NIOPosix Utilities.swift
[626/671] Compiling NIOPosix VsockAddress.swift
[627/671] Compiling NIOPosix VsockChannelEvents.swift
[628/671] Compiling NIOPosix Windows.swift
[629/671] Compiling NIOPosix SelectableEventLoop.swift
[630/671] Compiling NIOPosix SelectorEpoll.swift
[631/671] Compiling NIOPosix SelectorGeneric.swift
[632/671] Compiling NIOPosix SelectorKqueue.swift
[633/671] Compiling NIOPosix SelectorUring.swift
[634/671] Compiling NIOPosix SelectorWSAPoll.swift
[635/671] Compiling NIOPosix ServerSocket.swift
[636/671] Emitting module NIOPosix
[637/671] Compiling NIOPosix BSDSocketAPICommon.swift
[638/671] Compiling NIOPosix BSDSocketAPIPosix.swift
[639/671] Compiling NIOPosix BSDSocketAPIWindows.swift
[640/671] Compiling NIOPosix BaseSocket.swift
[641/671] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[642/671] Compiling NIOPosix BaseSocketChannel.swift
[643/671] Compiling NIOPosix BaseStreamSocketChannel.swift
[644/671] Compiling NIOPosix IO.swift
[645/671] Compiling NIOPosix IntegerBitPacking.swift
[646/671] Compiling NIOPosix IntegerTypes.swift
[647/671] Compiling NIOPosix Linux.swift
[648/671] Compiling NIOPosix LinuxCPUSet.swift
[649/671] Compiling NIOPosix LinuxUring.swift
[650/671] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[651/671] Compiling NIOPosix Bootstrap.swift
[652/671] Compiling NIOPosix ControlMessage.swift
[653/671] Compiling NIOPosix DatagramVectorReadManager.swift
[654/671] Compiling NIOPosix Errors+Any.swift
[655/671] Compiling NIOPosix FileDescriptor.swift
[656/671] Compiling NIOPosix GetaddrinfoResolver.swift
[657/671] Compiling NIOPosix HappyEyeballs.swift
[658/671] Compiling NIOPosix NIOPosixSendableMetatype.swift
[659/671] Compiling NIOPosix NIOThreadPool.swift
[660/671] Compiling NIOPosix NonBlockingFileIO.swift
[661/671] Compiling NIOPosix PendingDatagramWritesManager.swift
[662/671] Compiling NIOPosix PendingWritesManager.swift
[663/671] Compiling NIOPosix PipeChannel.swift
[664/671] Compiling NIOPosix PipePair.swift
[665/671] Compiling NIOPosix Socket.swift
[666/671] Compiling NIOPosix SocketChannel.swift
[667/671] Compiling NIOPosix SocketProtocols.swift
[668/671] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[669/671] Compiling NIOPosix System.swift
[670/671] Compiling NIOPosix Thread.swift
[671/671] Compiling NIOPosix ThreadPosix.swift
[673/674] Emitting module NIO
[674/674] Compiling NIO Exports.swift
[676/702] Emitting module NIOTLS
[677/702] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[678/702] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[679/702] Compiling NIOTLS TLSEvents.swift
[680/702] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[681/702] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[682/702] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[683/702] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[684/702] Compiling NIOTLS SNIHandler.swift
[685/703] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[686/703] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[687/705] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[688/705] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[690/705] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[691/705] Emitting module NIOFoundationCompat
[692/706] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[693/706] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[694/706] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[695/706] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[696/706] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[697/706] Compiling NIOHTTP1 HTTPTypes.swift
[698/706] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[699/706] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[701/706] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[702/706] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[703/706] Emitting module NIOHTTP1
[704/706] Compiling NIOHTTP1 ByteCollectionUtils.swift
[705/706] Compiling NIOHTTP1 HTTPDecoder.swift
[706/706] Compiling NIOHTTP1 HTTPEncoder.swift
[708/758] Compiling NIOSSL LinuxCABundle.swift
[709/758] Compiling NIOSSL NIOSSLClientHandler.swift
[710/758] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[711/760] Compiling NIOSSL PosixPort.swift
[712/760] Compiling NIOSSL SSLCallbacks.swift
[713/760] Compiling NIOSSL SSLCertificate.swift
[714/760] Compiling NIOSSL SSLCertificateExtensions.swift
[715/760] Compiling NIOSSL SSLCertificateName.swift
[716/760] Compiling NIOSSL SSLConnection.swift
[717/760] Emitting module NIOTransportServices
[718/760] Compiling NIOSSL NIOSSLHandler.swift
[719/760] Compiling NIOSSL SSLPrivateKey.swift
[720/760] Compiling NIOSSL SSLPublicKey.swift
[721/760] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[722/760] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[723/760] Compiling NIOSSL SSLContext.swift
[724/760] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[725/760] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[726/760] Compiling NIOSSL IdentityVerification.swift
[727/760] Compiling NIOSSL NIOSSLServerHandler.swift
[728/760] Compiling NIOSSL ObjectIdentifier.swift
[729/760] Compiling NIOSSL AndroidCABundle.swift
[730/760] Compiling NIOSSL ByteBufferBIO.swift
[731/760] Compiling NIOSSL CustomPrivateKey.swift
[733/789] Compiling NIOExtras NIORequestIdentifiable.swift
[737/793] Compiling NIOWebSocket WebSocketErrorCodes.swift
[738/794] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[739/794] Compiling NIOExtras NIOExtrasError.swift
[740/796] Compiling NIOWebSocket WebSocketOpcode.swift
[741/796] Compiling NIOExtras RequestResponseHandler.swift
[742/796] Compiling NIOExtras RequestResponseHandlers+State.swift
[743/796] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[744/796] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[745/796] Compiling NIOExtras NIOLengthFieldBitLength.swift
[747/796] Compiling NIOExtras PCAPRingBuffer.swift
[748/796] Compiling NIOExtras QuiescingHelper.swift
[749/796] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[750/796] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[751/796] Compiling NIOWebSocket SHA1.swift
[752/796] Emitting module NIOWebSocket
[753/796] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[754/796] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[755/796] Compiling NIOExtras DebugOutboundEventsHandler.swift
[756/796] Compiling NIOExtras FixedLengthFrameDecoder.swift
[757/796] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[758/796] Compiling NIOExtras LengthFieldPrepender.swift
[763/796] Compiling NIOWebSocket WebSocketFrame.swift
[764/797] Emitting module NIOSSL
[766/797] Emitting module NIOExtras
[767/797] Compiling NIOSSL SubjectAlternativeName.swift
[768/797] Compiling NIOSSL NIOSSLSecureBytes.swift
[769/797] Compiling NIOSSL RNG.swift
[770/797] Compiling NIOSSL SafeCompare.swift
[779/797] Compiling NIOExtras LineBasedFrameDecoder.swift
[791/797] Compiling NIOSSL SSLPKCS12Bundle.swift
[792/797] Compiling NIOExtras RequestResponseWithIDHandler.swift
[793/797] Compiling NIOExtras WritePCAPHandler.swift
[794/798] Compiling NIOSSL Zeroization.swift
[795/798] Compiling NIOSSL TLSConfiguration.swift
[796/798] Compiling NIOSSL UniversalBootstrapSupport.swift
[797/798] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[800/807] Compiling WebSocketKit WebSocketHandler.swift
[801/807] Emitting module WebSocketKit
[802/807] Compiling WebSocketKit Exports.swift
[803/807] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[804/807] Compiling WebSocketKit WebSocket.swift
[805/807] Compiling WebSocketKit WebSocket+Connect.swift
[806/807] Compiling WebSocketKit WebSocket+Concurrency.swift
[807/807] Compiling WebSocketKit WebSocketClient.swift
[809/852] Compiling Web3 Types+EthereumValueConvertible.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[810/852] Compiling Web3 Web3Provider.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[811/852] Compiling Web3 RLPDecoder.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[812/852] Compiling Web3 RLPEncoder.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[813/852] Compiling Web3 RLPItem.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[814/852] Compiling Web3 RLPItemConvertible.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[815/858] Compiling Web3 EthereumTransactionObject.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[816/858] Compiling Web3 EthereumTransactionReceiptObject.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[817/858] Compiling Web3 EthereumValue.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[818/858] Compiling Web3 EthereumValueConvertible.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[819/858] Compiling Web3 RPCRequest.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[820/858] Compiling Web3 RPCResponse.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[821/858] Compiling Web3 BytesConvertible.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[822/858] Compiling Web3 CharacterSet+Hex.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[823/858] Compiling Web3 Data+BytesConvertible.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[824/858] Compiling Web3 EthereumUtils.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[825/858] Compiling Web3 Exports+Web3.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[826/858] Compiling Web3 Int+ETH.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[827/858] Compiling Web3 UInt+BytesRepresentable.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[828/858] Compiling Web3 UnsignedInteger+BytesConvertible.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[829/858] Compiling Web3 UnsignedInteger+Shifting.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[830/858] Compiling Web3 EthereumAddress.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[831/858] Compiling Web3 EthereumPrivateKey.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[832/858] Compiling Web3 EthereumPublicKey.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[833/858] Compiling Web3 Secp256k1+CTXCreator.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[834/858] Compiling Web3 String+BytesConvertible.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[835/858] Compiling Web3 String+Conversion.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[836/858] Compiling Web3 String+HexBytes.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[837/858] Compiling Web3 SynchronizedArray.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[838/858] Compiling Web3 SynchronizedDictionary.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[839/858] Compiling Web3 Types+RLPItemConvertible.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[840/858] Compiling Web3 BigUInt+BytesConvertible.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[841/858] Compiling Web3 Bytes+HexString.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[842/858] Compiling Web3 Bytes+SecureRandom.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[843/858] Compiling Web3 Bytes+TrimLeadingZeros.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[844/858] Compiling Web3 Bytes+UInt.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[845/858] Emitting module Web3
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[846/858] Compiling Web3 EthereumBlockObject.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[847/858] Compiling Web3 EthereumCall.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[848/858] Compiling Web3 EthereumData.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[849/858] Compiling Web3 EthereumLogObject.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[850/858] Compiling Web3 EthereumQuantity.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[851/858] Compiling Web3 EthereumQuantityTag.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[852/858] Compiling Web3 EthereumSyncStatusObject.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[853/858] Compiling Web3 EthereumTransaction.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[854/858] Compiling Web3 Web3.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[855/858] Compiling Web3 Web3+HTTPInitializer.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[856/858] Compiling Web3 Web3+WebSocketInitializer.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[857/858] Compiling Web3 Web3HttpProvider.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[858/858] Compiling Web3 Web3WebSocketProvider.swift
/host/spi-builder-workspace/.build/checkouts/Web3.swift/Sources/Core/Toolbox/Bytes+SecureRandom.swift:12:12: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
BUILD FAILURE 6.1 android