Build Information
Failed to build tbDEX, reference 1.0.1 (23df4f), with Swift 6.1 for Wasm on 29 May 2025 07:13:54 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/TBD54566975/tbdex-swift.git
Reference: 1.0.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/TBD54566975/tbdex-swift
* tag 1.0.1 -> FETCH_HEAD
HEAD is now at 23df4f8 update digest (#96)
Submodule path 'Tests/tbDEXTestVectors/tbdex-spec': checked out 'ad7610a0e6d65b8bd879ef9f4dec56a1eab9f2a2'
Submodule 'Tests/tbDEXTestVectors/tbdex-spec' (https://github.com/TBD54566975/tbdex) registered for path 'Tests/tbDEXTestVectors/tbdex-spec'
Cloning into '/host/spi-builder-workspace/Tests/tbDEXTestVectors/tbdex-spec'...
Cloned https://github.com/TBD54566975/tbdex-swift.git
Revision (git rev-parse @):
23df4f8cac0c7005a8d727d3c29beb79fb596168
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/TBD54566975/tbdex-swift.git at 1.0.1
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/TBD54566975/tbdex-swift.git
https://github.com/TBD54566975/tbdex-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-typeid",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Frizlab/swift-typeid.git"
},
{
"identity" : "anycodable",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.7",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/flight-school/anycodable.git"
},
{
"identity" : "web5-swift",
"requirement" : {
"exact" : [
"1.0.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/TBD54566975/web5-swift"
},
{
"identity" : "swift-junit",
"requirement" : {
"range" : [
{
"lower_bound" : "2.1.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/allegro/swift-junit.git"
},
{
"identity" : "swift-custom-dump",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-custom-dump.git"
},
{
"identity" : "mocker",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.1",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/WeTransfer/Mocker.git"
}
],
"manifest_display_name" : "tbDEX",
"name" : "tbDEX",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "tbDEX",
"targets" : [
"tbDEX"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "tbDEXTests",
"module_type" : "SwiftTarget",
"name" : "tbDEXTests",
"path" : "Tests/tbDEXTests",
"product_dependencies" : [
"Mocker"
],
"sources" : [
"Extensions/XCTest+Async.swift",
"HttpClient/tbDEXHttpClientTests.swift",
"Protocol/Models/Messages/CloseTests.swift",
"Protocol/Models/Messages/OrderStatusTests.swift",
"Protocol/Models/Messages/OrderTests.swift",
"Protocol/Models/Messages/QuoteTests.swift",
"Protocol/Models/Messages/RFQTests.swift",
"Protocol/Models/Resources/BalanceTests.swift",
"Protocol/Models/Resources/OfferingTests.swift"
],
"target_dependencies" : [
"tbDEX"
],
"type" : "test"
},
{
"c99name" : "tbDEXTestVectors",
"module_type" : "SwiftTarget",
"name" : "tbDEXTestVectors",
"path" : "Tests/tbDEXTestVectors",
"product_dependencies" : [
"SwiftTestReporter",
"CustomDump"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/tbDEXTestVectors/tbdex-spec/hosted/test-vectors",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"AAA_JUnitReportInitializer.swift",
"TestVector.swift",
"tbDEXTestVectorsProtocol.swift"
],
"target_dependencies" : [
"tbDEX"
],
"type" : "test"
},
{
"c99name" : "tbDEX",
"module_type" : "SwiftTarget",
"name" : "tbDEX",
"path" : "Sources/tbDEX",
"product_dependencies" : [
"Web5",
"TypeID",
"AnyCodable"
],
"product_memberships" : [
"tbDEX"
],
"sources" : [
"Common/JSON/tbDEXDateFormatter.swift",
"Common/JSON/tbDEXJSONDecoder.swift",
"Common/JSON/tbDEXJSONEncoder.swift",
"HttpClient/GetOfferingsFilter.swift",
"HttpClient/RequestToken.swift",
"HttpClient/tbDEXErrorResponse.swift",
"HttpClient/tbDEXHttpClient.swift",
"Protocol/CryptoUtils.swift",
"Protocol/DevTools.swift",
"Protocol/Models/Message.swift",
"Protocol/Models/Messages/AnyMessage.swift",
"Protocol/Models/Messages/Close.swift",
"Protocol/Models/Messages/Order.swift",
"Protocol/Models/Messages/OrderStatus.swift",
"Protocol/Models/Messages/Quote.swift",
"Protocol/Models/Messages/RFQ.swift",
"Protocol/Models/Resource.swift",
"Protocol/Models/Resources/AnyResource.swift",
"Protocol/Models/Resources/Balance.swift",
"Protocol/Models/Resources/Offering.swift",
"Utilities/Encodable+QueryItems.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/allegro/swift-junit.git
Fetching https://github.com/TBD54566975/web5-swift
Fetching https://github.com/WeTransfer/Mocker.git
Fetching https://github.com/Frizlab/swift-typeid.git
Fetching https://github.com/pointfreeco/swift-custom-dump.git
Fetching https://github.com/flight-school/anycodable.git
[1/4581] Fetching swift-custom-dump
[780/6472] Fetching swift-custom-dump, mocker
[837/7254] Fetching swift-custom-dump, mocker, anycodable
[1286/7420] Fetching swift-custom-dump, mocker, anycodable, swift-typeid
[2513/7655] Fetching swift-custom-dump, mocker, anycodable, swift-typeid, swift-junit
[3785/9190] Fetching swift-custom-dump, mocker, anycodable, swift-typeid, swift-junit, web5-swift
Fetched https://github.com/flight-school/anycodable.git from cache (0.75s)
Fetched https://github.com/Frizlab/swift-typeid.git from cache (0.76s)
Fetched https://github.com/pointfreeco/swift-custom-dump.git from cache (0.76s)
Fetched https://github.com/allegro/swift-junit.git from cache (0.89s)
Fetched https://github.com/WeTransfer/Mocker.git from cache (0.88s)
Fetched https://github.com/TBD54566975/web5-swift from cache (0.88s)
Computing version for https://github.com/allegro/swift-junit.git
Computed https://github.com/allegro/swift-junit.git at 2.1.0 (4.74s)
Fetching https://github.com/alexaubry/HTMLString.git
[1/1631] Fetching htmlstring
Fetched https://github.com/alexaubry/HTMLString.git from cache (1.41s)
Computing version for https://github.com/TBD54566975/web5-swift
Computed https://github.com/TBD54566975/web5-swift at 1.0.0 (2.12s)
Fetching https://github.com/swift-extras/swift-extras-base64.git
Fetching https://github.com/kylef/JSONSchema.swift.git
Fetching https://github.com/GigaBitcoin/secp256k1.swift.git
Fetching https://github.com/KittyMac/Sextant.git
Fetching https://github.com/Bouke/DNS.git
[1/908] Fetching dns
[328/3218] Fetching dns, jsonschema.swift
[2526/5585] Fetching dns, jsonschema.swift, sextant
[3220/6418] Fetching dns, jsonschema.swift, sextant, swift-extras-base64
[5260/11247] Fetching dns, jsonschema.swift, sextant, swift-extras-base64, secp256k1.swift
Fetched https://github.com/Bouke/DNS.git from cache (0.39s)
[8456/10339] Fetching jsonschema.swift, sextant, swift-extras-base64, secp256k1.swift
Fetched https://github.com/swift-extras/swift-extras-base64.git from cache (0.40s)
[7961/9506] Fetching jsonschema.swift, sextant, secp256k1.swift
Fetched https://github.com/kylef/JSONSchema.swift.git from cache (0.49s)
Fetched https://github.com/KittyMac/Sextant.git from cache (0.50s)
Fetched https://github.com/GigaBitcoin/secp256k1.swift.git from cache (0.50s)
Computing version for https://github.com/flight-school/anycodable.git
Computed https://github.com/flight-school/anycodable.git at 0.6.7 (1.78s)
Computing version for https://github.com/alexaubry/HTMLString.git
Computed https://github.com/alexaubry/HTMLString.git at 5.0.0 (3.81s)
Computing version for https://github.com/kylef/JSONSchema.swift.git
Computed https://github.com/kylef/JSONSchema.swift.git at 0.6.0 (8.74s)
Fetching https://github.com/kylef/PathKit.git
[1/1411] Fetching pathkit
Fetched https://github.com/kylef/PathKit.git from cache (0.45s)
Computing version for https://github.com/KittyMac/Sextant.git
Computed https://github.com/KittyMac/Sextant.git at 0.4.0 (1.49s)
Fetching https://github.com/KittyMac/Chronometer.git
Fetching https://github.com/KittyMac/Hitch.git
Fetching https://github.com/KittyMac/Spanker.git
[1/187] Fetching chronometer
[172/2665] Fetching chronometer, hitch
[173/3656] Fetching chronometer, hitch, spanker
Fetched https://github.com/KittyMac/Chronometer.git from cache (1.27s)
Fetched https://github.com/KittyMac/Hitch.git from cache (1.35s)
Fetched https://github.com/KittyMac/Spanker.git from cache (1.35s)
Computing version for https://github.com/Bouke/DNS.git
Computed https://github.com/Bouke/DNS.git at 1.2.0 (2.38s)
Computing version for https://github.com/swift-extras/swift-extras-base64.git
Computed https://github.com/swift-extras/swift-extras-base64.git at 0.7.0 (2.43s)
Computing version for https://github.com/WeTransfer/Mocker.git
Computed https://github.com/WeTransfer/Mocker.git at 3.0.2 (0.81s)
Computing version for https://github.com/Frizlab/swift-typeid.git
Computed https://github.com/Frizlab/swift-typeid.git at 0.4.0 (2.39s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (0.68s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.23s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.87s)
Computing version for https://github.com/pointfreeco/swift-custom-dump.git
Computed https://github.com/pointfreeco/swift-custom-dump.git at 1.3.3 (0.57s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5458] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.80s)
Computing version for https://github.com/GigaBitcoin/secp256k1.swift.git
Computed https://github.com/GigaBitcoin/secp256k1.swift.git at 0.21.1 (1.66s)
Computing version for https://github.com/KittyMac/Hitch.git
Computed https://github.com/KittyMac/Hitch.git at 0.2.8 (1.74s)
Computing version for https://github.com/KittyMac/Chronometer.git
Computed https://github.com/KittyMac/Chronometer.git at 0.1.12 (1.90s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.80s)
Computing version for https://github.com/KittyMac/Spanker.git
Computed https://github.com/KittyMac/Spanker.git at 0.1.17 (1.32s)
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/kylef/JSONSchema.swift.git
Working copy of https://github.com/kylef/JSONSchema.swift.git resolved at 0.6.0
Creating working copy for https://github.com/WeTransfer/Mocker.git
Working copy of https://github.com/WeTransfer/Mocker.git resolved at 3.0.2
Creating working copy for https://github.com/Frizlab/swift-typeid.git
Working copy of https://github.com/Frizlab/swift-typeid.git resolved at 0.4.0
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
Creating working copy for https://github.com/KittyMac/Chronometer.git
Working copy of https://github.com/KittyMac/Chronometer.git resolved at 0.1.12
Creating working copy for https://github.com/Bouke/DNS.git
Working copy of https://github.com/Bouke/DNS.git resolved at 1.2.0
Creating working copy for https://github.com/allegro/swift-junit.git
Working copy of https://github.com/allegro/swift-junit.git resolved at 2.1.0
Creating working copy for https://github.com/flight-school/anycodable.git
Working copy of https://github.com/flight-school/anycodable.git resolved at 0.6.7
Creating working copy for https://github.com/KittyMac/Hitch.git
Working copy of https://github.com/KittyMac/Hitch.git resolved at 0.2.8
Creating working copy for https://github.com/KittyMac/Spanker.git
Working copy of https://github.com/KittyMac/Spanker.git resolved at 0.1.17
Creating working copy for https://github.com/swift-extras/swift-extras-base64.git
Working copy of https://github.com/swift-extras/swift-extras-base64.git resolved at 0.7.0
Creating working copy for https://github.com/GigaBitcoin/secp256k1.swift.git
Working copy of https://github.com/GigaBitcoin/secp256k1.swift.git resolved at 0.21.1
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Creating working copy for https://github.com/alexaubry/HTMLString.git
Working copy of https://github.com/alexaubry/HTMLString.git resolved at 5.0.0
Creating working copy for https://github.com/pointfreeco/swift-custom-dump.git
Working copy of https://github.com/pointfreeco/swift-custom-dump.git resolved at 1.3.3
Creating working copy for https://github.com/TBD54566975/web5-swift
Working copy of https://github.com/TBD54566975/web5-swift resolved at 1.0.0
Creating working copy for https://github.com/KittyMac/Sextant.git
Working copy of https://github.com/KittyMac/Sextant.git resolved at 0.4.0
error: 'web5-swift': product 'secp256k1' required by package 'web5-swift' target 'Web5' not found in package 'secp256k1.swift'. Did you mean 'libsecp256k1'?
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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
error: 'web5-swift': product 'secp256k1' required by package 'web5-swift' target 'Web5' not found in package 'secp256k1.swift'. Did you mean 'libsecp256k1'?
BUILD FAILURE 6.1 wasm