Build Information
Failed to build Web3, reference master (b85187
), with Swift 6.1 for Wasm on 9 Jul 2025 07:42:19 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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.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: wasm
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-4609320-3":/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:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/mxcl/PromiseKit.git
Fetching https://github.com/Boilertalk/secp256k1.swift.git
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/vapor/websocket-kit
[1/780] Fetching secp256k1.swift
[251/17966] Fetching secp256k1.swift, promisekit
[252/32796] Fetching secp256k1.swift, promisekit, quick
[3172/52380] Fetching secp256k1.swift, promisekit, quick, nimble
[3321/54989] Fetching secp256k1.swift, promisekit, quick, nimble, websocket-kit
Fetched https://github.com/vapor/websocket-kit from cache (0.61s)
[10127/52380] Fetching secp256k1.swift, promisekit, quick, nimble
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
[25104/65344] Fetching secp256k1.swift, promisekit, quick, nimble, cryptoswift
Fetched https://github.com/mxcl/PromiseKit.git from cache (2.36s)
[39343/48158] Fetching secp256k1.swift, quick, nimble, cryptoswift
Fetching https://github.com/attaswift/BigInt.git
[48159/52965] Fetching secp256k1.swift, quick, nimble, cryptoswift, bigint
Fetching https://github.com/apple/swift-collections.git
Fetched https://github.com/Boilertalk/secp256k1.swift.git from cache (3.23s)
Fetched https://github.com/Quick/Quick.git from cache (3.24s)
Fetched https://github.com/Quick/Nimble.git from cache (3.26s)
Fetched https://github.com/attaswift/BigInt.git from cache (1.06s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (2.84s)
[1/16746] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.39s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 10.0.0 (5.22s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.26s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 5.0.1 (1.43s)
Computing version for https://github.com/Boilertalk/secp256k1.swift.git
Computed https://github.com/Boilertalk/secp256k1.swift.git at 0.1.7 (0.85s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.94s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.21s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.80s)
Computing version for https://github.com/mxcl/PromiseKit.git
Computed https://github.com/mxcl/PromiseKit.git at 6.22.1 (0.64s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.6.0 (0.86s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.5 (0.86s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.17s)
Computing version for https://github.com/vapor/websocket-kit
Computed https://github.com/vapor/websocket-kit at 2.16.1 (0.79s)
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-extras.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2673] Fetching swift-nio-transport-services
[1579/4481] Fetching swift-nio-transport-services, swift-atomics
[3271/10513] Fetching swift-nio-transport-services, swift-atomics, swift-nio-extras
[10514/25443] Fetching swift-nio-transport-services, swift-atomics, swift-nio-extras, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.55s)
[9333/22770] Fetching swift-atomics, swift-nio-extras, swift-nio-ssl
[9334/99265] Fetching swift-atomics, swift-nio-extras, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.63s)
[6044/93233] Fetching swift-atomics, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (1.90s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.95s)
[51252/76495] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (6.23s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (7.82s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.84.0 (1.01s)
Fetching https://github.com/apple/swift-system.git
[1/4546] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (1.33s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.87s)
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 (0.95s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.32.0 (0.55s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.28.0 (0.54s)
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-algorithms.git
[1/2426] Fetching swift-service-lifecycle
[147/4042] Fetching swift-service-lifecycle, swift-asn1
[2573/9032] Fetching swift-service-lifecycle, swift-asn1, swift-async-algorithms
[4371/12889] Fetching swift-service-lifecycle, swift-asn1, swift-async-algorithms, swift-log
[6049/18848] Fetching swift-service-lifecycle, swift-asn1, swift-async-algorithms, swift-log, swift-algorithms
[7671/25092] Fetching swift-service-lifecycle, swift-asn1, swift-async-algorithms, swift-log, swift-algorithms, swift-certificates
Fetched https://github.com/apple/swift-algorithms.git from cache (0.48s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetched https://github.com/apple/swift-asn1.git from cache (0.50s)
Fetched https://github.com/apple/swift-log.git from cache (0.50s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.50s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.50s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-certificates.git from cache (0.55s)
[1/1169] Fetching swift-http-structured-headers
[948/2073] Fetching swift-http-structured-headers, swift-http-types
[2074/13667] Fetching swift-http-structured-headers, swift-http-types, swift-nio-http2
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.31s)
[2644/12498] Fetching swift-http-types, swift-nio-http2
Fetched https://github.com/apple/swift-http-types.git from cache (0.30s)
[2087/11594] Fetching swift-nio-http2
Fetched https://github.com/apple/swift-nio-http2.git from cache (0.89s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (2.11s)
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 (1.56s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.68s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.11.0 (0.75s)
Fetching https://github.com/apple/swift-crypto.git
[1/15684] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (10.53s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (12.18s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.50s)
Fetching https://github.com/apple/swift-numerics.git
[1/5757] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.37s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (2.21s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.46s)
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.88s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.53s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.37.0 (0.62s)
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/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-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/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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.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/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-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-asn1.git
Working copy of https://github.com/apple/swift-asn1.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-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/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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
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-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-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/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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
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/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/mxcl/PromiseKit.git
Working copy of https://github.com/mxcl/PromiseKit.git resolved at 6.22.1
warning: 'spi-builder-workspace': found 22 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/ContractABI/ABI/ABIDecoder.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/EthereumContract.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityWrappedValue.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/ABIEncoder.swift
/host/spi-builder-workspace/Sources/PromiseKit/Promisable.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/ABI.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/ERC20.swift
/host/spi-builder-workspace/Sources/PromiseKit/Web3+PromiseKit.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/Contract/ABIObject.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/SolidityFunction.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/ABIConvertible.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityType.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/PromiseKit/Exports+PromiseKit.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/Eth+Contract.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/ERC721.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/ERC165.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/Transaction/EthereumPrivateKey.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumTransactionObject.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/Toolbox/UInt+BytesRepresentable.swift
/host/spi-builder-workspace/Sources/Core/Json/RPCResponse.swift
/host/spi-builder-workspace/Sources/Core/Json/Types+EthereumValueConvertible.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/BigUInt+BytesConvertible.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/SolidityFunction.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityType.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/EthereumUtils.swift
/host/spi-builder-workspace/Sources/Core/Transaction/EthereumPublicKey.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/ERC20.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/ABIConvertible.swift
/host/spi-builder-workspace/Sources/FoundationHTTP/Web3WebSocketProvider.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumQuantityTag.swift
/host/spi-builder-workspace/Sources/FoundationHTTP/Web3+WebSocketInitializer.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Exports+Web3.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Bytes+HexString.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/Core/Toolbox/BytesConvertible.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumBlockObject.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/ERC165.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/String+HexBytes.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/ABI.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/String+Conversion.swift
/host/spi-builder-workspace/Sources/Core/Transaction/EthereumTransaction.swift
/host/spi-builder-workspace/Sources/FoundationHTTP/Web3HttpProvider.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/Eth+ABI.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumTransactionReceiptObject.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumCall.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/EthereumContract.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/CharacterSet+Hex.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/Transaction/EthereumAddress.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/UnsignedInteger+Shifting.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/RLP/RLPItem.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/SolidityInvocation.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumValueConvertible.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/Eth+Contract.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Int+ETH.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumQuantity.swift
/host/spi-builder-workspace/Sources/Core/RLP/RLPDecoder.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/SynchronizedDictionary.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumSyncStatusObject.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityWrappedValue.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumLogObject.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/UnsignedInteger+BytesConvertible.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/SolidityEvent.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Secp256k1+CTXCreator.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/Bytes+SecureRandom.swift
/host/spi-builder-workspace/Sources/FoundationHTTP/Web3+HTTPInitializer.swift
/host/spi-builder-workspace/Sources/Core/RLP/RLPItemConvertible.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/ABIObject.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/SynchronizedArray.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumData.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/ABIEncoder.swift
/host/spi-builder-workspace/Sources/Core/RLP/RLPEncoder.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Bytes+UInt.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/EthereumTransactionObject.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/Toolbox/UInt+BytesRepresentable.swift
/host/spi-builder-workspace/Sources/Core/Json/RPCResponse.swift
/host/spi-builder-workspace/Sources/Core/Json/Types+EthereumValueConvertible.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/BigUInt+BytesConvertible.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/EthereumUtils.swift
/host/spi-builder-workspace/Sources/Core/Transaction/EthereumPublicKey.swift
/host/spi-builder-workspace/Sources/FoundationHTTP/Web3WebSocketProvider.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumQuantityTag.swift
/host/spi-builder-workspace/Sources/FoundationHTTP/Web3+WebSocketInitializer.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Exports+Web3.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Bytes+HexString.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/Core/Toolbox/BytesConvertible.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumBlockObject.swift
/host/spi-builder-workspace/Sources/PromiseKit/ContractPromiseExtensions.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/String+HexBytes.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/String+Conversion.swift
/host/spi-builder-workspace/Sources/Core/Transaction/EthereumTransaction.swift
/host/spi-builder-workspace/Sources/FoundationHTTP/Web3HttpProvider.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumTransactionReceiptObject.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumCall.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/CharacterSet+Hex.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/Transaction/EthereumAddress.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/UnsignedInteger+Shifting.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Data+BytesConvertible.swift
/host/spi-builder-workspace/Sources/Core/RLP/RLPItem.swift
/host/spi-builder-workspace/Sources/PromiseKit/Web3+PromiseKit.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumValueConvertible.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Int+ETH.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumQuantity.swift
/host/spi-builder-workspace/Sources/Core/RLP/RLPDecoder.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/SynchronizedDictionary.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumSyncStatusObject.swift
/host/spi-builder-workspace/Sources/PromiseKit/Promisable.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumLogObject.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/UnsignedInteger+BytesConvertible.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Secp256k1+CTXCreator.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/String+BytesConvertible.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Bytes+SecureRandom.swift
/host/spi-builder-workspace/Sources/FoundationHTTP/Web3+HTTPInitializer.swift
/host/spi-builder-workspace/Sources/Core/RLP/RLPItemConvertible.swift
/host/spi-builder-workspace/Sources/PromiseKit/Exports+PromiseKit.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/SynchronizedArray.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumData.swift
/host/spi-builder-workspace/Sources/Core/RLP/RLPEncoder.swift
/host/spi-builder-workspace/Sources/Core/Transaction/EthereumPrivateKey.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Bytes+UInt.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
[27/449] Copying PrivacyInfo.xcprivacy
[29/449] Compiling CNIOWindows shim.c
[30/449] Compiling lax_der_parsing.c
[31/449] Compiling CNIOWindows WSAStartup.c
[32/449] Compiling _AtomicsShims.c
[33/449] Compiling lax_der_privatekey_parsing.c
[34/449] Compiling CNIOWASI CNIOWASI.c
[35/449] Compiling CNIOLinux shim.c
[36/449] Compiling CNIOLinux liburing_shims.c
[37/449] Compiling CNIODarwin shim.c
[37/449] Compiling CNIOSHA1 c_nio_sha1.c
[39/449] Compiling CNIOLLHTTP c_nio_http.c
[40/449] Compiling CNIOLLHTTP c_nio_api.c
[41/449] Write swift-version-24593BA9C3E375BF.txt
[42/449] Compiling fiat_p256_adx_sqr.S
[43/449] Compiling fiat_curve25519_adx_mul.S
[44/449] Compiling fiat_p256_adx_mul.S
[44/449] Compiling fiat_curve25519_adx_square.S
[46/452] Compiling secp256k1.c
[47/455] Compiling CNIOBoringSSLShims shims.c
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.
[48/588] Compiling tls_record.cc
[49/588] Emitting module _NIODataStructures
[50/588] Emitting module InternalCollectionsUtilities
[50/588] Compiling CNIOLLHTTP c_nio_llhttp.c
[51/588] Emitting module secp256k1
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
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/SolidityInvocation.swift
/host/spi-builder-workspace/Sources/PromiseKit/Promisable.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/ERC20.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/ABI.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/ABI/SolidityType.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/SolidityEvent.swift
/host/spi-builder-workspace/Sources/PromiseKit/Exports+PromiseKit.swift
/host/spi-builder-workspace/Sources/PromiseKit/Web3+PromiseKit.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/ABIEncoder.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/EthereumContract.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/ERC721.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/Contract/ABIObject.swift
/host/spi-builder-workspace/Sources/PromiseKit/ContractPromiseExtensions.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/Eth+ABI.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/ABIDecoder.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/ABIConvertible.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityWrappedValue.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/Eth+Contract.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/EthereumData.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/EthereumUtils.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/String+HexBytes.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/SynchronizedArray.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityWrappedValue.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumLogObject.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Bytes+SecureRandom.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Bytes+TrimLeadingZeros.swift
/host/spi-builder-workspace/Sources/FoundationHTTP/Web3+HTTPInitializer.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/ABIObject.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumValueConvertible.swift
/host/spi-builder-workspace/Sources/Core/RLP/RLPItem.swift
/host/spi-builder-workspace/Sources/FoundationHTTP/Web3+WebSocketInitializer.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Bytes+UInt.swift
/host/spi-builder-workspace/Sources/Core/Transaction/EthereumPrivateKey.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/SynchronizedDictionary.swift
/host/spi-builder-workspace/Sources/Core/Json/Types+EthereumValueConvertible.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumBlockObject.swift
/host/spi-builder-workspace/Sources/Core/RLP/Types+RLPItemConvertible.swift
/host/spi-builder-workspace/Sources/Core/Providers/Web3Provider.swift
/host/spi-builder-workspace/Sources/Core/Transaction/EthereumPublicKey.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumTransactionObject.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/ABIDecoder.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/Json/EthereumCall.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/ABIEncoder.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumQuantityTag.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/UnsignedInteger+BytesConvertible.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/ERC721.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Bytes+HexString.swift
/host/spi-builder-workspace/Sources/Core/Web3/Web3.swift
/host/spi-builder-workspace/Sources/Core/RLP/RLPEncoder.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Secp256k1+CTXCreator.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/String+BytesConvertible.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/BytesConvertible.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/ABIConvertible.swift
/host/spi-builder-workspace/Sources/Core/Transaction/EthereumTransaction.swift
/host/spi-builder-workspace/Sources/FoundationHTTP/Web3HttpProvider.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumSyncStatusObject.swift
/host/spi-builder-workspace/Sources/Core/Json/RPCRequest.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Data+BytesConvertible.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumTransactionReceiptObject.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/Eth+Contract.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/EthereumContract.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/ERC165.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/SolidityInvocation.swift
/host/spi-builder-workspace/Sources/Core/Json/RPCResponse.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/BigUInt+BytesConvertible.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Exports+Web3.swift
/host/spi-builder-workspace/Sources/Core/Transaction/EthereumAddress.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityTuple.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumQuantity.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/Json/EthereumValue.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/UnsignedInteger+Shifting.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityType+Codable.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/SolidityFunction.swift
/host/spi-builder-workspace/Sources/Core/RLP/RLPItemConvertible.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/String+Conversion.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/Toolbox/CharacterSet+Hex.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/UInt+BytesRepresentable.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/ABI.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/Eth+ABI.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/EthereumData.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/EthereumUtils.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/String+HexBytes.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/SynchronizedArray.swift
/host/spi-builder-workspace/Sources/PromiseKit/Promisable.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumLogObject.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Bytes+SecureRandom.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Bytes+TrimLeadingZeros.swift
/host/spi-builder-workspace/Sources/FoundationHTTP/Web3+HTTPInitializer.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumValueConvertible.swift
/host/spi-builder-workspace/Sources/FoundationHTTP/Web3+WebSocketInitializer.swift
/host/spi-builder-workspace/Sources/Core/RLP/RLPItem.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Bytes+UInt.swift
/host/spi-builder-workspace/Sources/Core/Transaction/EthereumPrivateKey.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/SynchronizedDictionary.swift
/host/spi-builder-workspace/Sources/PromiseKit/Exports+PromiseKit.swift
/host/spi-builder-workspace/Sources/Core/Json/Types+EthereumValueConvertible.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumBlockObject.swift
/host/spi-builder-workspace/Sources/Core/RLP/Types+RLPItemConvertible.swift
/host/spi-builder-workspace/Sources/Core/Providers/Web3Provider.swift
/host/spi-builder-workspace/Sources/Core/Transaction/EthereumPublicKey.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumTransactionObject.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumQuantityTag.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumCall.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/UnsignedInteger+BytesConvertible.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Bytes+HexString.swift
/host/spi-builder-workspace/Sources/Core/Web3/Web3.swift
/host/spi-builder-workspace/Sources/Core/RLP/RLPEncoder.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Secp256k1+CTXCreator.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/String+BytesConvertible.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/BytesConvertible.swift
/host/spi-builder-workspace/Sources/Core/Transaction/EthereumTransaction.swift
/host/spi-builder-workspace/Sources/FoundationHTTP/Web3HttpProvider.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumSyncStatusObject.swift
/host/spi-builder-workspace/Sources/Core/Json/RPCRequest.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Data+BytesConvertible.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumTransactionReceiptObject.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/BigUInt+BytesConvertible.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Exports+Web3.swift
/host/spi-builder-workspace/Sources/Core/Transaction/EthereumAddress.swift
/host/spi-builder-workspace/Sources/Core/Json/RPCResponse.swift
/host/spi-builder-workspace/Sources/PromiseKit/ContractPromiseExtensions.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumQuantity.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/Json/EthereumValue.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/UnsignedInteger+Shifting.swift
/host/spi-builder-workspace/Sources/Core/RLP/RLPItemConvertible.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/String+Conversion.swift
/host/spi-builder-workspace/Sources/Core/RLP/RLPDecoder.swift
/host/spi-builder-workspace/Sources/PromiseKit/Web3+PromiseKit.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/CharacterSet+Hex.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/UInt+BytesRepresentable.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/401] Write sources
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.
[1/402] Compiling tls_record.cc
[1/402] Compiling tls13_server.cc
[1/402] Compiling CNIOLLHTTP c_nio_llhttp.c
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_client.cc:30:
/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/402] Compiling tls13_client.cc
[1/402] Compiling tls13_enc.cc
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/402] Compiling tls_method.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/t1_enc.cc:28:
/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/402] Compiling t1_enc.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_both.cc:29:
/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/402] Compiling tls13_both.cc
BUILD FAILURE 6.1 wasm