Build Information
Failed to build Web3, reference master (b85187
), with Swift 6.1 for Android on 9 Jul 2025 07:47:28 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/chainnodesorg/Web3.swift.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/chainnodesorg/Web3.swift
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at b85187d Add recovery functions to EthereumSignedTransaction (#173)
Cloned https://github.com/chainnodesorg/Web3.swift.git
Revision (git rev-parse @):
b85187ddf230a10b04fa8574c44980f3369ddff5
SUCCESS checkout https://github.com/chainnodesorg/Web3.swift.git at master
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/chainnodesorg/Web3.swift.git
https://github.com/chainnodesorg/Web3.swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "bigint",
"requirement" : {
"range" : [
{
"lower_bound" : "5.3.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/attaswift/BigInt.git"
},
{
"identity" : "cryptoswift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/krzyzanowskim/CryptoSwift.git"
},
{
"identity" : "secp256k1.swift",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.7",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Boilertalk/secp256k1.swift.git"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "websocket-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "2.6.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/websocket-kit"
},
{
"identity" : "promisekit",
"requirement" : {
"range" : [
{
"lower_bound" : "6.18.1",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mxcl/PromiseKit.git"
},
{
"identity" : "quick",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.1",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Quick.git"
},
{
"identity" : "nimble",
"requirement" : {
"range" : [
{
"lower_bound" : "10.0.0",
"upper_bound" : "11.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Nimble.git"
}
],
"manifest_display_name" : "Web3",
"name" : "Web3",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "maccatalyst",
"version" : "14.0"
},
{
"name" : "driverkit",
"version" : "20.0"
}
],
"products" : [
{
"name" : "Web3",
"targets" : [
"Web3"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Web3PromiseKit",
"targets" : [
"Web3PromiseKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Web3ContractABI",
"targets" : [
"Web3ContractABI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "Web3Tests",
"module_type" : "SwiftTarget",
"name" : "Web3Tests",
"path" : "Tests/Web3Tests",
"product_dependencies" : [
"Quick",
"Nimble"
],
"sources" : [
"ABITests/ABIConvertibleTests.swift",
"ABITests/ABITests.swift",
"ABITests/SolidityTypeTests.swift",
"ABITests/WrappedValueTests.swift",
"ContractTests/ContractTests.swift",
"ContractTests/JSONContractTests.swift",
"JsonTests/EthereumBlockObjectTests.swift",
"JsonTests/EthereumCallParamsTests.swift",
"JsonTests/EthereumDataTests.swift",
"JsonTests/EthereumQuantityTagTests.swift",
"JsonTests/EthereumQuantityTests.swift",
"JsonTests/EthereumSyncStatusObjectTests.swift",
"JsonTests/EthereumValueTests.swift",
"JsonTests/RPCRequestJsonTests.swift",
"RLPTests/RLPDecoderTests.swift",
"RLPTests/RLPEncoderTests.swift",
"RLPTests/RLPItemTests.swift",
"Stubs/ERC721.swift",
"Stubs/Fallback.swift",
"Stubs/JSONStubs.swift",
"Stubs/LimitedMintableNonFungibleToken.swift",
"Stubs/TupleExamples.swift",
"Stubs/call_getBalance.swift",
"Stubs/estimateGas.swift",
"Stubs/getBlock1.swift",
"Stubs/getBlock2.swift",
"Stubs/getBlock3.swift",
"Stubs/getTransactionReceipt.swift",
"Stubs/sendTransaction.swift",
"ToolboxTests/EthereumUtilsTests.swift",
"ToolboxTests/Int+ETH.swift",
"ToolboxTests/String+Hex.swift",
"ToolboxTests/UInt+BytesRepresentableTests.swift",
"TransactionTests/EthereumAddressTests.swift",
"TransactionTests/EthereumPrivateKeyTests.swift",
"TransactionTests/EthereumPublicKeyTests.swift",
"TransactionTests/TransactionTests.swift",
"Web3Tests/Web3EventsTests.swift",
"Web3Tests/Web3HttpTests.swift"
],
"target_dependencies" : [
"Web3",
"Web3PromiseKit",
"Web3ContractABI"
],
"type" : "test"
},
{
"c99name" : "Web3PromiseKit",
"module_type" : "SwiftTarget",
"name" : "Web3PromiseKit",
"path" : "Sources",
"product_dependencies" : [
"PromiseKit"
],
"product_memberships" : [
"Web3PromiseKit"
],
"sources" : [
"PromiseKit/ContractPromiseExtensions.swift",
"PromiseKit/Exports+PromiseKit.swift",
"PromiseKit/Promisable.swift",
"PromiseKit/Web3+PromiseKit.swift"
],
"target_dependencies" : [
"Web3",
"Web3ContractABI"
],
"type" : "library"
},
{
"c99name" : "Web3ContractABI",
"module_type" : "SwiftTarget",
"name" : "Web3ContractABI",
"path" : "Sources",
"product_dependencies" : [
"BigInt",
"CryptoSwift"
],
"product_memberships" : [
"Web3PromiseKit",
"Web3ContractABI"
],
"sources" : [
"ContractABI/ABI/ABI.swift",
"ContractABI/ABI/ABIConvertible.swift",
"ContractABI/ABI/ABIDecoder.swift",
"ContractABI/ABI/ABIEncoder.swift",
"ContractABI/ABI/Eth+ABI.swift",
"ContractABI/ABI/SolidityTuple.swift",
"ContractABI/ABI/SolidityType+Codable.swift",
"ContractABI/ABI/SolidityType.swift",
"ContractABI/ABI/SolidityWrappedValue.swift",
"ContractABI/Contract/ABIObject.swift",
"ContractABI/Contract/ERC165.swift",
"ContractABI/Contract/ERC20.swift",
"ContractABI/Contract/ERC721.swift",
"ContractABI/Contract/Eth+Contract.swift",
"ContractABI/Contract/EthereumContract.swift",
"ContractABI/Contract/SolidityEvent.swift",
"ContractABI/Contract/SolidityFunction.swift",
"ContractABI/Contract/SolidityInvocation.swift"
],
"target_dependencies" : [
"Web3"
],
"type" : "library"
},
{
"c99name" : "Web3",
"module_type" : "SwiftTarget",
"name" : "Web3",
"path" : "Sources",
"product_dependencies" : [
"BigInt",
"CryptoSwift",
"secp256k1",
"Collections",
"WebSocketKit"
],
"product_memberships" : [
"Web3",
"Web3PromiseKit",
"Web3ContractABI"
],
"sources" : [
"Core/Json/EthereumBlockObject.swift",
"Core/Json/EthereumCall.swift",
"Core/Json/EthereumData.swift",
"Core/Json/EthereumLogObject.swift",
"Core/Json/EthereumQuantity.swift",
"Core/Json/EthereumQuantityTag.swift",
"Core/Json/EthereumSyncStatusObject.swift",
"Core/Json/EthereumTransactionObject.swift",
"Core/Json/EthereumTransactionReceiptObject.swift",
"Core/Json/EthereumValue.swift",
"Core/Json/EthereumValueConvertible.swift",
"Core/Json/RPCRequest.swift",
"Core/Json/RPCResponse.swift",
"Core/Json/Types+EthereumValueConvertible.swift",
"Core/Providers/Web3Provider.swift",
"Core/RLP/RLPDecoder.swift",
"Core/RLP/RLPEncoder.swift",
"Core/RLP/RLPItem.swift",
"Core/RLP/RLPItemConvertible.swift",
"Core/RLP/Types+RLPItemConvertible.swift",
"Core/Toolbox/BigUInt+BytesConvertible.swift",
"Core/Toolbox/Bytes+HexString.swift",
"Core/Toolbox/Bytes+SecureRandom.swift",
"Core/Toolbox/Bytes+TrimLeadingZeros.swift",
"Core/Toolbox/Bytes+UInt.swift",
"Core/Toolbox/BytesConvertible.swift",
"Core/Toolbox/CharacterSet+Hex.swift",
"Core/Toolbox/Data+BytesConvertible.swift",
"Core/Toolbox/EthereumUtils.swift",
"Core/Toolbox/Exports+Web3.swift",
"Core/Toolbox/Int+ETH.swift",
"Core/Toolbox/Secp256k1+CTXCreator.swift",
"Core/Toolbox/String+BytesConvertible.swift",
"Core/Toolbox/String+Conversion.swift",
"Core/Toolbox/String+HexBytes.swift",
"Core/Toolbox/SynchronizedArray.swift",
"Core/Toolbox/SynchronizedDictionary.swift",
"Core/Toolbox/UInt+BytesRepresentable.swift",
"Core/Toolbox/UnsignedInteger+BytesConvertible.swift",
"Core/Toolbox/UnsignedInteger+Shifting.swift",
"Core/Transaction/EthereumAddress.swift",
"Core/Transaction/EthereumPrivateKey.swift",
"Core/Transaction/EthereumPublicKey.swift",
"Core/Transaction/EthereumTransaction.swift",
"Core/Web3/Web3.swift",
"FoundationHTTP/Web3+HTTPInitializer.swift",
"FoundationHTTP/Web3+WebSocketInitializer.swift",
"FoundationHTTP/Web3HttpProvider.swift",
"FoundationHTTP/Web3WebSocketProvider.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/websocket-kit
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/mxcl/PromiseKit.git
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/Boilertalk/secp256k1.swift.git
Fetching https://github.com/Quick/Quick.git
[1/780] Fetching secp256k1.swift
[259/17966] Fetching secp256k1.swift, promisekit
[416/32796] Fetching secp256k1.swift, promisekit, quick
[946/35405] Fetching secp256k1.swift, promisekit, quick, websocket-kit
[3738/52151] Fetching secp256k1.swift, promisekit, quick, websocket-kit, swift-collections
[8213/71735] Fetching secp256k1.swift, promisekit, quick, websocket-kit, swift-collections, nimble
Fetched https://github.com/Boilertalk/secp256k1.swift.git from cache (0.88s)
[11260/70955] Fetching promisekit, quick, websocket-kit, swift-collections, nimble
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
[29190/83919] Fetching promisekit, quick, websocket-kit, swift-collections, nimble, cryptoswift
Fetched https://github.com/Quick/Quick.git from cache (2.65s)
[31306/69089] Fetching promisekit, websocket-kit, swift-collections, nimble, cryptoswift
Fetching https://github.com/attaswift/BigInt.git
[52507/73896] Fetching promisekit, websocket-kit, swift-collections, nimble, cryptoswift, bigint
Fetched https://github.com/attaswift/BigInt.git from cache (2.80s)
[60274/69089] Fetching promisekit, websocket-kit, swift-collections, nimble, cryptoswift
Fetched https://github.com/vapor/websocket-kit from cache (6.12s)
Fetched https://github.com/Quick/Nimble.git from cache (6.24s)
Fetched https://github.com/mxcl/PromiseKit.git from cache (6.27s)
Fetched https://github.com/apple/swift-collections.git from cache (6.31s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (6.09s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 10.0.0 (8.10s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.43s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 5.0.1 (1.51s)
Computing version for https://github.com/Boilertalk/secp256k1.swift.git
Computed https://github.com/Boilertalk/secp256k1.swift.git at 0.1.7 (1.13s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (1.17s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.37s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (1.45s)
Computing version for https://github.com/mxcl/PromiseKit.git
Computed https://github.com/mxcl/PromiseKit.git at 6.22.1 (1.20s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.6.0 (1.05s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.5 (1.27s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.33s)
Computing version for https://github.com/vapor/websocket-kit
Computed https://github.com/vapor/websocket-kit at 2.16.1 (1.06s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2673] Fetching swift-nio-transport-services
[55/4481] Fetching swift-nio-transport-services, swift-atomics
[4482/19411] Fetching swift-nio-transport-services, swift-atomics, swift-nio-ssl
[5528/95906] Fetching swift-nio-transport-services, swift-atomics, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.82s)
[3302/93233] Fetching swift-atomics, swift-nio-ssl, swift-nio
Fetching https://github.com/apple/swift-nio-extras.git
[8471/99265] Fetching swift-atomics, swift-nio-ssl, swift-nio, swift-nio-extras
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.85s)
[15150/93233] Fetching swift-atomics, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.43s)
[54590/78303] Fetching swift-atomics, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (11.22s)
Fetched https://github.com/apple/swift-nio.git from cache (11.41s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (16.71s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.84.0 (1.32s)
Fetching https://github.com/apple/swift-system.git
[1/4546] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.93s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.97s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.0 (1.12s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.32.0 (1.22s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.28.0 (1.04s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-asn1.git
[1/2426] Fetching swift-service-lifecycle
[390/4042] Fetching swift-service-lifecycle, swift-asn1
[875/7899] Fetching swift-service-lifecycle, swift-asn1, swift-log
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.68s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetched https://github.com/apple/swift-asn1.git from cache (0.70s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-algorithms.git
Fetched https://github.com/apple/swift-log.git from cache (0.90s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/1169] Fetching swift-http-structured-headers
[808/2073] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.58s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.61s)
[1/4990] Fetching swift-async-algorithms
[550/10949] Fetching swift-async-algorithms, swift-algorithms
[551/17193] Fetching swift-async-algorithms, swift-algorithms, swift-certificates
[11905/28787] Fetching swift-async-algorithms, swift-algorithms, swift-certificates, swift-nio-http2
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.85s)
[14638/23797] Fetching swift-algorithms, swift-certificates, swift-nio-http2
Fetched https://github.com/apple/swift-algorithms.git from cache (0.96s)
[8911/17838] Fetching swift-certificates, swift-nio-http2
Fetched https://github.com/apple/swift-certificates.git from cache (2.23s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.66s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (4.93s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (0.96s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.08s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.11.0 (1.08s)
Fetching https://github.com/apple/swift-crypto.git
[1/15684] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (3.39s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (5.44s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.67s)
Fetching https://github.com/apple/swift-numerics.git
[1/5757] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.57s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (1.43s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (14.97s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.96s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.27s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.37.0 (1.36s)
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.28.0
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.32.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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.0
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.11.0
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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/mxcl/PromiseKit.git
Working copy of https://github.com/mxcl/PromiseKit.git resolved at 6.22.1
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 10.0.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.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.8.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.0
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 5.0.1
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.6.0
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.8.5
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.37.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.84.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.0.3
warning: 'spi-builder-workspace': found 22 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityTuple.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/ABIEncoder.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityWrappedValue.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/ABIConvertible.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/EthereumContract.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/ABIDecoder.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/Eth+Contract.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/SolidityFunction.swift
/host/spi-builder-workspace/Sources/PromiseKit/Exports+PromiseKit.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/ABI.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/ABIObject.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/ERC165.swift
/host/spi-builder-workspace/Sources/PromiseKit/ContractPromiseExtensions.swift
/host/spi-builder-workspace/Sources/PromiseKit/Promisable.swift
/host/spi-builder-workspace/Sources/PromiseKit/Web3+PromiseKit.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityType.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/ERC20.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityType+Codable.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/ERC721.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/SolidityEvent.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/Eth+ABI.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/SolidityInvocation.swift
warning: 'spi-builder-workspace': found 67 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/ContractABI/Contract/Eth+Contract.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/ABI.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumTransactionReceiptObject.swift
/host/spi-builder-workspace/Sources/Core/RLP/Types+RLPItemConvertible.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/EthereumUtils.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/ABIObject.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/SolidityInvocation.swift
/host/spi-builder-workspace/Sources/Core/Json/RPCRequest.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/EthereumContract.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/SynchronizedArray.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Int+ETH.swift
/host/spi-builder-workspace/Sources/Core/Providers/Web3Provider.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Bytes+SecureRandom.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityWrappedValue.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumBlockObject.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/BigUInt+BytesConvertible.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/ERC20.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/String+Conversion.swift
/host/spi-builder-workspace/Sources/Core/Transaction/EthereumPublicKey.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityTuple.swift
/host/spi-builder-workspace/Sources/Core/Web3/Web3.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/ERC165.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/ERC721.swift
/host/spi-builder-workspace/Sources/FoundationHTTP/Web3WebSocketProvider.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Bytes+HexString.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/String+HexBytes.swift
/host/spi-builder-workspace/Sources/Core/RLP/RLPItemConvertible.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Bytes+UInt.swift
/host/spi-builder-workspace/Sources/FoundationHTTP/Web3+HTTPInitializer.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/Eth+ABI.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/ABIEncoder.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/ABIConvertible.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/UnsignedInteger+BytesConvertible.swift
/host/spi-builder-workspace/Sources/Core/Transaction/EthereumPrivateKey.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumQuantity.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/String+BytesConvertible.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/UInt+BytesRepresentable.swift
/host/spi-builder-workspace/Sources/Core/Transaction/EthereumTransaction.swift
/host/spi-builder-workspace/Sources/FoundationHTTP/Web3+WebSocketInitializer.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumValue.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/SynchronizedDictionary.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/SolidityEvent.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumSyncStatusObject.swift
/host/spi-builder-workspace/Sources/Core/RLP/RLPItem.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Secp256k1+CTXCreator.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityType+Codable.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/BytesConvertible.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityType.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Exports+Web3.swift
/host/spi-builder-workspace/Sources/Core/RLP/RLPDecoder.swift
/host/spi-builder-workspace/Sources/FoundationHTTP/Web3HttpProvider.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumCall.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumQuantityTag.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/ABIDecoder.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumLogObject.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/CharacterSet+Hex.swift
/host/spi-builder-workspace/Sources/Core/Json/RPCResponse.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumData.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Bytes+TrimLeadingZeros.swift
/host/spi-builder-workspace/Sources/Core/Json/Types+EthereumValueConvertible.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/SolidityFunction.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Data+BytesConvertible.swift
/host/spi-builder-workspace/Sources/Core/Transaction/EthereumAddress.swift
/host/spi-builder-workspace/Sources/Core/RLP/RLPEncoder.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumTransactionObject.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumValueConvertible.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/UnsignedInteger+Shifting.swift
warning: 'spi-builder-workspace': found 53 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/Core/Json/EthereumTransactionReceiptObject.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/EthereumUtils.swift
/host/spi-builder-workspace/Sources/Core/RLP/Types+RLPItemConvertible.swift
/host/spi-builder-workspace/Sources/Core/Json/RPCRequest.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/SynchronizedArray.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Int+ETH.swift
/host/spi-builder-workspace/Sources/Core/Providers/Web3Provider.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Bytes+SecureRandom.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumBlockObject.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/BigUInt+BytesConvertible.swift
/host/spi-builder-workspace/Sources/PromiseKit/Exports+PromiseKit.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/String+Conversion.swift
/host/spi-builder-workspace/Sources/Core/Transaction/EthereumPublicKey.swift
/host/spi-builder-workspace/Sources/Core/Web3/Web3.swift
/host/spi-builder-workspace/Sources/FoundationHTTP/Web3WebSocketProvider.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Bytes+HexString.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/String+HexBytes.swift
/host/spi-builder-workspace/Sources/PromiseKit/Web3+PromiseKit.swift
/host/spi-builder-workspace/Sources/Core/RLP/RLPItemConvertible.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Bytes+UInt.swift
/host/spi-builder-workspace/Sources/FoundationHTTP/Web3+HTTPInitializer.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/UnsignedInteger+BytesConvertible.swift
/host/spi-builder-workspace/Sources/Core/Transaction/EthereumPrivateKey.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumQuantity.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/String+BytesConvertible.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/UInt+BytesRepresentable.swift
/host/spi-builder-workspace/Sources/Core/Transaction/EthereumTransaction.swift
/host/spi-builder-workspace/Sources/FoundationHTTP/Web3+WebSocketInitializer.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumValue.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/SynchronizedDictionary.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumSyncStatusObject.swift
/host/spi-builder-workspace/Sources/Core/RLP/RLPItem.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Secp256k1+CTXCreator.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/BytesConvertible.swift
/host/spi-builder-workspace/Sources/FoundationHTTP/Web3HttpProvider.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Exports+Web3.swift
/host/spi-builder-workspace/Sources/Core/RLP/RLPDecoder.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumCall.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumQuantityTag.swift
/host/spi-builder-workspace/Sources/PromiseKit/Promisable.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumLogObject.swift
/host/spi-builder-workspace/Sources/PromiseKit/ContractPromiseExtensions.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/CharacterSet+Hex.swift
/host/spi-builder-workspace/Sources/Core/Json/RPCResponse.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumData.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Bytes+TrimLeadingZeros.swift
/host/spi-builder-workspace/Sources/Core/Json/Types+EthereumValueConvertible.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Data+BytesConvertible.swift
/host/spi-builder-workspace/Sources/Core/Transaction/EthereumAddress.swift
/host/spi-builder-workspace/Sources/Core/RLP/RLPEncoder.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumTransactionObject.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumValueConvertible.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/UnsignedInteger+Shifting.swift
warning: 'quick': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/Quick/Sources/Quick/Info.plist
Building for debugging...
[0/449] Write sources
[0/449] Copying PrivacyInfo.xcprivacy
[26/449] Compiling CNIOWindows WSAStartup.c
[27/449] Compiling CNIOWindows shim.c
[28/449] Write sources
[31/449] Compiling CNIOWASI CNIOWASI.c
[32/449] Compiling lax_der_privatekey_parsing.c
[33/449] Compiling _AtomicsShims.c
[34/449] Compiling CNIOLinux liburing_shims.c
[34/449] Compiling lax_der_parsing.c
[36/449] Compiling CNIOSHA1 c_nio_sha1.c
[37/449] Compiling CNIODarwin shim.c
[38/449] Compiling CNIOLLHTTP c_nio_http.c
[39/449] Compiling CNIOLinux shim.c
[40/449] Compiling CNIOLLHTTP c_nio_api.c
[41/449] Compiling fiat_p256_adx_sqr.S
[42/449] Compiling fiat_p256_adx_mul.S
[43/449] Compiling fiat_curve25519_adx_square.S
[44/449] Compiling fiat_curve25519_adx_mul.S
[45/449] Compiling CNIOLLHTTP c_nio_llhttp.c
[46/449] Compiling CNIOBoringSSLShims shims.c
[47/449] Write swift-version-24593BA9C3E375BF.txt
[48/449] Compiling secp256k1.c
[49/451] Compiling tls_record.cc
[50/451] Compiling t1_enc.cc
[51/451] Compiling tls13_client.cc
[52/451] Compiling tls_method.cc
[53/451] Compiling tls13_enc.cc
[54/469] Compiling tls13_server.cc
[55/487] Compiling tls13_both.cc
[56/588] Compiling ssl_x509.cc
[58/588] Emitting module secp256k1
[59/588] Compiling secp256k1 Exporter.swift
[60/588] Compiling _NIODataStructures _TinyArray.swift
[60/589] Compiling ssl_versions.cc
[62/589] Compiling _NIODataStructures Heap.swift
[63/589] Emitting module _NIODataStructures
[64/589] Compiling _NIODataStructures PriorityQueue.swift
[65/589] Compiling _NIOBase64 Base64.swift
[66/589] Emitting module _NIOBase64
[67/590] Compiling CryptoSwift BitwiseOps.swift
[68/590] Compiling CryptoSwift CS.swift
[69/591] Compiling CryptoSwift CMAC.swift
[70/591] Compiling CryptoSwift Addition.swift
[71/591] Compiling CryptoSwift BigInt.swift
[72/591] Compiling CryptoSwift BigUInt.swift
[73/592] Emitting module InternalCollectionsUtilities
[74/592] Compiling CryptoSwift Exponentiation.swift
[75/592] Compiling CryptoSwift FloatingPointConversion.swift
[77/592] Compiling CryptoSwift Codable.swift
[78/592] Compiling CryptoSwift Comparable.swift
[79/592] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[80/592] Compiling CryptoSwift DataConversion.swift
[81/592] Compiling CryptoSwift Division.swift
[84/592] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[85/593] Compiling ssl_transcript.cc
[86/661] Compiling ssl_stat.cc
[87/661] Compiling ssl_key_share.cc
[88/661] Compiling ssl_session.cc
[90/668] Emitting module PromiseKit
[91/725] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[91/725] Compiling ssl_privkey.cc
[93/729] Compiling HeapModule _HeapNode.swift
[94/734] Compiling HeapModule Heap+Descriptions.swift
[95/801] Compiling HeapModule Heap+Invariants.swift
[96/801] Compiling HeapModule Heap+UnsafeHandle.swift
[97/801] Compiling HeapModule Heap.swift
[98/816] Emitting module HeapModule
[99/817] Compiling DequeModule Deque+CustomReflectable.swift
[100/817] Compiling DequeModule Deque+Descriptions.swift
[102/819] Compiling DequeModule _DequeBuffer.swift
[103/819] Compiling DequeModule _DequeBufferHeader.swift
[104/819] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[105/819] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[106/819] Compiling HashTreeCollections TreeDictionary+Keys.swift
[107/819] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[108/819] Compiling HashTreeCollections TreeDictionary+Merge.swift
[109/819] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[110/819] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[111/826] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[112/826] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[113/826] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[114/826] Compiling HashTreeCollections _HashNode+Structural merge.swift
[115/826] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[116/826] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[117/826] Compiling HashTreeCollections TreeDictionary+Filter.swift
[117/826] Compiling ssl_lib.cc
[119/826] Compiling HashTreeCollections TreeSet+Hashable.swift
[120/826] Compiling HashTreeCollections TreeSet+Sendable.swift
[121/826] Compiling HashTreeCollections TreeSet+Sequence.swift
[122/826] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[123/826] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[124/826] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[125/826] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[126/826] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[127/826] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[128/826] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[129/826] Compiling DequeModule Deque+Codable.swift
[130/826] Compiling DequeModule Deque+Collection.swift
[133/826] Compiling DequeModule Deque+Equatable.swift
[134/826] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[135/826] Compiling DequeModule Deque+Extras.swift
[136/826] Compiling DequeModule Deque+Hashable.swift
[141/836] Compiling OrderedCollections OrderedSet+SubSequence.swift
[142/836] Compiling OrderedCollections OrderedSet+Testing.swift
[143/836] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[144/836] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[145/836] Compiling OrderedCollections OrderedSet.swift
[146/836] Compiling OrderedCollections _UnsafeBitset.swift
[147/836] Compiling HashTreeCollections TreeSet+Equatable.swift
[148/836] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[149/836] Compiling HashTreeCollections TreeSet+Extras.swift
[150/836] Compiling HashTreeCollections TreeSet+Filter.swift
[151/836] Compiling DequeModule _DequeSlot.swift
[152/836] Compiling DequeModule _UnsafeWrappedBuffer.swift
[153/836] Compiling HashTreeCollections _HashNode+Structural union.swift
[154/836] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[155/836] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[156/836] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[157/836] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[158/836] Compiling HashTreeCollections _HashNode.swift
[159/836] Compiling HashTreeCollections _HashNodeHeader.swift
[160/836] Compiling HashTreeCollections _HashSlot.swift
[161/836] Compiling HashTreeCollections _HashStack.swift
[162/836] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[163/836] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[164/836] Compiling HashTreeCollections _HashNode+Storage.swift
[165/836] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[166/836] Compiling HashTreeCollections _HashNode+Structural filter.swift
[167/836] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[168/836] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[169/836] Compiling HashTreeCollections _UnsafePath.swift
[170/836] Compiling HashTreeCollections TreeDictionary+Codable.swift
[171/836] Compiling HashTreeCollections TreeDictionary+Collection.swift
[172/836] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[173/836] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[174/836] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[175/836] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[176/836] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[182/836] Compiling OrderedCollections OrderedSet+Sendable.swift
[195/845] Compiling DequeModule Deque+Testing.swift
[196/845] Compiling DequeModule Deque._Storage.swift
[197/845] Compiling DequeModule Deque._UnsafeHandle.swift
[198/845] Compiling DequeModule Deque.swift
[222/845] Emitting module DequeModule
[233/846] Compiling _RopeModule _CharacterRecognizer.swift
[234/846] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[235/846] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[236/846] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[237/846] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[238/846] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[239/846] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[240/846] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[241/846] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[242/846] Compiling HashTreeCollections TreeSet.swift
[243/846] Emitting module OrderedCollections
[263/846] Emitting module _RopeModule
[281/847] Compiling ssl_file.cc
[283/847] Compiling ssl_credential.cc
[311/847] Compiling _RopeModule Rope+Join.swift
[312/847] Compiling _RopeModule Rope+MutatingForEach.swift
[313/847] Compiling _RopeModule Rope+Remove.swift
[314/847] Compiling _RopeModule Rope+RemoveSubrange.swift
[315/847] Compiling _RopeModule Rope+Split.swift
[355/862] Compiling _RopeModule Optional Utilities.swift
[356/862] Compiling _RopeModule String Utilities.swift
[357/862] Compiling _RopeModule String.Index+ABI.swift
[406/863] Compiling ssl_cipher.cc
[408/863] Emitting module HashTreeCollections
[409/864] Compiling ssl_cert.cc
[410/864] Compiling ssl_buffer.cc
[411/864] Compiling ssl_asn1.cc
[427/864] Compiling ssl_aead_ctx.cc
[428/864] Compiling s3_pkt.cc
[430/864] Emitting module CryptoSwift
[446/864] Compiling CryptoSwift Signature.swift
[447/864] Compiling CryptoSwift StreamDecryptor.swift
[448/864] Compiling CryptoSwift StreamEncryptor.swift
[449/864] Compiling CryptoSwift String+Extension.swift
[450/864] Compiling CryptoSwift UInt128.swift
[451/864] Compiling CryptoSwift UInt16+Extension.swift
[452/864] Compiling CryptoSwift UInt32+Extension.swift
[453/864] Compiling CryptoSwift UInt64+Extension.swift
[454/864] Compiling CryptoSwift UInt8+Extension.swift
[455/864] Compiling CryptoSwift Updatable.swift
[456/864] Compiling CryptoSwift Utils.swift
[457/864] Compiling CryptoSwift XChaCha20.swift
[458/864] Compiling CryptoSwift ZeroPadding.swift
[459/864] Compiling CryptoSwift resource_bundle_accessor.swift
[459/864] Compiling s3_lib.cc
[460/864] Compiling s3_both.cc
[461/864] Compiling handshake_server.cc
[462/864] Compiling handshake_client.cc
[477/864] Compiling CryptoSwift PKCS1v15.swift
[478/864] Compiling CryptoSwift PKCS5.swift
[479/864] Compiling CryptoSwift PKCS7.swift
[480/864] Compiling CryptoSwift PKCS7Padding.swift
[481/864] Compiling CryptoSwift Padding.swift
[482/864] Compiling CryptoSwift Poly1305.swift
[483/864] Compiling CryptoSwift RSA+Cipher.swift
[484/864] Compiling CryptoSwift RSA+Signature.swift
[485/864] Compiling CryptoSwift RSA.swift
[486/864] Compiling CryptoSwift Rabbit.swift
[487/864] Compiling CryptoSwift SHA1.swift
[488/864] Compiling CryptoSwift SHA2.swift
[489/864] Compiling CryptoSwift SHA3.swift
[490/864] Compiling CryptoSwift Scrypt.swift
[491/864] Compiling CryptoSwift SecureBytes.swift
[491/864] Compiling handoff.cc
[492/864] Compiling handshake.cc
[494/865] Compiling extensions.cc
[495/865] Compiling dtls_method.cc
[496/865] Compiling encrypted_client_hello.cc
[497/865] Compiling md5-x86_64-linux.S
[498/865] Compiling md5-x86_64-apple.S
[499/865] Compiling md5-586-linux.S
[500/865] Compiling md5-586-apple.S
[501/865] Compiling dtls_record.cc
[502/865] Compiling chacha20_poly1305_x86_64-linux.S
[503/865] Compiling chacha20_poly1305_x86_64-apple.S
[504/865] Compiling chacha20_poly1305_armv8-win.S
[505/865] Compiling d1_srtp.cc
[506/865] Compiling chacha20_poly1305_armv8-apple.S
[507/865] Compiling chacha20_poly1305_armv8-linux.S
[508/865] Compiling chacha-x86_64-linux.S
[509/865] Compiling chacha-x86_64-apple.S
[510/865] Compiling chacha-x86-linux.S
[511/865] Compiling chacha-x86-apple.S
[512/865] Compiling chacha-armv8-win.S
[513/865] Compiling chacha-armv8-apple.S
[514/865] Compiling chacha-armv4-linux.S
[515/865] Compiling err_data.cc
[516/865] Compiling aes128gcmsiv-x86_64-linux.S
[517/865] Compiling chacha-armv8-linux.S
[518/865] Compiling x86_64-mont5-linux.S
[519/865] Compiling aes128gcmsiv-x86_64-apple.S
[520/865] Compiling x86_64-mont5-apple.S
[521/865] Compiling d1_pkt.cc
[522/865] Compiling x86_64-mont-linux.S
[523/865] Compiling x86-mont-linux.S
[524/865] Compiling x86_64-mont-apple.S
[525/865] Compiling vpaes-x86_64-linux.S
[526/865] Compiling x86-mont-apple.S
[527/865] Compiling vpaes-x86_64-apple.S
[528/865] Compiling vpaes-x86-linux.S
[529/865] Compiling vpaes-armv8-win.S
[530/865] Compiling bio_ssl.cc
[531/865] Compiling vpaes-x86-apple.S
[532/865] Compiling vpaes-armv8-linux.S
[533/865] Compiling vpaes-armv8-apple.S
[534/865] Compiling vpaes-armv7-linux.S
[535/865] Compiling sha512-x86_64-linux.S
[536/865] Compiling d1_lib.cc
[537/865] Compiling sha512-armv8-win.S
[538/865] Compiling sha512-x86_64-apple.S
[539/865] Compiling sha512-armv4-linux.S
[540/865] Compiling sha512-armv8-apple.S
[541/865] Compiling sha512-586-linux.S
[542/865] Compiling sha512-armv8-linux.S
[543/865] Compiling sha256-x86_64-linux.S
[544/865] Compiling sha512-586-apple.S
[545/865] Compiling sha256-x86_64-apple.S
[546/865] Compiling sha256-armv8-apple.S
[547/865] Compiling sha256-armv8-win.S
[548/865] Compiling sha256-586-linux.S
[549/865] Compiling sha256-armv4-linux.S
[550/865] Compiling sha256-armv8-linux.S
[551/865] Compiling sha256-586-apple.S
[552/865] Compiling sha1-x86_64-apple.S
[553/865] Compiling sha1-x86_64-linux.S
[554/865] Compiling sha1-armv8-win.S
[555/865] Compiling sha1-armv8-apple.S
[556/865] Compiling sha1-armv8-linux.S
[557/865] Compiling sha1-586-apple.S
[558/865] Compiling sha1-586-linux.S
[559/865] Compiling sha1-armv4-large-linux.S
[560/865] Compiling rsaz-avx2-linux.S
[561/865] Compiling rsaz-avx2-apple.S
[562/865] Compiling rdrand-x86_64-linux.S
[562/865] Compiling rdrand-x86_64-apple.S
[564/865] Compiling p256_beeu-x86_64-asm-apple.S
[565/865] Compiling p256_beeu-x86_64-asm-linux.S
[566/865] Compiling p256_beeu-armv8-asm-linux.S
[567/865] Compiling p256_beeu-armv8-asm-win.S
[568/865] Compiling p256_beeu-armv8-asm-apple.S
[569/865] Compiling p256-x86_64-asm-linux.S
[570/865] Compiling p256-x86_64-asm-apple.S
[571/865] Compiling p256-armv8-asm-win.S
[572/865] Compiling p256-armv8-asm-apple.S
[573/865] Compiling ghashv8-armv8-win.S
[574/865] Compiling p256-armv8-asm-linux.S
[575/865] Compiling ghashv8-armv8-linux.S
[576/865] Compiling ghashv8-armv8-apple.S
[577/865] Compiling ghashv8-armv7-linux.S
[578/865] Compiling ghash-x86_64-apple.S
[579/865] Compiling ghash-x86_64-linux.S
[580/865] Compiling ghash-x86-linux.S
[581/865] Compiling ghash-x86-apple.S
[582/865] Compiling ghash-ssse3-x86_64-apple.S
[583/865] Compiling ghash-ssse3-x86-apple.S
[584/865] Compiling ghash-ssse3-x86-linux.S
[585/865] Compiling ghash-ssse3-x86_64-linux.S
[586/865] Compiling ghash-neon-armv8-win.S
[587/865] Compiling ghash-neon-armv8-linux.S
[588/865] Compiling ghash-neon-armv8-apple.S
[589/865] Compiling ghash-armv4-linux.S
[590/865] Compiling co-586-apple.S
[591/865] Compiling co-586-linux.S
[592/865] Compiling bn-armv8-win.S
[593/865] Compiling bsaes-armv7-linux.S
[594/865] Compiling bn-armv8-apple.S
[595/865] Compiling bn-armv8-linux.S
[596/865] Compiling bn-586-linux.S
[597/865] Compiling d1_both.cc
[598/865] Compiling bn-586-apple.S
[599/865] Compiling armv8-mont-win.S
[600/865] Compiling armv8-mont-apple.S
[601/865] Compiling aesv8-gcm-armv8-win.S
[602/865] Compiling armv4-mont-linux.S
[603/865] Compiling armv8-mont-linux.S
[604/865] Compiling aesv8-gcm-armv8-apple.S
[605/865] Compiling aesv8-armv8-win.S
[606/865] Compiling aesv8-armv8-linux.S
[607/865] Compiling aesv8-gcm-armv8-linux.S
[608/865] Compiling aesv8-armv8-apple.S
[609/865] Compiling aesni-x86_64-linux.S
[610/865] Compiling aesv8-armv7-linux.S
[611/865] Compiling aesni-x86_64-apple.S
[612/865] Compiling aesni-x86-linux.S
[613/865] Compiling aesni-x86-apple.S
[614/865] Compiling aesni-gcm-x86_64-apple.S
[615/865] Compiling aesni-gcm-x86_64-linux.S
[616/865] Compiling aes-gcm-avx2-x86_64-linux.S
[617/865] Compiling aes-gcm-avx2-x86_64-apple.S
[618/865] Compiling aes-gcm-avx10-x86_64-apple.S
[619/865] Compiling aes-gcm-avx10-x86_64-linux.S
[620/865] Compiling x_sig.cc
[621/865] Compiling x_x509.cc
[622/865] Compiling x_req.cc
[623/865] Compiling x_pubkey.cc
[624/865] Compiling x_spki.cc
[625/865] Compiling x_val.cc
[626/865] Compiling x_name.cc
[627/865] Compiling x_x509a.cc
[628/865] Compiling x_exten.cc
[629/865] Compiling x_crl.cc
[630/865] Compiling x_all.cc
[631/865] Compiling x_attrib.cc
[632/865] Compiling x509spki.cc
[633/865] Compiling x_algor.cc
[634/865] Compiling x509rset.cc
[635/865] Compiling x509name.cc
[636/865] Compiling x509cset.cc
[637/865] Compiling x509_txt.cc
[638/865] Compiling x509_trs.cc
[639/865] Compiling x509_vpm.cc
[640/865] Compiling x509_vfy.cc
[641/865] Compiling x509_v3.cc
[642/865] Compiling x509_set.cc
[643/865] Compiling x509_req.cc
[644/865] Compiling x509_obj.cc
[645/865] Compiling x509_lu.cc
[646/865] Compiling x509_def.cc
[647/865] Compiling x509_ext.cc
[648/865] Compiling x509_d2.cc
[649/865] Compiling x509_cmp.cc
[650/865] Compiling x509_att.cc
[651/865] Compiling x509.cc
[652/865] Compiling v3_utl.cc
[653/865] Compiling v3_skey.cc
[654/865] Compiling v3_purp.cc
[655/865] Compiling v3_pmaps.cc
[656/865] Compiling v3_pcons.cc
[657/865] Compiling v3_prn.cc
[658/865] Compiling v3_ncons.cc
[659/865] Compiling v3_ocsp.cc
[660/865] Compiling v3_lib.cc
[661/865] Compiling v3_int.cc
[662/865] Compiling v3_info.cc
[663/865] Compiling v3_genn.cc
[664/865] Compiling v3_ia5.cc
[665/865] Compiling v3_enum.cc
[665/865] Compiling v3_extku.cc
[667/865] Compiling v3_crld.cc
[668/865] Compiling v3_cpols.cc
[669/865] Compiling v3_bitst.cc
[670/865] Compiling v3_conf.cc
[671/865] Compiling v3_bcons.cc
[672/865] Compiling v3_alt.cc
[673/865] Compiling v3_akey.cc
[674/865] Compiling v3_akeya.cc
[675/865] Compiling t_x509a.cc
[676/865] Compiling t_x509.cc
[677/865] Compiling i2d_pr.cc
[678/865] Compiling t_crl.cc
[679/865] Compiling t_req.cc
[680/865] Compiling rsa_pss.cc
[681/865] Compiling name_print.cc
[682/865] Compiling policy.cc
[683/865] Compiling by_file.cc
[684/865] Compiling by_dir.cc
[685/865] Compiling asn1_gen.cc
[686/865] Compiling a_verify.cc
[687/865] Compiling algorithm.cc
[688/865] Compiling voprf.cc
[689/865] Compiling a_digest.cc
[690/865] Compiling a_sign.cc
[691/865] Compiling trust_token.cc
[692/865] Compiling pmbtoken.cc
[693/865] Compiling thread_win.cc
[694/865] Compiling thread_pthread.cc
[695/865] Compiling thread_none.cc
[696/865] Compiling thread.cc
[697/865] Compiling stack.cc
[698/865] Compiling slhdsa.cc
[699/865] Compiling sha512.cc
[700/865] Compiling siphash.cc
[701/865] Compiling spake2plus.cc
[702/865] Compiling sha256.cc
[703/865] Compiling sha1.cc
[704/865] Compiling rsa_print.cc
[705/865] Compiling rsa_extra.cc
[706/865] Compiling rsa_crypt.cc
[707/865] Compiling refcount.cc
[708/865] Compiling rc4.cc
[709/865] Compiling windows.cc
[710/865] Compiling urandom.cc
[711/865] Compiling trusty.cc
[712/865] Compiling rsa_asn1.cc
[713/865] Compiling rand.cc
[714/865] Compiling passive.cc
[715/865] Compiling poly1305_arm_asm.S
[716/865] Compiling ios.cc
[717/865] Compiling getentropy.cc
[718/865] Compiling forkunsafe.cc
[719/865] Compiling fork_detect.cc
[720/865] Compiling deterministic.cc
[721/865] Compiling poly1305_vec.cc
[722/865] Compiling poly1305_arm.cc
[723/865] Compiling poly1305.cc
[724/865] Compiling pool.cc
[725/865] Compiling p5_pbev2.cc
[726/865] Compiling pkcs8_x509.cc
[727/865] Compiling pkcs8.cc
[728/865] Compiling pkcs7.cc
[729/865] Compiling pem_xaux.cc
[730/865] Compiling pkcs7_x509.cc
[731/865] Compiling pem_x509.cc
[732/865] Compiling pem_pkey.cc
[733/865] Compiling pem_pk8.cc
[734/865] Compiling mlkem.cc
[735/865] Compiling obj_xref.cc
[736/865] Compiling pem_oth.cc
[737/865] Compiling pem_lib.cc
[738/865] Compiling pem_info.cc
[739/865] Compiling pem_all.cc
[740/865] Compiling obj.cc
[741/865] Compiling mldsa.cc
[742/865] Compiling poly_rq_mul.S
[743/865] Compiling fips_shared_support.cc
[744/865] Compiling mem.cc
[745/865] Compiling md5.cc
[746/865] Compiling md4.cc
[747/865] Compiling lhash.cc
[748/865] Compiling kyber.cc
[749/865] Compiling ex_data.cc
[750/865] Compiling sign.cc
[751/865] Compiling scrypt.cc
[752/865] Compiling print.cc
[753/865] Compiling hrss.cc
[754/865] Compiling hpke.cc
[755/865] Compiling p_x25519.cc
[756/865] Compiling pbkdf.cc
[757/865] Compiling p_x25519_asn1.cc
[758/865] Compiling p_rsa_asn1.cc
[759/865] Compiling p_rsa.cc
[760/865] Compiling p_hkdf.cc
[761/865] Compiling p_ed25519_asn1.cc
[762/865] Compiling p_ed25519.cc
[763/865] Compiling p_ec.cc
[764/865] Compiling p_ec_asn1.cc
[765/865] Compiling p_dh.cc
[766/865] Compiling p_dh_asn1.cc
[767/865] Compiling evp_ctx.cc
[768/865] Compiling p_dsa_asn1.cc
[769/865] Compiling evp_asn1.cc
[770/865] Compiling err.cc
[771/865] Compiling evp.cc
[772/865] Compiling engine.cc
[773/865] Compiling ecdh.cc
[774/865] Compiling hash_to_curve.cc
[775/865] Compiling ecdsa_asn1.cc
[776/865] Compiling ec_derive.cc
[777/865] Compiling bcm.cc
[778/865] Compiling dsa.cc
[779/865] Compiling dsa_asn1.cc
[780/865] Compiling ec_asn1.cc
[781/865] Compiling x25519-asm-arm.S
[782/865] Compiling des.cc
[783/865] Compiling params.cc
[784/865] Compiling digest_extra.cc
[785/865] Compiling dh_asn1.cc
[786/865] Compiling curve25519_64_adx.cc
[787/865] Compiling curve25519.cc
[788/865] Compiling crypto.cc
[789/865] Compiling cpu_intel.cc
[790/865] Compiling spake25519.cc
[791/865] Compiling cpu_arm_linux.cc
[792/865] Compiling cpu_arm_freebsd.cc
[793/865] Compiling cpu_aarch64_sysreg.cc
[794/865] Compiling cpu_aarch64_win.cc
[795/865] Compiling cpu_aarch64_fuchsia.cc
[796/865] Compiling cpu_aarch64_openbsd.cc
[797/865] Compiling cpu_aarch64_apple.cc
[798/865] Compiling cpu_aarch64_linux.cc
[799/865] Compiling conf.cc
[800/865] Compiling tls_cbc.cc
[801/865] Compiling get_cipher.cc
[802/865] Compiling e_tls.cc
[803/865] Compiling e_rc4.cc
[804/865] Compiling e_des.cc
[805/865] Compiling e_rc2.cc
[806/865] Compiling e_chacha20poly1305.cc
[807/865] Compiling e_null.cc
[808/865] Compiling e_aesgcmsiv.cc
[809/865] Compiling e_aesctrhmac.cc
[810/865] Compiling derive_key.cc
[811/865] Compiling chacha.cc
[812/865] Compiling unicode.cc
[813/865] Compiling cbs.cc
[814/865] Compiling buf.cc
[815/865] Compiling cbb.cc
[816/865] Compiling ber.cc
[817/865] Compiling asn1_compat.cc
[818/865] Compiling convert.cc
[819/865] Compiling bn_asn1.cc
[820/865] Compiling socket_helper.cc
[821/865] Compiling blake2.cc
[822/865] Compiling pair.cc
[823/865] Compiling socket.cc
[824/865] Compiling printf.cc
[825/865] Compiling hexdump.cc
[826/865] Compiling file.cc
[827/865] Compiling fd.cc
[828/865] Compiling errno.cc
[829/865] Compiling bio_mem.cc
[830/865] Compiling connect.cc
[831/865] Compiling bio.cc
[832/865] Compiling base64.cc
[833/865] Compiling tasn_typ.cc
[834/865] Compiling tasn_fre.cc
[835/865] Compiling tasn_enc.cc
[836/865] Compiling tasn_utl.cc
[837/865] Compiling tasn_new.cc
[838/865] Compiling posix_time.cc
[839/865] Compiling f_string.cc
[840/865] Compiling tasn_dec.cc
[841/865] Compiling f_int.cc
[842/865] Compiling asn_pack.cc
[843/865] Compiling asn1_par.cc
[844/865] Compiling a_utctm.cc
[845/865] Compiling asn1_lib.cc
[846/865] Compiling a_type.cc
[847/865] Compiling a_time.cc
[848/865] Compiling a_octet.cc
[849/865] Compiling a_strnid.cc
[850/865] Compiling a_strex.cc
[851/865] Compiling a_object.cc
[852/865] Compiling a_i2d_fp.cc
[853/865] Compiling a_mbstr.cc
[854/865] Compiling a_d2i_fp.cc
[855/865] Write sources
[856/865] Compiling a_dup.cc
[857/865] Write sources
[859/865] Compiling a_gentm.cc
[860/865] Compiling a_int.cc
[861/957] Compiling a_bool.cc
[862/957] Compiling a_bitstr.cc
[864/957] Compiling Atomics AtomicStorage.swift
[865/957] Compiling Atomics AtomicValue.swift
[866/959] Compiling Atomics ManagedAtomic.swift
[867/959] Compiling Atomics ManagedAtomicLazyReference.swift
[868/959] Compiling Atomics AtomicMemoryOrderings.swift
[869/959] Compiling Atomics DoubleWord.swift
[870/959] Compiling Atomics UnsafeAtomic.swift
[871/959] Compiling Atomics UnsafeAtomicLazyReference.swift
[872/959] Emitting module BitCollections
[873/966] Emitting module BigInt
[874/968] Compiling Atomics AtomicInteger.swift
[875/968] Compiling Atomics AtomicOptionalWrappable.swift
[876/968] Compiling Atomics AtomicReference.swift
[877/968] Compiling Atomics IntegerOperations.swift
[878/968] Compiling Atomics Unmanaged extensions.swift
[882/968] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[883/968] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[884/968] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[885/968] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[886/968] Compiling BitCollections BitSet+SetAlgebra union.swift
[887/968] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[888/968] Compiling BitCollections BitSet.Counted.swift
[889/968] Compiling BitCollections BitSet+Initializers.swift
[890/968] Compiling BitCollections BitSet+Invariants.swift
[891/968] Compiling BitCollections BitSet+Random.swift
[892/968] Compiling BitCollections BitSet+SetAlgebra basics.swift
[893/968] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[894/968] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[895/968] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[896/968] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[897/968] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[898/968] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[899/968] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[900/968] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[901/968] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[902/968] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[903/968] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[904/968] Compiling BitCollections BitSet+CustomReflectable.swift
[905/968] Compiling BitCollections BitSet+CustomStringConvertible.swift
[906/968] Compiling BitCollections BitSet+Equatable.swift
[907/968] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[908/968] Compiling BitCollections BitSet+Extras.swift
[909/968] Compiling BitCollections BitSet+Hashable.swift
[912/968] Compiling BigInt Square Root.swift
[915/968] Compiling Atomics OptionalRawRepresentable.swift
[916/968] Compiling Atomics RawRepresentable.swift
[917/968] Compiling Atomics AtomicBool.swift
[918/968] Compiling Atomics IntegerConformances.swift
[919/968] Compiling Atomics PointerConformances.swift
[920/968] Compiling Atomics Primitives.native.swift
[932/968] Compiling BigInt Subtraction.swift
[933/968] Compiling BigInt Words and Bits.swift
[935/969] Compiling BitCollections BitSet.Index.swift
[936/969] Compiling BitCollections BitSet._UnsafeHandle.swift
[937/969] Compiling BitCollections BitSet.swift
[938/969] Compiling BitCollections Range+Utilities.swift
[939/969] Compiling BitCollections Slice+Utilities.swift
[940/969] Compiling BitCollections UInt+Tricks.swift
[941/969] Compiling BitCollections _Word.swift
[956/969] Compiling BitCollections BitSet+BidirectionalCollection.swift
[957/969] Compiling BitCollections BitSet+Codable.swift
[959/972] Emitting module Collections
[960/972] Compiling Collections Collections.swift
[961/973] Emitting module Atomics
[971/974] Compiling c-nioatomics.c
[973/974] Compiling c-atomics.c
[975/980] Compiling NIOConcurrencyHelpers lock.swift
[976/980] Compiling NIOConcurrencyHelpers NIOLock.swift
[977/980] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[978/980] Emitting module NIOConcurrencyHelpers
[979/980] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[980/980] Compiling NIOConcurrencyHelpers atomics.swift
[982/1042] Compiling NIOCore NIOAny.swift
[983/1042] Compiling NIOCore NIOCloseOnErrorHandler.swift
[984/1042] Compiling NIOCore NIOCoreSendableMetatype.swift
[985/1042] Compiling NIOCore NIOLoopBound.swift
[986/1042] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[987/1042] Compiling NIOCore NIOScheduledCallback.swift
[988/1042] Compiling NIOCore NIOSendable.swift
[989/1042] Compiling NIOCore RecvByteBufferAllocator.swift
[990/1050] Compiling NIOCore IOData.swift
[991/1050] Compiling NIOCore IPProtocol.swift
[992/1050] Compiling NIOCore IntegerBitPacking.swift
[993/1050] Compiling NIOCore IntegerTypes.swift
[994/1050] Compiling NIOCore Interfaces.swift
[995/1050] Compiling NIOCore Linux.swift
[996/1050] Compiling NIOCore MarkedCircularBuffer.swift
[997/1050] Compiling NIOCore MulticastChannel.swift
[998/1050] Compiling NIOCore EventLoopFuture+Deprecated.swift
[999/1050] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1000/1050] Compiling NIOCore EventLoopFuture.swift
[1001/1050] Compiling NIOCore FileDescriptor.swift
[1002/1050] Compiling NIOCore FileHandle.swift
[1003/1050] Compiling NIOCore FileRegion.swift
[1004/1050] Compiling NIOCore GlobalSingletons.swift
[1005/1050] Compiling NIOCore IO.swift
[1006/1050] Compiling NIOCore AddressedEnvelope.swift
[1007/1050] Compiling NIOCore AsyncAwaitSupport.swift
[1008/1050] Compiling NIOCore AsyncChannel.swift
[1009/1050] Compiling NIOCore AsyncChannelHandler.swift
[1010/1050] Compiling NIOCore AsyncChannelInboundStream.swift
[1011/1050] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1012/1050] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1013/1050] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1014/1050] Compiling NIOCore NIOAsyncWriter.swift
[1015/1050] Compiling NIOCore CircularBuffer.swift
[1016/1050] Compiling NIOCore Codec.swift
[1017/1050] Compiling NIOCore ConvenienceOptionSupport.swift
[1018/1050] Compiling NIOCore DeadChannel.swift
[1019/1050] Compiling NIOCore DispatchQueue+WithFuture.swift
[1020/1050] Compiling NIOCore EventLoop+Deprecated.swift
[1021/1050] Compiling NIOCore EventLoop+SerialExecutor.swift
[1022/1050] Compiling NIOCore EventLoop.swift
[1023/1050] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1024/1050] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1025/1050] Compiling NIOCore SocketAddresses.swift
[1026/1050] Compiling NIOCore SocketOptionProvider.swift
[1027/1050] Compiling NIOCore SystemCallHelpers.swift
[1028/1050] Compiling NIOCore TimeAmount+Duration.swift
[1029/1050] Compiling NIOCore TypeAssistedChannelHandler.swift
[1030/1050] Compiling NIOCore UniversalBootstrapSupport.swift
[1031/1050] Compiling NIOCore Utilities.swift
[1032/1050] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1033/1050] Compiling NIOCore BSDSocketAPI.swift
[1034/1050] Compiling NIOCore ByteBuffer-aux.swift
[1035/1050] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1036/1050] Compiling NIOCore ByteBuffer-conversions.swift
[1037/1050] Compiling NIOCore ByteBuffer-core.swift
[1038/1050] Compiling NIOCore ByteBuffer-hex.swift
[1039/1050] Compiling NIOCore ByteBuffer-int.swift
[1040/1050] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1041/1050] Compiling NIOCore ByteBuffer-multi-int.swift
[1042/1050] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1043/1050] Compiling NIOCore ByteBuffer-views.swift
[1044/1050] Compiling NIOCore Channel.swift
[1045/1050] Compiling NIOCore ChannelHandler.swift
[1046/1050] Compiling NIOCore ChannelHandlers.swift
[1047/1050] Compiling NIOCore ChannelInvoker.swift
[1048/1050] Compiling NIOCore ChannelOption.swift
[1049/1050] Compiling NIOCore ChannelPipeline.swift
[1050/1050] Emitting module NIOCore
[1052/1102] Emitting module NIOEmbedded
[1053/1102] Compiling NIOEmbedded AsyncTestingChannel.swift
[1054/1102] Compiling NIOEmbedded Embedded.swift
[1055/1102] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1056/1103] Compiling NIOPosix IO.swift
[1057/1103] Compiling NIOPosix IntegerBitPacking.swift
[1058/1103] Compiling NIOPosix IntegerTypes.swift
[1059/1103] Compiling NIOPosix Linux.swift
[1060/1103] Compiling NIOPosix LinuxCPUSet.swift
[1061/1103] Compiling NIOPosix LinuxUring.swift
[1062/1103] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1064/1109] Compiling NIOPosix ThreadPosix.swift
[1065/1109] Compiling NIOPosix ThreadWindows.swift
[1066/1109] Compiling NIOPosix UnsafeTransfer.swift
[1067/1109] Compiling NIOPosix Utilities.swift
[1068/1109] Compiling NIOPosix VsockAddress.swift
[1069/1109] Compiling NIOPosix VsockChannelEvents.swift
[1070/1109] Compiling NIOPosix SelectableChannel.swift
[1071/1109] Compiling NIOPosix SelectableEventLoop.swift
[1072/1109] Compiling NIOPosix SelectorEpoll.swift
[1073/1109] Compiling NIOPosix SelectorGeneric.swift
[1074/1109] Compiling NIOPosix SelectorKqueue.swift
[1075/1109] Compiling NIOPosix SelectorUring.swift
[1076/1109] Compiling NIOPosix Pool.swift
[1077/1109] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1078/1109] Compiling NIOPosix PosixSingletons.swift
[1079/1109] Compiling NIOPosix RawSocketBootstrap.swift
[1080/1109] Compiling NIOPosix Resolver.swift
[1081/1109] Compiling NIOPosix Selectable.swift
[1082/1109] Compiling NIOPosix ServerSocket.swift
[1083/1109] Compiling NIOPosix Socket.swift
[1084/1109] Compiling NIOPosix SocketChannel.swift
[1085/1109] Compiling NIOPosix SocketProtocols.swift
[1086/1109] Compiling NIOPosix System.swift
[1087/1109] Compiling NIOPosix Thread.swift
[1088/1109] Compiling NIOPosix BSDSocketAPICommon.swift
[1089/1109] Compiling NIOPosix BSDSocketAPIPosix.swift
[1090/1109] Compiling NIOPosix BSDSocketAPIWindows.swift
[1091/1109] Compiling NIOPosix BaseSocket.swift
[1092/1109] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1093/1109] Compiling NIOPosix BaseSocketChannel.swift
[1094/1109] Compiling NIOPosix BaseStreamSocketChannel.swift
[1095/1109] Emitting module NIOPosix
[1096/1109] Compiling NIOPosix Bootstrap.swift
[1097/1109] Compiling NIOPosix ControlMessage.swift
[1098/1109] Compiling NIOPosix DatagramVectorReadManager.swift
[1099/1109] Compiling NIOPosix Errors+Any.swift
[1100/1109] Compiling NIOPosix FileDescriptor.swift
[1101/1109] Compiling NIOPosix GetaddrinfoResolver.swift
[1102/1109] Compiling NIOPosix HappyEyeballs.swift
[1103/1109] Compiling NIOPosix NIOPosixSendableMetatype.swift
[1104/1109] Compiling NIOPosix NIOThreadPool.swift
[1105/1109] Compiling NIOPosix NonBlockingFileIO.swift
[1106/1109] Compiling NIOPosix PendingDatagramWritesManager.swift
[1107/1109] Compiling NIOPosix PendingWritesManager.swift
[1108/1109] Compiling NIOPosix PipeChannel.swift
[1109/1109] Compiling NIOPosix PipePair.swift
[1111/1112] Compiling NIO Exports.swift
[1112/1112] Emitting module NIO
[1114/1140] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1115/1140] Compiling NIOTLS TLSEvents.swift
[1116/1140] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1117/1140] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1118/1140] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1119/1140] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1120/1140] Emitting module NIOTLS
[1121/1140] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1122/1140] Compiling NIOTLS SNIHandler.swift
[1124/1141] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1125/1141] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1126/1143] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1127/1143] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1128/1143] Emitting module NIOFoundationCompat
[1129/1143] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1131/1173] Compiling NIOSSL SSLPublicKey.swift
[1132/1173] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1133/1173] Compiling NIOSSL IdentityVerification.swift
[1134/1173] Compiling NIOSSL LinuxCABundle.swift
[1135/1173] Compiling NIOSSL NIOSSLClientHandler.swift
[1136/1173] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1137/1195] Compiling NIOTransportServices StateManagedChannel.swift
[1138/1195] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1139/1195] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1140/1195] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1141/1195] Compiling NIOTransportServices NIOTSSingletons.swift
[1142/1195] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1143/1195] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1144/1195] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1145/1195] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1146/1197] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1147/1197] Compiling NIOTransportServices NIOTSErrors.swift
[1148/1197] Compiling NIOTransportServices NIOTSEventLoop.swift
[1149/1197] Emitting module NIOTransportServices
[1150/1197] Compiling NIOTransportServices NIOTSBootstraps.swift
[1151/1197] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1152/1197] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1153/1197] Compiling NIOTransportServices AcceptHandler.swift
[1154/1197] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[1155/1197] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[1156/1197] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[1157/1197] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1158/1197] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1159/1197] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1160/1197] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1166/1198] Emitting module NIOHTTP1
[1171/1227] Emitting module NIOSSL
[1172/1231] Compiling NIOWebSocket WebSocketOpcode.swift
[1173/1232] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1174/1232] Compiling NIOExtras NIOExtrasError.swift
[1175/1234] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1176/1234] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1177/1234] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1178/1234] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1179/1234] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1180/1234] Compiling NIOExtras LengthFieldPrepender.swift
[1181/1234] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1182/1234] Compiling NIOExtras NIORequestIdentifiable.swift
[1183/1234] Compiling NIOExtras RequestResponseHandler.swift
[1184/1234] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1185/1234] Compiling NIOExtras PCAPRingBuffer.swift
[1186/1234] Compiling NIOExtras QuiescingHelper.swift
[1187/1234] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1188/1234] Emitting module NIOWebSocket
[1193/1234] Compiling NIOSSL SubjectAlternativeName.swift
[1194/1234] Compiling NIOSSL NIOSSLSecureBytes.swift
[1195/1234] Compiling NIOSSL RNG.swift
[1196/1234] Compiling NIOSSL SafeCompare.swift
[1197/1234] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1198/1234] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1199/1234] Compiling NIOExtras JSONRPCFraming.swift
[1200/1234] Compiling NIOExtras DebugInboundEventsHandler.swift
[1205/1234] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1206/1234] Compiling NIOWebSocket WebSocketFrame.swift
[1210/1235] Emitting module NIOExtras
[1214/1235] Compiling NIOExtras LineBasedFrameDecoder.swift
[1219/1235] Compiling NIOExtras UnsafeTransfer.swift
[1220/1235] Compiling NIOExtras WritePCAPHandler.swift
[1225/1235] Compiling NIOSSL SSLPKCS12Bundle.swift
[1233/1236] Compiling NIOSSL Zeroization.swift
[1234/1236] Compiling NIOSSL TLSConfiguration.swift
[1235/1236] Compiling NIOSSL UniversalBootstrapSupport.swift
[1236/1236] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1238/1245] Compiling WebSocketKit WebSocketHandler.swift
[1239/1245] Compiling WebSocketKit Exports.swift
[1240/1245] Compiling WebSocketKit WebSocket+Concurrency.swift
[1241/1245] Emitting module WebSocketKit
[1242/1245] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1243/1245] Compiling WebSocketKit WebSocket.swift
[1244/1245] Compiling WebSocketKit WebSocket+Connect.swift
[1245/1245] Compiling WebSocketKit WebSocketClient.swift
[1247/1290] Compiling Web3 Types+RLPItemConvertible.swift
/host/spi-builder-workspace/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 |
[1248/1290] Compiling Web3 BigUInt+BytesConvertible.swift
/host/spi-builder-workspace/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 |
[1249/1290] Compiling Web3 Bytes+HexString.swift
/host/spi-builder-workspace/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 |
[1250/1290] Compiling Web3 Bytes+SecureRandom.swift
/host/spi-builder-workspace/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 |
[1251/1290] Compiling Web3 Bytes+TrimLeadingZeros.swift
/host/spi-builder-workspace/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 |
[1252/1290] Compiling Web3 Bytes+UInt.swift
/host/spi-builder-workspace/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 |
[1253/1296] Compiling Web3 BytesConvertible.swift
/host/spi-builder-workspace/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 |
[1254/1296] Compiling Web3 CharacterSet+Hex.swift
/host/spi-builder-workspace/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 |
[1255/1296] Compiling Web3 Data+BytesConvertible.swift
/host/spi-builder-workspace/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 |
[1256/1296] Compiling Web3 EthereumUtils.swift
/host/spi-builder-workspace/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 |
[1257/1296] Compiling Web3 Exports+Web3.swift
/host/spi-builder-workspace/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 |
[1258/1296] Compiling Web3 Int+ETH.swift
/host/spi-builder-workspace/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 |
[1259/1296] Compiling Web3 Secp256k1+CTXCreator.swift
/host/spi-builder-workspace/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 |
[1260/1296] Compiling Web3 String+BytesConvertible.swift
/host/spi-builder-workspace/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 |
[1261/1296] Compiling Web3 String+Conversion.swift
/host/spi-builder-workspace/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 |
[1262/1296] Compiling Web3 String+HexBytes.swift
/host/spi-builder-workspace/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 |
[1263/1296] Compiling Web3 SynchronizedArray.swift
/host/spi-builder-workspace/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 |
[1264/1296] Compiling Web3 SynchronizedDictionary.swift
/host/spi-builder-workspace/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 |
[1265/1296] Compiling Web3 UInt+BytesRepresentable.swift
/host/spi-builder-workspace/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 |
[1266/1296] Compiling Web3 UnsignedInteger+BytesConvertible.swift
/host/spi-builder-workspace/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/1296] Compiling Web3 UnsignedInteger+Shifting.swift
/host/spi-builder-workspace/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/1296] Compiling Web3 EthereumAddress.swift
/host/spi-builder-workspace/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/1296] Compiling Web3 EthereumPrivateKey.swift
/host/spi-builder-workspace/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/1296] Compiling Web3 EthereumPublicKey.swift
/host/spi-builder-workspace/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/1296] Compiling Web3 EthereumTransactionObject.swift
/host/spi-builder-workspace/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 |
[1272/1296] Compiling Web3 EthereumTransactionReceiptObject.swift
/host/spi-builder-workspace/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/1296] Compiling Web3 EthereumValue.swift
/host/spi-builder-workspace/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/1296] Compiling Web3 EthereumValueConvertible.swift
/host/spi-builder-workspace/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/1296] Compiling Web3 RPCRequest.swift
/host/spi-builder-workspace/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/1296] Compiling Web3 RPCResponse.swift
/host/spi-builder-workspace/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/1296] Compiling Web3 Types+EthereumValueConvertible.swift
/host/spi-builder-workspace/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/1296] Compiling Web3 Web3Provider.swift
/host/spi-builder-workspace/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/1296] Compiling Web3 RLPDecoder.swift
/host/spi-builder-workspace/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/1296] Compiling Web3 RLPEncoder.swift
/host/spi-builder-workspace/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/1296] Compiling Web3 RLPItem.swift
/host/spi-builder-workspace/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/1296] Compiling Web3 RLPItemConvertible.swift
/host/spi-builder-workspace/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)
[1283/1296] Emitting module Web3
/host/spi-builder-workspace/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/1296] Compiling Web3 EthereumBlockObject.swift
/host/spi-builder-workspace/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/1296] Compiling Web3 EthereumCall.swift
/host/spi-builder-workspace/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/1296] Compiling Web3 EthereumData.swift
/host/spi-builder-workspace/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/1296] Compiling Web3 EthereumLogObject.swift
/host/spi-builder-workspace/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/1296] Compiling Web3 EthereumQuantity.swift
/host/spi-builder-workspace/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/1296] Compiling Web3 EthereumQuantityTag.swift
/host/spi-builder-workspace/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/1296] Compiling Web3 EthereumSyncStatusObject.swift
/host/spi-builder-workspace/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/1296] Compiling Web3 EthereumTransaction.swift
/host/spi-builder-workspace/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/1296] Compiling Web3 Web3.swift
/host/spi-builder-workspace/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/1296] Compiling Web3 Web3+HTTPInitializer.swift
/host/spi-builder-workspace/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/1296] Compiling Web3 Web3+WebSocketInitializer.swift
/host/spi-builder-workspace/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/1296] Compiling Web3 Web3HttpProvider.swift
/host/spi-builder-workspace/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/1296] Compiling Web3 Web3WebSocketProvider.swift
/host/spi-builder-workspace/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-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: 'spi-builder-workspace': found 22 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/ContractABI/ABI/ABIConvertible.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/ABI.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityTuple.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityWrappedValue.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/ABIEncoder.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/ERC165.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/SolidityFunction.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/SolidityInvocation.swift
/host/spi-builder-workspace/Sources/PromiseKit/ContractPromiseExtensions.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/ERC721.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityType+Codable.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/EthereumContract.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/ABIDecoder.swift
/host/spi-builder-workspace/Sources/PromiseKit/Web3+PromiseKit.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/Eth+ABI.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/SolidityEvent.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/ABIObject.swift
/host/spi-builder-workspace/Sources/PromiseKit/Exports+PromiseKit.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/ERC20.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/Eth+Contract.swift
/host/spi-builder-workspace/Sources/PromiseKit/Promisable.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityType.swift
warning: 'spi-builder-workspace': found 67 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/Core/Toolbox/BytesConvertible.swift
/host/spi-builder-workspace/Sources/Core/Transaction/EthereumPublicKey.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Int+ETH.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Bytes+HexString.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumLogObject.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/String+BytesConvertible.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/SynchronizedArray.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumTransactionObject.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Exports+Web3.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/String+HexBytes.swift
/host/spi-builder-workspace/Sources/Core/Json/RPCRequest.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Bytes+TrimLeadingZeros.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityType+Codable.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumCall.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Bytes+SecureRandom.swift
/host/spi-builder-workspace/Sources/Core/Providers/Web3Provider.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/Eth+ABI.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/EthereumContract.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/SolidityInvocation.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumValue.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/ABIDecoder.swift
/host/spi-builder-workspace/Sources/Core/RLP/RLPItemConvertible.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/ERC20.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/ABIObject.swift
/host/spi-builder-workspace/Sources/Core/RLP/Types+RLPItemConvertible.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumSyncStatusObject.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/String+Conversion.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumQuantityTag.swift
/host/spi-builder-workspace/Sources/Core/Transaction/EthereumTransaction.swift
/host/spi-builder-workspace/Sources/Core/RLP/RLPItem.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/UnsignedInteger+Shifting.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/SolidityEvent.swift
/host/spi-builder-workspace/Sources/FoundationHTTP/Web3+WebSocketInitializer.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/Eth+Contract.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/ABI.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumQuantity.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/ABIEncoder.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/EthereumUtils.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/CharacterSet+Hex.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/SynchronizedDictionary.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumTransactionReceiptObject.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumBlockObject.swift
/host/spi-builder-workspace/Sources/Core/Transaction/EthereumAddress.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/BigUInt+BytesConvertible.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/UnsignedInteger+BytesConvertible.swift
/host/spi-builder-workspace/Sources/Core/RLP/RLPEncoder.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/UInt+BytesRepresentable.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/ERC721.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/ABIConvertible.swift
/host/spi-builder-workspace/Sources/Core/Transaction/EthereumPrivateKey.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/SolidityFunction.swift
/host/spi-builder-workspace/Sources/Core/RLP/RLPDecoder.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumValueConvertible.swift
/host/spi-builder-workspace/Sources/Core/Json/Types+EthereumValueConvertible.swift
/host/spi-builder-workspace/Sources/Core/Json/RPCResponse.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityType.swift
/host/spi-builder-workspace/Sources/FoundationHTTP/Web3HttpProvider.swift
/host/spi-builder-workspace/Sources/Core/Web3/Web3.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumData.swift
/host/spi-builder-workspace/Sources/FoundationHTTP/Web3WebSocketProvider.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/ERC165.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Bytes+UInt.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityWrappedValue.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityTuple.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Data+BytesConvertible.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Secp256k1+CTXCreator.swift
/host/spi-builder-workspace/Sources/FoundationHTTP/Web3+HTTPInitializer.swift
warning: 'spi-builder-workspace': found 53 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/PromiseKit/ContractPromiseExtensions.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/BytesConvertible.swift
/host/spi-builder-workspace/Sources/Core/Transaction/EthereumPublicKey.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Int+ETH.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Bytes+HexString.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumLogObject.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/String+BytesConvertible.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/SynchronizedArray.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumTransactionObject.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Exports+Web3.swift
/host/spi-builder-workspace/Sources/PromiseKit/Promisable.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/String+HexBytes.swift
/host/spi-builder-workspace/Sources/Core/Json/RPCRequest.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Bytes+TrimLeadingZeros.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumCall.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Bytes+SecureRandom.swift
/host/spi-builder-workspace/Sources/Core/Providers/Web3Provider.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumValue.swift
/host/spi-builder-workspace/Sources/Core/RLP/RLPItemConvertible.swift
/host/spi-builder-workspace/Sources/Core/RLP/Types+RLPItemConvertible.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumSyncStatusObject.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/String+Conversion.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumQuantityTag.swift
/host/spi-builder-workspace/Sources/Core/Transaction/EthereumTransaction.swift
/host/spi-builder-workspace/Sources/Core/RLP/RLPItem.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/UnsignedInteger+Shifting.swift
/host/spi-builder-workspace/Sources/FoundationHTTP/Web3+WebSocketInitializer.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumQuantity.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/EthereumUtils.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/CharacterSet+Hex.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/SynchronizedDictionary.swift
/host/spi-builder-workspace/Sources/PromiseKit/Web3+PromiseKit.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumTransactionReceiptObject.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumBlockObject.swift
/host/spi-builder-workspace/Sources/Core/Transaction/EthereumAddress.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/BigUInt+BytesConvertible.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/UnsignedInteger+BytesConvertible.swift
/host/spi-builder-workspace/Sources/Core/RLP/RLPEncoder.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/UInt+BytesRepresentable.swift
/host/spi-builder-workspace/Sources/Core/Transaction/EthereumPrivateKey.swift
/host/spi-builder-workspace/Sources/Core/RLP/RLPDecoder.swift
/host/spi-builder-workspace/Sources/PromiseKit/Exports+PromiseKit.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumValueConvertible.swift
/host/spi-builder-workspace/Sources/Core/Json/Types+EthereumValueConvertible.swift
/host/spi-builder-workspace/Sources/Core/Json/RPCResponse.swift
/host/spi-builder-workspace/Sources/FoundationHTTP/Web3HttpProvider.swift
/host/spi-builder-workspace/Sources/Core/Web3/Web3.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumData.swift
/host/spi-builder-workspace/Sources/FoundationHTTP/Web3WebSocketProvider.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Bytes+UInt.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Data+BytesConvertible.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Secp256k1+CTXCreator.swift
/host/spi-builder-workspace/Sources/FoundationHTTP/Web3+HTTPInitializer.swift
warning: 'quick': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/Quick/Sources/Quick/Info.plist
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/64] Emitting module secp256k1
[3/64] Compiling secp256k1 Exporter.swift
[5/168] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[6/169] Compiling CryptoSwift AES.swift
[7/169] Compiling CryptoSwift ASN1.swift
[8/169] Compiling CryptoSwift ASN1Scanner.swift
[9/169] Compiling CryptoSwift Array+Extension.swift
[10/169] Compiling CryptoSwift AEAD.swift
[11/169] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[12/171] Compiling CryptoSwift BlockCipher.swift
[13/171] Compiling CryptoSwift BlockDecryptor.swift
[14/189] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[15/189] Compiling _NIODataStructures Heap.swift
[16/189] Emitting module _NIODataStructures
[17/189] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[18/189] Compiling NIOConcurrencyHelpers NIOLock.swift
[19/189] Compiling NIOConcurrencyHelpers atomics.swift
[20/189] Compiling NIOConcurrencyHelpers lock.swift
[21/189] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[22/189] Compiling Atomics Primitives.native.swift
[23/189] Compiling Atomics AtomicInteger.swift
[24/189] Compiling Atomics AtomicStorage.swift
[25/189] Compiling Atomics AtomicValue.swift
[26/191] Compiling Atomics AtomicOptionalWrappable.swift
[27/191] Compiling Atomics AtomicReference.swift
[30/191] Compiling Atomics ManagedAtomic.swift
[31/191] Compiling Atomics ManagedAtomicLazyReference.swift
[32/191] Compiling _NIODataStructures PriorityQueue.swift
[33/191] Compiling _NIODataStructures _TinyArray.swift
[34/192] Compiling _NIOBase64 Base64.swift
[35/192] Emitting module _NIOBase64
[36/192] Compiling Atomics AtomicBool.swift
[37/192] Compiling Atomics IntegerConformances.swift
[38/192] Compiling Atomics PointerConformances.swift
[39/192] Emitting module PromiseKit
[40/193] Compiling Atomics UnsafeAtomic.swift
[41/193] Compiling Atomics UnsafeAtomicLazyReference.swift
[44/193] Compiling Atomics AtomicMemoryOrderings.swift
[45/193] Compiling Atomics DoubleWord.swift
[46/193] Emitting module NIOConcurrencyHelpers
[47/194] Emitting module BigInt
[49/196] Compiling Atomics Unmanaged extensions.swift
[50/196] Compiling CryptoSwift CCM.swift
[52/196] Compiling Atomics OptionalRawRepresentable.swift
[53/196] Compiling Atomics RawRepresentable.swift
[54/196] Emitting module InternalCollectionsUtilities
[62/197] Compiling Atomics IntegerOperations.swift
[89/419] Compiling HeapModule Heap+Descriptions.swift
[90/419] Compiling DequeModule Deque+CustomReflectable.swift
[91/419] Compiling DequeModule Deque+Descriptions.swift
[92/419] Compiling HeapModule _HeapNode.swift
[93/421] Compiling HeapModule Heap.swift
[94/421] Compiling DequeModule _DequeBuffer.swift
[95/421] Compiling DequeModule _DequeBufferHeader.swift
[96/421] Compiling HeapModule Heap+Invariants.swift
[97/421] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[98/421] Compiling HeapModule Heap+UnsafeHandle.swift
[99/421] Compiling _RopeModule BigString+Comparable.swift
[100/421] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[101/422] Compiling HashTreeCollections TreeSet+Hashable.swift
[102/422] Compiling HashTreeCollections TreeSet+Sendable.swift
[103/422] Compiling HashTreeCollections TreeSet+Sequence.swift
[104/422] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[105/422] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[106/422] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[107/422] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[108/422] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[109/422] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[110/422] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[111/426] Compiling DequeModule Deque+Equatable.swift
[112/426] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[113/432] Compiling DequeModule Deque+Extras.swift
[114/432] Compiling DequeModule Deque+Hashable.swift
[115/432] Emitting module HeapModule
[117/433] Compiling _RopeModule BigString+UnicodeScalarView.swift
[118/433] Compiling HashTreeCollections _HashNodeHeader.swift
[119/433] Compiling HashTreeCollections _HashSlot.swift
[120/433] Compiling HashTreeCollections _HashStack.swift
[121/433] Compiling HashTreeCollections TreeDictionary.swift
[122/433] Compiling HashTreeCollections TreeSet+Codable.swift
[123/433] Compiling HashTreeCollections TreeSet+Collection.swift
[124/433] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[125/433] Compiling HashTreeCollections TreeSet+Debugging.swift
[126/433] Compiling HashTreeCollections TreeSet+Descriptions.swift
[127/433] Compiling HashTreeCollections TreeSet+Equatable.swift
[128/433] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[129/433] Compiling HashTreeCollections TreeSet+Extras.swift
[130/433] Compiling HashTreeCollections TreeSet+Filter.swift
[132/440] Compiling DequeModule Deque+Codable.swift
[133/440] Compiling DequeModule Deque+Collection.swift
[140/440] Compiling DequeModule _DequeSlot.swift
[141/440] Compiling DequeModule _UnsafeWrappedBuffer.swift
[152/440] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[153/440] Compiling _RopeModule BigString+Hashing.swift
[154/440] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[155/440] Compiling HashTreeCollections _UnsafePath.swift
[156/440] Compiling HashTreeCollections TreeDictionary+Codable.swift
[157/440] Compiling HashTreeCollections TreeDictionary+Collection.swift
[158/440] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[159/440] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[160/440] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[161/440] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[162/440] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[163/440] Compiling HashTreeCollections _HashNode+Structural union.swift
[164/440] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[165/440] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[166/440] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[167/440] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[168/440] Compiling OrderedCollections OrderedSet+Sendable.swift
[169/440] Compiling OrderedCollections OrderedSet+SubSequence.swift
[170/440] Compiling OrderedCollections OrderedSet+Testing.swift
[171/440] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[172/440] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[173/440] Compiling OrderedCollections OrderedSet.swift
[174/440] Compiling OrderedCollections _UnsafeBitset.swift
[175/440] Compiling HashTreeCollections TreeDictionary+Merge.swift
[176/440] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[177/440] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[178/440] Compiling HashTreeCollections TreeDictionary+Values.swift
[179/440] Compiling DequeModule Deque+Testing.swift
[180/440] Compiling DequeModule Deque._Storage.swift
[181/440] Compiling DequeModule Deque._UnsafeHandle.swift
[182/440] Compiling DequeModule Deque.swift
[193/493] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[194/493] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[195/493] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[196/493] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[197/493] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[198/493] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[199/493] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[200/493] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[201/493] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[202/493] Compiling HashTreeCollections TreeSet.swift
[203/493] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[204/493] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[205/493] Compiling BitCollections BitArray+Extras.swift
[206/493] Compiling BitCollections BitArray+Fill.swift
[207/493] Compiling BitCollections BitArray+BitwiseOperations.swift
[208/493] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[209/493] Emitting module Atomics
[210/494] Emitting module DequeModule
[211/495] Compiling BitCollections BitArray+RandomBits.swift
[212/495] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[213/495] Compiling BitCollections BitArray+Shifts.swift
[214/495] Compiling BitCollections BitArray+Testing.swift
[215/495] Compiling BitCollections BitArray._UnsafeHandle.swift
[216/495] Compiling BitCollections BitArray.swift
[217/495] Compiling BitCollections BitSet+BidirectionalCollection.swift
[218/495] Compiling BitCollections BitSet+Codable.swift
[220/495] Compiling BitCollections BitSet+Hashable.swift
[221/495] Compiling BitCollections BitSet+Initializers.swift
[222/495] Compiling BitCollections BitSet+Invariants.swift
[223/495] Compiling BitCollections BitSet+Random.swift
[224/495] Compiling BitCollections BitSet+SetAlgebra basics.swift
[225/495] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[226/495] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[227/495] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[228/495] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[229/495] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[234/495] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[235/495] Compiling BitCollections BitSet+CustomReflectable.swift
[236/495] Compiling BitCollections BitSet+CustomStringConvertible.swift
[237/495] Compiling BitCollections BitSet+Equatable.swift
[238/495] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[239/495] Compiling BitCollections BitSet+Extras.swift
[245/504] Compiling BitCollections BitArray+Hashable.swift
[246/504] Compiling BitCollections BitArray+Initializers.swift
[247/504] Compiling BitCollections BitArray+Invariants.swift
[248/504] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[267/511] Compiling BitCollections BitSet+SetAlgebra union.swift
[268/511] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[269/511] Compiling BitCollections BitSet.Counted.swift
[270/511] Compiling BitCollections BitSet.Index.swift
[271/511] Compiling BitCollections BitSet._UnsafeHandle.swift
[272/511] Compiling BitCollections BitSet.swift
[273/511] Compiling BitCollections Range+Utilities.swift
[274/511] Compiling BitCollections Slice+Utilities.swift
[275/511] Compiling BitCollections UInt+Tricks.swift
[276/511] Compiling BitCollections _Word.swift
[292/511] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[293/511] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[294/511] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[295/511] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[308/511] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[309/511] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[310/511] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[311/511] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[312/511] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[315/511] Compiling BitCollections BitArray+Codable.swift
[316/511] Compiling BitCollections BitArray+Collection.swift
[317/511] Compiling BitCollections BitArray+Copy.swift
[318/511] Compiling BitCollections BitArray+CustomReflectable.swift
[319/511] Compiling BitCollections BitArray+Descriptions.swift
[320/511] Compiling BitCollections BitArray+Equatable.swift
[366/511] Emitting module BitCollections
[375/538] Emitting module OrderedCollections
[377/573] Compiling NIOCore ByteBuffer-int.swift
[378/573] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[379/573] Compiling NIOCore AddressedEnvelope.swift
[380/573] Compiling NIOCore AsyncAwaitSupport.swift
[381/573] Compiling NIOCore AsyncChannel.swift
[382/573] Compiling NIOCore AsyncChannelHandler.swift
[383/573] Compiling NIOCore AsyncChannelInboundStream.swift
[384/573] Compiling NIOCore AsyncChannelOutboundWriter.swift
[385/573] Compiling NIOCore NIOAny.swift
[386/573] Compiling NIOCore NIOCloseOnErrorHandler.swift
[387/573] Compiling NIOCore NIOCoreSendableMetatype.swift
[388/573] Compiling NIOCore NIOLoopBound.swift
[389/573] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[390/573] Compiling NIOCore NIOScheduledCallback.swift
[391/573] Compiling NIOCore NIOSendable.swift
[393/574] Emitting module _RopeModule
[394/574] Compiling _RopeModule Rope+Join.swift
[395/574] Compiling _RopeModule Rope+MutatingForEach.swift
[396/574] Compiling _RopeModule Rope+Remove.swift
[397/574] Compiling _RopeModule Rope+RemoveSubrange.swift
[398/574] Compiling _RopeModule Rope+Split.swift
[399/574] Compiling _RopeModule Optional Utilities.swift
[400/574] Compiling _RopeModule String Utilities.swift
[401/574] Compiling _RopeModule String.Index+ABI.swift
[402/574] Compiling _RopeModule _CharacterRecognizer.swift
[410/574] Compiling NIOCore RecvByteBufferAllocator.swift
[411/582] Compiling NIOCore IOData.swift
[412/582] Compiling NIOCore IPProtocol.swift
[413/582] Compiling NIOCore IntegerBitPacking.swift
[414/582] Compiling NIOCore IntegerTypes.swift
[415/582] Compiling NIOCore Interfaces.swift
[416/582] Compiling NIOCore Linux.swift
[417/582] Compiling NIOCore MarkedCircularBuffer.swift
[418/582] Compiling NIOCore MulticastChannel.swift
[425/582] Compiling NIOCore DeadChannel.swift
[426/582] Compiling NIOCore DispatchQueue+WithFuture.swift
[427/582] Compiling NIOCore EventLoop+Deprecated.swift
[428/582] Compiling NIOCore EventLoop+SerialExecutor.swift
[429/582] Compiling NIOCore EventLoop.swift
[430/582] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[431/582] Compiling NIOCore EventLoopFuture+Deprecated.swift
[432/582] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[433/582] Compiling NIOCore EventLoopFuture.swift
[434/582] Compiling NIOCore FileDescriptor.swift
[435/582] Compiling NIOCore FileHandle.swift
[436/582] Compiling NIOCore FileRegion.swift
[437/582] Compiling NIOCore GlobalSingletons.swift
[438/582] Compiling NIOCore IO.swift
[457/597] Emitting module HashTreeCollections
[467/598] Compiling NIOCore ByteBuffer-hex.swift
[476/598] Compiling NIOCore NIOAsyncSequenceProducer.swift
[477/598] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[478/598] Compiling NIOCore NIOAsyncWriter.swift
[479/598] Compiling NIOCore CircularBuffer.swift
[480/598] Compiling NIOCore Codec.swift
[481/598] Compiling NIOCore ConvenienceOptionSupport.swift
[491/600] Compiling Collections Collections.swift
[492/600] Emitting module Collections
[494/601] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[495/601] Compiling NIOCore SocketAddresses.swift
[496/601] Compiling NIOCore SocketOptionProvider.swift
[497/601] Compiling NIOCore SystemCallHelpers.swift
[498/601] Compiling NIOCore TimeAmount+Duration.swift
[499/601] Compiling NIOCore TypeAssistedChannelHandler.swift
[500/601] Compiling NIOCore UniversalBootstrapSupport.swift
[501/601] Compiling NIOCore Utilities.swift
[502/601] Compiling CryptoSwift Signature.swift
[503/601] Compiling CryptoSwift StreamDecryptor.swift
[504/601] Compiling CryptoSwift StreamEncryptor.swift
[505/601] Compiling CryptoSwift String+Extension.swift
[506/601] Compiling CryptoSwift UInt128.swift
[507/601] Compiling CryptoSwift UInt16+Extension.swift
[508/601] Compiling CryptoSwift UInt32+Extension.swift
[509/601] Compiling CryptoSwift UInt64+Extension.swift
[510/601] Compiling CryptoSwift UInt8+Extension.swift
[511/601] Compiling CryptoSwift Updatable.swift
[512/601] Compiling CryptoSwift Utils.swift
[513/601] Compiling CryptoSwift XChaCha20.swift
[514/601] Compiling CryptoSwift ZeroPadding.swift
[515/601] Compiling CryptoSwift resource_bundle_accessor.swift
[516/601] Emitting module CryptoSwift
[517/601] Compiling NIOCore ByteBuffer-multi-int.swift
[518/601] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[519/601] Compiling NIOCore ByteBuffer-views.swift
[520/601] Compiling NIOCore Channel.swift
[521/601] Compiling NIOCore ChannelHandler.swift
[522/601] Compiling NIOCore ChannelHandlers.swift
[523/601] Compiling NIOCore ChannelInvoker.swift
[524/601] Compiling NIOCore ChannelOption.swift
[525/601] Compiling NIOCore ChannelPipeline.swift
[526/601] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[527/601] Compiling NIOCore BSDSocketAPI.swift
[528/601] Compiling NIOCore ByteBuffer-aux.swift
[529/601] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[530/601] Compiling NIOCore ByteBuffer-conversions.swift
[531/601] Compiling NIOCore ByteBuffer-core.swift
[532/601] Compiling CryptoSwift XChaCha20+Foundation.swift
[533/601] Compiling CryptoSwift Generics.swift
[534/601] Compiling CryptoSwift HKDF.swift
[535/601] Compiling CryptoSwift HMAC.swift
[536/601] Compiling CryptoSwift ISO10126Padding.swift
[537/601] Compiling CryptoSwift ISO78164Padding.swift
[538/601] Compiling CryptoSwift Int+Extension.swift
[539/601] Compiling CryptoSwift MD5.swift
[540/601] Compiling CryptoSwift NoPadding.swift
[541/601] Compiling CryptoSwift Operators.swift
[542/601] Compiling CryptoSwift DER.swift
[543/601] Compiling CryptoSwift PBKDF1.swift
[544/601] Compiling CryptoSwift PBKDF2.swift
[545/601] Compiling CryptoSwift PKCS1v15.swift
[573/601] Compiling CryptoSwift SecureBytes.swift
[602/602] Emitting module NIOCore
[604/654] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[605/654] Emitting module NIOEmbedded
[606/654] Compiling NIOEmbedded AsyncTestingChannel.swift
[607/654] Compiling NIOEmbedded Embedded.swift
[609/655] Compiling NIOPosix IO.swift
[610/655] Compiling NIOPosix IntegerBitPacking.swift
[611/655] Compiling NIOPosix IntegerTypes.swift
[612/655] Compiling NIOPosix Linux.swift
[613/655] Compiling NIOPosix LinuxCPUSet.swift
[614/655] Compiling NIOPosix LinuxUring.swift
[615/655] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[616/661] Compiling NIOPosix ThreadPosix.swift
[617/661] Compiling NIOPosix ThreadWindows.swift
[618/661] Compiling NIOPosix UnsafeTransfer.swift
[619/661] Compiling NIOPosix Utilities.swift
[620/661] Compiling NIOPosix VsockAddress.swift
[621/661] Compiling NIOPosix VsockChannelEvents.swift
[622/661] Compiling NIOPosix BSDSocketAPICommon.swift
[623/661] Compiling NIOPosix BSDSocketAPIPosix.swift
[624/661] Compiling NIOPosix BSDSocketAPIWindows.swift
[625/661] Compiling NIOPosix BaseSocket.swift
[626/661] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[627/661] Compiling NIOPosix BaseSocketChannel.swift
[628/661] Compiling NIOPosix BaseStreamSocketChannel.swift
[629/661] Emitting module NIOPosix
[630/661] Compiling NIOPosix SelectableChannel.swift
[631/661] Compiling NIOPosix SelectableEventLoop.swift
[632/661] Compiling NIOPosix SelectorEpoll.swift
[633/661] Compiling NIOPosix SelectorGeneric.swift
[634/661] Compiling NIOPosix SelectorKqueue.swift
[635/661] Compiling NIOPosix SelectorUring.swift
[636/661] Compiling NIOPosix Pool.swift
[637/661] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[638/661] Compiling NIOPosix PosixSingletons.swift
[639/661] Compiling NIOPosix RawSocketBootstrap.swift
[640/661] Compiling NIOPosix Resolver.swift
[641/661] Compiling NIOPosix Selectable.swift
[642/661] Compiling NIOPosix ServerSocket.swift
[643/661] Compiling NIOPosix Socket.swift
[644/661] Compiling NIOPosix SocketChannel.swift
[645/661] Compiling NIOPosix SocketProtocols.swift
[646/661] Compiling NIOPosix System.swift
[647/661] Compiling NIOPosix Thread.swift
[648/661] Compiling NIOPosix Bootstrap.swift
[649/661] Compiling NIOPosix ControlMessage.swift
[650/661] Compiling NIOPosix DatagramVectorReadManager.swift
[651/661] Compiling NIOPosix Errors+Any.swift
[652/661] Compiling NIOPosix FileDescriptor.swift
[653/661] Compiling NIOPosix GetaddrinfoResolver.swift
[654/661] Compiling NIOPosix HappyEyeballs.swift
[655/661] Compiling NIOPosix NIOPosixSendableMetatype.swift
[656/661] Compiling NIOPosix NIOThreadPool.swift
[657/661] Compiling NIOPosix NonBlockingFileIO.swift
[658/661] Compiling NIOPosix PendingDatagramWritesManager.swift
[659/661] Compiling NIOPosix PendingWritesManager.swift
[660/661] Compiling NIOPosix PipeChannel.swift
[661/661] Compiling NIOPosix PipePair.swift
[663/664] Emitting module NIO
[664/664] Compiling NIO Exports.swift
[666/692] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[667/692] Emitting module NIOTLS
[668/692] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[669/692] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[670/692] Compiling NIOTLS TLSEvents.swift
[671/692] Compiling NIOTLS SNIHandler.swift
[672/692] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[673/692] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[674/692] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[675/692] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[676/692] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[677/694] Emitting module NIOFoundationCompat
[678/695] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[679/695] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[681/695] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[682/695] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[683/695] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[685/696] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[686/696] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[687/696] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[688/696] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[689/716] Compiling NIOSSL IdentityVerification.swift
[690/716] Compiling NIOSSL NIOSSLServerHandler.swift
[691/716] Compiling NIOSSL ObjectIdentifier.swift
[692/716] Compiling NIOSSL PosixPort.swift
[693/744] Emitting module NIOHTTP1
[694/744] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[695/744] Compiling NIOTransportServices NIOTSBootstraps.swift
[696/744] Compiling NIOTransportServices NIOTSChannelOptions.swift
[698/748] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[699/748] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[700/748] Compiling NIOTransportServices NIOTSListenerChannel.swift
[701/748] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[704/748] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[705/748] Compiling NIOTransportServices StateManagedChannel.swift
[706/748] Compiling NIOTransportServices StateManagedListenerChannel.swift
[707/748] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[708/754] Emitting module NIOTransportServices
[709/754] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[710/754] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[712/754] Compiling NIOTransportServices AcceptHandler.swift
[713/754] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[714/754] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[718/754] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[719/754] Compiling NIOTransportServices NIOTSSingletons.swift
[720/754] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[722/754] Compiling NIOTransportServices NIOTSErrors.swift
[723/754] Compiling NIOTransportServices NIOTSEventLoop.swift
[724/754] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[725/754] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[730/783] Compiling NIOSSL NIOSSLHandler.swift
[731/783] Compiling NIOSSL SSLCertificate.swift
[732/783] Compiling NIOSSL SSLCertificateExtensions.swift
[733/783] Compiling NIOSSL SSLCertificateName.swift
[734/783] Compiling NIOSSL SSLConnection.swift
[735/783] Compiling NIOExtras RequestResponseWithIDHandler.swift
[739/783] Compiling NIOExtras LineBasedFrameDecoder.swift
[740/783] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[741/783] Compiling NIOExtras NIOExtrasError.swift
[742/783] Compiling NIOExtras NIOLengthFieldBitLength.swift
[743/783] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[744/783] Compiling NIOExtras JSONRPCFraming.swift
[745/783] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[746/783] Compiling NIOExtras LengthFieldPrepender.swift
[747/783] Compiling NIOExtras DebugInboundEventsHandler.swift
[748/783] Compiling NIOExtras DebugOutboundEventsHandler.swift
[749/783] Compiling NIOExtras FixedLengthFrameDecoder.swift
[750/783] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[751/783] Compiling NIOWebSocket WebSocketErrorCodes.swift
[752/784] Compiling NIOWebSocket WebSocketOpcode.swift
[753/784] Emitting module NIOSSL
[757/786] Compiling NIOExtras RequestResponseHandler.swift
[759/786] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[763/786] Compiling NIOExtras NIORequestIdentifiable.swift
[764/786] Compiling NIOExtras PCAPRingBuffer.swift
[765/786] Compiling NIOExtras QuiescingHelper.swift
[768/786] Compiling NIOWebSocket WebSocketFrame.swift
[769/786] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[772/786] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[773/786] Emitting module NIOWebSocket
[775/787] Emitting module NIOExtras
[776/787] Compiling NIOSSL Zeroization.swift
[777/787] Compiling NIOSSL TLSConfiguration.swift
[778/787] Compiling NIOSSL UniversalBootstrapSupport.swift
[779/787] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[787/788] Compiling NIOExtras UnsafeTransfer.swift
[788/788] Compiling NIOExtras WritePCAPHandler.swift
[790/797] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[791/797] Compiling WebSocketKit WebSocketHandler.swift
[792/797] Emitting module WebSocketKit
[793/797] Compiling WebSocketKit Exports.swift
[794/797] Compiling WebSocketKit WebSocket+Concurrency.swift
[795/797] Compiling WebSocketKit WebSocket+Connect.swift
[796/797] Compiling WebSocketKit WebSocket.swift
[797/797] Compiling WebSocketKit WebSocketClient.swift
[799/842] Compiling Web3 BytesConvertible.swift
/host/spi-builder-workspace/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 |
[800/842] Compiling Web3 CharacterSet+Hex.swift
/host/spi-builder-workspace/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 |
[801/842] Compiling Web3 Data+BytesConvertible.swift
/host/spi-builder-workspace/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 |
[802/842] Compiling Web3 EthereumUtils.swift
/host/spi-builder-workspace/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 |
[803/842] Compiling Web3 Exports+Web3.swift
/host/spi-builder-workspace/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 |
[804/842] Compiling Web3 Int+ETH.swift
/host/spi-builder-workspace/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)
[805/848] Emitting module Web3
/host/spi-builder-workspace/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 |
[806/848] Compiling Web3 Types+EthereumValueConvertible.swift
/host/spi-builder-workspace/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 |
[807/848] Compiling Web3 Web3Provider.swift
/host/spi-builder-workspace/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 |
[808/848] Compiling Web3 RLPDecoder.swift
/host/spi-builder-workspace/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 |
[809/848] Compiling Web3 RLPEncoder.swift
/host/spi-builder-workspace/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/848] Compiling Web3 RLPItem.swift
/host/spi-builder-workspace/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/848] Compiling Web3 RLPItemConvertible.swift
/host/spi-builder-workspace/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/848] Compiling Web3 EthereumTransactionObject.swift
/host/spi-builder-workspace/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/848] Compiling Web3 EthereumTransactionReceiptObject.swift
/host/spi-builder-workspace/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/848] Compiling Web3 EthereumValue.swift
/host/spi-builder-workspace/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/848] Compiling Web3 EthereumValueConvertible.swift
/host/spi-builder-workspace/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/848] Compiling Web3 RPCRequest.swift
/host/spi-builder-workspace/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/848] Compiling Web3 RPCResponse.swift
/host/spi-builder-workspace/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/848] Compiling Web3 UInt+BytesRepresentable.swift
/host/spi-builder-workspace/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/848] Compiling Web3 UnsignedInteger+BytesConvertible.swift
/host/spi-builder-workspace/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/848] Compiling Web3 UnsignedInteger+Shifting.swift
/host/spi-builder-workspace/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/848] Compiling Web3 EthereumAddress.swift
/host/spi-builder-workspace/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/848] Compiling Web3 EthereumPrivateKey.swift
/host/spi-builder-workspace/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/848] Compiling Web3 EthereumPublicKey.swift
/host/spi-builder-workspace/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/848] Compiling Web3 Secp256k1+CTXCreator.swift
/host/spi-builder-workspace/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/848] Compiling Web3 String+BytesConvertible.swift
/host/spi-builder-workspace/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/848] Compiling Web3 String+Conversion.swift
/host/spi-builder-workspace/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/848] Compiling Web3 String+HexBytes.swift
/host/spi-builder-workspace/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/848] Compiling Web3 SynchronizedArray.swift
/host/spi-builder-workspace/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/848] Compiling Web3 SynchronizedDictionary.swift
/host/spi-builder-workspace/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/848] Compiling Web3 EthereumBlockObject.swift
/host/spi-builder-workspace/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/848] Compiling Web3 EthereumCall.swift
/host/spi-builder-workspace/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/848] Compiling Web3 EthereumData.swift
/host/spi-builder-workspace/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/848] Compiling Web3 EthereumLogObject.swift
/host/spi-builder-workspace/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/848] Compiling Web3 EthereumQuantity.swift
/host/spi-builder-workspace/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/848] Compiling Web3 EthereumQuantityTag.swift
/host/spi-builder-workspace/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/848] Compiling Web3 EthereumSyncStatusObject.swift
/host/spi-builder-workspace/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/848] Compiling Web3 Types+RLPItemConvertible.swift
/host/spi-builder-workspace/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/848] Compiling Web3 BigUInt+BytesConvertible.swift
/host/spi-builder-workspace/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/848] Compiling Web3 Bytes+HexString.swift
/host/spi-builder-workspace/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/848] Compiling Web3 Bytes+SecureRandom.swift
/host/spi-builder-workspace/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/848] Compiling Web3 Bytes+TrimLeadingZeros.swift
/host/spi-builder-workspace/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/848] Compiling Web3 Bytes+UInt.swift
/host/spi-builder-workspace/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/848] Compiling Web3 EthereumTransaction.swift
/host/spi-builder-workspace/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/848] Compiling Web3 Web3.swift
/host/spi-builder-workspace/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 |
[845/848] Compiling Web3 Web3+HTTPInitializer.swift
/host/spi-builder-workspace/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/848] Compiling Web3 Web3+WebSocketInitializer.swift
/host/spi-builder-workspace/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/848] Compiling Web3 Web3HttpProvider.swift
/host/spi-builder-workspace/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/848] Compiling Web3 Web3WebSocketProvider.swift
/host/spi-builder-workspace/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