Build Information
Failed to build WPSwift, reference 0.1.5 (998bf9), with Swift 6.1 for Wasm on 29 May 2025 15:00:37 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>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rocxteady/WPSwift.git
Reference: 0.1.5
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/WPSwift
* tag 0.1.5 -> FETCH_HEAD
HEAD is now at 998bf97 Create LICENSE
Cloned https://github.com/rocxteady/WPSwift.git
Revision (git rev-parse @):
998bf97ba352993b64fc3e6d062a4aac9ee2bb64
SUCCESS checkout https://github.com/rocxteady/WPSwift.git at 0.1.5
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/rocxteady/WPSwift.git
https://github.com/rocxteady/WPSwift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"default_localization" : "en",
"dependencies" : [
{
"identity" : "resting",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.9",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/rocxteady/Resting.git"
}
],
"manifest_display_name" : "WPSwift",
"name" : "WPSwift",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "9.0"
},
{
"name" : "tvos",
"version" : "16.0"
}
],
"products" : [
{
"name" : "WPSwift",
"targets" : [
"WPSwift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "WPSwiftTests",
"module_type" : "SwiftTarget",
"name" : "WPSwiftTests",
"path" : "Tests/WPSwiftTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/WPSwiftTests/Resources/APIInfo.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/WPSwiftTests/Resources/Any.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/WPSwiftTests/Resources/Categories.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/WPSwiftTests/Resources/Category.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/WPSwiftTests/Resources/Post.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/WPSwiftTests/Resources/PostNoEmbedded.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/WPSwiftTests/Resources/PostToCreate.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/WPSwiftTests/Resources/PostToUpdate.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/WPSwiftTests/Resources/Posts.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/WPSwiftTests/Resources/SimplePost.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/WPSwiftTests/Resources/SimplePosts.json",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"APITests/APIClientTests.swift",
"APITests/AnyCodableTests.swift",
"Mocks/APIInfo+Mock.swift",
"Mocks/AnyCodable+Mock.swift",
"Mocks/Author+Mock.swift",
"Mocks/EmbeddedContent+Mock.swift",
"Mocks/FeaturedMedia+Mock.swift",
"Mocks/MockError.swift",
"Mocks/MockedURLProtocol.swift",
"Mocks/Post+Mock.swift",
"Mocks/PostCategory+Mock.swift",
"Mocks/SimplePost+Mock.swift",
"RepositoryTests/APIInfoRepositoryTests.swift",
"RepositoryTests/CategoriessRepositoryTests.swift",
"RepositoryTests/PostsRepositoryTests.swift",
"WPSwiftSetupTests.swift"
],
"target_dependencies" : [
"WPSwift"
],
"type" : "test"
},
{
"c99name" : "WPSwift",
"module_type" : "SwiftTarget",
"name" : "WPSwift",
"path" : "Sources/WPSwift",
"product_dependencies" : [
"Resting"
],
"product_memberships" : [
"WPSwift"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/WPSwift/Resources/en.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "en"
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/WPSwift/Resources/tr.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "tr"
}
}
}
],
"sources" : [
"API/WPClient.swift",
"API/WPClientConfiguration.swift",
"API/WPEndpoint.swift",
"Extensions/RestClient+Configuration.swift",
"Extensions/URL+Configuration.swift",
"Helpers/DateFormatter+Default.swift",
"Helpers/JSONDecoder+Utils.swift",
"Helpers/JSONEncoder+Utils.swift",
"Helpers/String+DecodedHTML.swift",
"Localization/Localizable.swift",
"Models/APIInfo.swift",
"Models/AnyCodable.swift",
"Models/Author.swift",
"Models/Category.swift",
"Models/EmbeddedContent.swift",
"Models/EmptyModel.swift",
"Models/FeaturedMedia.swift",
"Models/Params.swift",
"Models/Post.swift",
"Models/SimplePost.swift",
"Repositories/APIInfoRepository.swift",
"Repositories/CategoriesRepository.swift",
"Repositories/PostsRepository.swift",
"WPSwift.swift"
],
"type" : "library"
},
{
"c99name" : "LocalizationTests",
"module_type" : "SwiftTarget",
"name" : "LocalizationTests",
"path" : "Tests/LocalizationTests",
"sources" : [
"LocalizationTests.swift"
],
"target_dependencies" : [
"WPSwift"
],
"type" : "test"
}
],
"tools_version" : "5.8"
}
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/rocxteady/Resting.git
[1/281] Fetching resting
Fetched https://github.com/rocxteady/Resting.git from cache (0.31s)
Computing version for https://github.com/rocxteady/Resting.git
Computed https://github.com/rocxteady/Resting.git at 0.0.9 (0.81s)
Creating working copy for https://github.com/rocxteady/Resting.git
Working copy of https://github.com/rocxteady/Resting.git resolved at 0.0.9
Building for debugging...
[0/9] Write sources
[2/9] Copying Localizable.strings
[2/9] Copying Info.plist
[2/9] Copying Localizable.strings
[2/9] Copying Info.plist
[8/9] Write swift-version-24593BA9C3E375BF.txt
[10/17] Compiling Resting RestingError.swift
/host/spi-builder-workspace/.build/checkouts/Resting/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/17] Compiling Resting resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/Resting/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 {
[12/17] Compiling Resting URLSession+Helper.swift
/host/spi-builder-workspace/.build/checkouts/Resting/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/17] Compiling Resting URLComponents+Helper.swift
/host/spi-builder-workspace/.build/checkouts/Resting/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)
[14/17] Emitting module Resting
/host/spi-builder-workspace/.build/checkouts/Resting/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 {
[15/17] Compiling Resting DataWithURLResponse.swift
/host/spi-builder-workspace/.build/checkouts/Resting/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 {
[16/17] Compiling Resting Resting.swift
/host/spi-builder-workspace/.build/checkouts/Resting/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 {
[17/17] Compiling Resting RequestConfiguration.swift
/host/spi-builder-workspace/.build/checkouts/Resting/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-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
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/9] Compiling Resting URLComponents+Helper.swift
/host/spi-builder-workspace/.build/checkouts/Resting/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 DataWithURLResponse.swift
/host/spi-builder-workspace/.build/checkouts/Resting/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/.build/checkouts/Resting/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)
[5/9] Emitting module Resting
/host/spi-builder-workspace/.build/checkouts/Resting/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 URLSession+Helper.swift
/host/spi-builder-workspace/.build/checkouts/Resting/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 RestingError.swift
/host/spi-builder-workspace/.build/checkouts/Resting/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 RequestConfiguration.swift
/host/spi-builder-workspace/.build/checkouts/Resting/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 Resting.swift
/host/spi-builder-workspace/.build/checkouts/Resting/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