Build Information
Failed to build Web3, reference 0.8.8 (b85187
), with Swift 6.1 for Wasm on 29 May 2025 09:01:25 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Boilertalk/Web3.swift.git
Reference: 0.8.8
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/Boilertalk/Web3.swift
* tag 0.8.8 -> FETCH_HEAD
HEAD is now at b85187d Add recovery functions to EthereumSignedTransaction (#173)
Cloned https://github.com/Boilertalk/Web3.swift.git
Revision (git rev-parse @):
b85187ddf230a10b04fa8574c44980f3369ddff5
SUCCESS checkout https://github.com/Boilertalk/Web3.swift.git at 0.8.8
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/Boilertalk/Web3.swift.git
https://github.com/Boilertalk/Web3.swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "bigint",
"requirement" : {
"range" : [
{
"lower_bound" : "5.3.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/attaswift/BigInt.git"
},
{
"identity" : "cryptoswift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/krzyzanowskim/CryptoSwift.git"
},
{
"identity" : "secp256k1.swift",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.7",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Boilertalk/secp256k1.swift.git"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "websocket-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "2.6.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/websocket-kit"
},
{
"identity" : "promisekit",
"requirement" : {
"range" : [
{
"lower_bound" : "6.18.1",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mxcl/PromiseKit.git"
},
{
"identity" : "quick",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.1",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Quick.git"
},
{
"identity" : "nimble",
"requirement" : {
"range" : [
{
"lower_bound" : "10.0.0",
"upper_bound" : "11.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Nimble.git"
}
],
"manifest_display_name" : "Web3",
"name" : "Web3",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "maccatalyst",
"version" : "14.0"
},
{
"name" : "driverkit",
"version" : "20.0"
}
],
"products" : [
{
"name" : "Web3",
"targets" : [
"Web3"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Web3PromiseKit",
"targets" : [
"Web3PromiseKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Web3ContractABI",
"targets" : [
"Web3ContractABI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "Web3Tests",
"module_type" : "SwiftTarget",
"name" : "Web3Tests",
"path" : "Tests/Web3Tests",
"product_dependencies" : [
"Quick",
"Nimble"
],
"sources" : [
"ABITests/ABIConvertibleTests.swift",
"ABITests/ABITests.swift",
"ABITests/SolidityTypeTests.swift",
"ABITests/WrappedValueTests.swift",
"ContractTests/ContractTests.swift",
"ContractTests/JSONContractTests.swift",
"JsonTests/EthereumBlockObjectTests.swift",
"JsonTests/EthereumCallParamsTests.swift",
"JsonTests/EthereumDataTests.swift",
"JsonTests/EthereumQuantityTagTests.swift",
"JsonTests/EthereumQuantityTests.swift",
"JsonTests/EthereumSyncStatusObjectTests.swift",
"JsonTests/EthereumValueTests.swift",
"JsonTests/RPCRequestJsonTests.swift",
"RLPTests/RLPDecoderTests.swift",
"RLPTests/RLPEncoderTests.swift",
"RLPTests/RLPItemTests.swift",
"Stubs/ERC721.swift",
"Stubs/Fallback.swift",
"Stubs/JSONStubs.swift",
"Stubs/LimitedMintableNonFungibleToken.swift",
"Stubs/TupleExamples.swift",
"Stubs/call_getBalance.swift",
"Stubs/estimateGas.swift",
"Stubs/getBlock1.swift",
"Stubs/getBlock2.swift",
"Stubs/getBlock3.swift",
"Stubs/getTransactionReceipt.swift",
"Stubs/sendTransaction.swift",
"ToolboxTests/EthereumUtilsTests.swift",
"ToolboxTests/Int+ETH.swift",
"ToolboxTests/String+Hex.swift",
"ToolboxTests/UInt+BytesRepresentableTests.swift",
"TransactionTests/EthereumAddressTests.swift",
"TransactionTests/EthereumPrivateKeyTests.swift",
"TransactionTests/EthereumPublicKeyTests.swift",
"TransactionTests/TransactionTests.swift",
"Web3Tests/Web3EventsTests.swift",
"Web3Tests/Web3HttpTests.swift"
],
"target_dependencies" : [
"Web3",
"Web3PromiseKit",
"Web3ContractABI"
],
"type" : "test"
},
{
"c99name" : "Web3PromiseKit",
"module_type" : "SwiftTarget",
"name" : "Web3PromiseKit",
"path" : "Sources",
"product_dependencies" : [
"PromiseKit"
],
"product_memberships" : [
"Web3PromiseKit"
],
"sources" : [
"PromiseKit/ContractPromiseExtensions.swift",
"PromiseKit/Exports+PromiseKit.swift",
"PromiseKit/Promisable.swift",
"PromiseKit/Web3+PromiseKit.swift"
],
"target_dependencies" : [
"Web3",
"Web3ContractABI"
],
"type" : "library"
},
{
"c99name" : "Web3ContractABI",
"module_type" : "SwiftTarget",
"name" : "Web3ContractABI",
"path" : "Sources",
"product_dependencies" : [
"BigInt",
"CryptoSwift"
],
"product_memberships" : [
"Web3PromiseKit",
"Web3ContractABI"
],
"sources" : [
"ContractABI/ABI/ABI.swift",
"ContractABI/ABI/ABIConvertible.swift",
"ContractABI/ABI/ABIDecoder.swift",
"ContractABI/ABI/ABIEncoder.swift",
"ContractABI/ABI/Eth+ABI.swift",
"ContractABI/ABI/SolidityTuple.swift",
"ContractABI/ABI/SolidityType+Codable.swift",
"ContractABI/ABI/SolidityType.swift",
"ContractABI/ABI/SolidityWrappedValue.swift",
"ContractABI/Contract/ABIObject.swift",
"ContractABI/Contract/ERC165.swift",
"ContractABI/Contract/ERC20.swift",
"ContractABI/Contract/ERC721.swift",
"ContractABI/Contract/Eth+Contract.swift",
"ContractABI/Contract/EthereumContract.swift",
"ContractABI/Contract/SolidityEvent.swift",
"ContractABI/Contract/SolidityFunction.swift",
"ContractABI/Contract/SolidityInvocation.swift"
],
"target_dependencies" : [
"Web3"
],
"type" : "library"
},
{
"c99name" : "Web3",
"module_type" : "SwiftTarget",
"name" : "Web3",
"path" : "Sources",
"product_dependencies" : [
"BigInt",
"CryptoSwift",
"secp256k1",
"Collections",
"WebSocketKit"
],
"product_memberships" : [
"Web3",
"Web3PromiseKit",
"Web3ContractABI"
],
"sources" : [
"Core/Json/EthereumBlockObject.swift",
"Core/Json/EthereumCall.swift",
"Core/Json/EthereumData.swift",
"Core/Json/EthereumLogObject.swift",
"Core/Json/EthereumQuantity.swift",
"Core/Json/EthereumQuantityTag.swift",
"Core/Json/EthereumSyncStatusObject.swift",
"Core/Json/EthereumTransactionObject.swift",
"Core/Json/EthereumTransactionReceiptObject.swift",
"Core/Json/EthereumValue.swift",
"Core/Json/EthereumValueConvertible.swift",
"Core/Json/RPCRequest.swift",
"Core/Json/RPCResponse.swift",
"Core/Json/Types+EthereumValueConvertible.swift",
"Core/Providers/Web3Provider.swift",
"Core/RLP/RLPDecoder.swift",
"Core/RLP/RLPEncoder.swift",
"Core/RLP/RLPItem.swift",
"Core/RLP/RLPItemConvertible.swift",
"Core/RLP/Types+RLPItemConvertible.swift",
"Core/Toolbox/BigUInt+BytesConvertible.swift",
"Core/Toolbox/Bytes+HexString.swift",
"Core/Toolbox/Bytes+SecureRandom.swift",
"Core/Toolbox/Bytes+TrimLeadingZeros.swift",
"Core/Toolbox/Bytes+UInt.swift",
"Core/Toolbox/BytesConvertible.swift",
"Core/Toolbox/CharacterSet+Hex.swift",
"Core/Toolbox/Data+BytesConvertible.swift",
"Core/Toolbox/EthereumUtils.swift",
"Core/Toolbox/Exports+Web3.swift",
"Core/Toolbox/Int+ETH.swift",
"Core/Toolbox/Secp256k1+CTXCreator.swift",
"Core/Toolbox/String+BytesConvertible.swift",
"Core/Toolbox/String+Conversion.swift",
"Core/Toolbox/String+HexBytes.swift",
"Core/Toolbox/SynchronizedArray.swift",
"Core/Toolbox/SynchronizedDictionary.swift",
"Core/Toolbox/UInt+BytesRepresentable.swift",
"Core/Toolbox/UnsignedInteger+BytesConvertible.swift",
"Core/Toolbox/UnsignedInteger+Shifting.swift",
"Core/Transaction/EthereumAddress.swift",
"Core/Transaction/EthereumPrivateKey.swift",
"Core/Transaction/EthereumPublicKey.swift",
"Core/Transaction/EthereumTransaction.swift",
"Core/Web3/Web3.swift",
"FoundationHTTP/Web3+HTTPInitializer.swift",
"FoundationHTTP/Web3+WebSocketInitializer.swift",
"FoundationHTTP/Web3HttpProvider.swift",
"FoundationHTTP/Web3WebSocketProvider.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/vapor/websocket-kit
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/mxcl/PromiseKit.git
[1/2609] Fetching websocket-kit
[1436/19200] Fetching websocket-kit, swift-collections
[1516/36386] Fetching websocket-kit, swift-collections, promisekit
[3201/51141] Fetching websocket-kit, swift-collections, promisekit, quick
[3202/70725] Fetching websocket-kit, swift-collections, promisekit, quick, nimble
Fetching https://github.com/Boilertalk/secp256k1.swift.git
[70726/71505] Fetching websocket-kit, swift-collections, promisekit, quick, nimble, secp256k1.swift
Fetched https://github.com/Boilertalk/secp256k1.swift.git from cache (1.51s)
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetched https://github.com/mxcl/PromiseKit.git from cache (3.45s)
Fetching https://github.com/attaswift/BigInt.git
Fetched https://github.com/vapor/websocket-kit from cache (3.53s)
Fetched https://github.com/Quick/Quick.git from cache (3.55s)
Fetched https://github.com/apple/swift-collections.git from cache (3.58s)
Fetched https://github.com/Quick/Nimble.git from cache (3.59s)
[1/4776] Fetching bigint
[336/17717] Fetching bigint, cryptoswift
Fetched https://github.com/attaswift/BigInt.git from cache (1.58s)
[12165/12941] Fetching cryptoswift
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (2.82s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 10.0.0 (7.31s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.39s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 5.0.1 (1.46s)
Computing version for https://github.com/Boilertalk/secp256k1.swift.git
Computed https://github.com/Boilertalk/secp256k1.swift.git at 0.1.7 (1.03s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (1.05s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.36s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (1.46s)
Computing version for https://github.com/mxcl/PromiseKit.git
Computed https://github.com/mxcl/PromiseKit.git at 6.22.1 (1.08s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.5.2 (0.95s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.4 (1.11s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (2.40s)
Computing version for https://github.com/vapor/websocket-kit
Computed https://github.com/vapor/websocket-kit at 2.16.1 (0.87s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2667] Fetching swift-nio-transport-services
[2375/4377] Fetching swift-nio-transport-services, swift-atomics
[2739/10291] Fetching swift-nio-transport-services, swift-atomics, swift-nio-extras
[9287/25134] Fetching swift-nio-transport-services, swift-atomics, swift-nio-extras, swift-nio-ssl
[9347/101227] Fetching swift-nio-transport-services, swift-atomics, swift-nio-extras, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (0.97s)
[13407/99517] Fetching swift-nio-transport-services, swift-nio-extras, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.04s)
[7790/93603] Fetching swift-nio-transport-services, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (9.21s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (9.24s)
Fetched https://github.com/apple/swift-nio.git from cache (9.40s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (10.35s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.58s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.60s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.49s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (1.05s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.24s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (1.05s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-algorithms.git
[1/3836] Fetching swift-log
[462/5426] Fetching swift-log, swift-asn1
[2469/11385] Fetching swift-log, swift-asn1, swift-algorithms
[3397/13811] Fetching swift-log, swift-asn1, swift-algorithms, swift-service-lifecycle
[3525/18796] Fetching swift-log, swift-asn1, swift-algorithms, swift-service-lifecycle, swift-async-algorithms
Fetched https://github.com/apple/swift-asn1.git from cache (0.75s)
[14075/17206] Fetching swift-log, swift-algorithms, swift-service-lifecycle, swift-async-algorithms
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.07s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.08s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-certificates.git
Fetched https://github.com/apple/swift-algorithms.git from cache (1.21s)
Fetched https://github.com/apple/swift-log.git from cache (1.21s)
[1/1141] Fetching swift-http-structured-headers
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.65s)
[1/6155] Fetching swift-certificates
[63/17682] Fetching swift-certificates, swift-nio-http2
[1879/18586] Fetching swift-certificates, swift-nio-http2, swift-http-types
Fetched https://github.com/apple/swift-certificates.git from cache (0.86s)
[3902/12431] Fetching swift-nio-http2, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (2.44s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.48s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (4.51s)
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.91s)
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.07s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (1.20s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.56s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (5.65s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.07s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.97s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.74s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.51s)
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.75s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.96s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.83s)
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/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-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.5.2
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/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.8.4
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/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-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/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-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
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/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/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/vapor/websocket-kit
Working copy of https://github.com/vapor/websocket-kit resolved at 2.16.1
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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.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/ABIConvertible.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/Eth+ABI.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityTuple.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityType+Codable.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityWrappedValue.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/ABIObject.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/ERC721.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/EthereumContract.swift
/host/spi-builder-workspace/Sources/PromiseKit/ContractPromiseExtensions.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/ERC20.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/ABIEncoder.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/ContractABI/ABI/ABIDecoder.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/SolidityInvocation.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/ABI.swift
/host/spi-builder-workspace/Sources/PromiseKit/Exports+PromiseKit.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityType.swift
/host/spi-builder-workspace/Sources/PromiseKit/Promisable.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/ERC165.swift
/host/spi-builder-workspace/Sources/PromiseKit/Web3+PromiseKit.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/SolidityEvent.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/EthereumContract.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/SolidityInvocation.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumLogObject.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/ERC721.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/String+BytesConvertible.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/UnsignedInteger+BytesConvertible.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/SolidityFunction.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Bytes+HexString.swift
/host/spi-builder-workspace/Sources/Core/Transaction/EthereumAddress.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityType.swift
/host/spi-builder-workspace/Sources/Core/Providers/Web3Provider.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Exports+Web3.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/BigUInt+BytesConvertible.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/ABIConvertible.swift
/host/spi-builder-workspace/Sources/Core/Json/RPCResponse.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/ERC20.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/SolidityEvent.swift
/host/spi-builder-workspace/Sources/Core/Transaction/EthereumPrivateKey.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumBlockObject.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/ABI.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/String+Conversion.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/ABIObject.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/ABIDecoder.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityType+Codable.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Secp256k1+CTXCreator.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/String+HexBytes.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityTuple.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumData.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/BytesConvertible.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/Toolbox/UInt+BytesRepresentable.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/Contract/ERC165.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/Contract/Eth+Contract.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityWrappedValue.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumSyncStatusObject.swift
/host/spi-builder-workspace/Sources/Core/RLP/RLPDecoder.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/Eth+ABI.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumQuantity.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/SynchronizedArray.swift
/host/spi-builder-workspace/Sources/Core/Json/Types+EthereumValueConvertible.swift
/host/spi-builder-workspace/Sources/Core/Transaction/EthereumTransaction.swift
/host/spi-builder-workspace/Sources/Core/Web3/Web3.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Data+BytesConvertible.swift
/host/spi-builder-workspace/Sources/Core/RLP/Types+RLPItemConvertible.swift
/host/spi-builder-workspace/Sources/FoundationHTTP/Web3+WebSocketInitializer.swift
/host/spi-builder-workspace/Sources/Core/RLP/RLPItemConvertible.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Bytes+TrimLeadingZeros.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumValue.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumTransactionReceiptObject.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Bytes+SecureRandom.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumValueConvertible.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/EthereumUtils.swift
/host/spi-builder-workspace/Sources/Core/Json/RPCRequest.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/RLP/RLPItem.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/ABIEncoder.swift
/host/spi-builder-workspace/Sources/FoundationHTTP/Web3WebSocketProvider.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Int+ETH.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/UnsignedInteger+Shifting.swift
/host/spi-builder-workspace/Sources/Core/Transaction/EthereumPublicKey.swift
warning: 'spi-builder-workspace': found 53 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/Core/Json/EthereumLogObject.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/UnsignedInteger+BytesConvertible.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/String+BytesConvertible.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Bytes+HexString.swift
/host/spi-builder-workspace/Sources/Core/Transaction/EthereumAddress.swift
/host/spi-builder-workspace/Sources/Core/Providers/Web3Provider.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Exports+Web3.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/BigUInt+BytesConvertible.swift
/host/spi-builder-workspace/Sources/Core/Json/RPCResponse.swift
/host/spi-builder-workspace/Sources/PromiseKit/Exports+PromiseKit.swift
/host/spi-builder-workspace/Sources/Core/Transaction/EthereumPrivateKey.swift
/host/spi-builder-workspace/Sources/PromiseKit/Promisable.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumBlockObject.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/String+Conversion.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Secp256k1+CTXCreator.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/String+HexBytes.swift
/host/spi-builder-workspace/Sources/FoundationHTTP/Web3HttpProvider.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumData.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/BytesConvertible.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/Toolbox/UInt+BytesRepresentable.swift
/host/spi-builder-workspace/Sources/PromiseKit/Web3+PromiseKit.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumCall.swift
/host/spi-builder-workspace/Sources/PromiseKit/ContractPromiseExtensions.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumQuantityTag.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/Json/EthereumSyncStatusObject.swift
/host/spi-builder-workspace/Sources/Core/RLP/RLPDecoder.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/SynchronizedArray.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumQuantity.swift
/host/spi-builder-workspace/Sources/Core/Json/Types+EthereumValueConvertible.swift
/host/spi-builder-workspace/Sources/Core/Transaction/EthereumTransaction.swift
/host/spi-builder-workspace/Sources/Core/Web3/Web3.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Data+BytesConvertible.swift
/host/spi-builder-workspace/Sources/Core/RLP/Types+RLPItemConvertible.swift
/host/spi-builder-workspace/Sources/FoundationHTTP/Web3+WebSocketInitializer.swift
/host/spi-builder-workspace/Sources/Core/RLP/RLPItemConvertible.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Bytes+TrimLeadingZeros.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumValue.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumTransactionReceiptObject.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Bytes+SecureRandom.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumValueConvertible.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/EthereumUtils.swift
/host/spi-builder-workspace/Sources/Core/Json/RPCRequest.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/RLP/RLPItem.swift
/host/spi-builder-workspace/Sources/FoundationHTTP/Web3WebSocketProvider.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Int+ETH.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/UnsignedInteger+Shifting.swift
/host/spi-builder-workspace/Sources/Core/Transaction/EthereumPublicKey.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
[0/449] Write sources
[32/449] Compiling CNIOWindows shim.c
[33/449] Compiling CNIOWindows WSAStartup.c
[34/449] Compiling lax_der_parsing.c
[35/449] Compiling lax_der_privatekey_parsing.c
[36/449] Compiling _AtomicsShims.c
[37/449] Compiling CNIOWASI CNIOWASI.c
[38/449] Compiling CNIOLinux liburing_shims.c
[39/449] Compiling CNIOLinux shim.c
[40/449] Compiling CNIOSHA1 c_nio_sha1.c
[41/449] Compiling CNIODarwin shim.c
[42/449] Compiling CNIOLLHTTP c_nio_http.c
[43/449] Compiling CNIOLLHTTP c_nio_api.c
[44/449] Compiling fiat_p256_adx_mul.S
[45/449] Write swift-version-24593BA9C3E375BF.txt
[46/449] Compiling fiat_p256_adx_sqr.S
[47/449] Compiling fiat_curve25519_adx_square.S
[48/449] Compiling fiat_curve25519_adx_mul.S
[49/449] Compiling CNIOBoringSSLShims shims.c
[50/471] Compiling secp256k1.c
[51/586] Compiling CNIOLLHTTP c_nio_llhttp.c
[53/588] Emitting module InternalCollectionsUtilities
error: emit-module command failed with exit code 1 (use -v to see invocation)
[54/589] Emitting module PromiseKit
/host/spi-builder-workspace/.build/checkouts/PromiseKit/Sources/Box.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 |
3 | enum Sealant<R> {
[55/591] Emitting module _NIOBase64
[56/591] Compiling _NIOBase64 Base64.swift
[58/592] Compiling CryptoSwift BlockEncryptor.swift
/host/spi-builder-workspace/.build/checkouts/PromiseKit/Sources/Box.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 |
3 | enum Sealant<R> {
[59/592] Compiling CryptoSwift BlockMode.swift
/host/spi-builder-workspace/.build/checkouts/PromiseKit/Sources/Box.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 |
3 | enum Sealant<R> {
[60/592] Compiling CryptoSwift BlockModeOptions.swift
/host/spi-builder-workspace/.build/checkouts/PromiseKit/Sources/Box.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 |
3 | enum Sealant<R> {
[61/592] Compiling _NIODataStructures _TinyArray.swift
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls_method.cc:17:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
32 | #include <pthread.h>
| ^~~~~~~~~~~
1 error generated.
[61/592] Compiling tls_method.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls_record.cc:19:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
32 | #include <pthread.h>
| ^~~~~~~~~~~
1 error generated.
[61/592] Compiling tls_record.cc
[62/592] Compiling CryptoSwift ECB.swift
[63/592] Compiling CryptoSwift GCM.swift
[64/592] Compiling secp256k1 Exporter.swift
[65/592] Emitting module secp256k1
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-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/Contract/ERC20.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/ABIDecoder.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/ERC165.swift
/host/spi-builder-workspace/Sources/PromiseKit/ContractPromiseExtensions.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityType.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/ABIEncoder.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/Eth+Contract.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityType+Codable.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityWrappedValue.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/ERC721.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/SolidityFunction.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/Eth+ABI.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/SolidityInvocation.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/ABI/ABIConvertible.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityTuple.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/ABIObject.swift
/host/spi-builder-workspace/Sources/PromiseKit/Promisable.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/SolidityEvent.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/EthereumContract.swift
/host/spi-builder-workspace/Sources/PromiseKit/Web3+PromiseKit.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/Json/EthereumCall.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumBlockObject.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/ERC20.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/SolidityEvent.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityType.swift
/host/spi-builder-workspace/Sources/Core/RLP/RLPDecoder.swift
/host/spi-builder-workspace/Sources/Core/RLP/RLPItemConvertible.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/EthereumUtils.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Secp256k1+CTXCreator.swift
/host/spi-builder-workspace/Sources/Core/Transaction/EthereumAddress.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Bytes+TrimLeadingZeros.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/String+BytesConvertible.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumSyncStatusObject.swift
/host/spi-builder-workspace/Sources/FoundationHTTP/Web3+HTTPInitializer.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Bytes+SecureRandom.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/ABI.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/BytesConvertible.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/EthereumContract.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumLogObject.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/Json/EthereumValue.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/UnsignedInteger+BytesConvertible.swift
/host/spi-builder-workspace/Sources/Core/Transaction/EthereumPublicKey.swift
/host/spi-builder-workspace/Sources/Core/Web3/Web3.swift
/host/spi-builder-workspace/Sources/Core/RLP/Types+RLPItemConvertible.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/Eth+Contract.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityWrappedValue.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumData.swift
/host/spi-builder-workspace/Sources/Core/Json/RPCRequest.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumQuantityTag.swift
/host/spi-builder-workspace/Sources/FoundationHTTP/Web3WebSocketProvider.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/ABIEncoder.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Bytes+UInt.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Int+ETH.swift
/host/spi-builder-workspace/Sources/Core/Json/Types+EthereumValueConvertible.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/BigUInt+BytesConvertible.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumValueConvertible.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/Eth+ABI.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/ABIObject.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/FoundationHTTP/Web3+WebSocketInitializer.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/ERC165.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityTuple.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/String+Conversion.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/UInt+BytesRepresentable.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumQuantity.swift
/host/spi-builder-workspace/Sources/Core/Json/RPCResponse.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Bytes+HexString.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Data+BytesConvertible.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/SolidityInvocation.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/SynchronizedArray.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumTransactionReceiptObject.swift
/host/spi-builder-workspace/Sources/Core/Transaction/EthereumTransaction.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/RLP/RLPItem.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/String+HexBytes.swift
/host/spi-builder-workspace/Sources/FoundationHTTP/Web3HttpProvider.swift
/host/spi-builder-workspace/Sources/Core/RLP/RLPEncoder.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Exports+Web3.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumTransactionObject.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/UnsignedInteger+Shifting.swift
/host/spi-builder-workspace/Sources/Core/Providers/Web3Provider.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityType+Codable.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/ABIDecoder.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/RLP/RLPDecoder.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumBlockObject.swift
/host/spi-builder-workspace/Sources/Core/RLP/RLPItemConvertible.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Secp256k1+CTXCreator.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/EthereumUtils.swift
/host/spi-builder-workspace/Sources/Core/Transaction/EthereumAddress.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Bytes+TrimLeadingZeros.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/String+BytesConvertible.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumSyncStatusObject.swift
/host/spi-builder-workspace/Sources/FoundationHTTP/Web3+HTTPInitializer.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Bytes+SecureRandom.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/BytesConvertible.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumLogObject.swift
/host/spi-builder-workspace/Sources/Core/Transaction/EthereumPrivateKey.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumValue.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/UnsignedInteger+BytesConvertible.swift
/host/spi-builder-workspace/Sources/Core/Transaction/EthereumPublicKey.swift
/host/spi-builder-workspace/Sources/Core/Web3/Web3.swift
/host/spi-builder-workspace/Sources/Core/RLP/Types+RLPItemConvertible.swift
/host/spi-builder-workspace/Sources/PromiseKit/Exports+PromiseKit.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumData.swift
/host/spi-builder-workspace/Sources/Core/Json/RPCRequest.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumQuantityTag.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/Int+ETH.swift
/host/spi-builder-workspace/Sources/Core/Json/Types+EthereumValueConvertible.swift
/host/spi-builder-workspace/Sources/PromiseKit/Promisable.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/BigUInt+BytesConvertible.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumValueConvertible.swift
/host/spi-builder-workspace/Sources/PromiseKit/Web3+PromiseKit.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/FoundationHTTP/Web3+WebSocketInitializer.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/String+Conversion.swift
/host/spi-builder-workspace/Sources/PromiseKit/ContractPromiseExtensions.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/UInt+BytesRepresentable.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumQuantity.swift
/host/spi-builder-workspace/Sources/Core/Json/RPCResponse.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Bytes+HexString.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Data+BytesConvertible.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/SynchronizedArray.swift
/host/spi-builder-workspace/Sources/Core/Transaction/EthereumTransaction.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumTransactionReceiptObject.swift
/host/spi-builder-workspace/Sources/Core/RLP/RLPItem.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/String+HexBytes.swift
/host/spi-builder-workspace/Sources/FoundationHTTP/Web3HttpProvider.swift
/host/spi-builder-workspace/Sources/Core/RLP/RLPEncoder.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Exports+Web3.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumTransactionObject.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/UnsignedInteger+Shifting.swift
/host/spi-builder-workspace/Sources/Core/Providers/Web3Provider.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumCall.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...
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls_record.cc:19:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
32 | #include <pthread.h>
| ^~~~~~~~~~~
1 error generated.
[0/398] Compiling tls_record.cc
[0/398] Compiling tls13_enc.cc
[0/398] Compiling tls13_client.cc
[0/398] Compiling tls_method.cc
[0/398] Compiling tls13_both.cc
[0/398] Compiling tls13_server.cc
[0/398] Compiling ssl_x509.cc
[0/398] Compiling t1_enc.cc
BUILD FAILURE 6.1 wasm