Build Information
Successful build of CollectionLoader with Swift 5.8 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Frizlab/CollectionLoader.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/o86TiJKT/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.8
Building package at path: $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Building for debugging...
[1/32] Emitting module BMO
[2/34] Compiling BMO Bridge-Protocol.swift
[3/34] Compiling BMO BridgeObjects-Protocol.swift
[4/34] Compiling BMO LocalDb-Protocol.swift
[5/34] Compiling BMO RequestHelperCollection.swift
[6/34] Compiling BMO RequestHelperCollectionForOldRuntimes.swift
[7/34] Compiling BMO Result+Utils.swift
[8/34] Compiling BMO DummyRequestHelper.swift
[9/34] Compiling CollectionLoader Operation+Utils.swift
[12/35] Compiling BMO RelationshipMergeType.swift
[13/35] Compiling BMO MapError.swift
[14/35] Compiling BMO RequestResult.swift
[15/35] Compiling BMO ErrorCollection.swift
[16/35] Compiling BMO OperationLifecycleError.swift
[17/35] Compiling BMO LocalDbImportOperation.swift
[18/35] Compiling BMO LocalDbImporter-Protocol.swift
[19/35] Compiling BMO RemoteDb-Protocol.swift
[20/35] Compiling BMO RequestError.swift
[21/35] Compiling BMO GenericLocalDbObject.swift
[22/35] Compiling BMO LocalDbChanges.swift
[23/35] Compiling BMO Request.swift
[24/35] Compiling BMO RequestHelper-Protocol.swift
[25/35] Compiling BMO RequestOperation.swift
[26/35] Compiling CollectionLoader BlockCollectionLoaderDelegate.swift
[29/35] Emitting module CollectionLoader
[30/35] Compiling CollectionLoader PageLoadReason.swift
[35/52] Compiling CollectionLoader PageLoadDescription.Reason+Utils.swift
[36/52] Compiling BMOCoreData NSFetchRequest+Utils.swift
[37/52] Compiling BMOCoreData NSManagedObject+Utils.swift
[38/52] Compiling BMOCoreData BMOCoreDataSaveRequestHelper.swift
[39/52] Compiling BMOCoreData NSManagedObject+BMO.swift
[40/52] Compiling BMOCoreData NSManagedObjectContext+BMO.swift
[41/54] Emitting module BMOCoreData
[42/54] Compiling BMOCoreData CoreDataAPI.swift
[43/54] Compiling BMOCoreData NSManagedObjectContext+Utils.swift
[44/54] Compiling BMOCoreData CoreDataAPI+Create.swift
[45/54] Compiling BMOCoreData CoreDataAPI+CreateAndGet.swift
[46/54] Compiling BMOCoreData CoreDataAPI+Update-Discarded.swift
[47/54] Compiling BMOCoreData CoreDataAPI+Update-Saved.swift
[48/54] Compiling BMOCoreData CoreDataAPI+Delete.swift
[49/54] Compiling BMOCoreData CoreDataAPI+Fetch.swift
[50/54] Compiling BMOCoreData Errors.swift
[51/54] Compiling BMOCoreData BMOCoreDataImporter.swift
[52/54] Compiling BMOCoreData BMOCoreDataFetchRequestHelper.swift
[53/54] Compiling BMOCoreData NSPredicate+Utils.swift
[54/54] Compiling BMOCoreData RemoteFetchType.swift
[55/59] Compiling BMOCoreDataCollectionLoaders BMORequestHelperForLoader.swift
[56/59] Compiling BMOCoreDataCollectionLoaders BMOCoreDataSearchLoader.swift
/Users/builder/builds/o86TiJKT/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/o86TiJKT/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
^
[57/59] Compiling BMOCoreDataCollectionLoaders DummyFetchedResultsControllerDelegate.swift
[58/59] Emitting module BMOCoreDataCollectionLoaders
[59/59] Compiling BMOCoreDataCollectionLoaders BMOCoreDataListElementLoader.swift
/Users/builder/builds/o86TiJKT/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…")
Build complete! (8.14s)
Fetching https://github.com/Frizlab/BMO.git from cache
Fetched https://github.com/Frizlab/BMO.git (0.18s)
Creating working copy for https://github.com/Frizlab/BMO.git
Working copy of https://github.com/Frizlab/BMO.git resolved at main
Build complete.
Done.