Build Information
Failed to build Web3, reference master (b85187
), with Swift 6.1 for Wasm on 29 May 2025 09:01:48 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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: 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/Boilertalk/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/Boilertalk/Web3.swift.git
Revision (git rev-parse @):
b85187ddf230a10b04fa8574c44980f3369ddff5
SUCCESS checkout https://github.com/Boilertalk/Web3.swift.git at master
========================================
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-1":/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/Quick/Nimble.git
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/vapor/websocket-kit
Fetching https://github.com/mxcl/PromiseKit.git
[1/14755] Fetching quick
[887/17364] Fetching quick, websocket-kit
[2677/34550] Fetching quick, websocket-kit, promisekit
[5399/54134] Fetching quick, websocket-kit, promisekit, nimble
Fetched https://github.com/Quick/Quick.git from cache (1.80s)
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
[34236/39379] Fetching websocket-kit, promisekit, nimble
[38989/52320] Fetching websocket-kit, promisekit, nimble, cryptoswift
Fetched https://github.com/vapor/websocket-kit from cache (3.60s)
Fetching https://github.com/attaswift/BigInt.git
Fetched https://github.com/mxcl/PromiseKit.git from cache (3.65s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/Boilertalk/secp256k1.swift.git
Fetched https://github.com/Quick/Nimble.git from cache (3.87s)
[3496/17717] Fetching cryptoswift, bigint
[8189/18497] Fetching cryptoswift, bigint, secp256k1.swift
[10652/35088] Fetching cryptoswift, bigint, secp256k1.swift, swift-collections
Fetched https://github.com/Boilertalk/secp256k1.swift.git from cache (0.68s)
[18601/34308] Fetching cryptoswift, bigint, swift-collections
Fetched https://github.com/attaswift/BigInt.git from cache (1.15s)
[17255/29532] Fetching cryptoswift, swift-collections
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (3.90s)
Fetched https://github.com/apple/swift-collections.git from cache (2.50s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 10.0.0 (7.30s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.40s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 5.0.1 (1.51s)
Computing version for https://github.com/Boilertalk/secp256k1.swift.git
Computed https://github.com/Boilertalk/secp256k1.swift.git at 0.1.7 (1.09s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (1.09s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.39s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (1.48s)
Computing version for https://github.com/mxcl/PromiseKit.git
Computed https://github.com/mxcl/PromiseKit.git at 6.22.1 (1.07s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.5.2 (1.11s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.4 (1.01s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.24s)
Computing version for https://github.com/vapor/websocket-kit
Computed https://github.com/vapor/websocket-kit at 2.16.1 (0.93s)
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/5914] Fetching swift-nio-extras
[2604/8581] Fetching swift-nio-extras, swift-nio-transport-services
[8582/10291] Fetching swift-nio-extras, swift-nio-transport-services, swift-atomics
[9113/25134] Fetching swift-nio-extras, swift-nio-transport-services, swift-atomics, swift-nio-ssl
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.82s)
[6456/19220] Fetching swift-nio-transport-services, swift-atomics, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.08s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.08s)
[3118/14843] Fetching swift-nio-ssl
[6087/90936] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.62s)
[48700/76093] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (8.76s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (10.13s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.13s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.63s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.19s)
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 (0.80s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.92s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.95s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/3836] Fetching swift-log
[730/5426] Fetching swift-log, swift-asn1
[1095/11385] Fetching swift-log, swift-asn1, swift-algorithms
[2870/13811] Fetching swift-log, swift-asn1, swift-algorithms, swift-service-lifecycle
[10053/18796] Fetching swift-log, swift-asn1, swift-algorithms, swift-service-lifecycle, swift-async-algorithms
[11499/24951] Fetching swift-log, swift-asn1, swift-algorithms, swift-service-lifecycle, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.87s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.87s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
Fetched https://github.com/apple/swift-certificates.git from cache (0.87s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.90s)
Fetched https://github.com/apple/swift-log.git from cache (0.90s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.90s)
[1/1141] Fetching swift-http-structured-headers
[1120/2045] Fetching swift-http-structured-headers, swift-http-types
[2046/13572] Fetching swift-http-structured-headers, swift-http-types, swift-nio-http2
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.38s)
[1481/12431] Fetching swift-http-types, swift-nio-http2
Fetched https://github.com/apple/swift-http-types.git from cache (0.40s)
[1038/11527] Fetching swift-nio-http2
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.01s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (3.58s)
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.55s)
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.77s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.78s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.01s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (4.15s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.80s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.80s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.60s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (2.31s)
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.99s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.13s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (1.05s)
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/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-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/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-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-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-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-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/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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
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/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/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-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/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/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.8.4
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/vapor/websocket-kit
Working copy of https://github.com/vapor/websocket-kit resolved at 2.16.1
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.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/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-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-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-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/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.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/Contract/SolidityInvocation.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/SolidityEvent.swift
/host/spi-builder-workspace/Sources/PromiseKit/Promisable.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/ABIConvertible.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/Eth+Contract.swift
/host/spi-builder-workspace/Sources/PromiseKit/Exports+PromiseKit.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/Eth+ABI.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/ABI/ABIDecoder.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/ABIObject.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/ERC165.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/ERC721.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/SolidityFunction.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/ABIEncoder.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/ABI.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/EthereumContract.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityType.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/ERC20.swift
/host/spi-builder-workspace/Sources/PromiseKit/ContractPromiseExtensions.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/EthereumAddress.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/ABIEncoder.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Secp256k1+CTXCreator.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumValue.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/ABIDecoder.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityTuple.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumValueConvertible.swift
/host/spi-builder-workspace/Sources/Core/Providers/Web3Provider.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Int+ETH.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/EthereumContract.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumBlockObject.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/BigUInt+BytesConvertible.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/String+BytesConvertible.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityWrappedValue.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/SolidityEvent.swift
/host/spi-builder-workspace/Sources/Core/RLP/RLPItemConvertible.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumTransactionReceiptObject.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Bytes+TrimLeadingZeros.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Bytes+UInt.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/Transaction/EthereumPublicKey.swift
/host/spi-builder-workspace/Sources/Core/RLP/RLPEncoder.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumLogObject.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Exports+Web3.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumQuantityTag.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/SolidityFunction.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumQuantity.swift
/host/spi-builder-workspace/Sources/Core/Json/RPCRequest.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/String+Conversion.swift
/host/spi-builder-workspace/Sources/FoundationHTTP/Web3+HTTPInitializer.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/ERC721.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumSyncStatusObject.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/Eth+ABI.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/ABI.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityType.swift
/host/spi-builder-workspace/Sources/Core/Json/RPCResponse.swift
/host/spi-builder-workspace/Sources/Core/Transaction/EthereumTransaction.swift
/host/spi-builder-workspace/Sources/FoundationHTTP/Web3HttpProvider.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Bytes+SecureRandom.swift
/host/spi-builder-workspace/Sources/FoundationHTTP/Web3WebSocketProvider.swift
/host/spi-builder-workspace/Sources/Core/Web3/Web3.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/ERC165.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumTransactionObject.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumCall.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/UnsignedInteger+Shifting.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/CharacterSet+Hex.swift
/host/spi-builder-workspace/Sources/Core/Transaction/EthereumPrivateKey.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/Eth+Contract.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Bytes+HexString.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/SynchronizedDictionary.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/ERC20.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/SolidityInvocation.swift
/host/spi-builder-workspace/Sources/Core/RLP/Types+RLPItemConvertible.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityType+Codable.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/BytesConvertible.swift
/host/spi-builder-workspace/Sources/FoundationHTTP/Web3+WebSocketInitializer.swift
/host/spi-builder-workspace/Sources/Core/RLP/RLPItem.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/ABIConvertible.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/SynchronizedArray.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/ABIObject.swift
/host/spi-builder-workspace/Sources/Core/Json/Types+EthereumValueConvertible.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumData.swift
/host/spi-builder-workspace/Sources/Core/RLP/RLPDecoder.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/UInt+BytesRepresentable.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Data+BytesConvertible.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/UnsignedInteger+BytesConvertible.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/Providers/Web3Provider.swift
/host/spi-builder-workspace/Sources/PromiseKit/Promisable.swift
/host/spi-builder-workspace/Sources/Core/Json/RPCRequest.swift
/host/spi-builder-workspace/Sources/Core/RLP/Types+RLPItemConvertible.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Bytes+HexString.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumQuantity.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/UInt+BytesRepresentable.swift
/host/spi-builder-workspace/Sources/Core/Transaction/EthereumPrivateKey.swift
/host/spi-builder-workspace/Sources/Core/RLP/RLPEncoder.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/String+Conversion.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumSyncStatusObject.swift
/host/spi-builder-workspace/Sources/Core/Web3/Web3.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/CharacterSet+Hex.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Data+BytesConvertible.swift
/host/spi-builder-workspace/Sources/FoundationHTTP/Web3WebSocketProvider.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/EthereumUtils.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/String+HexBytes.swift
/host/spi-builder-workspace/Sources/PromiseKit/Web3+PromiseKit.swift
/host/spi-builder-workspace/Sources/Core/Transaction/EthereumTransaction.swift
/host/spi-builder-workspace/Sources/FoundationHTTP/Web3HttpProvider.swift
/host/spi-builder-workspace/Sources/Core/Json/RPCResponse.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumLogObject.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumCall.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/SynchronizedArray.swift
/host/spi-builder-workspace/Sources/PromiseKit/Exports+PromiseKit.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumValue.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumTransactionObject.swift
/host/spi-builder-workspace/Sources/Core/Json/Types+EthereumValueConvertible.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumValueConvertible.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/Toolbox/Bytes+TrimLeadingZeros.swift
/host/spi-builder-workspace/Sources/Core/Transaction/EthereumPublicKey.swift
/host/spi-builder-workspace/Sources/PromiseKit/ContractPromiseExtensions.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/RLP/RLPItemConvertible.swift
/host/spi-builder-workspace/Sources/Core/Transaction/EthereumAddress.swift
/host/spi-builder-workspace/Sources/FoundationHTTP/Web3+WebSocketInitializer.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/SynchronizedDictionary.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumQuantityTag.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Int+ETH.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/UnsignedInteger+BytesConvertible.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Exports+Web3.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Bytes+UInt.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/BigUInt+BytesConvertible.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/UnsignedInteger+Shifting.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Secp256k1+CTXCreator.swift
/host/spi-builder-workspace/Sources/Core/RLP/RLPDecoder.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumBlockObject.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 WSAStartup.c
[30/449] Compiling lax_der_privatekey_parsing.c
[31/449] Compiling CNIOWindows shim.c
[32/449] Compiling _AtomicsShims.c
[32/449] Compiling CNIOWASI CNIOWASI.c
[34/449] Compiling lax_der_parsing.c
[35/449] Compiling CNIOLinux liburing_shims.c
[36/449] Compiling CNIOLinux shim.c
[37/449] Compiling CNIOLLHTTP c_nio_http.c
[38/449] Compiling CNIODarwin shim.c
[39/449] Compiling CNIOSHA1 c_nio_sha1.c
[40/449] Compiling CNIOLLHTTP c_nio_api.c
[41/449] Compiling fiat_p256_adx_sqr.S
[42/449] Compiling fiat_curve25519_adx_square.S
[43/449] Compiling fiat_curve25519_adx_mul.S
[44/449] Compiling fiat_p256_adx_mul.S
[45/449] Write swift-version-24593BA9C3E375BF.txt
[46/449] Compiling secp256k1.c
[47/449] Compiling CNIOBoringSSLShims shims.c
[48/449] Compiling CNIOLLHTTP c_nio_llhttp.c
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.
[49/457] Compiling tls_method.cc
[49/457] Compiling tls13_client.cc
[49/457] Compiling tls13_server.cc
[50/457] Emitting module secp256k1
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_enc.cc:34:
/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>
| ^~~~~~~~~~~
[50/457] Compiling tls13_enc.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>
| ^~~~~~~~~~~
[50/457] Compiling tls_record.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/PromiseKit/Web3+PromiseKit.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/ABIEncoder.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityWrappedValue.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/ERC165.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/ABIConvertible.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/ABIDecoder.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/ERC20.swift
/host/spi-builder-workspace/Sources/PromiseKit/ContractPromiseExtensions.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/EthereumContract.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/Eth+ABI.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityType.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/Contract/SolidityFunction.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityType+Codable.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/SolidityEvent.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityTuple.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/Eth+Contract.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/SolidityInvocation.swift
/host/spi-builder-workspace/Sources/PromiseKit/Promisable.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/EthereumTransactionReceiptObject.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumQuantity.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/String+HexBytes.swift
/host/spi-builder-workspace/Sources/Core/Json/RPCRequest.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/ABIDecoder.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumCall.swift
/host/spi-builder-workspace/Sources/Core/RLP/Types+RLPItemConvertible.swift
/host/spi-builder-workspace/Sources/Core/Transaction/EthereumPublicKey.swift
/host/spi-builder-workspace/Sources/FoundationHTTP/Web3HttpProvider.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/ERC721.swift
/host/spi-builder-workspace/Sources/FoundationHTTP/Web3+WebSocketInitializer.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/ERC20.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/Eth+Contract.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/SolidityInvocation.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/EthereumContract.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumValue.swift
/host/spi-builder-workspace/Sources/Core/Providers/Web3Provider.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/ABI.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumTransactionObject.swift
/host/spi-builder-workspace/Sources/Core/Json/RPCResponse.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/SynchronizedArray.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityType.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/BigUInt+BytesConvertible.swift
/host/spi-builder-workspace/Sources/Core/RLP/RLPItemConvertible.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/BytesConvertible.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityType+Codable.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumBlockObject.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/SolidityFunction.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityTuple.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/SolidityWrappedValue.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/UnsignedInteger+BytesConvertible.swift
/host/spi-builder-workspace/Sources/Core/Transaction/EthereumAddress.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/CharacterSet+Hex.swift
/host/spi-builder-workspace/Sources/Core/Web3/Web3.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/Eth+ABI.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Bytes+UInt.swift
/host/spi-builder-workspace/Sources/FoundationHTTP/Web3WebSocketProvider.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Data+BytesConvertible.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/UInt+BytesRepresentable.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/SolidityEvent.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumLogObject.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/SynchronizedDictionary.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Int+ETH.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/ERC165.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumData.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumValueConvertible.swift
/host/spi-builder-workspace/Sources/Core/Transaction/EthereumPrivateKey.swift
/host/spi-builder-workspace/Sources/Core/Transaction/EthereumTransaction.swift
/host/spi-builder-workspace/Sources/ContractABI/Contract/ABIObject.swift
/host/spi-builder-workspace/Sources/Core/RLP/RLPDecoder.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/Core/Toolbox/Bytes+HexString.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/String+BytesConvertible.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/UnsignedInteger+Shifting.swift
/host/spi-builder-workspace/Sources/ContractABI/ABI/ABIConvertible.swift
/host/spi-builder-workspace/Sources/FoundationHTTP/Web3+HTTPInitializer.swift
/host/spi-builder-workspace/Sources/Core/Json/Types+EthereumValueConvertible.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumSyncStatusObject.swift
/host/spi-builder-workspace/Sources/Core/RLP/RLPItem.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/EthereumUtils.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/String+Conversion.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Exports+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/ContractABI/ABI/ABIEncoder.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumQuantityTag.swift
warning: 'spi-builder-workspace': found 53 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/Core/Json/EthereumTransactionReceiptObject.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumQuantity.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/String+HexBytes.swift
/host/spi-builder-workspace/Sources/Core/Json/RPCRequest.swift
/host/spi-builder-workspace/Sources/Core/RLP/Types+RLPItemConvertible.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumCall.swift
/host/spi-builder-workspace/Sources/Core/Transaction/EthereumPublicKey.swift
/host/spi-builder-workspace/Sources/FoundationHTTP/Web3HttpProvider.swift
/host/spi-builder-workspace/Sources/FoundationHTTP/Web3+WebSocketInitializer.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumValue.swift
/host/spi-builder-workspace/Sources/Core/Providers/Web3Provider.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumTransactionObject.swift
/host/spi-builder-workspace/Sources/Core/Json/RPCResponse.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/SynchronizedArray.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/BigUInt+BytesConvertible.swift
/host/spi-builder-workspace/Sources/Core/RLP/RLPItemConvertible.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/BytesConvertible.swift
/host/spi-builder-workspace/Sources/Core/Transaction/EthereumAddress.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumBlockObject.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/UnsignedInteger+BytesConvertible.swift
/host/spi-builder-workspace/Sources/Core/Web3/Web3.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/CharacterSet+Hex.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Bytes+UInt.swift
/host/spi-builder-workspace/Sources/FoundationHTTP/Web3WebSocketProvider.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Data+BytesConvertible.swift
/host/spi-builder-workspace/Sources/PromiseKit/Exports+PromiseKit.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/UInt+BytesRepresentable.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/SynchronizedDictionary.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumLogObject.swift
/host/spi-builder-workspace/Sources/PromiseKit/Promisable.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Int+ETH.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumData.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumValueConvertible.swift
/host/spi-builder-workspace/Sources/Core/Transaction/EthereumPrivateKey.swift
/host/spi-builder-workspace/Sources/Core/Transaction/EthereumTransaction.swift
/host/spi-builder-workspace/Sources/Core/RLP/RLPDecoder.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/Core/Toolbox/Bytes+HexString.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/String+BytesConvertible.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/UnsignedInteger+Shifting.swift
/host/spi-builder-workspace/Sources/PromiseKit/Web3+PromiseKit.swift
/host/spi-builder-workspace/Sources/FoundationHTTP/Web3+HTTPInitializer.swift
/host/spi-builder-workspace/Sources/Core/Json/Types+EthereumValueConvertible.swift
/host/spi-builder-workspace/Sources/Core/Json/EthereumSyncStatusObject.swift
/host/spi-builder-workspace/Sources/Core/RLP/RLPItem.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/EthereumUtils.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/String+Conversion.swift
/host/spi-builder-workspace/Sources/Core/Toolbox/Exports+Web3.swift
/host/spi-builder-workspace/Sources/PromiseKit/ContractPromiseExtensions.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/Json/EthereumQuantityTag.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/400] 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/401] Compiling tls_record.cc
[1/401] Compiling ssl_x509.cc
[1/401] Compiling tls_method.cc
[1/401] Compiling t1_enc.cc
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/401] Compiling tls13_client.cc
[1/401] Compiling tls13_enc.cc
[1/401] Compiling tls13_both.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_server.cc:32:
/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/401] Compiling tls13_server.cc
BUILD FAILURE 6.1 wasm