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 CollectionLoader, reference main (99f683), with Swift 6.1 for Android on 28 May 2025 23:43:55 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Frizlab/CollectionLoader.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/CollectionLoader
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 99f6833 Start API order property implementation in search loader
Cloned https://github.com/Frizlab/CollectionLoader.git
Revision (git rev-parse @):
99f6833471eb978b36e84a2ec655003cc44274c1
SUCCESS checkout https://github.com/Frizlab/CollectionLoader.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Frizlab/CollectionLoader.git
https://github.com/Frizlab/CollectionLoader.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "bmo",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Frizlab/BMO.git"
    }
  ],
  "manifest_display_name" : "CollectionLoader",
  "name" : "CollectionLoader",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "CollectionLoader",
      "targets" : [
        "CollectionLoader"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "BMOCoreDataCollectionLoaders",
      "targets" : [
        "BMOCoreDataCollectionLoaders"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CollectionLoaderTests",
      "module_type" : "SwiftTarget",
      "name" : "CollectionLoaderTests",
      "path" : "Tests/CollectionLoaderTests",
      "sources" : [
        "CollectionLoaderTests.swift"
      ],
      "target_dependencies" : [
        "CollectionLoader"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CollectionLoader",
      "module_type" : "SwiftTarget",
      "name" : "CollectionLoader",
      "path" : "Sources/CollectionLoader",
      "product_memberships" : [
        "CollectionLoader",
        "BMOCoreDataCollectionLoaders"
      ],
      "sources" : [
        "Core/CollectionLoader.swift",
        "Core/CollectionLoaderDelegate.swift",
        "Core/CollectionLoaderHelper-Protocol.swift",
        "Core/PageInfo-Protocol.swift",
        "Core/PageInfoRetriever-Protocol.swift",
        "Helpers/ConcurrentLoadBehavior.swift",
        "Helpers/LoadingOperationDelegate.swift",
        "Helpers/PageLoadDescription.swift",
        "Helpers/PageLoadReason.swift",
        "Private/BlockCollectionLoaderDelegate.swift",
        "Private/Operation+Utils.swift",
        "Private/PageLoadDescription.Reason+Utils.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BMOCoreDataCollectionLoaders",
      "module_type" : "SwiftTarget",
      "name" : "BMOCoreDataCollectionLoaders",
      "path" : "Sources/BMOCoreDataCollectionLoaders",
      "product_dependencies" : [
        "BMOCoreData"
      ],
      "product_memberships" : [
        "BMOCoreDataCollectionLoaders"
      ],
      "sources" : [
        "BMOCoreDataListElementLoader.swift",
        "BMOCoreDataSearchLoader.swift",
        "DummyFetchedResultsControllerDelegate.swift",
        "PrivateUtils/BMORequestHelperForLoader.swift"
      ],
      "target_dependencies" : [
        "CollectionLoader"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/Frizlab/BMO.git
[1/2517] Fetching bmo
Fetched https://github.com/Frizlab/BMO.git from cache (0.40s)
Creating working copy for https://github.com/Frizlab/BMO.git
Working copy of https://github.com/Frizlab/BMO.git resolved at main (5d46c8b)
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/37] Compiling CollectionLoader Operation+Utils.swift
[7/38] Compiling BMO RelationshipMergeType.swift
[8/38] Compiling BMO MapError.swift
[9/40] Compiling BMO Result+Utils.swift
[10/40] Compiling BMO DummyRequestHelper.swift
[11/40] Compiling BMO RequestResult.swift
[12/40] Compiling BMO ErrorCollection.swift
[13/40] Compiling BMO OperationLifecycleError.swift
[14/40] Compiling BMO RequestError.swift
[15/40] Compiling BMO GenericLocalDbObject.swift
[16/40] Compiling BMO LocalDbChanges.swift
[17/40] Compiling BMO Request.swift
/host/spi-builder-workspace/Sources/CollectionLoader/Core/CollectionLoader.swift:125:32: warning: converting function value of type '@MainActor @Sendable () -> Void' to '@Sendable () -> Void' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
123 |
124 | 		/* Yes, self is strongly captured, on purpose. */
125 | 		let prestart = BlockOperation{ @MainActor in /* Swift does not know it, but these block _are_ @MainActor indeed. */
    |                                `- warning: converting function value of type '@MainActor @Sendable () -> Void' to '@Sendable () -> Void' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
126 | 			/* On main queue (and thus on main actor/thread). */
127 | 			/* Let’s call the delegate first. */
/host/spi-builder-workspace/Sources/CollectionLoader/Core/CollectionLoader.swift:136:34: warning: converting function value of type '@MainActor @Sendable () -> Void' to '@Sendable () -> Void' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
134 | 		}
135 | 		/* Yes, self is strongly captured, on purpose. */
136 | 		let completion = BlockOperation{ @MainActor in /* Swift does not know it, but these block _are_ @MainActor indeed. */
    |                                  `- warning: converting function value of type '@MainActor @Sendable () -> Void' to '@Sendable () -> Void' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
137 | 			/* On main queue (and thus on main actor/thread). */
138 | 			/* First, we’ll check for the previous/next page info depending on the loading reason. */
[18/40] Compiling BMO RequestHelper-Protocol.swift
/host/spi-builder-workspace/Sources/CollectionLoader/Core/CollectionLoader.swift:125:32: warning: converting function value of type '@MainActor @Sendable () -> Void' to '@Sendable () -> Void' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
123 |
124 | 		/* Yes, self is strongly captured, on purpose. */
125 | 		let prestart = BlockOperation{ @MainActor in /* Swift does not know it, but these block _are_ @MainActor indeed. */
    |                                `- warning: converting function value of type '@MainActor @Sendable () -> Void' to '@Sendable () -> Void' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
126 | 			/* On main queue (and thus on main actor/thread). */
127 | 			/* Let’s call the delegate first. */
/host/spi-builder-workspace/Sources/CollectionLoader/Core/CollectionLoader.swift:136:34: warning: converting function value of type '@MainActor @Sendable () -> Void' to '@Sendable () -> Void' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
134 | 		}
135 | 		/* Yes, self is strongly captured, on purpose. */
136 | 		let completion = BlockOperation{ @MainActor in /* Swift does not know it, but these block _are_ @MainActor indeed. */
    |                                  `- warning: converting function value of type '@MainActor @Sendable () -> Void' to '@Sendable () -> Void' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
137 | 			/* On main queue (and thus on main actor/thread). */
138 | 			/* First, we’ll check for the previous/next page info depending on the loading reason. */
[19/40] Compiling BMO Bridge-Protocol.swift
[20/40] Compiling BMO BridgeObjects-Protocol.swift
[21/40] Compiling CollectionLoader BlockCollectionLoaderDelegate.swift
/host/spi-builder-workspace/Sources/CollectionLoader/Private/BlockCollectionLoaderDelegate.swift:33:25: warning: assigning non-sendable parameter 'willStartLoading' to a @Sendable closure
26 |
27 | 	init(
28 | 		willStartLoading: @escaping (CLDPageLoadDescription) -> Void,
   |   `- note: parameter 'willStartLoading' is implicitly non-sendable
29 | 		didFinishLoading: @escaping (CLDPageLoadDescription, Result<CompletionResults, Error>) -> Void,
30 | 		canDelete: @escaping (FetchedObject) -> Bool,
31 | 		willFinishLoading: @escaping (CLDPageLoadDescription, PreCompletionResults, () throws -> Void) throws -> Void
32 | 	) {
33 | 		self.willStartLoading = willStartLoading
   |                         `- warning: assigning non-sendable parameter 'willStartLoading' to a @Sendable closure
34 | 		self.didFinishLoading = didFinishLoading
35 | 		self.canDelete = canDelete
/host/spi-builder-workspace/Sources/CollectionLoader/Private/BlockCollectionLoaderDelegate.swift:34:25: warning: assigning non-sendable parameter 'didFinishLoading' to a @Sendable closure
27 | 	init(
28 | 		willStartLoading: @escaping (CLDPageLoadDescription) -> Void,
29 | 		didFinishLoading: @escaping (CLDPageLoadDescription, Result<CompletionResults, Error>) -> Void,
   |   `- note: parameter 'didFinishLoading' is implicitly non-sendable
30 | 		canDelete: @escaping (FetchedObject) -> Bool,
31 | 		willFinishLoading: @escaping (CLDPageLoadDescription, PreCompletionResults, () throws -> Void) throws -> Void
32 | 	) {
33 | 		self.willStartLoading = willStartLoading
34 | 		self.didFinishLoading = didFinishLoading
   |                         `- warning: assigning non-sendable parameter 'didFinishLoading' to a @Sendable closure
35 | 		self.canDelete = canDelete
36 | 		self.willFinishLoading = willFinishLoading
[22/40] Compiling CollectionLoader PageLoadReason.swift
[23/40] Compiling BMO RequestOperation.swift
[27/40] Emitting module CollectionLoader
[30/40] Compiling BMO LocalDb-Protocol.swift
[34/40] Compiling BMO LocalDbImportOperation.swift
[35/40] Compiling BMO LocalDbImporter-Protocol.swift
[36/40] Compiling BMO RemoteDb-Protocol.swift
[37/40] Emitting module BMO
[38/40] Compiling CollectionLoader PageLoadDescription.Reason+Utils.swift
[39/41] Compiling BMO RequestHelperCollection.swift
[40/41] Compiling BMO RequestHelperCollectionForOldRuntimes.swift
[43/62] Compiling BMOCoreData  Loggers.swift
/host/spi-builder-workspace/.build/checkouts/BMO/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/62] Compiling BMOCoreData NSManagedObjectContext+Utils.swift
/host/spi-builder-workspace/.build/checkouts/BMO/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/62] Compiling BMOCoreData NSFetchRequest+Utils.swift
/host/spi-builder-workspace/.build/checkouts/BMO/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/62] Compiling BMOCoreData NSManagedObject+Utils.swift
/host/spi-builder-workspace/.build/checkouts/BMO/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/64] Compiling BMOCoreData BMOCoreDataSaveRequestHelper.swift
/host/spi-builder-workspace/.build/checkouts/BMO/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/64] Compiling BMOCoreData NSManagedObject+BMO.swift
/host/spi-builder-workspace/.build/checkouts/BMO/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
[49/64] Compiling BMOCoreData NSManagedObjectContext+BMO.swift
/host/spi-builder-workspace/.build/checkouts/BMO/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
[50/64] Compiling BMOCoreData CoreDataAPI+Create-Discarded.swift
/host/spi-builder-workspace/.build/checkouts/BMO/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
[51/64] Compiling BMOCoreData CoreDataAPI+Create-Saved.swift
/host/spi-builder-workspace/.build/checkouts/BMO/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
[52/64] Compiling BMOCoreData CoreDataAPI+CreateAndGet-Discarded.swift
/host/spi-builder-workspace/.build/checkouts/BMO/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
[53/64] Compiling BMOCoreData CoreDataAPI+Update-Discarded.swift
/host/spi-builder-workspace/.build/checkouts/BMO/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
[54/64] Compiling BMOCoreData CoreDataAPI+Update-Saved.swift
/host/spi-builder-workspace/.build/checkouts/BMO/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
[55/64] Compiling BMOCoreData CoreDataAPI.swift
/host/spi-builder-workspace/.build/checkouts/BMO/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)
[56/64] Emitting module BMOCoreData
/host/spi-builder-workspace/.build/checkouts/BMO/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
[57/64] Compiling BMOCoreData  Errors.swift
/host/spi-builder-workspace/.build/checkouts/BMO/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
[58/64] Compiling BMOCoreData BMOCoreDataImporter.swift
/host/spi-builder-workspace/.build/checkouts/BMO/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
[59/64] Compiling BMOCoreData BMOCoreDataFetchRequestHelper.swift
/host/spi-builder-workspace/.build/checkouts/BMO/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
[60/64] Compiling BMOCoreData CoreDataAPI+CreateAndGet-Saved.swift
/host/spi-builder-workspace/.build/checkouts/BMO/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
[61/64] Compiling BMOCoreData CoreDataAPI+Delete.swift
/host/spi-builder-workspace/.build/checkouts/BMO/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
[62/64] Compiling BMOCoreData CoreDataAPI+Fetch.swift
/host/spi-builder-workspace/.build/checkouts/BMO/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
[63/64] Compiling BMOCoreData NSPredicate+Utils.swift
/host/spi-builder-workspace/.build/checkouts/BMO/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
[64/64] Compiling BMOCoreData RemoteFetchType.swift
/host/spi-builder-workspace/.build/checkouts/BMO/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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/33] Compiling BMO RequestResult.swift
[3/33] Compiling BMO ErrorCollection.swift
[4/34] Compiling BMO LocalDbImportOperation.swift
[5/34] Compiling BMO LocalDbImporter-Protocol.swift
[6/34] Compiling BMO RequestHelper-Protocol.swift
[7/34] Compiling BMO RequestOperation.swift
[8/34] Emitting module BMO
[9/36] Compiling CollectionLoader Operation+Utils.swift
[10/36] Compiling CollectionLoader PageLoadReason.swift
[11/36] Compiling CollectionLoader BlockCollectionLoaderDelegate.swift
[12/36] Compiling BMO RelationshipMergeType.swift
[13/36] Compiling BMO MapError.swift
[14/36] Compiling BMO Result+Utils.swift
[15/36] Compiling BMO DummyRequestHelper.swift
[16/36] Compiling BMO RequestHelperCollection.swift
[17/36] Compiling BMO RequestHelperCollectionForOldRuntimes.swift
[18/36] Compiling CollectionLoader PageLoadDescription.Reason+Utils.swift
[19/36] Compiling BMO RemoteDb-Protocol.swift
/host/spi-builder-workspace/Sources/CollectionLoader/Core/CollectionLoader.swift:125:32: warning: converting function value of type '@MainActor @Sendable () -> Void' to '@Sendable () -> Void' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
123 |
124 | 		/* Yes, self is strongly captured, on purpose. */
125 | 		let prestart = BlockOperation{ @MainActor in /* Swift does not know it, but these block _are_ @MainActor indeed. */
    |                                `- warning: converting function value of type '@MainActor @Sendable () -> Void' to '@Sendable () -> Void' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
126 | 			/* On main queue (and thus on main actor/thread). */
127 | 			/* Let’s call the delegate first. */
/host/spi-builder-workspace/Sources/CollectionLoader/Core/CollectionLoader.swift:136:34: warning: converting function value of type '@MainActor @Sendable () -> Void' to '@Sendable () -> Void' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
134 | 		}
135 | 		/* Yes, self is strongly captured, on purpose. */
136 | 		let completion = BlockOperation{ @MainActor in /* Swift does not know it, but these block _are_ @MainActor indeed. */
    |                                  `- warning: converting function value of type '@MainActor @Sendable () -> Void' to '@Sendable () -> Void' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
137 | 			/* On main queue (and thus on main actor/thread). */
138 | 			/* First, we’ll check for the previous/next page info depending on the loading reason. */
[20/36] Compiling BMO Request.swift
/host/spi-builder-workspace/Sources/CollectionLoader/Core/CollectionLoader.swift:125:32: warning: converting function value of type '@MainActor @Sendable () -> Void' to '@Sendable () -> Void' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
123 |
124 | 		/* Yes, self is strongly captured, on purpose. */
125 | 		let prestart = BlockOperation{ @MainActor in /* Swift does not know it, but these block _are_ @MainActor indeed. */
    |                                `- warning: converting function value of type '@MainActor @Sendable () -> Void' to '@Sendable () -> Void' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
126 | 			/* On main queue (and thus on main actor/thread). */
127 | 			/* Let’s call the delegate first. */
/host/spi-builder-workspace/Sources/CollectionLoader/Core/CollectionLoader.swift:136:34: warning: converting function value of type '@MainActor @Sendable () -> Void' to '@Sendable () -> Void' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
134 | 		}
135 | 		/* Yes, self is strongly captured, on purpose. */
136 | 		let completion = BlockOperation{ @MainActor in /* Swift does not know it, but these block _are_ @MainActor indeed. */
    |                                  `- warning: converting function value of type '@MainActor @Sendable () -> Void' to '@Sendable () -> Void' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
137 | 			/* On main queue (and thus on main actor/thread). */
138 | 			/* First, we’ll check for the previous/next page info depending on the loading reason. */
[21/36] Emitting module CollectionLoader
[23/37] Compiling BMO RequestError.swift
[24/37] Compiling BMO GenericLocalDbObject.swift
[25/37] Compiling BMO LocalDbChanges.swift
[28/37] Compiling BMO OperationLifecycleError.swift
[32/37] Compiling BMO Bridge-Protocol.swift
[33/37] Compiling BMO BridgeObjects-Protocol.swift
[34/37] Compiling BMO LocalDb-Protocol.swift
[39/58] Compiling BMOCoreData NSFetchRequest+Utils.swift
/host/spi-builder-workspace/.build/checkouts/BMO/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/58] Compiling BMOCoreData NSManagedObject+Utils.swift
/host/spi-builder-workspace/.build/checkouts/BMO/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)
[41/60] Emitting module BMOCoreData
/host/spi-builder-workspace/.build/checkouts/BMO/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/60] Compiling BMOCoreData  Loggers.swift
/host/spi-builder-workspace/.build/checkouts/BMO/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/60] Compiling BMOCoreData NSManagedObjectContext+Utils.swift
/host/spi-builder-workspace/.build/checkouts/BMO/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/60] Compiling BMOCoreData CoreDataAPI+CreateAndGet-Saved.swift
/host/spi-builder-workspace/.build/checkouts/BMO/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/60] Compiling BMOCoreData CoreDataAPI+Delete.swift
/host/spi-builder-workspace/.build/checkouts/BMO/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/60] Compiling BMOCoreData CoreDataAPI+Fetch.swift
/host/spi-builder-workspace/.build/checkouts/BMO/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/60] Compiling BMOCoreData CoreDataAPI+Update-Discarded.swift
/host/spi-builder-workspace/.build/checkouts/BMO/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/60] Compiling BMOCoreData CoreDataAPI+Update-Saved.swift
/host/spi-builder-workspace/.build/checkouts/BMO/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
[49/60] Compiling BMOCoreData CoreDataAPI.swift
/host/spi-builder-workspace/.build/checkouts/BMO/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
[50/60] Compiling BMOCoreData BMOCoreDataSaveRequestHelper.swift
/host/spi-builder-workspace/.build/checkouts/BMO/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
[51/60] Compiling BMOCoreData NSManagedObject+BMO.swift
/host/spi-builder-workspace/.build/checkouts/BMO/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
[52/60] Compiling BMOCoreData NSManagedObjectContext+BMO.swift
/host/spi-builder-workspace/.build/checkouts/BMO/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
[53/60] Compiling BMOCoreData CoreDataAPI+Create-Discarded.swift
/host/spi-builder-workspace/.build/checkouts/BMO/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
[54/60] Compiling BMOCoreData CoreDataAPI+Create-Saved.swift
/host/spi-builder-workspace/.build/checkouts/BMO/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
[55/60] Compiling BMOCoreData CoreDataAPI+CreateAndGet-Discarded.swift
/host/spi-builder-workspace/.build/checkouts/BMO/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
[56/60] Compiling BMOCoreData  Errors.swift
/host/spi-builder-workspace/.build/checkouts/BMO/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
[57/60] Compiling BMOCoreData BMOCoreDataImporter.swift
/host/spi-builder-workspace/.build/checkouts/BMO/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
[58/60] Compiling BMOCoreData BMOCoreDataFetchRequestHelper.swift
/host/spi-builder-workspace/.build/checkouts/BMO/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
[59/60] Compiling BMOCoreData NSPredicate+Utils.swift
/host/spi-builder-workspace/.build/checkouts/BMO/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
[60/60] Compiling BMOCoreData RemoteFetchType.swift
/host/spi-builder-workspace/.build/checkouts/BMO/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.1 android