Build Information
Failed to build swift-standard-clients, reference 0.1.1 (397f90), with Swift 6.3 for Android on 12 Apr 2026 18:02:06 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:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/capturecontext/swift-standard-clients.git
Reference: 0.1.1
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/capturecontext/swift-standard-clients
* tag 0.1.1 -> FETCH_HEAD
HEAD is now at 397f905 feat: StandardClients(+Live) products
Cloned https://github.com/capturecontext/swift-standard-clients.git
Revision (git rev-parse @):
397f90502948a0acb2d0442ec4c70fec5f87a677
SUCCESS checkout https://github.com/capturecontext/swift-standard-clients.git at 0.1.1
========================================
Build
========================================
Selected platform: android
Swift version: 6.3
Building package at path: $PWD
https://github.com/capturecontext/swift-standard-clients.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: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/capturecontext/swift-prelude.git
[1/1959] Fetching swift-prelude
Fetched https://github.com/capturecontext/swift-prelude.git from cache (0.24s)
Computing version for https://github.com/capturecontext/swift-prelude.git
Computed https://github.com/capturecontext/swift-prelude.git at 0.0.3 (0.96s)
Creating working copy for https://github.com/capturecontext/swift-prelude.git
Working copy of https://github.com/capturecontext/swift-prelude.git resolved at 0.0.3
Building for debugging...
[0/63] Write sources
[16/63] Write swift-version--4F562202D5529B1.txt
[18/109] Emitting module DataRepresentable
[19/109] Emitting module Prelude
[20/114] Compiling Prelude Match.swift
[21/114] Compiling Prelude Never.swift
[22/114] Compiling Prelude Operators+Impl.swift
[23/114] Compiling Prelude Operators.swift
[24/114] Compiling Prelude PrecedenceGroups.swift
[25/114] Compiling Prelude Optional.swift
[26/114] Compiling Prelude Endo.swift
[27/114] Compiling Prelude Func.swift
[28/114] Compiling Prelude Function.swift
[29/114] Compiling Prelude Compose.swift
[30/114] Compiling Prelude Pipe.swift
[31/114] Compiling Prelude KeyPath.swift
[32/114] Compiling Prelude NearSemiring.swift
[33/114] Compiling Prelude Plus.swift
[34/114] Compiling Prelude Ring.swift
[35/114] Compiling Prelude Semigroup.swift
[36/114] Compiling Prelude Semiring.swift
[37/114] Compiling Prelude Comparable.swift
[38/114] Compiling Prelude Comparator.swift
[39/114] Compiling Prelude Const.swift
[40/114] Compiling Prelude Curry.swift
[41/114] Compiling Prelude Equatable.swift
[42/114] Compiling Prelude Filterable.swift
[43/114] Compiling Prelude Tuple.swift
[44/114] Compiling Prelude Unit.swift
[45/114] Compiling Prelude Alt.swift
[46/114] Compiling Prelude Array.swift
[47/114] Compiling Prelude CommutativeRing.swift
[48/114] Compiling Prelude EuclideanRing.swift
[49/114] Compiling Prelude Parallel.swift
[50/114] Compiling Prelude Sequence.swift
[51/114] Compiling Prelude Set.swift
[52/114] Compiling Prelude String.swift
[53/114] Compiling Prelude Pack.swift
[54/114] Compiling Prelude Scope.swift
[55/114] Compiling Prelude Field.swift
[56/114] Compiling Prelude FreeNearSemiring.swift
[57/114] Compiling Prelude HeytingAlgebra.swift
[58/114] Compiling Prelude Hole.swift
[59/114] Compiling Prelude IO.swift
[60/114] Compiling Prelude Monoid.swift
[61/114] Compiling Prelude And.swift
[62/114] Compiling Prelude Equal.swift
[63/114] Compiling Prelude Or.swift
[64/114] Compiling Prelude Xor.swift
[65/114] Compiling Prelude Cast.swift
[66/114] Compiling Prelude Collection.swift
[68/115] Compiling DataRepresentable AnyDataRepresenable.swift
[69/115] Compiling DataRepresentable DataRepresentable.swift
/host/spi-builder-workspace/Sources/DataRepresentable/DataRepresentable.swift:50:24: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
48 | public var dataRepresentation: Data {
49 | var value = self
50 | return Data(bytes: &value, count: MemoryLayout<Self>.size)
| `- warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
51 | }
52 |
[70/116] Wrapping AST for Prelude for debugging
[71/134] Wrapping AST for DataRepresentable for debugging
[72/135] Write Objects.LinkFileList
[73/135] Archiving libDataRepresentable.a
[75/135] Emitting module HapticEngineClient
[76/135] Compiling IDFAPermissionsClient IDFAPermissionsClientOperations.swift
/host/spi-builder-workspace/Sources/IDFAPermissionsClient/IDFAPermissionsClientOperations.swift:1:8: error: no such module 'Combine'
1 | import Combine
| `- error: no such module 'Combine'
2 | import Prelude
3 | import Foundation
error: emit-module command failed with exit code 1 (use -v to see invocation)
[77/135] Emitting module IDFAPermissionsClient
/host/spi-builder-workspace/Sources/IDFAPermissionsClient/IDFAPermissionsClientOperations.swift:1:8: error: no such module 'Combine'
1 | import Combine
| `- error: no such module 'Combine'
2 | import Prelude
3 | import Foundation
[78/135] Compiling IDFAPermissionsClient IDFAPermissionsClient.swift
/host/spi-builder-workspace/Sources/IDFAPermissionsClient/IDFAPermissionsClientOperations.swift:1:8: error: no such module 'Combine'
1 | import Combine
| `- error: no such module 'Combine'
2 | import Prelude
3 | import Foundation
[79/135] Compiling NotificationsPermissionsClient NotificationsPermissionsClientOperations.swift
/host/spi-builder-workspace/Sources/NotificationsPermissionsClient/NotificationsPermissionsClientOperations.swift:1:8: error: no such module 'Combine'
1 | import Combine
| `- error: no such module 'Combine'
2 | import Prelude
3 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[80/135] Emitting module NotificationsPermissionsClient
/host/spi-builder-workspace/Sources/NotificationsPermissionsClient/NotificationsPermissionsClientOperations.swift:1:8: error: no such module 'Combine'
1 | import Combine
| `- error: no such module 'Combine'
2 | import Prelude
3 |
[81/135] Compiling NotificationsPermissionsClient NotificationsPermissionsClient.swift
/host/spi-builder-workspace/Sources/NotificationsPermissionsClient/NotificationsPermissionsClientOperations.swift:1:8: error: no such module 'Combine'
1 | import Combine
| `- error: no such module 'Combine'
2 | import Prelude
3 |
[82/135] Compiling HapticEngineClient HapticFeedback.swift
[83/135] Compiling HapticEngineClient HapticEngineClientOperations.swift
[84/135] Compiling HapticEngineClient HapticEngineClient.swift
[85/136] Compiling UserDefaultsClient UserDefaultsClientOperations.swift
[86/136] Compiling UserDefaultsClient UserDefaultsClient.swift
[87/136] Emitting module UserDefaultsClient
[88/137] Compiling CacheClient CacheClientOperations.swift
/host/spi-builder-workspace/Sources/CacheClient/CacheClientOperations.swift:9:22: warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
7 |
8 | extension CacheClient.Operations {
9 | public struct Save<Key: Hashable, Value>: Function {
| `- warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
10 | public typealias Input = (Key, Value, Int?)
11 | public typealias Output = Void
/host/spi-builder-workspace/Sources/CacheClient/CacheClient.swift:3:27: note: 'Key' previously declared here
1 | import Foundation
2 |
3 | public struct CacheClient<Key: Hashable, Value> {
| `- note: 'Key' previously declared here
4 | public init(
5 | saveValue: Operations.Save<Key, Value>,
/host/spi-builder-workspace/Sources/CacheClient/CacheClientOperations.swift:9:37: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
7 |
8 | extension CacheClient.Operations {
9 | public struct Save<Key: Hashable, Value>: Function {
| `- warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
10 | public typealias Input = (Key, Value, Int?)
11 | public typealias Output = Void
/host/spi-builder-workspace/Sources/CacheClient/CacheClient.swift:3:42: note: 'Value' previously declared here
1 | import Foundation
2 |
3 | public struct CacheClient<Key: Hashable, Value> {
| `- note: 'Value' previously declared here
4 | public init(
5 | saveValue: Operations.Save<Key, Value>,
/host/spi-builder-workspace/Sources/CacheClient/CacheClientOperations.swift:23:22: warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
21 | }
22 |
23 | public struct Load<Key: Hashable, Value>: Function {
| `- warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
24 | public typealias Input = Key
25 | public typealias Output = Value?
/host/spi-builder-workspace/Sources/CacheClient/CacheClient.swift:3:27: note: 'Key' previously declared here
1 | import Foundation
2 |
3 | public struct CacheClient<Key: Hashable, Value> {
| `- note: 'Key' previously declared here
4 | public init(
5 | saveValue: Operations.Save<Key, Value>,
/host/spi-builder-workspace/Sources/CacheClient/CacheClientOperations.swift:23:37: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
21 | }
22 |
23 | public struct Load<Key: Hashable, Value>: Function {
| `- warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
24 | public typealias Input = Key
25 | public typealias Output = Value?
/host/spi-builder-workspace/Sources/CacheClient/CacheClient.swift:3:42: note: 'Value' previously declared here
1 | import Foundation
2 |
3 | public struct CacheClient<Key: Hashable, Value> {
| `- note: 'Value' previously declared here
4 | public init(
5 | saveValue: Operations.Save<Key, Value>,
/host/spi-builder-workspace/Sources/CacheClient/CacheClientOperations.swift:37:24: warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
35 | }
36 |
37 | public struct Remove<Key: Hashable, Value>: Function {
| `- warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
38 | public typealias Input = Key
39 | public typealias Output = Void
/host/spi-builder-workspace/Sources/CacheClient/CacheClient.swift:3:27: note: 'Key' previously declared here
1 | import Foundation
2 |
3 | public struct CacheClient<Key: Hashable, Value> {
| `- note: 'Key' previously declared here
4 | public init(
5 | saveValue: Operations.Save<Key, Value>,
/host/spi-builder-workspace/Sources/CacheClient/CacheClientOperations.swift:37:39: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
35 | }
36 |
37 | public struct Remove<Key: Hashable, Value>: Function {
| `- warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
38 | public typealias Input = Key
39 | public typealias Output = Void
/host/spi-builder-workspace/Sources/CacheClient/CacheClient.swift:3:42: note: 'Value' previously declared here
1 | import Foundation
2 |
3 | public struct CacheClient<Key: Hashable, Value> {
| `- note: 'Value' previously declared here
4 | public init(
5 | saveValue: Operations.Save<Key, Value>,
/host/spi-builder-workspace/Sources/CacheClient/CacheClientOperations.swift:51:33: warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
49 | }
50 |
51 | public struct RemoveAllValues<Key: Hashable, Value>: Function {
| `- warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
52 | public typealias Input = Void
53 | public typealias Output = Void
/host/spi-builder-workspace/Sources/CacheClient/CacheClient.swift:3:27: note: 'Key' previously declared here
1 | import Foundation
2 |
3 | public struct CacheClient<Key: Hashable, Value> {
| `- note: 'Key' previously declared here
4 | public init(
5 | saveValue: Operations.Save<Key, Value>,
/host/spi-builder-workspace/Sources/CacheClient/CacheClientOperations.swift:51:48: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
49 | }
50 |
51 | public struct RemoveAllValues<Key: Hashable, Value>: Function {
| `- warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
52 | public typealias Input = Void
53 | public typealias Output = Void
/host/spi-builder-workspace/Sources/CacheClient/CacheClient.swift:3:42: note: 'Value' previously declared here
1 | import Foundation
2 |
3 | public struct CacheClient<Key: Hashable, Value> {
| `- note: 'Value' previously declared here
4 | public init(
5 | saveValue: Operations.Save<Key, Value>,
[89/137] Compiling KeychainClient KeychainClientOperations.swift
[90/137] Emitting module KeychainClient
[91/137] Emitting module CacheClient
/host/spi-builder-workspace/Sources/CacheClient/CacheClientOperations.swift:9:22: warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
7 |
8 | extension CacheClient.Operations {
9 | public struct Save<Key: Hashable, Value>: Function {
| `- warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
10 | public typealias Input = (Key, Value, Int?)
11 | public typealias Output = Void
/host/spi-builder-workspace/Sources/CacheClient/CacheClient.swift:3:27: note: 'Key' previously declared here
1 | import Foundation
2 |
3 | public struct CacheClient<Key: Hashable, Value> {
| `- note: 'Key' previously declared here
4 | public init(
5 | saveValue: Operations.Save<Key, Value>,
/host/spi-builder-workspace/Sources/CacheClient/CacheClientOperations.swift:9:37: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
7 |
8 | extension CacheClient.Operations {
9 | public struct Save<Key: Hashable, Value>: Function {
| `- warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
10 | public typealias Input = (Key, Value, Int?)
11 | public typealias Output = Void
/host/spi-builder-workspace/Sources/CacheClient/CacheClient.swift:3:42: note: 'Value' previously declared here
1 | import Foundation
2 |
3 | public struct CacheClient<Key: Hashable, Value> {
| `- note: 'Value' previously declared here
4 | public init(
5 | saveValue: Operations.Save<Key, Value>,
/host/spi-builder-workspace/Sources/CacheClient/CacheClientOperations.swift:23:22: warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
21 | }
22 |
23 | public struct Load<Key: Hashable, Value>: Function {
| `- warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
24 | public typealias Input = Key
25 | public typealias Output = Value?
/host/spi-builder-workspace/Sources/CacheClient/CacheClient.swift:3:27: note: 'Key' previously declared here
1 | import Foundation
2 |
3 | public struct CacheClient<Key: Hashable, Value> {
| `- note: 'Key' previously declared here
4 | public init(
5 | saveValue: Operations.Save<Key, Value>,
/host/spi-builder-workspace/Sources/CacheClient/CacheClientOperations.swift:23:37: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
21 | }
22 |
23 | public struct Load<Key: Hashable, Value>: Function {
| `- warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
24 | public typealias Input = Key
25 | public typealias Output = Value?
/host/spi-builder-workspace/Sources/CacheClient/CacheClient.swift:3:42: note: 'Value' previously declared here
1 | import Foundation
2 |
3 | public struct CacheClient<Key: Hashable, Value> {
| `- note: 'Value' previously declared here
4 | public init(
5 | saveValue: Operations.Save<Key, Value>,
/host/spi-builder-workspace/Sources/CacheClient/CacheClientOperations.swift:37:24: warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
35 | }
36 |
37 | public struct Remove<Key: Hashable, Value>: Function {
| `- warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
38 | public typealias Input = Key
39 | public typealias Output = Void
/host/spi-builder-workspace/Sources/CacheClient/CacheClient.swift:3:27: note: 'Key' previously declared here
1 | import Foundation
2 |
3 | public struct CacheClient<Key: Hashable, Value> {
| `- note: 'Key' previously declared here
4 | public init(
5 | saveValue: Operations.Save<Key, Value>,
/host/spi-builder-workspace/Sources/CacheClient/CacheClientOperations.swift:37:39: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
35 | }
36 |
37 | public struct Remove<Key: Hashable, Value>: Function {
| `- warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
38 | public typealias Input = Key
39 | public typealias Output = Void
/host/spi-builder-workspace/Sources/CacheClient/CacheClient.swift:3:42: note: 'Value' previously declared here
1 | import Foundation
2 |
3 | public struct CacheClient<Key: Hashable, Value> {
| `- note: 'Value' previously declared here
4 | public init(
5 | saveValue: Operations.Save<Key, Value>,
/host/spi-builder-workspace/Sources/CacheClient/CacheClientOperations.swift:51:33: warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
49 | }
50 |
51 | public struct RemoveAllValues<Key: Hashable, Value>: Function {
| `- warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
52 | public typealias Input = Void
53 | public typealias Output = Void
/host/spi-builder-workspace/Sources/CacheClient/CacheClient.swift:3:27: note: 'Key' previously declared here
1 | import Foundation
2 |
3 | public struct CacheClient<Key: Hashable, Value> {
| `- note: 'Key' previously declared here
4 | public init(
5 | saveValue: Operations.Save<Key, Value>,
/host/spi-builder-workspace/Sources/CacheClient/CacheClientOperations.swift:51:48: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
49 | }
50 |
51 | public struct RemoveAllValues<Key: Hashable, Value>: Function {
| `- warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
52 | public typealias Input = Void
53 | public typealias Output = Void
/host/spi-builder-workspace/Sources/CacheClient/CacheClient.swift:3:42: note: 'Value' previously declared here
1 | import Foundation
2 |
3 | public struct CacheClient<Key: Hashable, Value> {
| `- note: 'Value' previously declared here
4 | public init(
5 | saveValue: Operations.Save<Key, Value>,
BUILD FAILURE 6.3 android