Build Information
Failed to build PersistedValue, reference main (f6f655), with Swift 6.1 for Wasm on 28 May 2025 05:53:51 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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/DimaKoroliov/PersistedValue.git
Reference: main
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/DimaKoroliov/PersistedValue
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at f6f655d [feature] Simplified usage of `PersistedValues.Subject`
Cloned https://github.com/DimaKoroliov/PersistedValue.git
Revision (git rev-parse @):
f6f655d3042bcbe14a8894afeacc5f9db62b99e1
SUCCESS checkout https://github.com/DimaKoroliov/PersistedValue.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/DimaKoroliov/PersistedValue.git
https://github.com/DimaKoroliov/PersistedValue.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "PersistedValue",
"name" : "PersistedValue",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "9.0"
},
{
"name" : "macos",
"version" : "10.10"
},
{
"name" : "tvos",
"version" : "9.0"
},
{
"name" : "watchos",
"version" : "2.0"
}
],
"products" : [
{
"name" : "PersistedValue",
"targets" : [
"PersistedValue"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "PersistedValueTestingUtilities",
"targets" : [
"PersistedValueTestingUtilities"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PersistedValueTests",
"module_type" : "SwiftTarget",
"name" : "PersistedValueTests",
"path" : "Tests/PersistedValueTests",
"sources" : [
"AnyPersistedValueTests.swift",
"PersistedStorageTests.swift",
"PersistedValueTests.swift",
"StoragesTests.swift"
],
"target_dependencies" : [
"PersistedValue",
"PersistedValueTestingUtilities"
],
"type" : "test"
},
{
"c99name" : "PersistedValueTestingUtilitiesTests",
"module_type" : "SwiftTarget",
"name" : "PersistedValueTestingUtilitiesTests",
"path" : "Tests/PersistedValueTestingUtilitiesTests",
"sources" : [
"MockPersistedStorageTests.swift",
"MockPersistedValueTests.swift"
],
"target_dependencies" : [
"PersistedValue",
"PersistedValueTestingUtilities"
],
"type" : "test"
},
{
"c99name" : "PersistedValueTestingUtilities",
"module_type" : "SwiftTarget",
"name" : "PersistedValueTestingUtilities",
"path" : "Sources/PersistedValueTestingUtilities",
"product_memberships" : [
"PersistedValueTestingUtilities"
],
"sources" : [
"PersistedStorage+Mock.swift",
"PersistedValue+Mock.swift"
],
"target_dependencies" : [
"PersistedValue"
],
"type" : "library"
},
{
"c99name" : "PersistedValue",
"module_type" : "SwiftTarget",
"name" : "PersistedValue",
"path" : "Sources/PersistedValue",
"product_memberships" : [
"PersistedValue",
"PersistedValueTestingUtilities"
],
"sources" : [
"Extensions/PersistedValue+Codable.swift",
"Extensions/PersistedValue+Default.swift",
"Extensions/PersistedValue+Optional.swift",
"Extensions/PersistedValue+Primitive.swift",
"PersistedStorage.swift",
"PersistedValue.swift",
"PersistedValues/AnyPersistedValue.swift",
"PersistedValues/PersistedValues+Atomic.swift",
"PersistedValues/PersistedValues+Combine.swift",
"PersistedValues/PersistedValues+CompactMap.swift",
"PersistedValues/PersistedValues+Map.swift",
"PersistedValues/PersistedValues+Merge.swift",
"PersistedValues/PersistedValues+Print.swift",
"Storages/Cache.swift",
"Storages/Keychain.swift",
"Storages/UserDefaults.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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 -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
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/18] Compiling PersistedValue PersistedValues+Combine.swift
/host/spi-builder-workspace/Sources/PersistedValue/PersistedStorage.swift:2:8: error: no such module 'Combine'
1 | import Foundation
2 | import Combine
| `- error: no such module 'Combine'
3 |
4 | public protocol PersistedStorage {
[5/18] Compiling PersistedValue PersistedValues+CompactMap.swift
/host/spi-builder-workspace/Sources/PersistedValue/PersistedStorage.swift:2:8: error: no such module 'Combine'
1 | import Foundation
2 | import Combine
| `- error: no such module 'Combine'
3 |
4 | public protocol PersistedStorage {
[6/18] Compiling PersistedValue PersistedValues+Map.swift
/host/spi-builder-workspace/Sources/PersistedValue/PersistedStorage.swift:2:8: error: no such module 'Combine'
1 | import Foundation
2 | import Combine
| `- error: no such module 'Combine'
3 |
4 | public protocol PersistedStorage {
[7/18] Compiling PersistedValue PersistedValues+Merge.swift
/host/spi-builder-workspace/Sources/PersistedValue/PersistedStorage.swift:2:8: error: no such module 'Combine'
1 | import Foundation
2 | import Combine
| `- error: no such module 'Combine'
3 |
4 | public protocol PersistedStorage {
[8/20] Compiling PersistedValue PersistedValues+Print.swift
/host/spi-builder-workspace/Sources/PersistedValue/PersistedStorage.swift:2:8: error: no such module 'Combine'
1 | import Foundation
2 | import Combine
| `- error: no such module 'Combine'
3 |
4 | public protocol PersistedStorage {
[9/20] Compiling PersistedValue Cache.swift
/host/spi-builder-workspace/Sources/PersistedValue/PersistedStorage.swift:2:8: error: no such module 'Combine'
1 | import Foundation
2 | import Combine
| `- error: no such module 'Combine'
3 |
4 | public protocol PersistedStorage {
[10/20] Compiling PersistedValue AnyPersistedValue.swift
/host/spi-builder-workspace/Sources/PersistedValue/PersistedStorage.swift:2:8: error: no such module 'Combine'
1 | import Foundation
2 | import Combine
| `- error: no such module 'Combine'
3 |
4 | public protocol PersistedStorage {
[11/20] Compiling PersistedValue PersistedValues+Atomic.swift
/host/spi-builder-workspace/Sources/PersistedValue/PersistedStorage.swift:2:8: error: no such module 'Combine'
1 | import Foundation
2 | import Combine
| `- error: no such module 'Combine'
3 |
4 | public protocol PersistedStorage {
[12/20] Compiling PersistedValue PersistedStorage.swift
/host/spi-builder-workspace/Sources/PersistedValue/PersistedStorage.swift:2:8: error: no such module 'Combine'
1 | import Foundation
2 | import Combine
| `- error: no such module 'Combine'
3 |
4 | public protocol PersistedStorage {
[13/20] Compiling PersistedValue PersistedValue.swift
/host/spi-builder-workspace/Sources/PersistedValue/PersistedStorage.swift:2:8: error: no such module 'Combine'
1 | import Foundation
2 | import Combine
| `- error: no such module 'Combine'
3 |
4 | public protocol PersistedStorage {
[14/20] Compiling PersistedValue PersistedValue+Optional.swift
/host/spi-builder-workspace/Sources/PersistedValue/PersistedStorage.swift:2:8: error: no such module 'Combine'
1 | import Foundation
2 | import Combine
| `- error: no such module 'Combine'
3 |
4 | public protocol PersistedStorage {
[15/20] Compiling PersistedValue PersistedValue+Primitive.swift
/host/spi-builder-workspace/Sources/PersistedValue/PersistedStorage.swift:2:8: error: no such module 'Combine'
1 | import Foundation
2 | import Combine
| `- error: no such module 'Combine'
3 |
4 | public protocol PersistedStorage {
[16/20] Compiling PersistedValue PersistedValue+Codable.swift
/host/spi-builder-workspace/Sources/PersistedValue/PersistedStorage.swift:2:8: error: no such module 'Combine'
1 | import Foundation
2 | import Combine
| `- error: no such module 'Combine'
3 |
4 | public protocol PersistedStorage {
[17/20] Compiling PersistedValue PersistedValue+Default.swift
/host/spi-builder-workspace/Sources/PersistedValue/PersistedStorage.swift:2:8: error: no such module 'Combine'
1 | import Foundation
2 | import Combine
| `- error: no such module 'Combine'
3 |
4 | public protocol PersistedStorage {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[18/20] Emitting module PersistedValue
/host/spi-builder-workspace/Sources/PersistedValue/PersistedStorage.swift:2:8: error: no such module 'Combine'
1 | import Foundation
2 | import Combine
| `- error: no such module 'Combine'
3 |
4 | public protocol PersistedStorage {
[19/20] Compiling PersistedValue Keychain.swift
/host/spi-builder-workspace/Sources/PersistedValue/PersistedStorage.swift:2:8: error: no such module 'Combine'
1 | import Foundation
2 | import Combine
| `- error: no such module 'Combine'
3 |
4 | public protocol PersistedStorage {
[20/20] Compiling PersistedValue UserDefaults.swift
/host/spi-builder-workspace/Sources/PersistedValue/PersistedStorage.swift:2:8: error: no such module 'Combine'
1 | import Foundation
2 | import Combine
| `- error: no such module 'Combine'
3 |
4 | public protocol PersistedStorage {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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
[2/16] Compiling PersistedValue PersistedValues+Combine.swift
/host/spi-builder-workspace/Sources/PersistedValue/PersistedStorage.swift:2:8: error: no such module 'Combine'
1 | import Foundation
2 | import Combine
| `- error: no such module 'Combine'
3 |
4 | public protocol PersistedStorage {
[3/16] Compiling PersistedValue PersistedValues+CompactMap.swift
/host/spi-builder-workspace/Sources/PersistedValue/PersistedStorage.swift:2:8: error: no such module 'Combine'
1 | import Foundation
2 | import Combine
| `- error: no such module 'Combine'
3 |
4 | public protocol PersistedStorage {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/18] Emitting module PersistedValue
/host/spi-builder-workspace/Sources/PersistedValue/PersistedStorage.swift:2:8: error: no such module 'Combine'
1 | import Foundation
2 | import Combine
| `- error: no such module 'Combine'
3 |
4 | public protocol PersistedStorage {
[5/18] Compiling PersistedValue PersistedValue+Optional.swift
/host/spi-builder-workspace/Sources/PersistedValue/PersistedStorage.swift:2:8: error: no such module 'Combine'
1 | import Foundation
2 | import Combine
| `- error: no such module 'Combine'
3 |
4 | public protocol PersistedStorage {
[6/18] Compiling PersistedValue PersistedValue+Primitive.swift
/host/spi-builder-workspace/Sources/PersistedValue/PersistedStorage.swift:2:8: error: no such module 'Combine'
1 | import Foundation
2 | import Combine
| `- error: no such module 'Combine'
3 |
4 | public protocol PersistedStorage {
[7/18] Compiling PersistedValue PersistedValue+Codable.swift
/host/spi-builder-workspace/Sources/PersistedValue/PersistedStorage.swift:2:8: error: no such module 'Combine'
1 | import Foundation
2 | import Combine
| `- error: no such module 'Combine'
3 |
4 | public protocol PersistedStorage {
[8/18] Compiling PersistedValue PersistedValue+Default.swift
/host/spi-builder-workspace/Sources/PersistedValue/PersistedStorage.swift:2:8: error: no such module 'Combine'
1 | import Foundation
2 | import Combine
| `- error: no such module 'Combine'
3 |
4 | public protocol PersistedStorage {
[9/18] Compiling PersistedValue AnyPersistedValue.swift
/host/spi-builder-workspace/Sources/PersistedValue/PersistedStorage.swift:2:8: error: no such module 'Combine'
1 | import Foundation
2 | import Combine
| `- error: no such module 'Combine'
3 |
4 | public protocol PersistedStorage {
[10/18] Compiling PersistedValue PersistedValues+Atomic.swift
/host/spi-builder-workspace/Sources/PersistedValue/PersistedStorage.swift:2:8: error: no such module 'Combine'
1 | import Foundation
2 | import Combine
| `- error: no such module 'Combine'
3 |
4 | public protocol PersistedStorage {
[11/18] Compiling PersistedValue PersistedStorage.swift
/host/spi-builder-workspace/Sources/PersistedValue/PersistedStorage.swift:2:8: error: no such module 'Combine'
1 | import Foundation
2 | import Combine
| `- error: no such module 'Combine'
3 |
4 | public protocol PersistedStorage {
[12/18] Compiling PersistedValue PersistedValue.swift
/host/spi-builder-workspace/Sources/PersistedValue/PersistedStorage.swift:2:8: error: no such module 'Combine'
1 | import Foundation
2 | import Combine
| `- error: no such module 'Combine'
3 |
4 | public protocol PersistedStorage {
[13/18] Compiling PersistedValue PersistedValues+Map.swift
/host/spi-builder-workspace/Sources/PersistedValue/PersistedStorage.swift:2:8: error: no such module 'Combine'
1 | import Foundation
2 | import Combine
| `- error: no such module 'Combine'
3 |
4 | public protocol PersistedStorage {
[14/18] Compiling PersistedValue PersistedValues+Merge.swift
/host/spi-builder-workspace/Sources/PersistedValue/PersistedStorage.swift:2:8: error: no such module 'Combine'
1 | import Foundation
2 | import Combine
| `- error: no such module 'Combine'
3 |
4 | public protocol PersistedStorage {
[15/18] Compiling PersistedValue PersistedValues+Print.swift
/host/spi-builder-workspace/Sources/PersistedValue/PersistedStorage.swift:2:8: error: no such module 'Combine'
1 | import Foundation
2 | import Combine
| `- error: no such module 'Combine'
3 |
4 | public protocol PersistedStorage {
[16/18] Compiling PersistedValue Cache.swift
/host/spi-builder-workspace/Sources/PersistedValue/PersistedStorage.swift:2:8: error: no such module 'Combine'
1 | import Foundation
2 | import Combine
| `- error: no such module 'Combine'
3 |
4 | public protocol PersistedStorage {
[17/18] Compiling PersistedValue Keychain.swift
/host/spi-builder-workspace/Sources/PersistedValue/PersistedStorage.swift:2:8: error: no such module 'Combine'
1 | import Foundation
2 | import Combine
| `- error: no such module 'Combine'
3 |
4 | public protocol PersistedStorage {
[18/18] Compiling PersistedValue UserDefaults.swift
/host/spi-builder-workspace/Sources/PersistedValue/PersistedStorage.swift:2:8: error: no such module 'Combine'
1 | import Foundation
2 | import Combine
| `- error: no such module 'Combine'
3 |
4 | public protocol PersistedStorage {
BUILD FAILURE 6.1 wasm