Build Information
Failed to build CollectionLoader, reference main (99f683
), with Swift 6.1 for Linux on 28 Apr 2025 01:19:34 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
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: linux
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-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/Frizlab/BMO.git
[1/2517] Fetching bmo
Fetched https://github.com/Frizlab/BMO.git from cache (0.33s)
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 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
[7/37] Compiling CollectionLoader Operation+Utils.swift
[8/38] Compiling BMO BridgeObjects-Protocol.swift
[9/38] Compiling BMO LocalDb-Protocol.swift
[10/38] Compiling BMO LocalDbImportOperation.swift
[11/38] Compiling BMO LocalDbImporter-Protocol.swift
[12/38] Compiling BMO RemoteDb-Protocol.swift
[13/38] Compiling BMO Request.swift
[14/38] Compiling BMO RequestHelper-Protocol.swift
[15/38] Compiling BMO RequestOperation.swift
[16/38] Emitting module BMO
[17/38] Compiling BMO Bridge-Protocol.swift
[20/40] Compiling BMO RelationshipMergeType.swift
[21/40] Compiling BMO MapError.swift
[22/40] Compiling BMO Result+Utils.swift
[23/40] Compiling BMO DummyRequestHelper.swift
[24/40] Emitting module CollectionLoader
/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. */
/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. */
[31/40] Compiling CollectionLoader PageLoadReason.swift
[32/40] Compiling BMO RequestResult.swift
[33/40] Compiling BMO ErrorCollection.swift
[34/40] Compiling BMO OperationLifecycleError.swift
[35/40] Compiling BMO RequestError.swift
[36/40] Compiling BMO GenericLocalDbObject.swift
[37/40] Compiling BMO LocalDbChanges.swift
[38/40] Compiling CollectionLoader PageLoadDescription.Reason+Utils.swift
[40/41] Compiling BMO RequestHelperCollection.swift
[41/41] Compiling BMO RequestHelperCollectionForOldRuntimes.swift
[43/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
[44/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
[45/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
[46/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
[47/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
[48/64] 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
[49/64] 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
[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 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
[58/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
[59/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
[60/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
[61/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
[62/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
[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-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/33] Compiling CollectionLoader BlockCollectionLoaderDelegate.swift
[3/33] Compiling CollectionLoader PageLoadReason.swift
[4/33] Compiling BMO Request.swift
[5/33] Compiling BMO RequestHelper-Protocol.swift
[6/33] Compiling CollectionLoader Operation+Utils.swift
[7/33] Compiling BMO LocalDb-Protocol.swift
[8/33] Compiling BMO LocalDbImportOperation.swift
[9/34] Compiling BMO LocalDbImporter-Protocol.swift
[10/34] Compiling BMO RemoteDb-Protocol.swift
[11/34] Compiling BMO Result+Utils.swift
[12/34] Compiling BMO DummyRequestHelper.swift
[13/34] Compiling BMO RelationshipMergeType.swift
[14/34] Compiling BMO MapError.swift
[15/36] Compiling CollectionLoader PageLoadDescription.Reason+Utils.swift
[16/36] Emitting module CollectionLoader
[17/36] Compiling BMO Bridge-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. */
[18/36] Compiling BMO BridgeObjects-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/37] Compiling BMO RequestHelperCollection.swift
[20/37] Compiling BMO RequestHelperCollectionForOldRuntimes.swift
[25/37] Compiling BMO RequestResult.swift
[26/37] Compiling BMO ErrorCollection.swift
[27/37] Compiling BMO OperationLifecycleError.swift
[28/37] Compiling BMO RequestError.swift
[29/37] Compiling BMO GenericLocalDbObject.swift
[30/37] Compiling BMO LocalDbChanges.swift
[34/37] Emitting module BMO
[37/37] Compiling BMO RequestOperation.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[39/58] 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
[40/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
[41/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
[42/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
[43/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
[44/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
[45/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
[46/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
[47/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
[48/60] 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
[49/60] 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
[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 linux