Build Information
Successful build of CollectionLoader with Swift 5.10 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Frizlab/CollectionLoader.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
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: macosSpm
Swift version: 5.10
Building package at path: $workDir
https://github.com/Frizlab/CollectionLoader.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version--423B1241ED78D482.txt
[6/37] Emitting module BMO
[7/39] Compiling CollectionLoader CollectionLoaderHelper-Protocol.swift
[8/39] Compiling CollectionLoader PageInfo-Protocol.swift
[9/39] Compiling BMO RequestOperation.swift
[10/39] Compiling BMO LocalDbImportOperation.swift
[11/39] Compiling BMO LocalDbImporter-Protocol.swift
[12/39] Compiling CollectionLoader CollectionLoader.swift
[13/39] Compiling BMO RequestHelperCollection.swift
[14/39] Compiling BMO RequestHelperCollectionForOldRuntimes.swift
[15/39] Compiling CollectionLoader CollectionLoaderDelegate.swift
[16/39] Compiling CollectionLoader LoadingOperationDelegate.swift
[17/39] Compiling CollectionLoader PageLoadDescription.swift
[18/39] Compiling CollectionLoader PageLoadReason.swift
[19/39] Compiling CollectionLoader BlockCollectionLoaderDelegate.swift
[20/39] Compiling CollectionLoader Operation+Utils.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/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 Swift 6
let prestart = BlockOperation{ @MainActor in /* Swift does not know it, but these block _are_ @MainActor indeed. */
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/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 Swift 6
let completion = BlockOperation{ @MainActor in /* Swift does not know it, but these block _are_ @MainActor indeed. */
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/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 Swift 6
let prestart = BlockOperation{ @MainActor in /* Swift does not know it, but these block _are_ @MainActor indeed. */
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/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 Swift 6
let completion = BlockOperation{ @MainActor in /* Swift does not know it, but these block _are_ @MainActor indeed. */
^
[25/40] Emitting module CollectionLoader
[30/40] Compiling BMO Result+Utils.swift
[31/40] Compiling BMO DummyRequestHelper.swift
[32/40] Compiling BMO RelationshipMergeType.swift
[33/40] Compiling BMO MapError.swift
[34/40] Compiling BMO RequestError.swift
[35/40] Compiling BMO GenericLocalDbObject.swift
[36/40] Compiling BMO LocalDbChanges.swift
[37/40] Compiling BMO RequestResult.swift
[38/40] Compiling BMO ErrorCollection.swift
[39/40] Compiling BMO OperationLifecycleError.swift
[40/57] Compiling CollectionLoader PageLoadDescription.Reason+Utils.swift
[41/57] Compiling BMOCoreData CoreDataAPI+Update-Discarded.swift
[42/57] Compiling BMOCoreData CoreDataAPI+Update-Saved.swift
[43/59] Compiling BMOCoreData NSFetchRequest+Utils.swift
[44/59] Compiling BMOCoreData NSManagedObject+Utils.swift
[45/59] Compiling BMOCoreData BMOCoreDataSaveRequestHelper.swift
[46/59] Compiling BMOCoreData NSManagedObject+BMO.swift
[47/59] Compiling BMOCoreData NSManagedObjectContext+BMO.swift
[48/59] Compiling BMOCoreData CoreDataAPI+Create.swift
[49/59] Compiling BMOCoreData CoreDataAPI+CreateAndGet.swift
[50/59] Compiling BMOCoreData CoreDataAPI.swift
[51/59] Compiling BMOCoreData NSManagedObjectContext+Utils.swift
[52/59] Emitting module BMOCoreData
[53/59] Compiling BMOCoreData CoreDataAPI+Delete.swift
[54/59] Compiling BMOCoreData CoreDataAPI+Fetch.swift
[55/59] Compiling BMOCoreData Errors.swift
[56/59] Compiling BMOCoreData BMOCoreDataImporter.swift
[57/59] Compiling BMOCoreData BMOCoreDataFetchRequestHelper.swift
[58/59] Compiling BMOCoreData NSPredicate+Utils.swift
[59/59] Compiling BMOCoreData RemoteFetchType.swift
[60/64] Compiling BMOCoreDataCollectionLoaders DummyFetchedResultsControllerDelegate.swift
[61/64] Compiling BMOCoreDataCollectionLoaders BMORequestHelperForLoader.swift
[62/64] Emitting module BMOCoreDataCollectionLoaders
[63/64] Compiling BMOCoreDataCollectionLoaders BMOCoreDataListElementLoader.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BMOCoreDataCollectionLoaders/BMOCoreDataListElementLoader.swift:176:10: warning: TODO: We detect the root object ID has changed, we set the new one just after the if, but we do not update the fetched results controller…
#warning("TODO: We detect the root object ID has changed, we set the new one just after the if, but we do not update the fetched results controller…")
[64/64] Compiling BMOCoreDataCollectionLoaders BMOCoreDataSearchLoader.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BMOCoreDataCollectionLoaders/BMOCoreDataSearchLoader.swift:132:10: warning: TODO: apiOrderProperty (requires the start offset of the page info…)
#warning("TODO: apiOrderProperty (requires the start offset of the page info…)")
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BMOCoreDataCollectionLoaders/BMOCoreDataSearchLoader.swift:123:50: warning: capture 'apiOrderDelta' was never used
importChangesProcessing: { [apiOrderProperty, apiOrderDelta] changes, throwIfCancelled in
^
Build complete! (7.40s)
Fetching https://github.com/Frizlab/BMO.git from cache
Fetched https://github.com/Frizlab/BMO.git from cache (0.15s)
Creating working copy for https://github.com/Frizlab/BMO.git
Working copy of https://github.com/Frizlab/BMO.git resolved at main (8af6b08)
Build complete.
Done.