Build Information
Failed to build BMO, reference main (5d46c8
), with Swift 6.2 (beta) for Android on 20 Jun 2025 18:35:59 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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.64.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.2
Building package at path: $PWD
https://github.com/Frizlab/BMO.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-8C5A4AE7A8CE2BA.txt
[4/23] 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>
[5/25] Compiling BMO RelationshipMergeType.swift
[6/25] Compiling BMO MapError.swift
[7/25] Compiling BMO RequestHelperCollection.swift
[8/25] Compiling BMO RequestHelperCollectionForOldRuntimes.swift
[9/25] 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
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
175 | self.remoteOperation = nil
176 | return self.continueOperation(finishedRemoteOperation: operation, userInfo: userInfo)
/host/spi-builder-workspace/Sources/BMO/Core/RequestOperation.swift:155:7: warning: capture of non-sendable type 'Bridge.Type' in an isolated closure; this is an error in the Swift 6 language mode
153 | private extension RequestOperation {
154 |
155 | func onContext_beginOperation() -> RequestError? {
| `- warning: capture of non-sendable type 'Bridge.Type' in an isolated closure; this is an error in the Swift 6 language mode
156 | var step: RequestError.FailureStep = .none
157 | do {
/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
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
209 | self.importOperation = nil
210 | return self.continueOperation(finishedImportOperation: operation, finishedRemoteOperation: finishedRemoteOperation)
/host/spi-builder-workspace/Sources/BMO/Core/RequestOperation.swift:197:7: warning: capture of non-sendable type 'Bridge.Type' in an isolated closure; this is an error in the Swift 6 language mode
195 | }
196 |
197 | func continueOperation(finishedRemoteOperation: Bridge.RemoteDb.RemoteOperation, userInfo: Bridge.UserInfo) -> RequestError? {
| `- warning: capture of non-sendable type 'Bridge.Type' in an isolated closure; this is an error in the Swift 6 language mode
198 | /* Step 4: Create the import operation and launch it. */
199 | let step: RequestError.FailureStep = .none
[10/25] 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
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
175 | self.remoteOperation = nil
176 | return self.continueOperation(finishedRemoteOperation: operation, userInfo: userInfo)
/host/spi-builder-workspace/Sources/BMO/Core/RequestOperation.swift:155:7: warning: capture of non-sendable type 'Bridge.Type' in an isolated closure; this is an error in the Swift 6 language mode
153 | private extension RequestOperation {
154 |
155 | func onContext_beginOperation() -> RequestError? {
| `- warning: capture of non-sendable type 'Bridge.Type' in an isolated closure; this is an error in the Swift 6 language mode
156 | var step: RequestError.FailureStep = .none
157 | do {
/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
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
209 | self.importOperation = nil
210 | return self.continueOperation(finishedImportOperation: operation, finishedRemoteOperation: finishedRemoteOperation)
/host/spi-builder-workspace/Sources/BMO/Core/RequestOperation.swift:197:7: warning: capture of non-sendable type 'Bridge.Type' in an isolated closure; this is an error in the Swift 6 language mode
195 | }
196 |
197 | func continueOperation(finishedRemoteOperation: Bridge.RemoteDb.RemoteOperation, userInfo: Bridge.UserInfo) -> RequestError? {
| `- warning: capture of non-sendable type 'Bridge.Type' in an isolated closure; this is an error in the Swift 6 language mode
198 | /* Step 4: Create the import operation and launch it. */
199 | let step: RequestError.FailureStep = .none
[11/25] 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
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
175 | self.remoteOperation = nil
176 | return self.continueOperation(finishedRemoteOperation: operation, userInfo: userInfo)
/host/spi-builder-workspace/Sources/BMO/Core/RequestOperation.swift:155:7: warning: capture of non-sendable type 'Bridge.Type' in an isolated closure; this is an error in the Swift 6 language mode
153 | private extension RequestOperation {
154 |
155 | func onContext_beginOperation() -> RequestError? {
| `- warning: capture of non-sendable type 'Bridge.Type' in an isolated closure; this is an error in the Swift 6 language mode
156 | var step: RequestError.FailureStep = .none
157 | do {
/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
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
209 | self.importOperation = nil
210 | return self.continueOperation(finishedImportOperation: operation, finishedRemoteOperation: finishedRemoteOperation)
/host/spi-builder-workspace/Sources/BMO/Core/RequestOperation.swift:197:7: warning: capture of non-sendable type 'Bridge.Type' in an isolated closure; this is an error in the Swift 6 language mode
195 | }
196 |
197 | func continueOperation(finishedRemoteOperation: Bridge.RemoteDb.RemoteOperation, userInfo: Bridge.UserInfo) -> RequestError? {
| `- warning: capture of non-sendable type 'Bridge.Type' in an isolated closure; this is an error in the Swift 6 language mode
198 | /* Step 4: Create the import operation and launch it. */
199 | let step: RequestError.FailureStep = .none
[12/25] Compiling BMO Result+Utils.swift
[13/25] Compiling BMO DummyRequestHelper.swift
[14/25] Compiling BMO RequestResult.swift
[15/25] Compiling BMO ErrorCollection.swift
[16/25] Compiling BMO OperationLifecycleError.swift
[17/25] Compiling BMO Bridge-Protocol.swift
[18/25] Compiling BMO BridgeObjects-Protocol.swift
[19/25] Compiling BMO LocalDb-Protocol.swift
[20/25] Compiling BMO RequestError.swift
[21/25] Compiling BMO GenericLocalDbObject.swift
[22/25] Compiling BMO LocalDbChanges.swift
[23/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 {
[24/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 {
[25/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 {
[27/46] 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
[28/46] 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
[29/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
[30/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
[31/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
[32/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
[33/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
[34/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
[35/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
[36/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
[37/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
[38/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
[39/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
[40/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
[41/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
[42/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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[43/48] 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
[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.2 android