The Swift Package Index logo.Swift Package Index

Build Information

Failed to build PersistedValue, reference 0.3.0 (f6f655), with Swift 6.3 for Linux on 12 Apr 2026 23:34:21 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/DimaKoroliov/PersistedValue.git
Reference: 0.3.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/DimaKoroliov/PersistedValue
 * tag               0.3.0      -> FETCH_HEAD
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 0.3.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.3
Building package at path:  $PWD
https://github.com/DimaKoroliov/PersistedValue.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/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 {
[5/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 {
[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 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 {
[9/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)
[10/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 {
[11/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 {
[12/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 {
[13/20] 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 {
[14/20] 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 {
[15/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 {
[16/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 {
[17/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 {
[18/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 {
[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 {
BUILD FAILURE 6.3 linux