The Swift Package Index logo.Swift Package Index

Build Information

Failed to build PersistedValue, reference main (f6f655), with Swift 6.2 for Android on 19 Jun 2025 10:46:19 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
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:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/DimaKoroliov/PersistedValue.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-8C5A4AE7A8CE2BA.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 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 {
[13/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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/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 {
[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 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 {
[18/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 {
[19/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 {
[20/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 {
BUILD FAILURE 6.2 android