Build Information
Failed to build CoreDataRepository, reference main (861f26), with Swift 6.3 for Android on 18 Apr 2026 22:47:06 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/roanutil/CoreDataRepository.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/roanutil/CoreDataRepository
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 861f267 Merge pull request #46 from roanutil/fix-incorrect-error-descriptions
Cloned https://github.com/roanutil/CoreDataRepository.git
Revision (git rev-parse @):
861f2678adfd4b002562f596495fc5d5b9823a16
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/roanutil/CoreDataRepository.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.3
Building package at path: $PWD
https://github.com/roanutil/CoreDataRepository.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/pointfreeco/swift-custom-dump.git
[1/5464] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump.git from cache (0.55s)
Computing version for https://github.com/pointfreeco/swift-custom-dump.git
Computed https://github.com/pointfreeco/swift-custom-dump.git at 1.5.0 (1.25s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5723] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.09s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.9.0 (1.70s)
Creating working copy for https://github.com/pointfreeco/swift-custom-dump.git
Working copy of https://github.com/pointfreeco/swift-custom-dump.git resolved at 1.5.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.9.0
Building for debugging...
[0/5] Copying Localizable.xcstrings
[0/5] Copying Info.plist
[2/5] Write sources
[4/5] Write swift-version--4F562202D5529B1.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/43] Emitting module CoreDataRepository
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
5 | // LICENSE file in the root directory of this source tree.
6 |
7 | import CoreData
| `- error: no such module 'CoreData'
8 | import Foundation
9 |
[7/48] Compiling CoreDataRepository ReadableUnmanagedModel.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
5 | // LICENSE file in the root directory of this source tree.
6 |
7 | import CoreData
| `- error: no such module 'CoreData'
8 | import Foundation
9 |
[8/48] Compiling CoreDataRepository Transaction.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
5 | // LICENSE file in the root directory of this source tree.
6 |
7 | import CoreData
| `- error: no such module 'CoreData'
8 | import Foundation
9 |
[9/48] Compiling CoreDataRepository UnmanagedModel.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
5 | // LICENSE file in the root directory of this source tree.
6 |
7 | import CoreData
| `- error: no such module 'CoreData'
8 | import Foundation
9 |
[10/48] Compiling CoreDataRepository WritableUnmanagedModel.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
5 | // LICENSE file in the root directory of this source tree.
6 |
7 | import CoreData
| `- error: no such module 'CoreData'
8 | import Foundation
9 |
[11/48] Compiling CoreDataRepository resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
5 | // LICENSE file in the root directory of this source tree.
6 |
7 | import CoreData
| `- error: no such module 'CoreData'
8 | import Foundation
9 |
[12/48] Compiling CoreDataRepository CoreDataRepository+Update.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
5 | // LICENSE file in the root directory of this source tree.
6 |
7 | import CoreData
| `- error: no such module 'CoreData'
8 | import Foundation
9 |
[13/48] Compiling CoreDataRepository CoreDataRepository+Update_Batch.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
5 | // LICENSE file in the root directory of this source tree.
6 |
7 | import CoreData
| `- error: no such module 'CoreData'
8 | import Foundation
9 |
[14/48] Compiling CoreDataRepository CoreDataRepository.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
5 | // LICENSE file in the root directory of this source tree.
6 |
7 | import CoreData
| `- error: no such module 'CoreData'
8 | import Foundation
9 |
[15/48] Compiling CoreDataRepository FetchableUnmanagedModel.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
5 | // LICENSE file in the root directory of this source tree.
6 |
7 | import CoreData
| `- error: no such module 'CoreData'
8 | import Foundation
9 |
[16/48] Compiling CoreDataRepository IdentifiedUnmanagedModel.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
5 | // LICENSE file in the root directory of this source tree.
6 |
7 | import CoreData
| `- error: no such module 'CoreData'
8 | import Foundation
9 |
[17/48] Compiling CoreDataRepository ThrowingSubscription.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
5 | // LICENSE file in the root directory of this source tree.
6 |
7 | import CoreData
| `- error: no such module 'CoreData'
8 | import Foundation
9 |
[18/48] Compiling CoreDataRepository ManagedIdReferencable.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
5 | // LICENSE file in the root directory of this source tree.
6 |
7 | import CoreData
| `- error: no such module 'CoreData'
8 | import Foundation
9 |
[19/48] Compiling CoreDataRepository ManagedIdUrlReferencable.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
5 | // LICENSE file in the root directory of this source tree.
6 |
7 | import CoreData
| `- error: no such module 'CoreData'
8 | import Foundation
9 |
[20/48] Compiling CoreDataRepository NSManagedObject+Helpers.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
5 | // LICENSE file in the root directory of this source tree.
6 |
7 | import CoreData
| `- error: no such module 'CoreData'
8 | import Foundation
9 |
[21/48] Compiling CoreDataRepository NSManagedObjectContext+Helpers.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
5 | // LICENSE file in the root directory of this source tree.
6 |
7 | import CoreData
| `- error: no such module 'CoreData'
8 | import Foundation
9 |
[22/48] Compiling CoreDataRepository CoreDataRepository+Custom.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
5 | // LICENSE file in the root directory of this source tree.
6 |
7 | import CoreData
| `- error: no such module 'CoreData'
8 | import Foundation
9 |
[23/48] Compiling CoreDataRepository CoreDataRepository+Delete.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
5 | // LICENSE file in the root directory of this source tree.
6 |
7 | import CoreData
| `- error: no such module 'CoreData'
8 | import Foundation
9 |
[24/48] Compiling CoreDataRepository CoreDataRepository+Delete_Batch.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
5 | // LICENSE file in the root directory of this source tree.
6 |
7 | import CoreData
| `- error: no such module 'CoreData'
8 | import Foundation
9 |
[25/48] Compiling CoreDataRepository CoreDataRepository+Fetch.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
5 | // LICENSE file in the root directory of this source tree.
6 |
7 | import CoreData
| `- error: no such module 'CoreData'
8 | import Foundation
9 |
[26/48] Compiling CoreDataRepository CoreDataRepository+Read.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
5 | // LICENSE file in the root directory of this source tree.
6 |
7 | import CoreData
| `- error: no such module 'CoreData'
8 | import Foundation
9 |
[27/48] Compiling CoreDataRepository CoreDataRepository+Read_Batch.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
5 | // LICENSE file in the root directory of this source tree.
6 |
7 | import CoreData
| `- error: no such module 'CoreData'
8 | import Foundation
9 |
[28/48] Compiling CoreDataRepository AggregateSubscription.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
5 | // LICENSE file in the root directory of this source tree.
6 |
7 | import CoreData
| `- error: no such module 'CoreData'
8 | import Foundation
9 |
[29/48] Compiling CoreDataRepository AggregateThrowingSubscription.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
5 | // LICENSE file in the root directory of this source tree.
6 |
7 | import CoreData
| `- error: no such module 'CoreData'
8 | import Foundation
9 |
[30/48] Compiling CoreDataRepository ArrayOfNSDictionary+AggregateHelpers.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
5 | // LICENSE file in the root directory of this source tree.
6 |
7 | import CoreData
| `- error: no such module 'CoreData'
8 | import Foundation
9 |
[31/48] Compiling CoreDataRepository BaseSubscription.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
5 | // LICENSE file in the root directory of this source tree.
6 |
7 | import CoreData
| `- error: no such module 'CoreData'
8 | import Foundation
9 |
[32/48] Compiling CoreDataRepository CountSubscription.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
5 | // LICENSE file in the root directory of this source tree.
6 |
7 | import CoreData
| `- error: no such module 'CoreData'
8 | import Foundation
9 |
[33/48] Compiling CoreDataRepository CountThrowingSubscription.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
5 | // LICENSE file in the root directory of this source tree.
6 |
7 | import CoreData
| `- error: no such module 'CoreData'
8 | import Foundation
9 |
[34/48] Compiling CoreDataRepository FetchSubscription.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
5 | // LICENSE file in the root directory of this source tree.
6 |
7 | import CoreData
| `- error: no such module 'CoreData'
8 | import Foundation
9 |
[35/48] Compiling CoreDataRepository FetchThrowingSubscription.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
5 | // LICENSE file in the root directory of this source tree.
6 |
7 | import CoreData
| `- error: no such module 'CoreData'
8 | import Foundation
9 |
[36/48] Compiling CoreDataRepository NSExpression+AggregateHelpers.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
5 | // LICENSE file in the root directory of this source tree.
6 |
7 | import CoreData
| `- error: no such module 'CoreData'
8 | import Foundation
9 |
[37/48] Compiling CoreDataRepository NSFetchRequest+AggregateHelpers.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
5 | // LICENSE file in the root directory of this source tree.
6 |
7 | import CoreData
| `- error: no such module 'CoreData'
8 | import Foundation
9 |
[38/48] Compiling CoreDataRepository NSManagedObjectContext+Child.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
5 | // LICENSE file in the root directory of this source tree.
6 |
7 | import CoreData
| `- error: no such module 'CoreData'
8 | import Foundation
9 |
[39/48] Compiling CoreDataRepository NSManagedObjectContext+Scratchpad.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
5 | // LICENSE file in the root directory of this source tree.
6 |
7 | import CoreData
| `- error: no such module 'CoreData'
8 | import Foundation
9 |
[40/48] Compiling CoreDataRepository ReadSubscription.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
5 | // LICENSE file in the root directory of this source tree.
6 |
7 | import CoreData
| `- error: no such module 'CoreData'
8 | import Foundation
9 |
[41/48] Compiling CoreDataRepository ReadThrowingSubscription.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
5 | // LICENSE file in the root directory of this source tree.
6 |
7 | import CoreData
| `- error: no such module 'CoreData'
8 | import Foundation
9 |
[42/48] Compiling CoreDataRepository Subscription.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
5 | // LICENSE file in the root directory of this source tree.
6 |
7 | import CoreData
| `- error: no such module 'CoreData'
8 | import Foundation
9 |
[43/48] Compiling CoreDataRepository CoreDataBatchError.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
5 | // LICENSE file in the root directory of this source tree.
6 |
7 | import CoreData
| `- error: no such module 'CoreData'
8 | import Foundation
9 |
[44/48] Compiling CoreDataRepository CoreDataError.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
5 | // LICENSE file in the root directory of this source tree.
6 |
7 | import CoreData
| `- error: no such module 'CoreData'
8 | import Foundation
9 |
[45/48] Compiling CoreDataRepository CoreDataRepository+Aggregate.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
5 | // LICENSE file in the root directory of this source tree.
6 |
7 | import CoreData
| `- error: no such module 'CoreData'
8 | import Foundation
9 |
[46/48] Compiling CoreDataRepository CoreDataRepository+BatchRequest.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
5 | // LICENSE file in the root directory of this source tree.
6 |
7 | import CoreData
| `- error: no such module 'CoreData'
8 | import Foundation
9 |
[47/48] Compiling CoreDataRepository CoreDataRepository+Create.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
5 | // LICENSE file in the root directory of this source tree.
6 |
7 | import CoreData
| `- error: no such module 'CoreData'
8 | import Foundation
9 |
[48/48] Compiling CoreDataRepository CoreDataRepository+Create_Batch.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
5 | // LICENSE file in the root directory of this source tree.
6 |
7 | import CoreData
| `- error: no such module 'CoreData'
8 | import Foundation
9 |
BUILD FAILURE 6.3 android