The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build DataStack, reference main (1d4aff), with Swift 6.2 (beta) for Android on 14 Aug 2025 21:22:49 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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.66.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ziminny/DataStack.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/ziminny/DataStack
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 1d4aff1 sort descriptions
Cloned https://github.com/ziminny/DataStack.git
Revision (git rev-parse @):
1d4aff10c0b32b03f62a8b9a6918f78506648311
SUCCESS checkout https://github.com/ziminny/DataStack.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/ziminny/DataStack.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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
Fetching https://github.com/ziminny/SwiftFake.git
[1/109] Fetching swiftfake
Fetched https://github.com/ziminny/SwiftFake.git from cache (0.19s)
Computing version for https://github.com/ziminny/SwiftFake.git
Computed https://github.com/ziminny/SwiftFake.git at 1.0.0 (0.49s)
Creating working copy for https://github.com/ziminny/SwiftFake.git
Working copy of https://github.com/ziminny/SwiftFake.git resolved at 1.0.0
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-8C5A4AE7A8CE2BA.txt
[4/36] Emitting module SwiftFake
[5/40] Compiling SwiftFake FakeAcronymsBrazilianStates.swift
[6/40] Compiling SwiftFake FakeAddresses.swift
[7/40] Compiling SwiftFake FakeAges.swift
[8/40] Compiling SwiftFake FakeBigImage.swift
[9/40] Compiling SwiftFake FakeBoolean.swift
[10/40] Compiling SwiftFake FakeUserAgents.swift
[11/40] Compiling SwiftFake FakeVehicleModels.swift
[12/40] Compiling SwiftFake FakeRecords.swift
[13/40] Compiling SwiftFake FalsifiedDataProtocol .swift
[14/40] Compiling SwiftFake FakeLanguages.swift
[15/40] Compiling SwiftFake FakeNames.swift
[16/40] Compiling SwiftFake FakePasswords.swift
[17/40] Compiling SwiftFake FakePhoneNumbers.swift
[18/40] Compiling SwiftFake FakeBrazilianQuestionsOfLaw.swift
[19/40] Compiling SwiftFake FakeBrazilianStates.swift
[20/40] Compiling SwiftFake FakeBrazilianSubMatterOfLaw.swift
[21/40] Compiling SwiftFake FakeCNPJ.swift
[22/40] Compiling SwiftFake FakeCPF.swift
[23/40] Compiling SwiftFake FakeBrazilianAnswerOfLaw.swift
[24/40] Compiling SwiftFake FakeBrazilianCities.swift
[25/40] Compiling SwiftFake FakeBrazilianCompanies.swift
[26/40] Compiling SwiftFake FakeBrazilianMatterOfLaw.swift
[27/40] Compiling SwiftFake FakeBrazilianNames.swift
[28/40] Compiling SwiftFake FakeDateTimes.swift
[29/40] Compiling SwiftFake FakeEmails.swift
[30/40] Compiling SwiftFake FakeIntegers.swift
[31/40] Compiling SwiftFake FakeJobTitles.swift
[32/40] Compiling SwiftFake FakeCars.swift
[33/40] Compiling SwiftFake FakeCompanies.swift
[34/40] Compiling SwiftFake FakeCountries.swift
[35/40] Compiling SwiftFake FakeCreditCards.swift
[36/40] Compiling SwiftFake FakeCurrencies.swift
[37/40] Compiling SwiftFake FakeProductNames.swift
[38/40] Compiling SwiftFake FakeSmallImage.swift
[39/40] Compiling SwiftFake FakeSocialMediaHandles.swift
[40/40] Compiling SwiftFake FakeUniversities.swift
[42/50] Compiling DataStack Extensions.swift
/host/spi-builder-workspace/Sources/DataStack/Implementation/CDConfigurationProtocol.swift:8:8: error: no such module 'CoreData'
 6 | //
 7 |
 8 | import CoreData
   |        `- error: no such module 'CoreData'
 9 | import Foundation
10 |
[43/50] Compiling DataStack CDManagedGroupObjectProtocol.swift
/host/spi-builder-workspace/Sources/DataStack/Implementation/CDConfigurationProtocol.swift:8:8: error: no such module 'CoreData'
 6 | //
 7 |
 8 | import CoreData
   |        `- error: no such module 'CoreData'
 9 | import Foundation
10 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[44/51] Emitting module DataStack
/host/spi-builder-workspace/Sources/DataStack/Implementation/CDConfigurationProtocol.swift:8:8: error: no such module 'CoreData'
 6 | //
 7 |
 8 | import CoreData
   |        `- error: no such module 'CoreData'
 9 | import Foundation
10 |
[45/51] Compiling DataStack CDManagedObjectProtocol.swift
/host/spi-builder-workspace/Sources/DataStack/Implementation/CDConfigurationProtocol.swift:8:8: error: no such module 'CoreData'
 6 | //
 7 |
 8 | import CoreData
   |        `- error: no such module 'CoreData'
 9 | import Foundation
10 |
[46/51] Compiling DataStack CDErrorConvert.swift
/host/spi-builder-workspace/Sources/DataStack/Implementation/CDConfigurationProtocol.swift:8:8: error: no such module 'CoreData'
 6 | //
 7 |
 8 | import CoreData
   |        `- error: no such module 'CoreData'
 9 | import Foundation
10 |
[47/51] Compiling DataStack CDFactory.swift
/host/spi-builder-workspace/Sources/DataStack/Implementation/CDConfigurationProtocol.swift:8:8: error: no such module 'CoreData'
 6 | //
 7 |
 8 | import CoreData
   |        `- error: no such module 'CoreData'
 9 | import Foundation
10 |
[48/51] Compiling DataStack CDPersistentStore.swift
/host/spi-builder-workspace/Sources/DataStack/Implementation/CDConfigurationProtocol.swift:8:8: error: no such module 'CoreData'
 6 | //
 7 |
 8 | import CoreData
   |        `- error: no such module 'CoreData'
 9 | import Foundation
10 |
[49/51] Compiling DataStack CDPersistenceController.swift
/host/spi-builder-workspace/Sources/DataStack/Implementation/CDConfigurationProtocol.swift:8:8: error: no such module 'CoreData'
 6 | //
 7 |
 8 | import CoreData
   |        `- error: no such module 'CoreData'
 9 | import Foundation
10 |
[50/51] Compiling DataStack CDConfigurationProtocol.swift
/host/spi-builder-workspace/Sources/DataStack/Implementation/CDConfigurationProtocol.swift:8:8: error: no such module 'CoreData'
 6 | //
 7 |
 8 | import CoreData
   |        `- error: no such module 'CoreData'
 9 | import Foundation
10 |
[51/51] Compiling DataStack CDError.swift
/host/spi-builder-workspace/Sources/DataStack/Implementation/CDConfigurationProtocol.swift:8:8: error: no such module 'CoreData'
 6 | //
 7 |
 8 | import CoreData
   |        `- error: no such module 'CoreData'
 9 | import Foundation
10 |
BUILD FAILURE 6.2 android