The Swift Package Index logo.Swift Package Index

Build Information

Failed to build AppDependency, reference main (d973ca), with Swift 6.3 for Android on 14 Apr 2026 08:19:45 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/0xLeif/AppDependency.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/0xLeif/AppDependency
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d973ca2 Change logger for linux and windows to var (#7)
Cloned https://github.com/0xLeif/AppDependency.git
Revision (git rev-parse @):
d973ca2e26a7f4aaa205c41a2551c51f492fec50
SUCCESS checkout https://github.com/0xLeif/AppDependency.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.3
Building package at path:  $PWD
https://github.com/0xLeif/AppDependency.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Fetching https://github.com/0xLeif/Cache
[1/620] Fetching cache
Fetched https://github.com/0xLeif/Cache from cache (0.29s)
Computing version for https://github.com/0xLeif/Cache
Computed https://github.com/0xLeif/Cache at 2.1.2 (0.77s)
Creating working copy for https://github.com/0xLeif/Cache
Working copy of https://github.com/0xLeif/Cache resolved at 2.1.2
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--4F562202D5529B1.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/27] Emitting module Cache
/host/spi-builder-workspace/.build/checkouts/Cache/Sources/Cache/Cache/Cache.swift:26:6: error: unknown attribute 'Published'
 24 |     #else
 25 |     /// The actual cache dictionary of key-value pairs.
 26 |     @Published fileprivate var cache: [Key: Value] = [:]
    |      `- error: unknown attribute 'Published'
 27 |     #endif
 28 |
/host/spi-builder-workspace/.build/checkouts/Cache/Sources/Cache/Cache/Cache.swift:164:18: error: cannot find type 'ObservableObject' in scope
162 |
163 | #if !os(Linux) && !os(Windows)
164 | extension Cache: ObservableObject { }
    |                  `- error: cannot find type 'ObservableObject' in scope
165 | #endif
166 |
[5/30] Compiling Cache Logging.swift
[6/30] Compiling Cache OptionallyCached.swift
[7/30] Compiling Cache Resolved.swift
[8/30] Compiling Cache MissingRequiredKeysError.swift
[9/30] Compiling Cache Global+cache.swift
[10/30] Compiling Cache Global+dependencies.swift
[11/30] Compiling Cache ExpiringCache+subscript.swift
[12/30] Compiling Cache ExpiringCache.swift
[13/30] Compiling Cache LRUCache.swift
[14/30] Compiling Cache PersistableCache.swift
[15/30] Compiling Cache AnyCacheable.swift
/host/spi-builder-workspace/.build/checkouts/Cache/Sources/Cache/Cache/Cache.swift:26:6: error: unknown attribute 'Published'
 24 |     #else
 25 |     /// The actual cache dictionary of key-value pairs.
 26 |     @Published fileprivate var cache: [Key: Value] = [:]
    |      `- error: unknown attribute 'Published'
 27 |     #endif
 28 |
/host/spi-builder-workspace/.build/checkouts/Cache/Sources/Cache/Cache/Cache.swift:164:18: error: cannot find type 'ObservableObject' in scope
162 |
163 | #if !os(Linux) && !os(Windows)
164 | extension Cache: ObservableObject { }
    |                  `- error: cannot find type 'ObservableObject' in scope
165 | #endif
166 |
[16/30] Compiling Cache Cache+subscript.swift
/host/spi-builder-workspace/.build/checkouts/Cache/Sources/Cache/Cache/Cache.swift:26:6: error: unknown attribute 'Published'
 24 |     #else
 25 |     /// The actual cache dictionary of key-value pairs.
 26 |     @Published fileprivate var cache: [Key: Value] = [:]
    |      `- error: unknown attribute 'Published'
 27 |     #endif
 28 |
/host/spi-builder-workspace/.build/checkouts/Cache/Sources/Cache/Cache/Cache.swift:164:18: error: cannot find type 'ObservableObject' in scope
162 |
163 | #if !os(Linux) && !os(Windows)
164 | extension Cache: ObservableObject { }
    |                  `- error: cannot find type 'ObservableObject' in scope
165 | #endif
166 |
[17/30] Compiling Cache Cache.swift
/host/spi-builder-workspace/.build/checkouts/Cache/Sources/Cache/Cache/Cache.swift:26:6: error: unknown attribute 'Published'
 24 |     #else
 25 |     /// The actual cache dictionary of key-value pairs.
 26 |     @Published fileprivate var cache: [Key: Value] = [:]
    |      `- error: unknown attribute 'Published'
 27 |     #endif
 28 |
/host/spi-builder-workspace/.build/checkouts/Cache/Sources/Cache/Cache/Cache.swift:164:18: error: cannot find type 'ObservableObject' in scope
162 |
163 | #if !os(Linux) && !os(Windows)
164 | extension Cache: ObservableObject { }
    |                  `- error: cannot find type 'ObservableObject' in scope
165 | #endif
166 |
[18/30] Compiling Cache ComposableCache.swift
/host/spi-builder-workspace/.build/checkouts/Cache/Sources/Cache/Cache/Cache.swift:26:6: error: unknown attribute 'Published'
 24 |     #else
 25 |     /// The actual cache dictionary of key-value pairs.
 26 |     @Published fileprivate var cache: [Key: Value] = [:]
    |      `- error: unknown attribute 'Published'
 27 |     #endif
 28 |
/host/spi-builder-workspace/.build/checkouts/Cache/Sources/Cache/Cache/Cache.swift:164:18: error: cannot find type 'ObservableObject' in scope
162 |
163 | #if !os(Linux) && !os(Windows)
164 | extension Cache: ObservableObject { }
    |                  `- error: cannot find type 'ObservableObject' in scope
165 | #endif
166 |
[19/30] Compiling Cache Cacheable.swift
[20/30] Compiling Cache Dictionary+Cacheable.swift
[21/30] Compiling Cache InvalidTypeError.swift
[22/30] Compiling Cache Global+images.swift
[23/30] Compiling Cache Global+loggers.swift
[24/30] Compiling Cache Global.swift
[25/30] Compiling Cache JSON+subscript.swift
[26/30] Compiling Cache JSON.swift
[27/30] Compiling Cache Cached.swift
[28/30] Compiling Cache RequiredKeysCache+subscript.swift
[29/30] Compiling Cache RequiredKeysCache.swift
[30/30] Compiling Cache CacheInitializable.swift
BUILD FAILURE 6.3 android