The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CoreStore, reference 9.3.0 (5a0d27), with Swift 6.2 for macOS (SPM) on 22 Jun 2025 10:04:44 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/JohnEstropia/CoreStore.git
Reference: 9.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/JohnEstropia/CoreStore
 * tag               9.3.0      -> FETCH_HEAD
HEAD is now at 5a0d27c update test platforms
Cloned https://github.com/JohnEstropia/CoreStore.git
Revision (git rev-parse @):
5a0d27cf343c6e341b0ef3c8d36104770b27a839
SUCCESS checkout https://github.com/JohnEstropia/CoreStore.git at 9.3.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/JohnEstropia/CoreStore.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/161] Compiling CoreStore MigrationType.swift
[4/161] Compiling CoreStore Module.swift
[5/161] Compiling CoreStore NSEntityDescription+DynamicModel.swift
[6/161] Compiling CoreStore NSEntityDescription+Migration.swift
[7/161] Compiling CoreStore NSFetchedResultsController+Convenience.swift
[8/161] Compiling CoreStore NSManagedObject+Convenience.swift
[9/161] Compiling CoreStore NSManagedObject+DynamicModel.swift
[10/161] Compiling CoreStore NSManagedObject+Logging.swift
[11/161] Compiling CoreStore NSManagedObject+Transaction.swift
[12/161] Compiling CoreStore NSManagedObjectContext+CoreStore.swift
[13/161] Compiling CoreStore NSManagedObjectContext+Logging.swift
[14/161] Compiling CoreStore NSManagedObjectContext+Querying.swift
[15/161] Compiling CoreStore NSManagedObjectContext+Setup.swift
[16/161] Compiling CoreStore NSManagedObjectContext+Transaction.swift
[17/161] Compiling CoreStore NSManagedObjectModel+Migration.swift
[18/161] Compiling CoreStore NSPersistentStore+Setup.swift
[19/161] Compiling CoreStore NSPersistentStoreCoordinator+Setup.swift
[20/178] Compiling CoreStore Internals.AnyFieldCoder.swift
[21/178] Compiling CoreStore Internals.Closure.swift
[22/178] Compiling CoreStore Internals.CoreStoreFetchRequest.swift
[23/178] Compiling CoreStore Internals.CoreStoreFetchedResultsController.swift
[24/178] Compiling CoreStore Internals.DiffableDataSourceSnapshot.swift
[25/178] Compiling CoreStore Internals.DiffableDataUIDispatcher.Changeset.swift
[26/178] Compiling CoreStore Internals.DiffableDataUIDispatcher.DiffResult.swift
[27/178] Compiling CoreStore Internals.DiffableDataUIDispatcher.StagedChangeset.swift
[28/178] Compiling CoreStore Internals.DiffableDataUIDispatcher.swift
[29/178] Compiling CoreStore Internals.EntityIdentifier.swift
[30/178] Compiling CoreStore Internals.FetchedDiffableDataSourceSnapshotDelegate.swift
[31/178] Compiling CoreStore Internals.FetchedResultsControllerDelegate.swift
[32/178] Compiling CoreStore Internals.LazyNonmutating.swift
[33/178] Compiling CoreStore Internals.MigrationManager.swift
[34/178] Compiling CoreStore Internals.NotificationObserver.swift
[35/178] Compiling CoreStore Internals.SharedNotificationObserver.swift
[36/178] Compiling CoreStore Internals.WeakObject.swift
[37/178] Compiling CoreStore Internals.swift
[38/178] Compiling CoreStore FieldCoders.DefaultNSSecureCoding.swift
[39/178] Compiling CoreStore FieldCoders.Json.swift
[40/178] Compiling CoreStore FieldCoders.NSCoding.swift
[41/178] Compiling CoreStore FieldCoders.Plist.swift
[42/178] Compiling CoreStore FieldCoders.swift
[43/178] Compiling CoreStore FieldOptionalType.swift
[44/178] Compiling CoreStore FieldProtocol.swift
[45/178] Compiling CoreStore FieldRelationshipProtocol.swift
[46/178] Compiling CoreStore FieldStorableType.swift
[47/178] Compiling CoreStore ForEach+SwiftUI.swift
[48/178] Compiling CoreStore From+Querying.swift
[49/178] Compiling CoreStore From.swift
[50/178] Compiling CoreStore GroupBy.swift
[51/178] Compiling CoreStore ImportableAttributeType.swift
[52/178] Compiling CoreStore ImportableObject.swift
[53/178] Compiling CoreStore ImportableUniqueObject.swift
[54/178] Compiling CoreStore InMemoryStore.swift
[55/178] Compiling CoreStore InferredSchemaMappingProvider.swift
[56/178] Compiling CoreStore AsynchronousDataTransaction.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreStoreError.swift:80:10: warning: associated value 'persistentStoreNotFound(entity:)' of 'Sendable'-conforming enum 'CoreStoreError' has non-sendable type 'any DynamicObject.Type'
 78 |      Attempted to perform a fetch but could not find any related persistent store.
 79 |      */
 80 |     case persistentStoreNotFound(entity: DynamicObject.Type)
    |          `- warning: associated value 'persistentStoreNotFound(entity:)' of 'Sendable'-conforming enum 'CoreStoreError' has non-sendable type 'any DynamicObject.Type'
 81 |
 82 |     /**
[57/178] Compiling CoreStore AttributeProtocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreStoreError.swift:80:10: warning: associated value 'persistentStoreNotFound(entity:)' of 'Sendable'-conforming enum 'CoreStoreError' has non-sendable type 'any DynamicObject.Type'
 78 |      Attempted to perform a fetch but could not find any related persistent store.
 79 |      */
 80 |     case persistentStoreNotFound(entity: DynamicObject.Type)
    |          `- warning: associated value 'persistentStoreNotFound(entity:)' of 'Sendable'-conforming enum 'CoreStoreError' has non-sendable type 'any DynamicObject.Type'
 81 |
 82 |     /**
[58/178] Compiling CoreStore BaseDataTransaction+Importing.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreStoreError.swift:80:10: warning: associated value 'persistentStoreNotFound(entity:)' of 'Sendable'-conforming enum 'CoreStoreError' has non-sendable type 'any DynamicObject.Type'
 78 |      Attempted to perform a fetch but could not find any related persistent store.
 79 |      */
 80 |     case persistentStoreNotFound(entity: DynamicObject.Type)
    |          `- warning: associated value 'persistentStoreNotFound(entity:)' of 'Sendable'-conforming enum 'CoreStoreError' has non-sendable type 'any DynamicObject.Type'
 81 |
 82 |     /**
[59/178] Compiling CoreStore BaseDataTransaction+Querying.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreStoreError.swift:80:10: warning: associated value 'persistentStoreNotFound(entity:)' of 'Sendable'-conforming enum 'CoreStoreError' has non-sendable type 'any DynamicObject.Type'
 78 |      Attempted to perform a fetch but could not find any related persistent store.
 79 |      */
 80 |     case persistentStoreNotFound(entity: DynamicObject.Type)
    |          `- warning: associated value 'persistentStoreNotFound(entity:)' of 'Sendable'-conforming enum 'CoreStoreError' has non-sendable type 'any DynamicObject.Type'
 81 |
 82 |     /**
[60/178] Compiling CoreStore BaseDataTransaction.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreStoreError.swift:80:10: warning: associated value 'persistentStoreNotFound(entity:)' of 'Sendable'-conforming enum 'CoreStoreError' has non-sendable type 'any DynamicObject.Type'
 78 |      Attempted to perform a fetch but could not find any related persistent store.
 79 |      */
 80 |     case persistentStoreNotFound(entity: DynamicObject.Type)
    |          `- warning: associated value 'persistentStoreNotFound(entity:)' of 'Sendable'-conforming enum 'CoreStoreError' has non-sendable type 'any DynamicObject.Type'
 81 |
 82 |     /**
[61/178] Compiling CoreStore CoreDataNativeType.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreStoreError.swift:80:10: warning: associated value 'persistentStoreNotFound(entity:)' of 'Sendable'-conforming enum 'CoreStoreError' has non-sendable type 'any DynamicObject.Type'
 78 |      Attempted to perform a fetch but could not find any related persistent store.
 79 |      */
 80 |     case persistentStoreNotFound(entity: DynamicObject.Type)
    |          `- warning: associated value 'persistentStoreNotFound(entity:)' of 'Sendable'-conforming enum 'CoreStoreError' has non-sendable type 'any DynamicObject.Type'
 81 |
 82 |     /**
[62/178] Compiling CoreStore CoreStore+CustomDebugStringConvertible.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreStoreError.swift:80:10: warning: associated value 'persistentStoreNotFound(entity:)' of 'Sendable'-conforming enum 'CoreStoreError' has non-sendable type 'any DynamicObject.Type'
 78 |      Attempted to perform a fetch but could not find any related persistent store.
 79 |      */
 80 |     case persistentStoreNotFound(entity: DynamicObject.Type)
    |          `- warning: associated value 'persistentStoreNotFound(entity:)' of 'Sendable'-conforming enum 'CoreStoreError' has non-sendable type 'any DynamicObject.Type'
 81 |
 82 |     /**
[63/178] Compiling CoreStore CoreStore+Logging.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreStoreError.swift:80:10: warning: associated value 'persistentStoreNotFound(entity:)' of 'Sendable'-conforming enum 'CoreStoreError' has non-sendable type 'any DynamicObject.Type'
 78 |      Attempted to perform a fetch but could not find any related persistent store.
 79 |      */
 80 |     case persistentStoreNotFound(entity: DynamicObject.Type)
    |          `- warning: associated value 'persistentStoreNotFound(entity:)' of 'Sendable'-conforming enum 'CoreStoreError' has non-sendable type 'any DynamicObject.Type'
 81 |
 82 |     /**
[64/178] Compiling CoreStore CoreStoreDefaults.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreStoreError.swift:80:10: warning: associated value 'persistentStoreNotFound(entity:)' of 'Sendable'-conforming enum 'CoreStoreError' has non-sendable type 'any DynamicObject.Type'
 78 |      Attempted to perform a fetch but could not find any related persistent store.
 79 |      */
 80 |     case persistentStoreNotFound(entity: DynamicObject.Type)
    |          `- warning: associated value 'persistentStoreNotFound(entity:)' of 'Sendable'-conforming enum 'CoreStoreError' has non-sendable type 'any DynamicObject.Type'
 81 |
 82 |     /**
[65/178] Compiling CoreStore CoreStoreError.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreStoreError.swift:80:10: warning: associated value 'persistentStoreNotFound(entity:)' of 'Sendable'-conforming enum 'CoreStoreError' has non-sendable type 'any DynamicObject.Type'
 78 |      Attempted to perform a fetch but could not find any related persistent store.
 79 |      */
 80 |     case persistentStoreNotFound(entity: DynamicObject.Type)
    |          `- warning: associated value 'persistentStoreNotFound(entity:)' of 'Sendable'-conforming enum 'CoreStoreError' has non-sendable type 'any DynamicObject.Type'
 81 |
 82 |     /**
[66/178] Compiling CoreStore CoreStoreLogger.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreStoreError.swift:80:10: warning: associated value 'persistentStoreNotFound(entity:)' of 'Sendable'-conforming enum 'CoreStoreError' has non-sendable type 'any DynamicObject.Type'
 78 |      Attempted to perform a fetch but could not find any related persistent store.
 79 |      */
 80 |     case persistentStoreNotFound(entity: DynamicObject.Type)
    |          `- warning: associated value 'persistentStoreNotFound(entity:)' of 'Sendable'-conforming enum 'CoreStoreError' has non-sendable type 'any DynamicObject.Type'
 81 |
 82 |     /**
[67/178] Compiling CoreStore CoreStoreManagedObject.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreStoreError.swift:80:10: warning: associated value 'persistentStoreNotFound(entity:)' of 'Sendable'-conforming enum 'CoreStoreError' has non-sendable type 'any DynamicObject.Type'
 78 |      Attempted to perform a fetch but could not find any related persistent store.
 79 |      */
 80 |     case persistentStoreNotFound(entity: DynamicObject.Type)
    |          `- warning: associated value 'persistentStoreNotFound(entity:)' of 'Sendable'-conforming enum 'CoreStoreError' has non-sendable type 'any DynamicObject.Type'
 81 |
 82 |     /**
[68/178] Compiling CoreStore CoreStoreObject+Convenience.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreStoreError.swift:80:10: warning: associated value 'persistentStoreNotFound(entity:)' of 'Sendable'-conforming enum 'CoreStoreError' has non-sendable type 'any DynamicObject.Type'
 78 |      Attempted to perform a fetch but could not find any related persistent store.
 79 |      */
 80 |     case persistentStoreNotFound(entity: DynamicObject.Type)
    |          `- warning: associated value 'persistentStoreNotFound(entity:)' of 'Sendable'-conforming enum 'CoreStoreError' has non-sendable type 'any DynamicObject.Type'
 81 |
 82 |     /**
[69/178] Compiling CoreStore CoreStoreObject+DataSources.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreStoreError.swift:80:10: warning: associated value 'persistentStoreNotFound(entity:)' of 'Sendable'-conforming enum 'CoreStoreError' has non-sendable type 'any DynamicObject.Type'
 78 |      Attempted to perform a fetch but could not find any related persistent store.
 79 |      */
 80 |     case persistentStoreNotFound(entity: DynamicObject.Type)
    |          `- warning: associated value 'persistentStoreNotFound(entity:)' of 'Sendable'-conforming enum 'CoreStoreError' has non-sendable type 'any DynamicObject.Type'
 81 |
 82 |     /**
[70/178] Compiling CoreStore CoreStoreObject+Observing.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreStoreError.swift:80:10: warning: associated value 'persistentStoreNotFound(entity:)' of 'Sendable'-conforming enum 'CoreStoreError' has non-sendable type 'any DynamicObject.Type'
 78 |      Attempted to perform a fetch but could not find any related persistent store.
 79 |      */
 80 |     case persistentStoreNotFound(entity: DynamicObject.Type)
    |          `- warning: associated value 'persistentStoreNotFound(entity:)' of 'Sendable'-conforming enum 'CoreStoreError' has non-sendable type 'any DynamicObject.Type'
 81 |
 82 |     /**
[71/178] Compiling CoreStore CoreStoreObject+Querying.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreStoreError.swift:80:10: warning: associated value 'persistentStoreNotFound(entity:)' of 'Sendable'-conforming enum 'CoreStoreError' has non-sendable type 'any DynamicObject.Type'
 78 |      Attempted to perform a fetch but could not find any related persistent store.
 79 |      */
 80 |     case persistentStoreNotFound(entity: DynamicObject.Type)
    |          `- warning: associated value 'persistentStoreNotFound(entity:)' of 'Sendable'-conforming enum 'CoreStoreError' has non-sendable type 'any DynamicObject.Type'
 81 |
 82 |     /**
[72/178] Compiling CoreStore CoreStoreObject.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreStoreError.swift:80:10: warning: associated value 'persistentStoreNotFound(entity:)' of 'Sendable'-conforming enum 'CoreStoreError' has non-sendable type 'any DynamicObject.Type'
 78 |      Attempted to perform a fetch but could not find any related persistent store.
 79 |      */
 80 |     case persistentStoreNotFound(entity: DynamicObject.Type)
    |          `- warning: associated value 'persistentStoreNotFound(entity:)' of 'Sendable'-conforming enum 'CoreStoreError' has non-sendable type 'any DynamicObject.Type'
 81 |
 82 |     /**
[73/178] Compiling CoreStore CoreStoreSchema.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreStoreError.swift:80:10: warning: associated value 'persistentStoreNotFound(entity:)' of 'Sendable'-conforming enum 'CoreStoreError' has non-sendable type 'any DynamicObject.Type'
 78 |      Attempted to perform a fetch but could not find any related persistent store.
 79 |      */
 80 |     case persistentStoreNotFound(entity: DynamicObject.Type)
    |          `- warning: associated value 'persistentStoreNotFound(entity:)' of 'Sendable'-conforming enum 'CoreStoreError' has non-sendable type 'any DynamicObject.Type'
 81 |
 82 |     /**
[74/178] Compiling CoreStore DiffableDataSourceSnapshotProtocol.swift
[75/178] Compiling CoreStore Differentiable.swift
[76/178] Compiling CoreStore DispatchQueue+CoreStore.swift
[77/178] Compiling CoreStore DynamicObject.swift
[78/178] Compiling CoreStore DynamicSchema+Convenience.swift
[79/178] Compiling CoreStore DynamicSchema.swift
[80/178] Compiling CoreStore Entity.swift
[81/178] Compiling CoreStore EnvironmentValues+DataSources.swift
[82/178] Compiling CoreStore FIeldRelationshipType.swift
[83/178] Compiling CoreStore FetchChainBuilder.swift
[84/178] Compiling CoreStore FetchableSource.swift
[85/178] Compiling CoreStore Field.Coded.swift
[86/178] Compiling CoreStore Field.Relationship.swift
[87/178] Compiling CoreStore Field.Stored.swift
[88/178] Compiling CoreStore Field.Virtual.swift
[89/178] Compiling CoreStore Field.swift
[90/178] Compiling CoreStore FieldAttributeProtocol.swift
[91/178] Compiling CoreStore FieldCoderType.swift
[92/178] Compiling CoreStore CoreStoreStrings.swift
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Concurrency.swift:314:75: warning: capture of non-sendable type 'O.UniqueIDType.Type' in an isolated closure; this is an error in the Swift 6 language mode
312 |         preProcess: @escaping @Sendable (
313 |             _ mapping: [O.UniqueIDType: O.ImportSource]
314 |         ) throws(any Swift.Error) -> [O.UniqueIDType: O.ImportSource] = { $0 }
    |                                                                           `- warning: capture of non-sendable type 'O.UniqueIDType.Type' in an isolated closure; this is an error in the Swift 6 language mode
315 |     ) async throws(any Swift.Error) -> [O]
316 |     where S.Iterator.Element == O.ImportSource {
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Migration.swift:377:11: warning: capture of non-sendable type 'T.Type' in an isolated closure
375 |
376 |     private func upgradeStorageIfNeeded<T: LocalStorage>(
377 |         _ storage: T,
    |           `- warning: capture of non-sendable type 'T.Type' in an isolated closure
378 |         metadata: [String: Any],
379 |         completion: @escaping (MigrationResult) -> Void
[93/178] Compiling CoreStore CustomSchemaMappingProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Concurrency.swift:314:75: warning: capture of non-sendable type 'O.UniqueIDType.Type' in an isolated closure; this is an error in the Swift 6 language mode
312 |         preProcess: @escaping @Sendable (
313 |             _ mapping: [O.UniqueIDType: O.ImportSource]
314 |         ) throws(any Swift.Error) -> [O.UniqueIDType: O.ImportSource] = { $0 }
    |                                                                           `- warning: capture of non-sendable type 'O.UniqueIDType.Type' in an isolated closure; this is an error in the Swift 6 language mode
315 |     ) async throws(any Swift.Error) -> [O]
316 |     where S.Iterator.Element == O.ImportSource {
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Migration.swift:377:11: warning: capture of non-sendable type 'T.Type' in an isolated closure
375 |
376 |     private func upgradeStorageIfNeeded<T: LocalStorage>(
377 |         _ storage: T,
    |           `- warning: capture of non-sendable type 'T.Type' in an isolated closure
378 |         metadata: [String: Any],
379 |         completion: @escaping (MigrationResult) -> Void
[94/178] Compiling CoreStore DataStack+Concurrency.swift
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Concurrency.swift:314:75: warning: capture of non-sendable type 'O.UniqueIDType.Type' in an isolated closure; this is an error in the Swift 6 language mode
312 |         preProcess: @escaping @Sendable (
313 |             _ mapping: [O.UniqueIDType: O.ImportSource]
314 |         ) throws(any Swift.Error) -> [O.UniqueIDType: O.ImportSource] = { $0 }
    |                                                                           `- warning: capture of non-sendable type 'O.UniqueIDType.Type' in an isolated closure; this is an error in the Swift 6 language mode
315 |     ) async throws(any Swift.Error) -> [O]
316 |     where S.Iterator.Element == O.ImportSource {
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Migration.swift:377:11: warning: capture of non-sendable type 'T.Type' in an isolated closure
375 |
376 |     private func upgradeStorageIfNeeded<T: LocalStorage>(
377 |         _ storage: T,
    |           `- warning: capture of non-sendable type 'T.Type' in an isolated closure
378 |         metadata: [String: Any],
379 |         completion: @escaping (MigrationResult) -> Void
[95/178] Compiling CoreStore DataStack+DataSources.swift
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Concurrency.swift:314:75: warning: capture of non-sendable type 'O.UniqueIDType.Type' in an isolated closure; this is an error in the Swift 6 language mode
312 |         preProcess: @escaping @Sendable (
313 |             _ mapping: [O.UniqueIDType: O.ImportSource]
314 |         ) throws(any Swift.Error) -> [O.UniqueIDType: O.ImportSource] = { $0 }
    |                                                                           `- warning: capture of non-sendable type 'O.UniqueIDType.Type' in an isolated closure; this is an error in the Swift 6 language mode
315 |     ) async throws(any Swift.Error) -> [O]
316 |     where S.Iterator.Element == O.ImportSource {
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Migration.swift:377:11: warning: capture of non-sendable type 'T.Type' in an isolated closure
375 |
376 |     private func upgradeStorageIfNeeded<T: LocalStorage>(
377 |         _ storage: T,
    |           `- warning: capture of non-sendable type 'T.Type' in an isolated closure
378 |         metadata: [String: Any],
379 |         completion: @escaping (MigrationResult) -> Void
[96/178] Compiling CoreStore DataStack+Migration.swift
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Concurrency.swift:314:75: warning: capture of non-sendable type 'O.UniqueIDType.Type' in an isolated closure; this is an error in the Swift 6 language mode
312 |         preProcess: @escaping @Sendable (
313 |             _ mapping: [O.UniqueIDType: O.ImportSource]
314 |         ) throws(any Swift.Error) -> [O.UniqueIDType: O.ImportSource] = { $0 }
    |                                                                           `- warning: capture of non-sendable type 'O.UniqueIDType.Type' in an isolated closure; this is an error in the Swift 6 language mode
315 |     ) async throws(any Swift.Error) -> [O]
316 |     where S.Iterator.Element == O.ImportSource {
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Migration.swift:377:11: warning: capture of non-sendable type 'T.Type' in an isolated closure
375 |
376 |     private func upgradeStorageIfNeeded<T: LocalStorage>(
377 |         _ storage: T,
    |           `- warning: capture of non-sendable type 'T.Type' in an isolated closure
378 |         metadata: [String: Any],
379 |         completion: @escaping (MigrationResult) -> Void
[97/178] Compiling CoreStore DataStack+Observing.swift
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Concurrency.swift:314:75: warning: capture of non-sendable type 'O.UniqueIDType.Type' in an isolated closure; this is an error in the Swift 6 language mode
312 |         preProcess: @escaping @Sendable (
313 |             _ mapping: [O.UniqueIDType: O.ImportSource]
314 |         ) throws(any Swift.Error) -> [O.UniqueIDType: O.ImportSource] = { $0 }
    |                                                                           `- warning: capture of non-sendable type 'O.UniqueIDType.Type' in an isolated closure; this is an error in the Swift 6 language mode
315 |     ) async throws(any Swift.Error) -> [O]
316 |     where S.Iterator.Element == O.ImportSource {
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Migration.swift:377:11: warning: capture of non-sendable type 'T.Type' in an isolated closure
375 |
376 |     private func upgradeStorageIfNeeded<T: LocalStorage>(
377 |         _ storage: T,
    |           `- warning: capture of non-sendable type 'T.Type' in an isolated closure
378 |         metadata: [String: Any],
379 |         completion: @escaping (MigrationResult) -> Void
[98/178] Compiling CoreStore DataStack+Querying.swift
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Concurrency.swift:314:75: warning: capture of non-sendable type 'O.UniqueIDType.Type' in an isolated closure; this is an error in the Swift 6 language mode
312 |         preProcess: @escaping @Sendable (
313 |             _ mapping: [O.UniqueIDType: O.ImportSource]
314 |         ) throws(any Swift.Error) -> [O.UniqueIDType: O.ImportSource] = { $0 }
    |                                                                           `- warning: capture of non-sendable type 'O.UniqueIDType.Type' in an isolated closure; this is an error in the Swift 6 language mode
315 |     ) async throws(any Swift.Error) -> [O]
316 |     where S.Iterator.Element == O.ImportSource {
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Migration.swift:377:11: warning: capture of non-sendable type 'T.Type' in an isolated closure
375 |
376 |     private func upgradeStorageIfNeeded<T: LocalStorage>(
377 |         _ storage: T,
    |           `- warning: capture of non-sendable type 'T.Type' in an isolated closure
378 |         metadata: [String: Any],
379 |         completion: @escaping (MigrationResult) -> Void
[99/178] Compiling CoreStore DataStack+Reactive.swift
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Concurrency.swift:314:75: warning: capture of non-sendable type 'O.UniqueIDType.Type' in an isolated closure; this is an error in the Swift 6 language mode
312 |         preProcess: @escaping @Sendable (
313 |             _ mapping: [O.UniqueIDType: O.ImportSource]
314 |         ) throws(any Swift.Error) -> [O.UniqueIDType: O.ImportSource] = { $0 }
    |                                                                           `- warning: capture of non-sendable type 'O.UniqueIDType.Type' in an isolated closure; this is an error in the Swift 6 language mode
315 |     ) async throws(any Swift.Error) -> [O]
316 |     where S.Iterator.Element == O.ImportSource {
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Migration.swift:377:11: warning: capture of non-sendable type 'T.Type' in an isolated closure
375 |
376 |     private func upgradeStorageIfNeeded<T: LocalStorage>(
377 |         _ storage: T,
    |           `- warning: capture of non-sendable type 'T.Type' in an isolated closure
378 |         metadata: [String: Any],
379 |         completion: @escaping (MigrationResult) -> Void
[100/178] Compiling CoreStore DataStack+Transaction.swift
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Concurrency.swift:314:75: warning: capture of non-sendable type 'O.UniqueIDType.Type' in an isolated closure; this is an error in the Swift 6 language mode
312 |         preProcess: @escaping @Sendable (
313 |             _ mapping: [O.UniqueIDType: O.ImportSource]
314 |         ) throws(any Swift.Error) -> [O.UniqueIDType: O.ImportSource] = { $0 }
    |                                                                           `- warning: capture of non-sendable type 'O.UniqueIDType.Type' in an isolated closure; this is an error in the Swift 6 language mode
315 |     ) async throws(any Swift.Error) -> [O]
316 |     where S.Iterator.Element == O.ImportSource {
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Migration.swift:377:11: warning: capture of non-sendable type 'T.Type' in an isolated closure
375 |
376 |     private func upgradeStorageIfNeeded<T: LocalStorage>(
377 |         _ storage: T,
    |           `- warning: capture of non-sendable type 'T.Type' in an isolated closure
378 |         metadata: [String: Any],
379 |         completion: @escaping (MigrationResult) -> Void
[101/178] Compiling CoreStore DataStack.AddStoragePublisher.swift
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Concurrency.swift:314:75: warning: capture of non-sendable type 'O.UniqueIDType.Type' in an isolated closure; this is an error in the Swift 6 language mode
312 |         preProcess: @escaping @Sendable (
313 |             _ mapping: [O.UniqueIDType: O.ImportSource]
314 |         ) throws(any Swift.Error) -> [O.UniqueIDType: O.ImportSource] = { $0 }
    |                                                                           `- warning: capture of non-sendable type 'O.UniqueIDType.Type' in an isolated closure; this is an error in the Swift 6 language mode
315 |     ) async throws(any Swift.Error) -> [O]
316 |     where S.Iterator.Element == O.ImportSource {
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Migration.swift:377:11: warning: capture of non-sendable type 'T.Type' in an isolated closure
375 |
376 |     private func upgradeStorageIfNeeded<T: LocalStorage>(
377 |         _ storage: T,
    |           `- warning: capture of non-sendable type 'T.Type' in an isolated closure
378 |         metadata: [String: Any],
379 |         completion: @escaping (MigrationResult) -> Void
[102/178] Compiling CoreStore DataStack.swift
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Concurrency.swift:314:75: warning: capture of non-sendable type 'O.UniqueIDType.Type' in an isolated closure; this is an error in the Swift 6 language mode
312 |         preProcess: @escaping @Sendable (
313 |             _ mapping: [O.UniqueIDType: O.ImportSource]
314 |         ) throws(any Swift.Error) -> [O.UniqueIDType: O.ImportSource] = { $0 }
    |                                                                           `- warning: capture of non-sendable type 'O.UniqueIDType.Type' in an isolated closure; this is an error in the Swift 6 language mode
315 |     ) async throws(any Swift.Error) -> [O]
316 |     where S.Iterator.Element == O.ImportSource {
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Migration.swift:377:11: warning: capture of non-sendable type 'T.Type' in an isolated closure
375 |
376 |     private func upgradeStorageIfNeeded<T: LocalStorage>(
377 |         _ storage: T,
    |           `- warning: capture of non-sendable type 'T.Type' in an isolated closure
378 |         metadata: [String: Any],
379 |         completion: @escaping (MigrationResult) -> Void
[103/178] Compiling CoreStore DefaultLogger.swift
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Concurrency.swift:314:75: warning: capture of non-sendable type 'O.UniqueIDType.Type' in an isolated closure; this is an error in the Swift 6 language mode
312 |         preProcess: @escaping @Sendable (
313 |             _ mapping: [O.UniqueIDType: O.ImportSource]
314 |         ) throws(any Swift.Error) -> [O.UniqueIDType: O.ImportSource] = { $0 }
    |                                                                           `- warning: capture of non-sendable type 'O.UniqueIDType.Type' in an isolated closure; this is an error in the Swift 6 language mode
315 |     ) async throws(any Swift.Error) -> [O]
316 |     where S.Iterator.Element == O.ImportSource {
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Migration.swift:377:11: warning: capture of non-sendable type 'T.Type' in an isolated closure
375 |
376 |     private func upgradeStorageIfNeeded<T: LocalStorage>(
377 |         _ storage: T,
    |           `- warning: capture of non-sendable type 'T.Type' in an isolated closure
378 |         metadata: [String: Any],
379 |         completion: @escaping (MigrationResult) -> Void
[104/178] Compiling CoreStore DiffableDataSource.BaseAdapter.swift
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Concurrency.swift:314:75: warning: capture of non-sendable type 'O.UniqueIDType.Type' in an isolated closure; this is an error in the Swift 6 language mode
312 |         preProcess: @escaping @Sendable (
313 |             _ mapping: [O.UniqueIDType: O.ImportSource]
314 |         ) throws(any Swift.Error) -> [O.UniqueIDType: O.ImportSource] = { $0 }
    |                                                                           `- warning: capture of non-sendable type 'O.UniqueIDType.Type' in an isolated closure; this is an error in the Swift 6 language mode
315 |     ) async throws(any Swift.Error) -> [O]
316 |     where S.Iterator.Element == O.ImportSource {
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Migration.swift:377:11: warning: capture of non-sendable type 'T.Type' in an isolated closure
375 |
376 |     private func upgradeStorageIfNeeded<T: LocalStorage>(
377 |         _ storage: T,
    |           `- warning: capture of non-sendable type 'T.Type' in an isolated closure
378 |         metadata: [String: Any],
379 |         completion: @escaping (MigrationResult) -> Void
[105/178] Compiling CoreStore DiffableDataSource.CollectionViewAdapter-AppKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Concurrency.swift:314:75: warning: capture of non-sendable type 'O.UniqueIDType.Type' in an isolated closure; this is an error in the Swift 6 language mode
312 |         preProcess: @escaping @Sendable (
313 |             _ mapping: [O.UniqueIDType: O.ImportSource]
314 |         ) throws(any Swift.Error) -> [O.UniqueIDType: O.ImportSource] = { $0 }
    |                                                                           `- warning: capture of non-sendable type 'O.UniqueIDType.Type' in an isolated closure; this is an error in the Swift 6 language mode
315 |     ) async throws(any Swift.Error) -> [O]
316 |     where S.Iterator.Element == O.ImportSource {
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Migration.swift:377:11: warning: capture of non-sendable type 'T.Type' in an isolated closure
375 |
376 |     private func upgradeStorageIfNeeded<T: LocalStorage>(
377 |         _ storage: T,
    |           `- warning: capture of non-sendable type 'T.Type' in an isolated closure
378 |         metadata: [String: Any],
379 |         completion: @escaping (MigrationResult) -> Void
[106/178] Compiling CoreStore DiffableDataSource.CollectionViewAdapter-UIKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Concurrency.swift:314:75: warning: capture of non-sendable type 'O.UniqueIDType.Type' in an isolated closure; this is an error in the Swift 6 language mode
312 |         preProcess: @escaping @Sendable (
313 |             _ mapping: [O.UniqueIDType: O.ImportSource]
314 |         ) throws(any Swift.Error) -> [O.UniqueIDType: O.ImportSource] = { $0 }
    |                                                                           `- warning: capture of non-sendable type 'O.UniqueIDType.Type' in an isolated closure; this is an error in the Swift 6 language mode
315 |     ) async throws(any Swift.Error) -> [O]
316 |     where S.Iterator.Element == O.ImportSource {
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Migration.swift:377:11: warning: capture of non-sendable type 'T.Type' in an isolated closure
375 |
376 |     private func upgradeStorageIfNeeded<T: LocalStorage>(
377 |         _ storage: T,
    |           `- warning: capture of non-sendable type 'T.Type' in an isolated closure
378 |         metadata: [String: Any],
379 |         completion: @escaping (MigrationResult) -> Void
[107/178] Compiling CoreStore DiffableDataSource.TableViewAdapter-UIKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Concurrency.swift:314:75: warning: capture of non-sendable type 'O.UniqueIDType.Type' in an isolated closure; this is an error in the Swift 6 language mode
312 |         preProcess: @escaping @Sendable (
313 |             _ mapping: [O.UniqueIDType: O.ImportSource]
314 |         ) throws(any Swift.Error) -> [O.UniqueIDType: O.ImportSource] = { $0 }
    |                                                                           `- warning: capture of non-sendable type 'O.UniqueIDType.Type' in an isolated closure; this is an error in the Swift 6 language mode
315 |     ) async throws(any Swift.Error) -> [O]
316 |     where S.Iterator.Element == O.ImportSource {
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Migration.swift:377:11: warning: capture of non-sendable type 'T.Type' in an isolated closure
375 |
376 |     private func upgradeStorageIfNeeded<T: LocalStorage>(
377 |         _ storage: T,
    |           `- warning: capture of non-sendable type 'T.Type' in an isolated closure
378 |         metadata: [String: Any],
379 |         completion: @escaping (MigrationResult) -> Void
[108/178] Compiling CoreStore DiffableDataSource.Target.swift
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Concurrency.swift:314:75: warning: capture of non-sendable type 'O.UniqueIDType.Type' in an isolated closure; this is an error in the Swift 6 language mode
312 |         preProcess: @escaping @Sendable (
313 |             _ mapping: [O.UniqueIDType: O.ImportSource]
314 |         ) throws(any Swift.Error) -> [O.UniqueIDType: O.ImportSource] = { $0 }
    |                                                                           `- warning: capture of non-sendable type 'O.UniqueIDType.Type' in an isolated closure; this is an error in the Swift 6 language mode
315 |     ) async throws(any Swift.Error) -> [O]
316 |     where S.Iterator.Element == O.ImportSource {
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Migration.swift:377:11: warning: capture of non-sendable type 'T.Type' in an isolated closure
375 |
376 |     private func upgradeStorageIfNeeded<T: LocalStorage>(
377 |         _ storage: T,
    |           `- warning: capture of non-sendable type 'T.Type' in an isolated closure
378 |         metadata: [String: Any],
379 |         completion: @escaping (MigrationResult) -> Void
[109/178] Compiling CoreStore DiffableDataSource.swift
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Concurrency.swift:314:75: warning: capture of non-sendable type 'O.UniqueIDType.Type' in an isolated closure; this is an error in the Swift 6 language mode
312 |         preProcess: @escaping @Sendable (
313 |             _ mapping: [O.UniqueIDType: O.ImportSource]
314 |         ) throws(any Swift.Error) -> [O.UniqueIDType: O.ImportSource] = { $0 }
    |                                                                           `- warning: capture of non-sendable type 'O.UniqueIDType.Type' in an isolated closure; this is an error in the Swift 6 language mode
315 |     ) async throws(any Swift.Error) -> [O]
316 |     where S.Iterator.Element == O.ImportSource {
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Migration.swift:377:11: warning: capture of non-sendable type 'T.Type' in an isolated closure
375 |
376 |     private func upgradeStorageIfNeeded<T: LocalStorage>(
377 |         _ storage: T,
    |           `- warning: capture of non-sendable type 'T.Type' in an isolated closure
378 |         metadata: [String: Any],
379 |         completion: @escaping (MigrationResult) -> Void
[110/178] Compiling CoreStore QueryableSource.swift
[111/178] Compiling CoreStore Relationship.ToManyOrdered.swift
[112/178] Compiling CoreStore Relationship.ToManyUnordered.swift
[113/178] Compiling CoreStore Relationship.ToOne.swift
[114/178] Compiling CoreStore Relationship.swift
[115/178] Compiling CoreStore RelationshipProtocol.swift
[116/178] Compiling CoreStore SQLiteStore.swift
[117/178] Compiling CoreStore SchemaHistory.swift
[118/178] Compiling CoreStore SchemaMappingProvider.swift
[119/178] Compiling CoreStore SectionBy.swift
[120/178] Compiling CoreStore SectionMonitorBuilder.swift
[121/178] Compiling CoreStore Select.swift
[122/178] Compiling CoreStore SetupResult.swift
[123/178] Compiling CoreStore StorageInterface.swift
[124/178] Compiling CoreStore String+KeyPaths.swift
[125/178] Compiling CoreStore SynchronousDataTransaction.swift
[126/178] Compiling CoreStore Transformable.Optional.swift
[127/178] Compiling CoreStore Into.swift
/Users/admin/builder/spi-builder-workspace/Sources/ListMonitor.swift:1167:34: warning: capture of non-sendable type 'O.Type' in an isolated closure
1165 |             self.transactionQueue.async { [weak self] in
1166 |
1167 |                 guard let self = self else {
     |                                  `- warning: capture of non-sendable type 'O.Type' in an isolated closure
1168 |
1169 |                     return
/Users/admin/builder/spi-builder-workspace/Sources/ListMonitor.swift:1165:49: warning: capture of non-sendable type 'O.Type' in an isolated closure
1163 |             newFetchedResultsControllerDelegate.handler = self
1164 |
1165 |             self.transactionQueue.async { [weak self] in
     |                                                 `- warning: capture of non-sendable type 'O.Type' in an isolated closure
1166 |
1167 |                 guard let self = self else {
/Users/admin/builder/spi-builder-workspace/Sources/ListMonitor.swift:1389:22: warning: capture of non-sendable type 'O.Type' in an isolated closure
1387 |             transactionQueue.async {
1388 |
1389 |                 try! self.fetchedResultsController.performFetchFromSpecifiedStores()
     |                      `- warning: capture of non-sendable type 'O.Type' in an isolated closure
1390 |                 self.taskGroup.notify(queue: .main) {
1391 |
/Users/admin/builder/spi-builder-workspace/Sources/ListMonitor.swift:1299:13: warning: capture of non-sendable type 'O.Type' in an isolated closure
1297 |     private let sectionBy: SectionBy<O>?
1298 |
1299 |     private init(
     |             `- warning: capture of non-sendable type 'O.Type' in an isolated closure
1300 |         context: NSManagedObjectContext,
1301 |         transactionQueue: DispatchQueue,
[128/178] Compiling CoreStore KeyPath+KeyPaths.swift
/Users/admin/builder/spi-builder-workspace/Sources/ListMonitor.swift:1167:34: warning: capture of non-sendable type 'O.Type' in an isolated closure
1165 |             self.transactionQueue.async { [weak self] in
1166 |
1167 |                 guard let self = self else {
     |                                  `- warning: capture of non-sendable type 'O.Type' in an isolated closure
1168 |
1169 |                     return
/Users/admin/builder/spi-builder-workspace/Sources/ListMonitor.swift:1165:49: warning: capture of non-sendable type 'O.Type' in an isolated closure
1163 |             newFetchedResultsControllerDelegate.handler = self
1164 |
1165 |             self.transactionQueue.async { [weak self] in
     |                                                 `- warning: capture of non-sendable type 'O.Type' in an isolated closure
1166 |
1167 |                 guard let self = self else {
/Users/admin/builder/spi-builder-workspace/Sources/ListMonitor.swift:1389:22: warning: capture of non-sendable type 'O.Type' in an isolated closure
1387 |             transactionQueue.async {
1388 |
1389 |                 try! self.fetchedResultsController.performFetchFromSpecifiedStores()
     |                      `- warning: capture of non-sendable type 'O.Type' in an isolated closure
1390 |                 self.taskGroup.notify(queue: .main) {
1391 |
/Users/admin/builder/spi-builder-workspace/Sources/ListMonitor.swift:1299:13: warning: capture of non-sendable type 'O.Type' in an isolated closure
1297 |     private let sectionBy: SectionBy<O>?
1298 |
1299 |     private init(
     |             `- warning: capture of non-sendable type 'O.Type' in an isolated closure
1300 |         context: NSManagedObjectContext,
1301 |         transactionQueue: DispatchQueue,
[129/178] Compiling CoreStore KeyPath+Querying.swift
/Users/admin/builder/spi-builder-workspace/Sources/ListMonitor.swift:1167:34: warning: capture of non-sendable type 'O.Type' in an isolated closure
1165 |             self.transactionQueue.async { [weak self] in
1166 |
1167 |                 guard let self = self else {
     |                                  `- warning: capture of non-sendable type 'O.Type' in an isolated closure
1168 |
1169 |                     return
/Users/admin/builder/spi-builder-workspace/Sources/ListMonitor.swift:1165:49: warning: capture of non-sendable type 'O.Type' in an isolated closure
1163 |             newFetchedResultsControllerDelegate.handler = self
1164 |
1165 |             self.transactionQueue.async { [weak self] in
     |                                                 `- warning: capture of non-sendable type 'O.Type' in an isolated closure
1166 |
1167 |                 guard let self = self else {
/Users/admin/builder/spi-builder-workspace/Sources/ListMonitor.swift:1389:22: warning: capture of non-sendable type 'O.Type' in an isolated closure
1387 |             transactionQueue.async {
1388 |
1389 |                 try! self.fetchedResultsController.performFetchFromSpecifiedStores()
     |                      `- warning: capture of non-sendable type 'O.Type' in an isolated closure
1390 |                 self.taskGroup.notify(queue: .main) {
1391 |
/Users/admin/builder/spi-builder-workspace/Sources/ListMonitor.swift:1299:13: warning: capture of non-sendable type 'O.Type' in an isolated closure
1297 |     private let sectionBy: SectionBy<O>?
1298 |
1299 |     private init(
     |             `- warning: capture of non-sendable type 'O.Type' in an isolated closure
1300 |         context: NSManagedObjectContext,
1301 |         transactionQueue: DispatchQueue,
[130/178] Compiling CoreStore KeyPathGenericBindings.swift
/Users/admin/builder/spi-builder-workspace/Sources/ListMonitor.swift:1167:34: warning: capture of non-sendable type 'O.Type' in an isolated closure
1165 |             self.transactionQueue.async { [weak self] in
1166 |
1167 |                 guard let self = self else {
     |                                  `- warning: capture of non-sendable type 'O.Type' in an isolated closure
1168 |
1169 |                     return
/Users/admin/builder/spi-builder-workspace/Sources/ListMonitor.swift:1165:49: warning: capture of non-sendable type 'O.Type' in an isolated closure
1163 |             newFetchedResultsControllerDelegate.handler = self
1164 |
1165 |             self.transactionQueue.async { [weak self] in
     |                                                 `- warning: capture of non-sendable type 'O.Type' in an isolated closure
1166 |
1167 |                 guard let self = self else {
/Users/admin/builder/spi-builder-workspace/Sources/ListMonitor.swift:1389:22: warning: capture of non-sendable type 'O.Type' in an isolated closure
1387 |             transactionQueue.async {
1388 |
1389 |                 try! self.fetchedResultsController.performFetchFromSpecifiedStores()
     |                      `- warning: capture of non-sendable type 'O.Type' in an isolated closure
1390 |                 self.taskGroup.notify(queue: .main) {
1391 |
/Users/admin/builder/spi-builder-workspace/Sources/ListMonitor.swift:1299:13: warning: capture of non-sendable type 'O.Type' in an isolated closure
1297 |     private let sectionBy: SectionBy<O>?
1298 |
1299 |     private init(
     |             `- warning: capture of non-sendable type 'O.Type' in an isolated closure
1300 |         context: NSManagedObjectContext,
1301 |         transactionQueue: DispatchQueue,
[131/178] Compiling CoreStore KeyPathStringConvertible.swift
/Users/admin/builder/spi-builder-workspace/Sources/ListMonitor.swift:1167:34: warning: capture of non-sendable type 'O.Type' in an isolated closure
1165 |             self.transactionQueue.async { [weak self] in
1166 |
1167 |                 guard let self = self else {
     |                                  `- warning: capture of non-sendable type 'O.Type' in an isolated closure
1168 |
1169 |                     return
/Users/admin/builder/spi-builder-workspace/Sources/ListMonitor.swift:1165:49: warning: capture of non-sendable type 'O.Type' in an isolated closure
1163 |             newFetchedResultsControllerDelegate.handler = self
1164 |
1165 |             self.transactionQueue.async { [weak self] in
     |                                                 `- warning: capture of non-sendable type 'O.Type' in an isolated closure
1166 |
1167 |                 guard let self = self else {
/Users/admin/builder/spi-builder-workspace/Sources/ListMonitor.swift:1389:22: warning: capture of non-sendable type 'O.Type' in an isolated closure
1387 |             transactionQueue.async {
1388 |
1389 |                 try! self.fetchedResultsController.performFetchFromSpecifiedStores()
     |                      `- warning: capture of non-sendable type 'O.Type' in an isolated closure
1390 |                 self.taskGroup.notify(queue: .main) {
1391 |
/Users/admin/builder/spi-builder-workspace/Sources/ListMonitor.swift:1299:13: warning: capture of non-sendable type 'O.Type' in an isolated closure
1297 |     private let sectionBy: SectionBy<O>?
1298 |
1299 |     private init(
     |             `- warning: capture of non-sendable type 'O.Type' in an isolated closure
1300 |         context: NSManagedObjectContext,
1301 |         transactionQueue: DispatchQueue,
[132/178] Compiling CoreStore ListMonitor.swift
/Users/admin/builder/spi-builder-workspace/Sources/ListMonitor.swift:1167:34: warning: capture of non-sendable type 'O.Type' in an isolated closure
1165 |             self.transactionQueue.async { [weak self] in
1166 |
1167 |                 guard let self = self else {
     |                                  `- warning: capture of non-sendable type 'O.Type' in an isolated closure
1168 |
1169 |                     return
/Users/admin/builder/spi-builder-workspace/Sources/ListMonitor.swift:1165:49: warning: capture of non-sendable type 'O.Type' in an isolated closure
1163 |             newFetchedResultsControllerDelegate.handler = self
1164 |
1165 |             self.transactionQueue.async { [weak self] in
     |                                                 `- warning: capture of non-sendable type 'O.Type' in an isolated closure
1166 |
1167 |                 guard let self = self else {
/Users/admin/builder/spi-builder-workspace/Sources/ListMonitor.swift:1389:22: warning: capture of non-sendable type 'O.Type' in an isolated closure
1387 |             transactionQueue.async {
1388 |
1389 |                 try! self.fetchedResultsController.performFetchFromSpecifiedStores()
     |                      `- warning: capture of non-sendable type 'O.Type' in an isolated closure
1390 |                 self.taskGroup.notify(queue: .main) {
1391 |
/Users/admin/builder/spi-builder-workspace/Sources/ListMonitor.swift:1299:13: warning: capture of non-sendable type 'O.Type' in an isolated closure
1297 |     private let sectionBy: SectionBy<O>?
1298 |
1299 |     private init(
     |             `- warning: capture of non-sendable type 'O.Type' in an isolated closure
1300 |         context: NSManagedObjectContext,
1301 |         transactionQueue: DispatchQueue,
[133/178] Compiling CoreStore ListObserver.swift
/Users/admin/builder/spi-builder-workspace/Sources/ListMonitor.swift:1167:34: warning: capture of non-sendable type 'O.Type' in an isolated closure
1165 |             self.transactionQueue.async { [weak self] in
1166 |
1167 |                 guard let self = self else {
     |                                  `- warning: capture of non-sendable type 'O.Type' in an isolated closure
1168 |
1169 |                     return
/Users/admin/builder/spi-builder-workspace/Sources/ListMonitor.swift:1165:49: warning: capture of non-sendable type 'O.Type' in an isolated closure
1163 |             newFetchedResultsControllerDelegate.handler = self
1164 |
1165 |             self.transactionQueue.async { [weak self] in
     |                                                 `- warning: capture of non-sendable type 'O.Type' in an isolated closure
1166 |
1167 |                 guard let self = self else {
/Users/admin/builder/spi-builder-workspace/Sources/ListMonitor.swift:1389:22: warning: capture of non-sendable type 'O.Type' in an isolated closure
1387 |             transactionQueue.async {
1388 |
1389 |                 try! self.fetchedResultsController.performFetchFromSpecifiedStores()
     |                      `- warning: capture of non-sendable type 'O.Type' in an isolated closure
1390 |                 self.taskGroup.notify(queue: .main) {
1391 |
/Users/admin/builder/spi-builder-workspace/Sources/ListMonitor.swift:1299:13: warning: capture of non-sendable type 'O.Type' in an isolated closure
1297 |     private let sectionBy: SectionBy<O>?
1298 |
1299 |     private init(
     |             `- warning: capture of non-sendable type 'O.Type' in an isolated closure
1300 |         context: NSManagedObjectContext,
1301 |         transactionQueue: DispatchQueue,
[134/178] Compiling CoreStore ListPublisher+Reactive.swift
/Users/admin/builder/spi-builder-workspace/Sources/ListMonitor.swift:1167:34: warning: capture of non-sendable type 'O.Type' in an isolated closure
1165 |             self.transactionQueue.async { [weak self] in
1166 |
1167 |                 guard let self = self else {
     |                                  `- warning: capture of non-sendable type 'O.Type' in an isolated closure
1168 |
1169 |                     return
/Users/admin/builder/spi-builder-workspace/Sources/ListMonitor.swift:1165:49: warning: capture of non-sendable type 'O.Type' in an isolated closure
1163 |             newFetchedResultsControllerDelegate.handler = self
1164 |
1165 |             self.transactionQueue.async { [weak self] in
     |                                                 `- warning: capture of non-sendable type 'O.Type' in an isolated closure
1166 |
1167 |                 guard let self = self else {
/Users/admin/builder/spi-builder-workspace/Sources/ListMonitor.swift:1389:22: warning: capture of non-sendable type 'O.Type' in an isolated closure
1387 |             transactionQueue.async {
1388 |
1389 |                 try! self.fetchedResultsController.performFetchFromSpecifiedStores()
     |                      `- warning: capture of non-sendable type 'O.Type' in an isolated closure
1390 |                 self.taskGroup.notify(queue: .main) {
1391 |
/Users/admin/builder/spi-builder-workspace/Sources/ListMonitor.swift:1299:13: warning: capture of non-sendable type 'O.Type' in an isolated closure
1297 |     private let sectionBy: SectionBy<O>?
1298 |
1299 |     private init(
     |             `- warning: capture of non-sendable type 'O.Type' in an isolated closure
1300 |         context: NSManagedObjectContext,
1301 |         transactionQueue: DispatchQueue,
[135/178] Compiling CoreStore ListPublisher.SnapshotPublisher.swift
/Users/admin/builder/spi-builder-workspace/Sources/ListMonitor.swift:1167:34: warning: capture of non-sendable type 'O.Type' in an isolated closure
1165 |             self.transactionQueue.async { [weak self] in
1166 |
1167 |                 guard let self = self else {
     |                                  `- warning: capture of non-sendable type 'O.Type' in an isolated closure
1168 |
1169 |                     return
/Users/admin/builder/spi-builder-workspace/Sources/ListMonitor.swift:1165:49: warning: capture of non-sendable type 'O.Type' in an isolated closure
1163 |             newFetchedResultsControllerDelegate.handler = self
1164 |
1165 |             self.transactionQueue.async { [weak self] in
     |                                                 `- warning: capture of non-sendable type 'O.Type' in an isolated closure
1166 |
1167 |                 guard let self = self else {
/Users/admin/builder/spi-builder-workspace/Sources/ListMonitor.swift:1389:22: warning: capture of non-sendable type 'O.Type' in an isolated closure
1387 |             transactionQueue.async {
1388 |
1389 |                 try! self.fetchedResultsController.performFetchFromSpecifiedStores()
     |                      `- warning: capture of non-sendable type 'O.Type' in an isolated closure
1390 |                 self.taskGroup.notify(queue: .main) {
1391 |
/Users/admin/builder/spi-builder-workspace/Sources/ListMonitor.swift:1299:13: warning: capture of non-sendable type 'O.Type' in an isolated closure
1297 |     private let sectionBy: SectionBy<O>?
1298 |
1299 |     private init(
     |             `- warning: capture of non-sendable type 'O.Type' in an isolated closure
1300 |         context: NSManagedObjectContext,
1301 |         transactionQueue: DispatchQueue,
[136/178] Compiling CoreStore ListPublisher.swift
/Users/admin/builder/spi-builder-workspace/Sources/ListMonitor.swift:1167:34: warning: capture of non-sendable type 'O.Type' in an isolated closure
1165 |             self.transactionQueue.async { [weak self] in
1166 |
1167 |                 guard let self = self else {
     |                                  `- warning: capture of non-sendable type 'O.Type' in an isolated closure
1168 |
1169 |                     return
/Users/admin/builder/spi-builder-workspace/Sources/ListMonitor.swift:1165:49: warning: capture of non-sendable type 'O.Type' in an isolated closure
1163 |             newFetchedResultsControllerDelegate.handler = self
1164 |
1165 |             self.transactionQueue.async { [weak self] in
     |                                                 `- warning: capture of non-sendable type 'O.Type' in an isolated closure
1166 |
1167 |                 guard let self = self else {
/Users/admin/builder/spi-builder-workspace/Sources/ListMonitor.swift:1389:22: warning: capture of non-sendable type 'O.Type' in an isolated closure
1387 |             transactionQueue.async {
1388 |
1389 |                 try! self.fetchedResultsController.performFetchFromSpecifiedStores()
     |                      `- warning: capture of non-sendable type 'O.Type' in an isolated closure
1390 |                 self.taskGroup.notify(queue: .main) {
1391 |
/Users/admin/builder/spi-builder-workspace/Sources/ListMonitor.swift:1299:13: warning: capture of non-sendable type 'O.Type' in an isolated closure
1297 |     private let sectionBy: SectionBy<O>?
1298 |
1299 |     private init(
     |             `- warning: capture of non-sendable type 'O.Type' in an isolated closure
1300 |         context: NSManagedObjectContext,
1301 |         transactionQueue: DispatchQueue,
[137/178] Compiling CoreStore ListReader.swift
/Users/admin/builder/spi-builder-workspace/Sources/ListMonitor.swift:1167:34: warning: capture of non-sendable type 'O.Type' in an isolated closure
1165 |             self.transactionQueue.async { [weak self] in
1166 |
1167 |                 guard let self = self else {
     |                                  `- warning: capture of non-sendable type 'O.Type' in an isolated closure
1168 |
1169 |                     return
/Users/admin/builder/spi-builder-workspace/Sources/ListMonitor.swift:1165:49: warning: capture of non-sendable type 'O.Type' in an isolated closure
1163 |             newFetchedResultsControllerDelegate.handler = self
1164 |
1165 |             self.transactionQueue.async { [weak self] in
     |                                                 `- warning: capture of non-sendable type 'O.Type' in an isolated closure
1166 |
1167 |                 guard let self = self else {
/Users/admin/builder/spi-builder-workspace/Sources/ListMonitor.swift:1389:22: warning: capture of non-sendable type 'O.Type' in an isolated closure
1387 |             transactionQueue.async {
1388 |
1389 |                 try! self.fetchedResultsController.performFetchFromSpecifiedStores()
     |                      `- warning: capture of non-sendable type 'O.Type' in an isolated closure
1390 |                 self.taskGroup.notify(queue: .main) {
1391 |
/Users/admin/builder/spi-builder-workspace/Sources/ListMonitor.swift:1299:13: warning: capture of non-sendable type 'O.Type' in an isolated closure
1297 |     private let sectionBy: SectionBy<O>?
1298 |
1299 |     private init(
     |             `- warning: capture of non-sendable type 'O.Type' in an isolated closure
1300 |         context: NSManagedObjectContext,
1301 |         transactionQueue: DispatchQueue,
[138/178] Compiling CoreStore ListSnapshot.SectionInfo.swift
/Users/admin/builder/spi-builder-workspace/Sources/ListMonitor.swift:1167:34: warning: capture of non-sendable type 'O.Type' in an isolated closure
1165 |             self.transactionQueue.async { [weak self] in
1166 |
1167 |                 guard let self = self else {
     |                                  `- warning: capture of non-sendable type 'O.Type' in an isolated closure
1168 |
1169 |                     return
/Users/admin/builder/spi-builder-workspace/Sources/ListMonitor.swift:1165:49: warning: capture of non-sendable type 'O.Type' in an isolated closure
1163 |             newFetchedResultsControllerDelegate.handler = self
1164 |
1165 |             self.transactionQueue.async { [weak self] in
     |                                                 `- warning: capture of non-sendable type 'O.Type' in an isolated closure
1166 |
1167 |                 guard let self = self else {
/Users/admin/builder/spi-builder-workspace/Sources/ListMonitor.swift:1389:22: warning: capture of non-sendable type 'O.Type' in an isolated closure
1387 |             transactionQueue.async {
1388 |
1389 |                 try! self.fetchedResultsController.performFetchFromSpecifiedStores()
     |                      `- warning: capture of non-sendable type 'O.Type' in an isolated closure
1390 |                 self.taskGroup.notify(queue: .main) {
1391 |
/Users/admin/builder/spi-builder-workspace/Sources/ListMonitor.swift:1299:13: warning: capture of non-sendable type 'O.Type' in an isolated closure
1297 |     private let sectionBy: SectionBy<O>?
1298 |
1299 |     private init(
     |             `- warning: capture of non-sendable type 'O.Type' in an isolated closure
1300 |         context: NSManagedObjectContext,
1301 |         transactionQueue: DispatchQueue,
[139/178] Compiling CoreStore ListSnapshot.swift
/Users/admin/builder/spi-builder-workspace/Sources/ListMonitor.swift:1167:34: warning: capture of non-sendable type 'O.Type' in an isolated closure
1165 |             self.transactionQueue.async { [weak self] in
1166 |
1167 |                 guard let self = self else {
     |                                  `- warning: capture of non-sendable type 'O.Type' in an isolated closure
1168 |
1169 |                     return
/Users/admin/builder/spi-builder-workspace/Sources/ListMonitor.swift:1165:49: warning: capture of non-sendable type 'O.Type' in an isolated closure
1163 |             newFetchedResultsControllerDelegate.handler = self
1164 |
1165 |             self.transactionQueue.async { [weak self] in
     |                                                 `- warning: capture of non-sendable type 'O.Type' in an isolated closure
1166 |
1167 |                 guard let self = self else {
/Users/admin/builder/spi-builder-workspace/Sources/ListMonitor.swift:1389:22: warning: capture of non-sendable type 'O.Type' in an isolated closure
1387 |             transactionQueue.async {
1388 |
1389 |                 try! self.fetchedResultsController.performFetchFromSpecifiedStores()
     |                      `- warning: capture of non-sendable type 'O.Type' in an isolated closure
1390 |                 self.taskGroup.notify(queue: .main) {
1391 |
/Users/admin/builder/spi-builder-workspace/Sources/ListMonitor.swift:1299:13: warning: capture of non-sendable type 'O.Type' in an isolated closure
1297 |     private let sectionBy: SectionBy<O>?
1298 |
1299 |     private init(
     |             `- warning: capture of non-sendable type 'O.Type' in an isolated closure
1300 |         context: NSManagedObjectContext,
1301 |         transactionQueue: DispatchQueue,
[140/178] Compiling CoreStore ListState.swift
/Users/admin/builder/spi-builder-workspace/Sources/ListMonitor.swift:1167:34: warning: capture of non-sendable type 'O.Type' in an isolated closure
1165 |             self.transactionQueue.async { [weak self] in
1166 |
1167 |                 guard let self = self else {
     |                                  `- warning: capture of non-sendable type 'O.Type' in an isolated closure
1168 |
1169 |                     return
/Users/admin/builder/spi-builder-workspace/Sources/ListMonitor.swift:1165:49: warning: capture of non-sendable type 'O.Type' in an isolated closure
1163 |             newFetchedResultsControllerDelegate.handler = self
1164 |
1165 |             self.transactionQueue.async { [weak self] in
     |                                                 `- warning: capture of non-sendable type 'O.Type' in an isolated closure
1166 |
1167 |                 guard let self = self else {
/Users/admin/builder/spi-builder-workspace/Sources/ListMonitor.swift:1389:22: warning: capture of non-sendable type 'O.Type' in an isolated closure
1387 |             transactionQueue.async {
1388 |
1389 |                 try! self.fetchedResultsController.performFetchFromSpecifiedStores()
     |                      `- warning: capture of non-sendable type 'O.Type' in an isolated closure
1390 |                 self.taskGroup.notify(queue: .main) {
1391 |
/Users/admin/builder/spi-builder-workspace/Sources/ListMonitor.swift:1299:13: warning: capture of non-sendable type 'O.Type' in an isolated closure
1297 |     private let sectionBy: SectionBy<O>?
1298 |
1299 |     private init(
     |             `- warning: capture of non-sendable type 'O.Type' in an isolated closure
1300 |         context: NSManagedObjectContext,
1301 |         transactionQueue: DispatchQueue,
[141/178] Compiling CoreStore MigrationChain.swift
/Users/admin/builder/spi-builder-workspace/Sources/ListMonitor.swift:1167:34: warning: capture of non-sendable type 'O.Type' in an isolated closure
1165 |             self.transactionQueue.async { [weak self] in
1166 |
1167 |                 guard let self = self else {
     |                                  `- warning: capture of non-sendable type 'O.Type' in an isolated closure
1168 |
1169 |                     return
/Users/admin/builder/spi-builder-workspace/Sources/ListMonitor.swift:1165:49: warning: capture of non-sendable type 'O.Type' in an isolated closure
1163 |             newFetchedResultsControllerDelegate.handler = self
1164 |
1165 |             self.transactionQueue.async { [weak self] in
     |                                                 `- warning: capture of non-sendable type 'O.Type' in an isolated closure
1166 |
1167 |                 guard let self = self else {
/Users/admin/builder/spi-builder-workspace/Sources/ListMonitor.swift:1389:22: warning: capture of non-sendable type 'O.Type' in an isolated closure
1387 |             transactionQueue.async {
1388 |
1389 |                 try! self.fetchedResultsController.performFetchFromSpecifiedStores()
     |                      `- warning: capture of non-sendable type 'O.Type' in an isolated closure
1390 |                 self.taskGroup.notify(queue: .main) {
1391 |
/Users/admin/builder/spi-builder-workspace/Sources/ListMonitor.swift:1299:13: warning: capture of non-sendable type 'O.Type' in an isolated closure
1297 |     private let sectionBy: SectionBy<O>?
1298 |
1299 |     private init(
     |             `- warning: capture of non-sendable type 'O.Type' in an isolated closure
1300 |         context: NSManagedObjectContext,
1301 |         transactionQueue: DispatchQueue,
[142/178] Compiling CoreStore MigrationProgress.swift
/Users/admin/builder/spi-builder-workspace/Sources/ListMonitor.swift:1167:34: warning: capture of non-sendable type 'O.Type' in an isolated closure
1165 |             self.transactionQueue.async { [weak self] in
1166 |
1167 |                 guard let self = self else {
     |                                  `- warning: capture of non-sendable type 'O.Type' in an isolated closure
1168 |
1169 |                     return
/Users/admin/builder/spi-builder-workspace/Sources/ListMonitor.swift:1165:49: warning: capture of non-sendable type 'O.Type' in an isolated closure
1163 |             newFetchedResultsControllerDelegate.handler = self
1164 |
1165 |             self.transactionQueue.async { [weak self] in
     |                                                 `- warning: capture of non-sendable type 'O.Type' in an isolated closure
1166 |
1167 |                 guard let self = self else {
/Users/admin/builder/spi-builder-workspace/Sources/ListMonitor.swift:1389:22: warning: capture of non-sendable type 'O.Type' in an isolated closure
1387 |             transactionQueue.async {
1388 |
1389 |                 try! self.fetchedResultsController.performFetchFromSpecifiedStores()
     |                      `- warning: capture of non-sendable type 'O.Type' in an isolated closure
1390 |                 self.taskGroup.notify(queue: .main) {
1391 |
/Users/admin/builder/spi-builder-workspace/Sources/ListMonitor.swift:1299:13: warning: capture of non-sendable type 'O.Type' in an isolated closure
1297 |     private let sectionBy: SectionBy<O>?
1298 |
1299 |     private init(
     |             `- warning: capture of non-sendable type 'O.Type' in an isolated closure
1300 |         context: NSManagedObjectContext,
1301 |         transactionQueue: DispatchQueue,
[143/178] Compiling CoreStore MigrationResult.swift
/Users/admin/builder/spi-builder-workspace/Sources/ListMonitor.swift:1167:34: warning: capture of non-sendable type 'O.Type' in an isolated closure
1165 |             self.transactionQueue.async { [weak self] in
1166 |
1167 |                 guard let self = self else {
     |                                  `- warning: capture of non-sendable type 'O.Type' in an isolated closure
1168 |
1169 |                     return
/Users/admin/builder/spi-builder-workspace/Sources/ListMonitor.swift:1165:49: warning: capture of non-sendable type 'O.Type' in an isolated closure
1163 |             newFetchedResultsControllerDelegate.handler = self
1164 |
1165 |             self.transactionQueue.async { [weak self] in
     |                                                 `- warning: capture of non-sendable type 'O.Type' in an isolated closure
1166 |
1167 |                 guard let self = self else {
/Users/admin/builder/spi-builder-workspace/Sources/ListMonitor.swift:1389:22: warning: capture of non-sendable type 'O.Type' in an isolated closure
1387 |             transactionQueue.async {
1388 |
1389 |                 try! self.fetchedResultsController.performFetchFromSpecifiedStores()
     |                      `- warning: capture of non-sendable type 'O.Type' in an isolated closure
1390 |                 self.taskGroup.notify(queue: .main) {
1391 |
/Users/admin/builder/spi-builder-workspace/Sources/ListMonitor.swift:1299:13: warning: capture of non-sendable type 'O.Type' in an isolated closure
1297 |     private let sectionBy: SectionBy<O>?
1298 |
1299 |     private init(
     |             `- warning: capture of non-sendable type 'O.Type' in an isolated closure
1300 |         context: NSManagedObjectContext,
1301 |         transactionQueue: DispatchQueue,
[144/178] Emitting module CoreStore
/Users/admin/builder/spi-builder-workspace/Sources/CoreStoreError.swift:80:10: warning: associated value 'persistentStoreNotFound(entity:)' of 'Sendable'-conforming enum 'CoreStoreError' has non-sendable type 'any DynamicObject.Type'
 78 |      Attempted to perform a fetch but could not find any related persistent store.
 79 |      */
 80 |     case persistentStoreNotFound(entity: DynamicObject.Type)
    |          `- warning: associated value 'persistentStoreNotFound(entity:)' of 'Sendable'-conforming enum 'CoreStoreError' has non-sendable type 'any DynamicObject.Type'
 81 |
 82 |     /**
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Concurrency.swift:314:75: warning: capture of non-sendable type 'O.UniqueIDType.Type' in an isolated closure; this is an error in the Swift 6 language mode
312 |         preProcess: @escaping @Sendable (
313 |             _ mapping: [O.UniqueIDType: O.ImportSource]
314 |         ) throws(any Swift.Error) -> [O.UniqueIDType: O.ImportSource] = { $0 }
    |                                                                           `- warning: capture of non-sendable type 'O.UniqueIDType.Type' in an isolated closure; this is an error in the Swift 6 language mode
315 |     ) async throws(any Swift.Error) -> [O]
316 |     where S.Iterator.Element == O.ImportSource {
[145/178] Compiling CoreStore ObjectMonitor.swift
[146/178] Compiling CoreStore ObjectObserver.swift
[147/178] Compiling CoreStore ObjectProxy.swift
[148/178] Compiling CoreStore ObjectPublisher+Reactive.swift
[149/178] Compiling CoreStore ObjectPublisher.SnapshotPublisher.swift
[150/178] Compiling CoreStore ObjectPublisher.swift
[151/178] Compiling CoreStore ObjectReader.swift
[152/178] Compiling CoreStore ObjectRepresentation.swift
[153/178] Compiling CoreStore ObjectSnapshot.swift
[154/178] Compiling CoreStore ObjectState.swift
[155/178] Compiling CoreStore Operators.swift
[156/178] Compiling CoreStore OrderBy.swift
[157/178] Compiling CoreStore PartialObject.swift
[158/178] Compiling CoreStore Progress+Convenience.swift
[159/178] Compiling CoreStore PropertyProtocol.swift
[160/178] Compiling CoreStore QueryChainBuilder.swift
[161/178] Compiling CoreStore QueryableAttributeType.swift
[162/178] Compiling CoreStore Transformable.Required.swift
[163/178] Compiling CoreStore Transformable.swift
[164/178] Compiling CoreStore Tweak.swift
[165/178] Compiling CoreStore TypeErasedClauses.swift
[166/178] Compiling CoreStore UnsafeDataModelSchema.swift
[167/178] Compiling CoreStore UnsafeDataTransaction+Observing.swift
[168/178] Compiling CoreStore UnsafeDataTransaction.swift
[169/178] Compiling CoreStore UserInfo.swift
[170/178] Compiling CoreStore Value.Optional.swift
[171/178] Compiling CoreStore Value.Required.swift
[172/178] Compiling CoreStore Value.swift
[173/178] Compiling CoreStore VersionLock.swift
[174/178] Compiling CoreStore Where.Expression.swift
[175/178] Compiling CoreStore Where.swift
[176/178] Compiling CoreStore WhereClauseType.swift
[177/178] Compiling CoreStore XcodeDataModelSchema.swift
[178/178] Compiling CoreStore XcodeSchemaMappingProvider.swift
Build complete! (9.88s)
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/Info.plist
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CoreStore",
  "name" : "CoreStore",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "CoreStore",
      "targets" : [
        "CoreStore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "CoreStoreTests",
      "module_type" : "SwiftTarget",
      "name" : "CoreStoreTests",
      "path" : "CoreStoreTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/CoreStoreTests/Model.xcdatamodeld",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "BaseTestCase.swift",
        "BaseTestDataTestCase.swift",
        "ConvenienceTests.swift",
        "DynamicModelTests.swift",
        "ErrorTests.swift",
        "FetchTests.swift",
        "FromTests.swift",
        "GroupByTests.swift",
        "ImportTests.swift",
        "IntoTests.swift",
        "ListObserverTests.swift",
        "ListPublisherTests.swift",
        "MigrationChainTests.swift",
        "ObjectObserverTests.swift",
        "ObjectPublisherTests.swift",
        "OrderByTests.swift",
        "QueryTests.swift",
        "SectionByTests.swift",
        "SelectTests.swift",
        "SetupTests.swift",
        "StorageInterfaceTests.swift",
        "TestEntity1.swift",
        "TestEntity2.swift",
        "TransactionTests.swift",
        "TweakTests.swift",
        "VersionLockTests.swift",
        "WhereTests.swift"
      ],
      "target_dependencies" : [
        "CoreStore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CoreStore",
      "module_type" : "SwiftTarget",
      "name" : "CoreStore",
      "path" : "Sources",
      "product_memberships" : [
        "CoreStore"
      ],
      "sources" : [
        "AsynchronousDataTransaction.swift",
        "AttributeProtocol.swift",
        "BaseDataTransaction+Importing.swift",
        "BaseDataTransaction+Querying.swift",
        "BaseDataTransaction.swift",
        "CoreDataNativeType.swift",
        "CoreStore+CustomDebugStringConvertible.swift",
        "CoreStore+Logging.swift",
        "CoreStoreDefaults.swift",
        "CoreStoreError.swift",
        "CoreStoreLogger.swift",
        "CoreStoreManagedObject.swift",
        "CoreStoreObject+Convenience.swift",
        "CoreStoreObject+DataSources.swift",
        "CoreStoreObject+Observing.swift",
        "CoreStoreObject+Querying.swift",
        "CoreStoreObject.swift",
        "CoreStoreSchema.swift",
        "CoreStoreStrings.swift",
        "CustomSchemaMappingProvider.swift",
        "DataStack+Concurrency.swift",
        "DataStack+DataSources.swift",
        "DataStack+Migration.swift",
        "DataStack+Observing.swift",
        "DataStack+Querying.swift",
        "DataStack+Reactive.swift",
        "DataStack+Transaction.swift",
        "DataStack.AddStoragePublisher.swift",
        "DataStack.swift",
        "DefaultLogger.swift",
        "DiffableDataSource.BaseAdapter.swift",
        "DiffableDataSource.CollectionViewAdapter-AppKit.swift",
        "DiffableDataSource.CollectionViewAdapter-UIKit.swift",
        "DiffableDataSource.TableViewAdapter-UIKit.swift",
        "DiffableDataSource.Target.swift",
        "DiffableDataSource.swift",
        "DiffableDataSourceSnapshotProtocol.swift",
        "Differentiable.swift",
        "DispatchQueue+CoreStore.swift",
        "DynamicObject.swift",
        "DynamicSchema+Convenience.swift",
        "DynamicSchema.swift",
        "Entity.swift",
        "EnvironmentValues+DataSources.swift",
        "FIeldRelationshipType.swift",
        "FetchChainBuilder.swift",
        "FetchableSource.swift",
        "Field.Coded.swift",
        "Field.Relationship.swift",
        "Field.Stored.swift",
        "Field.Virtual.swift",
        "Field.swift",
        "FieldAttributeProtocol.swift",
        "FieldCoderType.swift",
        "FieldCoders.DefaultNSSecureCoding.swift",
        "FieldCoders.Json.swift",
        "FieldCoders.NSCoding.swift",
        "FieldCoders.Plist.swift",
        "FieldCoders.swift",
        "FieldOptionalType.swift",
        "FieldProtocol.swift",
        "FieldRelationshipProtocol.swift",
        "FieldStorableType.swift",
        "ForEach+SwiftUI.swift",
        "From+Querying.swift",
        "From.swift",
        "GroupBy.swift",
        "ImportableAttributeType.swift",
        "ImportableObject.swift",
        "ImportableUniqueObject.swift",
        "InMemoryStore.swift",
        "InferredSchemaMappingProvider.swift",
        "Internals.AnyFieldCoder.swift",
        "Internals.Closure.swift",
        "Internals.CoreStoreFetchRequest.swift",
        "Internals.CoreStoreFetchedResultsController.swift",
        "Internals.DiffableDataSourceSnapshot.swift",
        "Internals.DiffableDataUIDispatcher.Changeset.swift",
        "Internals.DiffableDataUIDispatcher.DiffResult.swift",
        "Internals.DiffableDataUIDispatcher.StagedChangeset.swift",
        "Internals.DiffableDataUIDispatcher.swift",
        "Internals.EntityIdentifier.swift",
        "Internals.FetchedDiffableDataSourceSnapshotDelegate.swift",
        "Internals.FetchedResultsControllerDelegate.swift",
        "Internals.LazyNonmutating.swift",
        "Internals.MigrationManager.swift",
        "Internals.NotificationObserver.swift",
        "Internals.SharedNotificationObserver.swift",
        "Internals.WeakObject.swift",
        "Internals.swift",
        "Into.swift",
        "KeyPath+KeyPaths.swift",
        "KeyPath+Querying.swift",
        "KeyPathGenericBindings.swift",
        "KeyPathStringConvertible.swift",
        "ListMonitor.swift",
        "ListObserver.swift",
        "ListPublisher+Reactive.swift",
        "ListPublisher.SnapshotPublisher.swift",
        "ListPublisher.swift",
        "ListReader.swift",
        "ListSnapshot.SectionInfo.swift",
        "ListSnapshot.swift",
        "ListState.swift",
        "MigrationChain.swift",
        "MigrationProgress.swift",
        "MigrationResult.swift",
        "MigrationType.swift",
        "Module.swift",
        "NSEntityDescription+DynamicModel.swift",
        "NSEntityDescription+Migration.swift",
        "NSFetchedResultsController+Convenience.swift",
        "NSManagedObject+Convenience.swift",
        "NSManagedObject+DynamicModel.swift",
        "NSManagedObject+Logging.swift",
        "NSManagedObject+Transaction.swift",
        "NSManagedObjectContext+CoreStore.swift",
        "NSManagedObjectContext+Logging.swift",
        "NSManagedObjectContext+Querying.swift",
        "NSManagedObjectContext+Setup.swift",
        "NSManagedObjectContext+Transaction.swift",
        "NSManagedObjectModel+Migration.swift",
        "NSPersistentStore+Setup.swift",
        "NSPersistentStoreCoordinator+Setup.swift",
        "ObjectMonitor.swift",
        "ObjectObserver.swift",
        "ObjectProxy.swift",
        "ObjectPublisher+Reactive.swift",
        "ObjectPublisher.SnapshotPublisher.swift",
        "ObjectPublisher.swift",
        "ObjectReader.swift",
        "ObjectRepresentation.swift",
        "ObjectSnapshot.swift",
        "ObjectState.swift",
        "Operators.swift",
        "OrderBy.swift",
        "PartialObject.swift",
        "Progress+Convenience.swift",
        "PropertyProtocol.swift",
        "QueryChainBuilder.swift",
        "QueryableAttributeType.swift",
        "QueryableSource.swift",
        "Relationship.ToManyOrdered.swift",
        "Relationship.ToManyUnordered.swift",
        "Relationship.ToOne.swift",
        "Relationship.swift",
        "RelationshipProtocol.swift",
        "SQLiteStore.swift",
        "SchemaHistory.swift",
        "SchemaMappingProvider.swift",
        "SectionBy.swift",
        "SectionMonitorBuilder.swift",
        "Select.swift",
        "SetupResult.swift",
        "StorageInterface.swift",
        "String+KeyPaths.swift",
        "SynchronousDataTransaction.swift",
        "Transformable.Optional.swift",
        "Transformable.Required.swift",
        "Transformable.swift",
        "Tweak.swift",
        "TypeErasedClauses.swift",
        "UnsafeDataModelSchema.swift",
        "UnsafeDataTransaction+Observing.swift",
        "UnsafeDataTransaction.swift",
        "UserInfo.swift",
        "Value.Optional.swift",
        "Value.Required.swift",
        "Value.swift",
        "VersionLock.swift",
        "Where.Expression.swift",
        "Where.swift",
        "WhereClauseType.swift",
        "XcodeDataModelSchema.swift",
        "XcodeSchemaMappingProvider.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.