Build Information
Failed to build CollectionLoader, reference main (99f683
), with Swift 6.0 for Linux on 3 Nov 2024 21:19:05 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.56.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.0
Building package at path: $PWD
https://github.com/Frizlab/CollectionLoader.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/Frizlab/BMO.git
[1/2469] 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 (2e49230)
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/37] Compiling BMO Result+Utils.swift
[7/37] Compiling BMO DummyRequestHelper.swift
[8/37] Compiling CollectionLoader Operation+Utils.swift
[9/40] Compiling CollectionLoader BlockCollectionLoaderDelegate.swift
[10/40] Compiling BMO RelationshipMergeType.swift
[11/40] Compiling BMO MapError.swift
[12/40] Compiling BMO RequestHelper-Protocol.swift
[13/40] Compiling BMO RequestOperation.swift
[14/40] Compiling CollectionLoader PageLoadDescription.Reason+Utils.swift
[15/40] Compiling BMO RequestHelperCollection.swift
[16/40] Compiling BMO RequestHelperCollectionForOldRuntimes.swift
[17/40] Compiling CollectionLoader PageLoadReason.swift
[18/40] Compiling BMO LocalDbImportOperation.swift
[19/40] Compiling BMO LocalDbImporter-Protocol.swift
[20/40] 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. */
[21/40] 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. */
[22/40] Compiling BMO LocalDb-Protocol.swift
[23/40] Compiling BMO Request.swift
[24/40] Emitting module CollectionLoader
[26/41] Compiling BMO RequestResult.swift
[27/41] Compiling BMO ErrorCollection.swift
[28/41] Compiling BMO OperationLifecycleError.swift
[29/41] Compiling BMO RequestError.swift
[30/41] Compiling BMO GenericLocalDbObject.swift
[31/41] Compiling BMO LocalDbChanges.swift
[34/41] Compiling BMO RemoteDb-Protocol.swift
[35/41] Emitting module BMO
[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 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
[46/62] 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
[47/62] 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
[48/62] 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
[49/62] 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
[50/62] 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
[51/62] 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
[52/62] 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
[53/62] 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)
[54/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
[55/64] 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
[56/64] 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
[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 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
[61/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
[62/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
[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
BUILD FAILURE 6.0 linux