The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Primer, reference master (b8cd64), with Swift 6.3 for Android on 12 Apr 2026 13:58:04 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/alexdrone/Primer.git
Reference: master
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/alexdrone/Primer
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at b8cd645 Remove store related files.
Cloned https://github.com/alexdrone/Primer.git
Revision (git rev-parse @):
b8cd645f29470270bcedde7b03a596b83579831b
SUCCESS checkout https://github.com/alexdrone/Primer.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.3
Building package at path:  $PWD
https://github.com/alexdrone/Primer.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/apple/swift-atomics.git
Fetching https://github.com/apple/swift-log.git
[1/1820] Fetching swift-atomics
[1821/8341] Fetching swift-atomics, swift-log
Fetched https://github.com/apple/swift-atomics.git from cache (0.43s)
[5804/6521] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.61s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 0.0.3 (1.14s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.11.0 (0.53s)
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 0.0.3
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.11.0
Building for debugging...
[0/5] Write sources
[3/5] Compiling _AtomicsShims.c
[4/5] Write swift-version--4F562202D5529B1.txt
[6/23] Emitting module Logging
[7/23] Emitting module Atomics
[8/24] Compiling Atomics AtomicOptional.swift
[9/24] Compiling Atomics AtomicRawRepresentable.swift
[10/24] Compiling Atomics AtomicInteger.swift
[11/24] Compiling Atomics AtomicMemoryOrderings.swift
[12/24] Compiling Atomics AtomicLazyReference.swift
[13/24] Compiling Atomics DoubleWord.swift
[14/24] Compiling Atomics AtomicBool.swift
[15/24] Compiling Atomics AtomicStrongReference.swift
[16/24] Compiling Atomics AtomicValue.swift
[17/24] Compiling Atomics PointerConformances.swift
[18/24] Compiling Atomics HighLevelTypes.swift
[19/24] Compiling Atomics IntegerConformances.swift
[21/25] Compiling Logging MetadataProvider.swift
[22/25] Compiling Logging LogHandler.swift
[23/25] Compiling Logging LogEvent.swift
[24/25] Compiling Logging Locks.swift
[25/25] Compiling Logging Logging.swift
[27/35] Compiling Primer KeyPath+ReadableFormat.swift
/host/spi-builder-workspace/Sources/Primer/ReadOnly.swift:2:8: error: no such module 'Combine'
 1 | import Foundation
 2 | import Combine
   |        `- error: no such module 'Combine'
 3 |
 4 | /// Constructs a type with all properties of the given generic type `T` set to readonly,
[28/35] Compiling Primer Binding.swift
/host/spi-builder-workspace/Sources/Primer/ReadOnly.swift:2:8: error: no such module 'Combine'
 1 | import Foundation
 2 | import Combine
   |        `- error: no such module 'Combine'
 3 |
 4 | /// Constructs a type with all properties of the given generic type `T` set to readonly,
[29/36] Compiling Primer Partial.swift
/host/spi-builder-workspace/Sources/Primer/ReadOnly.swift:2:8: error: no such module 'Combine'
 1 | import Foundation
 2 | import Combine
   |        `- error: no such module 'Combine'
 3 |
 4 | /// Constructs a type with all properties of the given generic type `T` set to readonly,
[30/36] Compiling Primer ReadOnly.swift
/host/spi-builder-workspace/Sources/Primer/ReadOnly.swift:2:8: error: no such module 'Combine'
 1 | import Foundation
 2 | import Combine
   |        `- error: no such module 'Combine'
 3 |
 4 | /// Constructs a type with all properties of the given generic type `T` set to readonly,
error: emit-module command failed with exit code 1 (use -v to see invocation)
[31/36] Emitting module Primer
/host/spi-builder-workspace/Sources/Primer/ReadOnly.swift:2:8: error: no such module 'Combine'
 1 | import Foundation
 2 | import Combine
   |        `- error: no such module 'Combine'
 3 |
 4 | /// Constructs a type with all properties of the given generic type `T` set to readonly,
[32/36] Compiling Primer PropertyWrappers.swift
/host/spi-builder-workspace/Sources/Primer/ReadOnly.swift:2:8: error: no such module 'Combine'
 1 | import Foundation
 2 | import Combine
   |        `- error: no such module 'Combine'
 3 |
 4 | /// Constructs a type with all properties of the given generic type `T` set to readonly,
[33/36] Compiling Primer Assign.swift
/host/spi-builder-workspace/Sources/Primer/ReadOnly.swift:2:8: error: no such module 'Combine'
 1 | import Foundation
 2 | import Combine
   |        `- error: no such module 'Combine'
 3 |
 4 | /// Constructs a type with all properties of the given generic type `T` set to readonly,
[34/36] Compiling Primer Atomics.swift
/host/spi-builder-workspace/Sources/Primer/ReadOnly.swift:2:8: error: no such module 'Combine'
 1 | import Foundation
 2 | import Combine
   |        `- error: no such module 'Combine'
 3 |
 4 | /// Constructs a type with all properties of the given generic type `T` set to readonly,
[35/36] Compiling Primer Locking.swift
/host/spi-builder-workspace/Sources/Primer/ReadOnly.swift:2:8: error: no such module 'Combine'
 1 | import Foundation
 2 | import Combine
   |        `- error: no such module 'Combine'
 3 |
 4 | /// Constructs a type with all properties of the given generic type `T` set to readonly,
[36/36] Compiling Primer DictionaryCodable.swift
/host/spi-builder-workspace/Sources/Primer/ReadOnly.swift:2:8: error: no such module 'Combine'
 1 | import Foundation
 2 | import Combine
   |        `- error: no such module 'Combine'
 3 |
 4 | /// Constructs a type with all properties of the given generic type `T` set to readonly,
BUILD FAILURE 6.3 android