Build Information
Failed to build openwhisk-swift-sdk, reference 0.2.0 (7c0d30
), with Swift 6.1 for Wasm on 27 May 2025 16:30:44 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dokun1/openwhisk-swift-sdk.git
Reference: 0.2.0
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/dokun1/openwhisk-swift-sdk
* tag 0.2.0 -> FETCH_HEAD
HEAD is now at 7c0d30e Updated readme
Cloned https://github.com/dokun1/openwhisk-swift-sdk.git
Revision (git rev-parse @):
7c0d30eb6e66e16652d099810d1d73acac335820
SUCCESS checkout https://github.com/dokun1/openwhisk-swift-sdk.git at 0.2.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/dokun1/openwhisk-swift-sdk.git
https://github.com/dokun1/openwhisk-swift-sdk.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "circuitbreaker",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/IBM-Swift/CircuitBreaker.git"
},
{
"identity" : "loggerapi",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/IBM-Swift/LoggerAPI.git"
},
{
"identity" : "swiftyrequest",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/IBM-Swift/SwiftyRequest.git"
}
],
"manifest_display_name" : "openwhisk-swift-sdk",
"name" : "openwhisk-swift-sdk",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "openwhisk-swift-sdk",
"targets" : [
"openwhisk-swift-sdk"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "openwhisk_swift_sdkTests",
"module_type" : "SwiftTarget",
"name" : "openwhisk-swift-sdkTests",
"path" : "Tests/openwhisk-swift-sdkTests",
"sources" : [
"XCTestManifests.swift",
"openwhisk_swift_sdkTests.swift"
],
"target_dependencies" : [
"openwhisk-swift-sdk"
],
"type" : "test"
},
{
"c99name" : "openwhisk_swift_sdk",
"module_type" : "SwiftTarget",
"name" : "openwhisk-swift-sdk",
"path" : "Sources/openwhisk-swift-sdk",
"product_dependencies" : [
"CircuitBreaker",
"LoggerAPI",
"SwiftyRequest"
],
"product_memberships" : [
"openwhisk-swift-sdk"
],
"sources" : [
"Controller/Agent.swift",
"Controller/Decoders.swift",
"ResponseModels/Action.swift",
"ResponseModels/ActionDetail.swift",
"ResponseModels/InvocationResponse.swift",
"ResponseModels/MultiDecodable.swift"
],
"type" : "library"
}
],
"tools_version" : "4.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/IBM-Swift/CircuitBreaker.git
Fetching https://github.com/IBM-Swift/LoggerAPI.git
Fetching https://github.com/IBM-Swift/SwiftyRequest.git
[1/1733] Fetching circuitbreaker
[1440/2504] Fetching circuitbreaker, loggerapi
Fetched https://github.com/IBM-Swift/LoggerAPI.git from cache (0.31s)
Fetched https://github.com/IBM-Swift/CircuitBreaker.git from cache (0.32s)
[1/2095] Fetching swiftyrequest
Fetched https://github.com/IBM-Swift/SwiftyRequest.git from cache (1.55s)
Computing version for https://github.com/IBM-Swift/SwiftyRequest.git
Computed https://github.com/IBM-Swift/SwiftyRequest.git at 1.1.3 (2.15s)
Computing version for https://github.com/IBM-Swift/CircuitBreaker.git
Computed https://github.com/IBM-Swift/CircuitBreaker.git at 5.1.0 (2.91s)
Computing version for https://github.com/IBM-Swift/LoggerAPI.git
Computed https://github.com/IBM-Swift/LoggerAPI.git at 1.9.200 (0.59s)
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.46s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.16s)
Creating working copy for https://github.com/IBM-Swift/SwiftyRequest.git
Working copy of https://github.com/IBM-Swift/SwiftyRequest.git resolved at 1.1.3
Creating working copy for https://github.com/IBM-Swift/CircuitBreaker.git
Working copy of https://github.com/IBM-Swift/CircuitBreaker.git resolved at 5.1.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/IBM-Swift/LoggerAPI.git
Working copy of https://github.com/IBM-Swift/LoggerAPI.git resolved at 1.9.200
warning: 'circuitbreaker': 'circuitbreaker' dependency on 'https://github.com/Kitura/LoggerAPI.git' conflicts with dependency on 'https://github.com/IBM-Swift/LoggerAPI.git' which has the same identity 'loggerapi'. this will be escalated to an error in future versions of SwiftPM.
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/11] Compiling Logging MetadataProvider.swift
[8/11] Compiling Logging Locks.swift
[9/11] Emitting module Logging
[10/11] Compiling Logging LogHandler.swift
[11/11] Compiling Logging Logging.swift
[13/14] Emitting module LoggerAPI
[14/14] Compiling LoggerAPI Logger.swift
[16/25] Compiling CircuitBreaker Stats.swift
/host/spi-builder-workspace/.build/checkouts/CircuitBreaker/Sources/CircuitBreaker/Bulkhead.swift:18:8: error: no such module 'Dispatch'
16 |
17 | import Foundation
18 | import Dispatch
| `- error: no such module 'Dispatch'
19 |
20 | /// Bulkhead
[17/25] Compiling CircuitBreaker Snapshot.swift
/host/spi-builder-workspace/.build/checkouts/CircuitBreaker/Sources/CircuitBreaker/Bulkhead.swift:18:8: error: no such module 'Dispatch'
16 |
17 | import Foundation
18 | import Dispatch
| `- error: no such module 'Dispatch'
19 |
20 | /// Bulkhead
[18/25] Compiling CircuitBreaker Invocation.swift
/host/spi-builder-workspace/.build/checkouts/CircuitBreaker/Sources/CircuitBreaker/Bulkhead.swift:18:8: error: no such module 'Dispatch'
16 |
17 | import Foundation
18 | import Dispatch
| `- error: no such module 'Dispatch'
19 |
20 | /// Bulkhead
[19/25] Compiling CircuitBreaker Monitor.swift
/host/spi-builder-workspace/.build/checkouts/CircuitBreaker/Sources/CircuitBreaker/Bulkhead.swift:18:8: error: no such module 'Dispatch'
16 |
17 | import Foundation
18 | import Dispatch
| `- error: no such module 'Dispatch'
19 |
20 | /// Bulkhead
[20/25] Compiling CircuitBreaker MonitorCollection.swift
/host/spi-builder-workspace/.build/checkouts/CircuitBreaker/Sources/CircuitBreaker/Bulkhead.swift:18:8: error: no such module 'Dispatch'
16 |
17 | import Foundation
18 | import Dispatch
| `- error: no such module 'Dispatch'
19 |
20 | /// Bulkhead
error: emit-module command failed with exit code 1 (use -v to see invocation)
[21/26] Emitting module CircuitBreaker
/host/spi-builder-workspace/.build/checkouts/CircuitBreaker/Sources/CircuitBreaker/Bulkhead.swift:18:8: error: no such module 'Dispatch'
16 |
17 | import Foundation
18 | import Dispatch
| `- error: no such module 'Dispatch'
19 |
20 | /// Bulkhead
[22/26] Compiling CircuitBreaker BreakerError.swift
/host/spi-builder-workspace/.build/checkouts/CircuitBreaker/Sources/CircuitBreaker/Bulkhead.swift:18:8: error: no such module 'Dispatch'
16 |
17 | import Foundation
18 | import Dispatch
| `- error: no such module 'Dispatch'
19 |
20 | /// Bulkhead
[23/26] Compiling CircuitBreaker Bulkhead.swift
/host/spi-builder-workspace/.build/checkouts/CircuitBreaker/Sources/CircuitBreaker/Bulkhead.swift:18:8: error: no such module 'Dispatch'
16 |
17 | import Foundation
18 | import Dispatch
| `- error: no such module 'Dispatch'
19 |
20 | /// Bulkhead
[24/26] Compiling CircuitBreaker CircuitBreaker.swift
/host/spi-builder-workspace/.build/checkouts/CircuitBreaker/Sources/CircuitBreaker/Bulkhead.swift:18:8: error: no such module 'Dispatch'
16 |
17 | import Foundation
18 | import Dispatch
| `- error: no such module 'Dispatch'
19 |
20 | /// Bulkhead
[25/26] Compiling CircuitBreaker Collection.swift
/host/spi-builder-workspace/.build/checkouts/CircuitBreaker/Sources/CircuitBreaker/Bulkhead.swift:18:8: error: no such module 'Dispatch'
16 |
17 | import Foundation
18 | import Dispatch
| `- error: no such module 'Dispatch'
19 |
20 | /// Bulkhead
[26/26] Compiling CircuitBreaker Utils.swift
/host/spi-builder-workspace/.build/checkouts/CircuitBreaker/Sources/CircuitBreaker/Bulkhead.swift:18:8: error: no such module 'Dispatch'
16 |
17 | import Foundation
18 | import Dispatch
| `- error: no such module 'Dispatch'
19 |
20 | /// Bulkhead
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: 'circuitbreaker': 'circuitbreaker' dependency on 'https://github.com/Kitura/LoggerAPI.git' conflicts with dependency on 'https://github.com/IBM-Swift/LoggerAPI.git' which has the same identity 'loggerapi'. this will be escalated to an error in future versions of SwiftPM.
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/6] Compiling Logging MetadataProvider.swift
[3/6] Compiling Logging Locks.swift
[4/6] Emitting module Logging
[5/6] Compiling Logging LogHandler.swift
[6/6] Compiling Logging Logging.swift
[8/9] Emitting module LoggerAPI
[9/9] Compiling LoggerAPI Logger.swift
[11/20] Compiling CircuitBreaker Monitor.swift
/host/spi-builder-workspace/.build/checkouts/CircuitBreaker/Sources/CircuitBreaker/Bulkhead.swift:18:8: error: no such module 'Dispatch'
16 |
17 | import Foundation
18 | import Dispatch
| `- error: no such module 'Dispatch'
19 |
20 | /// Bulkhead
[12/21] Compiling CircuitBreaker BreakerError.swift
/host/spi-builder-workspace/.build/checkouts/CircuitBreaker/Sources/CircuitBreaker/Bulkhead.swift:18:8: error: no such module 'Dispatch'
16 |
17 | import Foundation
18 | import Dispatch
| `- error: no such module 'Dispatch'
19 |
20 | /// Bulkhead
[13/21] Compiling CircuitBreaker Bulkhead.swift
/host/spi-builder-workspace/.build/checkouts/CircuitBreaker/Sources/CircuitBreaker/Bulkhead.swift:18:8: error: no such module 'Dispatch'
16 |
17 | import Foundation
18 | import Dispatch
| `- error: no such module 'Dispatch'
19 |
20 | /// Bulkhead
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/21] Emitting module CircuitBreaker
/host/spi-builder-workspace/.build/checkouts/CircuitBreaker/Sources/CircuitBreaker/Bulkhead.swift:18:8: error: no such module 'Dispatch'
16 |
17 | import Foundation
18 | import Dispatch
| `- error: no such module 'Dispatch'
19 |
20 | /// Bulkhead
[15/21] Compiling CircuitBreaker Invocation.swift
/host/spi-builder-workspace/.build/checkouts/CircuitBreaker/Sources/CircuitBreaker/Bulkhead.swift:18:8: error: no such module 'Dispatch'
16 |
17 | import Foundation
18 | import Dispatch
| `- error: no such module 'Dispatch'
19 |
20 | /// Bulkhead
[16/21] Compiling CircuitBreaker MonitorCollection.swift
/host/spi-builder-workspace/.build/checkouts/CircuitBreaker/Sources/CircuitBreaker/Bulkhead.swift:18:8: error: no such module 'Dispatch'
16 |
17 | import Foundation
18 | import Dispatch
| `- error: no such module 'Dispatch'
19 |
20 | /// Bulkhead
[17/21] Compiling CircuitBreaker Snapshot.swift
/host/spi-builder-workspace/.build/checkouts/CircuitBreaker/Sources/CircuitBreaker/Bulkhead.swift:18:8: error: no such module 'Dispatch'
16 |
17 | import Foundation
18 | import Dispatch
| `- error: no such module 'Dispatch'
19 |
20 | /// Bulkhead
[18/21] Compiling CircuitBreaker Utils.swift
/host/spi-builder-workspace/.build/checkouts/CircuitBreaker/Sources/CircuitBreaker/Bulkhead.swift:18:8: error: no such module 'Dispatch'
16 |
17 | import Foundation
18 | import Dispatch
| `- error: no such module 'Dispatch'
19 |
20 | /// Bulkhead
[19/21] Compiling CircuitBreaker CircuitBreaker.swift
/host/spi-builder-workspace/.build/checkouts/CircuitBreaker/Sources/CircuitBreaker/Bulkhead.swift:18:8: error: no such module 'Dispatch'
16 |
17 | import Foundation
18 | import Dispatch
| `- error: no such module 'Dispatch'
19 |
20 | /// Bulkhead
[20/21] Compiling CircuitBreaker Collection.swift
/host/spi-builder-workspace/.build/checkouts/CircuitBreaker/Sources/CircuitBreaker/Bulkhead.swift:18:8: error: no such module 'Dispatch'
16 |
17 | import Foundation
18 | import Dispatch
| `- error: no such module 'Dispatch'
19 |
20 | /// Bulkhead
[21/21] Compiling CircuitBreaker Stats.swift
/host/spi-builder-workspace/.build/checkouts/CircuitBreaker/Sources/CircuitBreaker/Bulkhead.swift:18:8: error: no such module 'Dispatch'
16 |
17 | import Foundation
18 | import Dispatch
| `- error: no such module 'Dispatch'
19 |
20 | /// Bulkhead
BUILD FAILURE 6.1 wasm