Build Information
Failed to build Resting, reference 1.0.0-beta.1 (d0e228), with Swift 6.1 for Wasm on 29 May 2025 09:14:17 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/rocxteady/Resting.git
Reference: 1.0.0-beta.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/rocxteady/Resting
* tag 1.0.0-beta.1 -> FETCH_HEAD
HEAD is now at d0e2284 Fix compile errors and tests.
Cloned https://github.com/rocxteady/Resting.git
Revision (git rev-parse @):
d0e2284183fd85a820f915b33f08ce323e2d2823
SUCCESS checkout https://github.com/rocxteady/Resting.git at 1.0.0-beta.1
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/rocxteady/Resting.git
https://github.com/rocxteady/Resting.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"default_localization" : "en",
"dependencies" : [
],
"manifest_display_name" : "Resting",
"name" : "Resting",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "8.0"
},
{
"name" : "tvos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "Resting",
"targets" : [
"Resting"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RestingTests",
"module_type" : "SwiftTarget",
"name" : "RestingTests",
"path" : "Tests/RestingTests",
"sources" : [
"LocalizationTests.swift",
"Mocks/MockedFileManager.swift",
"Mocks/MockedModel.swift",
"Mocks/MockedURLService.swift",
"RequestConfigurationTests.swift",
"RestClientDownloadTests.swift",
"RestClientTests.swift",
"RestClientWithFailureTests.swift"
],
"target_dependencies" : [
"Resting"
],
"type" : "test"
},
{
"c99name" : "Resting",
"module_type" : "SwiftTarget",
"name" : "Resting",
"path" : "Sources/Resting",
"product_memberships" : [
"Resting"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/Resting/Resources/en.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "en"
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/Resting/Resources/tr.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "tr"
}
}
}
],
"sources" : [
"DataWithURLResponse.swift",
"Extensions/URLComponents+Helper.swift",
"Extensions/URLSession+Helper.swift",
"RequestConfiguration.swift",
"Resting.swift",
"RestingError.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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 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
Building for debugging...
[0/5] Copying Localizable.strings
[2/5] Write sources
[3/5] Copying Info.plist
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/13] Compiling Resting resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/Resting/Extensions/URLSession+Helper.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 |
11 | extension URLSession {
[7/13] Compiling Resting RestingError.swift
/host/spi-builder-workspace/Sources/Resting/Extensions/URLSession+Helper.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 |
11 | extension URLSession {
[8/13] Compiling Resting Resting.swift
/host/spi-builder-workspace/Sources/Resting/Extensions/URLSession+Helper.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 |
11 | extension URLSession {
[9/13] Compiling Resting URLSession+Helper.swift
/host/spi-builder-workspace/Sources/Resting/Extensions/URLSession+Helper.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 |
11 | extension URLSession {
[10/13] Compiling Resting RequestConfiguration.swift
/host/spi-builder-workspace/Sources/Resting/Extensions/URLSession+Helper.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 |
11 | extension URLSession {
[11/13] Compiling Resting URLComponents+Helper.swift
/host/spi-builder-workspace/Sources/Resting/Extensions/URLSession+Helper.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 |
11 | extension URLSession {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/13] Emitting module Resting
/host/spi-builder-workspace/Sources/Resting/Extensions/URLSession+Helper.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 |
11 | extension URLSession {
[13/13] Compiling Resting DataWithURLResponse.swift
/host/spi-builder-workspace/Sources/Resting/Extensions/URLSession+Helper.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 |
11 | extension URLSession {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/9] Emitting module Resting
/host/spi-builder-workspace/Sources/Resting/Extensions/URLSession+Helper.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 |
11 | extension URLSession {
[3/9] Compiling Resting URLComponents+Helper.swift
/host/spi-builder-workspace/Sources/Resting/Extensions/URLSession+Helper.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 |
11 | extension URLSession {
[4/9] Compiling Resting resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/Resting/Extensions/URLSession+Helper.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 |
11 | extension URLSession {
[5/9] Compiling Resting RestingError.swift
/host/spi-builder-workspace/Sources/Resting/Extensions/URLSession+Helper.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 |
11 | extension URLSession {
[6/9] Compiling Resting DataWithURLResponse.swift
/host/spi-builder-workspace/Sources/Resting/Extensions/URLSession+Helper.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 |
11 | extension URLSession {
[7/9] Compiling Resting URLSession+Helper.swift
/host/spi-builder-workspace/Sources/Resting/Extensions/URLSession+Helper.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 |
11 | extension URLSession {
[8/9] Compiling Resting Resting.swift
/host/spi-builder-workspace/Sources/Resting/Extensions/URLSession+Helper.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 |
11 | extension URLSession {
[9/9] Compiling Resting RequestConfiguration.swift
/host/spi-builder-workspace/Sources/Resting/Extensions/URLSession+Helper.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 |
11 | extension URLSession {
BUILD FAILURE 6.1 wasm