Build Information
Successful build of Promise, reference 2.0.1 (d85a51), with Swift 6.2 for Wasm on 12 Jul 2025 13:44:49 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ObuchiYuki/Promise.git
Reference: 2.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/ObuchiYuki/Promise
* tag 2.0.1 -> FETCH_HEAD
HEAD is now at d85a515 fix concurrency error
Cloned https://github.com/ObuchiYuki/Promise.git
Revision (git rev-parse @):
d85a515d6e662f8c47d8f480f092d9bd1a945c2e
SUCCESS checkout https://github.com/ObuchiYuki/Promise.git at 2.0.1
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/ObuchiYuki/Promise.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/17] Emitting module Promise
[4/17] Compiling Promise Promise+Timeout.swift
[5/17] Compiling Promise Promise+URLSession.swift
[6/17] Compiling Promise Promise+GCD.swift
[7/17] Compiling Promise Promise+MeasureInterval.swift
[8/19] Compiling Promise Promise+Debug.swift
[9/19] Compiling Promise Promise+Init.swift
[10/19] Compiling Promise Promise+Cancel.swift
[11/19] Compiling Promise Promise+Combination.swift
[12/19] Compiling Promise Promise+Operators.swift
[13/19] Compiling Promise Promise+OptionalResolve.swift
[14/19] Compiling Promise Promise+Util.swift
[15/19] Compiling Promise Promise.swift
[16/19] Compiling Promise Promise+Wait.swift
[17/19] Compiling Promise Promise+Combine.swift
[18/19] Compiling Promise Promise+Concurrency.swift
[19/19] Compiling Promise Lock.swift
Build complete! (7.04s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Promise",
"name" : "Promise",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "4.0"
}
],
"products" : [
{
"name" : "Promise",
"targets" : [
"Promise"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PromiseTests",
"module_type" : "SwiftTarget",
"name" : "PromiseTests",
"path" : "Tests/PromiseTests",
"sources" : [
"Promise+Test.swift",
"PromiseCombinationTests.swift",
"PromiseConcurrencyTests.swift",
"PromiseDeinitTests.swift",
"PromiseMultithreadTests.swift",
"PromiseOperatorTests.swift",
"PromisePublisherTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Promise"
],
"type" : "test"
},
{
"c99name" : "Promise",
"module_type" : "SwiftTarget",
"name" : "Promise",
"path" : "Sources/Promise",
"product_memberships" : [
"Promise"
],
"sources" : [
"Ex+Foundation/Promise+GCD.swift",
"Ex+Foundation/Promise+MeasureInterval.swift",
"Ex+Foundation/Promise+Timeout.swift",
"Ex+Foundation/Promise+URLSession.swift",
"Ex+Foundation/Promise+Wait.swift",
"Ex+Swift/Promise+Combine.swift",
"Ex+Swift/Promise+Concurrency.swift",
"Lock.swift",
"Promise+Cancel.swift",
"Promise+Combination.swift",
"Promise+Debug.swift",
"Promise+Init.swift",
"Promise+Operators.swift",
"Promise+OptionalResolve.swift",
"Promise+Util.swift",
"Promise.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Done.