Build Information
Failed to build BMO, reference main (5d46c8), with Swift 6.3 for Android on 21 Apr 2026 13:37:54 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/Frizlab/BMO.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/Frizlab/BMO
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 5d46c8b Dummy typo fix
Cloned https://github.com/Frizlab/BMO.git
Revision (git rev-parse @):
5d46c8b2d3487a80ef612e9f48ded7bd757e9453
SUCCESS checkout https://github.com/Frizlab/BMO.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.3
Building package at path: $PWD
https://github.com/Frizlab/BMO.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--4F562202D5529B1.txt
[4/23] Compiling BMO Request.swift
/host/spi-builder-workspace/Sources/BMO/Core/RequestOperation.swift:22:20: warning: class 'RequestOperation' must restate inherited '@unchecked Sendable' conformance
20 | /* We’re not using RetryingOperation because it does not allow synchronous execution from start to startBaseOperation,
21 | * and we want clients to be able to call start synchronously to guarantee being called on the context. */
22 | public final class RequestOperation<Bridge : BridgeProtocol> : Operation {
| `- warning: class 'RequestOperation' must restate inherited '@unchecked Sendable' conformance
23 |
24 | public typealias Request = BMO.Request<Bridge.LocalDb, Bridge.RequestUserInfo>
/host/spi-builder-workspace/Sources/BMO/Core/RequestOperation.swift:174:51: warning: capture of non-Sendable type 'Bridge.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
172 | }
173 | remoteOperation = operation
174 | let completionOperation = BlockOperation{ self.continueOperation{
| `- warning: capture of non-Sendable type 'Bridge.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
175 | self.remoteOperation = nil
176 | return self.continueOperation(finishedRemoteOperation: operation, userInfo: userInfo)
/host/spi-builder-workspace/Sources/BMO/Core/RequestOperation.swift:208:51: warning: capture of non-Sendable type 'Bridge.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
206 | )
207 | importOperation = operation
208 | let completionOperation = BlockOperation{ self.continueOperation{
| `- warning: capture of non-Sendable type 'Bridge.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
209 | self.importOperation = nil
210 | return self.continueOperation(finishedImportOperation: operation, finishedRemoteOperation: finishedRemoteOperation)
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[5/23] Compiling BMO RequestHelper-Protocol.swift
/host/spi-builder-workspace/Sources/BMO/Core/RequestOperation.swift:22:20: warning: class 'RequestOperation' must restate inherited '@unchecked Sendable' conformance
20 | /* We’re not using RetryingOperation because it does not allow synchronous execution from start to startBaseOperation,
21 | * and we want clients to be able to call start synchronously to guarantee being called on the context. */
22 | public final class RequestOperation<Bridge : BridgeProtocol> : Operation {
| `- warning: class 'RequestOperation' must restate inherited '@unchecked Sendable' conformance
23 |
24 | public typealias Request = BMO.Request<Bridge.LocalDb, Bridge.RequestUserInfo>
/host/spi-builder-workspace/Sources/BMO/Core/RequestOperation.swift:174:51: warning: capture of non-Sendable type 'Bridge.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
172 | }
173 | remoteOperation = operation
174 | let completionOperation = BlockOperation{ self.continueOperation{
| `- warning: capture of non-Sendable type 'Bridge.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
175 | self.remoteOperation = nil
176 | return self.continueOperation(finishedRemoteOperation: operation, userInfo: userInfo)
/host/spi-builder-workspace/Sources/BMO/Core/RequestOperation.swift:208:51: warning: capture of non-Sendable type 'Bridge.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
206 | )
207 | importOperation = operation
208 | let completionOperation = BlockOperation{ self.continueOperation{
| `- warning: capture of non-Sendable type 'Bridge.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
209 | self.importOperation = nil
210 | return self.continueOperation(finishedImportOperation: operation, finishedRemoteOperation: finishedRemoteOperation)
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[6/23] Compiling BMO RequestOperation.swift
/host/spi-builder-workspace/Sources/BMO/Core/RequestOperation.swift:22:20: warning: class 'RequestOperation' must restate inherited '@unchecked Sendable' conformance
20 | /* We’re not using RetryingOperation because it does not allow synchronous execution from start to startBaseOperation,
21 | * and we want clients to be able to call start synchronously to guarantee being called on the context. */
22 | public final class RequestOperation<Bridge : BridgeProtocol> : Operation {
| `- warning: class 'RequestOperation' must restate inherited '@unchecked Sendable' conformance
23 |
24 | public typealias Request = BMO.Request<Bridge.LocalDb, Bridge.RequestUserInfo>
/host/spi-builder-workspace/Sources/BMO/Core/RequestOperation.swift:174:51: warning: capture of non-Sendable type 'Bridge.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
172 | }
173 | remoteOperation = operation
174 | let completionOperation = BlockOperation{ self.continueOperation{
| `- warning: capture of non-Sendable type 'Bridge.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
175 | self.remoteOperation = nil
176 | return self.continueOperation(finishedRemoteOperation: operation, userInfo: userInfo)
/host/spi-builder-workspace/Sources/BMO/Core/RequestOperation.swift:208:51: warning: capture of non-Sendable type 'Bridge.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
206 | )
207 | importOperation = operation
208 | let completionOperation = BlockOperation{ self.continueOperation{
| `- warning: capture of non-Sendable type 'Bridge.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
209 | self.importOperation = nil
210 | return self.continueOperation(finishedImportOperation: operation, finishedRemoteOperation: finishedRemoteOperation)
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[7/25] Emitting module BMO
/host/spi-builder-workspace/Sources/BMO/Core/LocalDbImportOperation.swift:20:20: warning: class 'LocalDbImportOperation' must restate inherited '@unchecked Sendable' conformance
18 |
19 |
20 | public final class LocalDbImportOperation<Bridge : BridgeProtocol> : Operation {
| `- warning: class 'LocalDbImportOperation' must restate inherited '@unchecked Sendable' conformance
21 |
22 | public enum Request {
/host/spi-builder-workspace/Sources/BMO/Core/RequestOperation.swift:22:20: warning: class 'RequestOperation' must restate inherited '@unchecked Sendable' conformance
20 | /* We’re not using RetryingOperation because it does not allow synchronous execution from start to startBaseOperation,
21 | * and we want clients to be able to call start synchronously to guarantee being called on the context. */
22 | public final class RequestOperation<Bridge : BridgeProtocol> : Operation {
| `- warning: class 'RequestOperation' must restate inherited '@unchecked Sendable' conformance
23 |
24 | public typealias Request = BMO.Request<Bridge.LocalDb, Bridge.RequestUserInfo>
[8/25] Compiling BMO LocalDbImportOperation.swift
/host/spi-builder-workspace/Sources/BMO/Core/LocalDbImportOperation.swift:20:20: warning: class 'LocalDbImportOperation' must restate inherited '@unchecked Sendable' conformance
18 |
19 |
20 | public final class LocalDbImportOperation<Bridge : BridgeProtocol> : Operation {
| `- warning: class 'LocalDbImportOperation' must restate inherited '@unchecked Sendable' conformance
21 |
22 | public enum Request {
[9/25] Compiling BMO LocalDbImporter-Protocol.swift
/host/spi-builder-workspace/Sources/BMO/Core/LocalDbImportOperation.swift:20:20: warning: class 'LocalDbImportOperation' must restate inherited '@unchecked Sendable' conformance
18 |
19 |
20 | public final class LocalDbImportOperation<Bridge : BridgeProtocol> : Operation {
| `- warning: class 'LocalDbImportOperation' must restate inherited '@unchecked Sendable' conformance
21 |
22 | public enum Request {
[10/25] Compiling BMO RemoteDb-Protocol.swift
/host/spi-builder-workspace/Sources/BMO/Core/LocalDbImportOperation.swift:20:20: warning: class 'LocalDbImportOperation' must restate inherited '@unchecked Sendable' conformance
18 |
19 |
20 | public final class LocalDbImportOperation<Bridge : BridgeProtocol> : Operation {
| `- warning: class 'LocalDbImportOperation' must restate inherited '@unchecked Sendable' conformance
21 |
22 | public enum Request {
[11/25] Compiling BMO RequestError.swift
[12/25] Compiling BMO GenericLocalDbObject.swift
[13/25] Compiling BMO LocalDbChanges.swift
[14/25] Compiling BMO Bridge-Protocol.swift
[15/25] Compiling BMO BridgeObjects-Protocol.swift
[16/25] Compiling BMO LocalDb-Protocol.swift
[17/25] Compiling BMO RelationshipMergeType.swift
[18/25] Compiling BMO MapError.swift
[19/25] Compiling BMO Result+Utils.swift
[20/25] Compiling BMO DummyRequestHelper.swift
[21/25] Compiling BMO RequestResult.swift
[22/25] Compiling BMO ErrorCollection.swift
[23/25] Compiling BMO OperationLifecycleError.swift
[24/25] Compiling BMO RequestHelperCollection.swift
[25/25] Compiling BMO RequestHelperCollectionForOldRuntimes.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[27/46] Emitting module BMOCoreData
/host/spi-builder-workspace/Sources/BMOCoreData/BMOImplementations/BMOCoreDataImporter.swift:16:8: error: no such module 'CoreData'
14 | limitations under the License. */
15 |
16 | import CoreData
| `- error: no such module 'CoreData'
17 | import Foundation
18 | import os.log
[28/48] Compiling BMOCoreData NSFetchRequest+Utils.swift
/host/spi-builder-workspace/Sources/BMOCoreData/BMOImplementations/BMOCoreDataImporter.swift:16:8: error: no such module 'CoreData'
14 | limitations under the License. */
15 |
16 | import CoreData
| `- error: no such module 'CoreData'
17 | import Foundation
18 | import os.log
[29/48] Compiling BMOCoreData NSManagedObject+Utils.swift
/host/spi-builder-workspace/Sources/BMOCoreData/BMOImplementations/BMOCoreDataImporter.swift:16:8: error: no such module 'CoreData'
14 | limitations under the License. */
15 |
16 | import CoreData
| `- error: no such module 'CoreData'
17 | import Foundation
18 | import os.log
[30/48] Compiling BMOCoreData CoreDataAPI+Create-Discarded.swift
/host/spi-builder-workspace/Sources/BMOCoreData/BMOImplementations/BMOCoreDataImporter.swift:16:8: error: no such module 'CoreData'
14 | limitations under the License. */
15 |
16 | import CoreData
| `- error: no such module 'CoreData'
17 | import Foundation
18 | import os.log
[31/48] Compiling BMOCoreData CoreDataAPI+Create-Saved.swift
/host/spi-builder-workspace/Sources/BMOCoreData/BMOImplementations/BMOCoreDataImporter.swift:16:8: error: no such module 'CoreData'
14 | limitations under the License. */
15 |
16 | import CoreData
| `- error: no such module 'CoreData'
17 | import Foundation
18 | import os.log
[32/48] Compiling BMOCoreData CoreDataAPI+CreateAndGet-Discarded.swift
/host/spi-builder-workspace/Sources/BMOCoreData/BMOImplementations/BMOCoreDataImporter.swift:16:8: error: no such module 'CoreData'
14 | limitations under the License. */
15 |
16 | import CoreData
| `- error: no such module 'CoreData'
17 | import Foundation
18 | import os.log
[33/48] Compiling BMOCoreData Loggers.swift
/host/spi-builder-workspace/Sources/BMOCoreData/BMOImplementations/BMOCoreDataImporter.swift:16:8: error: no such module 'CoreData'
14 | limitations under the License. */
15 |
16 | import CoreData
| `- error: no such module 'CoreData'
17 | import Foundation
18 | import os.log
[34/48] Compiling BMOCoreData NSManagedObjectContext+Utils.swift
/host/spi-builder-workspace/Sources/BMOCoreData/BMOImplementations/BMOCoreDataImporter.swift:16:8: error: no such module 'CoreData'
14 | limitations under the License. */
15 |
16 | import CoreData
| `- error: no such module 'CoreData'
17 | import Foundation
18 | import os.log
[35/48] Compiling BMOCoreData CoreDataAPI+Update-Discarded.swift
/host/spi-builder-workspace/Sources/BMOCoreData/BMOImplementations/BMOCoreDataImporter.swift:16:8: error: no such module 'CoreData'
14 | limitations under the License. */
15 |
16 | import CoreData
| `- error: no such module 'CoreData'
17 | import Foundation
18 | import os.log
[36/48] Compiling BMOCoreData CoreDataAPI+Update-Saved.swift
/host/spi-builder-workspace/Sources/BMOCoreData/BMOImplementations/BMOCoreDataImporter.swift:16:8: error: no such module 'CoreData'
14 | limitations under the License. */
15 |
16 | import CoreData
| `- error: no such module 'CoreData'
17 | import Foundation
18 | import os.log
[37/48] Compiling BMOCoreData CoreDataAPI.swift
/host/spi-builder-workspace/Sources/BMOCoreData/BMOImplementations/BMOCoreDataImporter.swift:16:8: error: no such module 'CoreData'
14 | limitations under the License. */
15 |
16 | import CoreData
| `- error: no such module 'CoreData'
17 | import Foundation
18 | import os.log
[38/48] Compiling BMOCoreData CoreDataAPI+CreateAndGet-Saved.swift
/host/spi-builder-workspace/Sources/BMOCoreData/BMOImplementations/BMOCoreDataImporter.swift:16:8: error: no such module 'CoreData'
14 | limitations under the License. */
15 |
16 | import CoreData
| `- error: no such module 'CoreData'
17 | import Foundation
18 | import os.log
[39/48] Compiling BMOCoreData CoreDataAPI+Delete.swift
/host/spi-builder-workspace/Sources/BMOCoreData/BMOImplementations/BMOCoreDataImporter.swift:16:8: error: no such module 'CoreData'
14 | limitations under the License. */
15 |
16 | import CoreData
| `- error: no such module 'CoreData'
17 | import Foundation
18 | import os.log
[40/48] Compiling BMOCoreData CoreDataAPI+Fetch.swift
/host/spi-builder-workspace/Sources/BMOCoreData/BMOImplementations/BMOCoreDataImporter.swift:16:8: error: no such module 'CoreData'
14 | limitations under the License. */
15 |
16 | import CoreData
| `- error: no such module 'CoreData'
17 | import Foundation
18 | import os.log
[41/48] Compiling BMOCoreData BMOCoreDataSaveRequestHelper.swift
/host/spi-builder-workspace/Sources/BMOCoreData/BMOImplementations/BMOCoreDataImporter.swift:16:8: error: no such module 'CoreData'
14 | limitations under the License. */
15 |
16 | import CoreData
| `- error: no such module 'CoreData'
17 | import Foundation
18 | import os.log
[42/48] Compiling BMOCoreData NSManagedObject+BMO.swift
/host/spi-builder-workspace/Sources/BMOCoreData/BMOImplementations/BMOCoreDataImporter.swift:16:8: error: no such module 'CoreData'
14 | limitations under the License. */
15 |
16 | import CoreData
| `- error: no such module 'CoreData'
17 | import Foundation
18 | import os.log
[43/48] Compiling BMOCoreData NSManagedObjectContext+BMO.swift
/host/spi-builder-workspace/Sources/BMOCoreData/BMOImplementations/BMOCoreDataImporter.swift:16:8: error: no such module 'CoreData'
14 | limitations under the License. */
15 |
16 | import CoreData
| `- error: no such module 'CoreData'
17 | import Foundation
18 | import os.log
[44/48] Compiling BMOCoreData NSPredicate+Utils.swift
/host/spi-builder-workspace/Sources/BMOCoreData/BMOImplementations/BMOCoreDataImporter.swift:16:8: error: no such module 'CoreData'
14 | limitations under the License. */
15 |
16 | import CoreData
| `- error: no such module 'CoreData'
17 | import Foundation
18 | import os.log
[45/48] Compiling BMOCoreData RemoteFetchType.swift
/host/spi-builder-workspace/Sources/BMOCoreData/BMOImplementations/BMOCoreDataImporter.swift:16:8: error: no such module 'CoreData'
14 | limitations under the License. */
15 |
16 | import CoreData
| `- error: no such module 'CoreData'
17 | import Foundation
18 | import os.log
[46/48] Compiling BMOCoreData Errors.swift
/host/spi-builder-workspace/Sources/BMOCoreData/BMOImplementations/BMOCoreDataImporter.swift:16:8: error: no such module 'CoreData'
14 | limitations under the License. */
15 |
16 | import CoreData
| `- error: no such module 'CoreData'
17 | import Foundation
18 | import os.log
[47/48] Compiling BMOCoreData BMOCoreDataImporter.swift
/host/spi-builder-workspace/Sources/BMOCoreData/BMOImplementations/BMOCoreDataImporter.swift:16:8: error: no such module 'CoreData'
14 | limitations under the License. */
15 |
16 | import CoreData
| `- error: no such module 'CoreData'
17 | import Foundation
18 | import os.log
[48/48] Compiling BMOCoreData BMOCoreDataFetchRequestHelper.swift
/host/spi-builder-workspace/Sources/BMOCoreData/BMOImplementations/BMOCoreDataImporter.swift:16:8: error: no such module 'CoreData'
14 | limitations under the License. */
15 |
16 | import CoreData
| `- error: no such module 'CoreData'
17 | import Foundation
18 | import os.log
BUILD FAILURE 6.3 android