The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AlecrimCoreData, reference master (4571d3), with Swift 6.2 for macOS (SPM) on 17 Jun 2025 17:15:39 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/Alecrim/AlecrimCoreData.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Alecrim/AlecrimCoreData
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 4571d32 Merge branch 'release/7.0-beta.2'
Cloned https://github.com/Alecrim/AlecrimCoreData.git
Revision (git rev-parse @):
4571d3215997d2550f967736d746245bc635dcbb
SUCCESS checkout https://github.com/Alecrim/AlecrimCoreData.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Alecrim/AlecrimCoreData.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/26] Emitting module AlecrimCoreData
/Users/admin/builder/spi-builder-workspace/Sources/Core/Persistent Container/CustomPersistentContainer.swift:59:55: warning: generic parameter 'Context' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
10 | import CoreData
11 |
12 | open class CustomPersistentContainer<Context: NSManagedObjectContext> {
   |                                      `- note: 'Context' previously declared here
13 |
14 |     // MARK: -
   :
57 | extension CustomPersistentContainer {
58 |
59 |     fileprivate final class HelperPersistentContainer<Context: NSManagedObjectContext>: PersistentContainer {
   |                                                       `- warning: generic parameter 'Context' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
60 |
61 |         private lazy var _viewContext: NSManagedObjectContext = {
/Users/admin/builder/spi-builder-workspace/Sources/Core/Persistent Container/CustomPersistentContainer.swift:59:29: warning: class 'HelperPersistentContainer' must restate inherited '@unchecked Sendable' conformance
57 | extension CustomPersistentContainer {
58 |
59 |     fileprivate final class HelperPersistentContainer<Context: NSManagedObjectContext>: PersistentContainer {
   |                             `- warning: class 'HelperPersistentContainer' must restate inherited '@unchecked Sendable' conformance
60 |
61 |         private lazy var _viewContext: NSManagedObjectContext = {
/Users/admin/builder/spi-builder-workspace/Sources/Core/Persistent Container/PersistentContainer.swift:13:12: warning: class 'PersistentContainer' must restate inherited '@unchecked Sendable' conformance
 11 |
 12 | @objc(ALCPersistentContainer)
 13 | open class PersistentContainer: BasePersistentContainer {
    |            `- warning: class 'PersistentContainer' must restate inherited '@unchecked Sendable' conformance
 14 |
 15 |     // MARK: -
/Users/admin/builder/spi-builder-workspace/Sources/Core/Persistent Container/PersistentContainer.swift:105:12: warning: class 'BasePersistentContainer' must restate inherited '@unchecked Sendable' conformance
103 | // MARK: -
104 |
105 | open class BasePersistentContainer: NSPersistentContainer {
    |            `- warning: class 'BasePersistentContainer' must restate inherited '@unchecked Sendable' conformance
106 |
107 |     // MARK: -
/Users/admin/builder/spi-builder-workspace/Sources/Core/Query/Query.swift:135:33: warning: generic parameter 'Entity' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 12 | // MARK: -
 13 |
 14 | public struct Query<Entity: ManagedObject> {
    |                     `- note: 'Entity' previously declared here
 15 |
 16 |     public let context: ManagedObjectContext
    :
133 |     }
134 |
135 |     public struct QueryIterator<Entity>: IteratorProtocol {
    |                                 `- warning: generic parameter 'Entity' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
136 |         private let entities: [Entity]
137 |         private var index: Int
[4/28] Compiling AlecrimCoreData FetchedResultsControllerDelegate.swift
[5/28] Compiling AlecrimCoreData FetchedResultsSectionInfo.swift
[6/28] Compiling AlecrimCoreData Expression.swift
[7/28] Compiling AlecrimCoreData FetchRequest.swift
[8/28] Compiling AlecrimCoreData SortDescriptor.swift
[9/28] Compiling AlecrimCoreData FetchRequestController.swift
[10/28] Compiling AlecrimCoreData EntityObserver.swift
[11/28] Compiling AlecrimCoreData FetchRequestController+Extensions.swift
[12/28] Compiling AlecrimCoreData ManagedObjectContextType.swift
[13/28] Compiling AlecrimCoreData Query.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Query/Query.swift:135:33: warning: generic parameter 'Entity' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 12 | // MARK: -
 13 |
 14 | public struct Query<Entity: ManagedObject> {
    |                     `- note: 'Entity' previously declared here
 15 |
 16 |     public let context: ManagedObjectContext
    :
133 |     }
134 |
135 |     public struct QueryIterator<Entity>: IteratorProtocol {
    |                                 `- warning: generic parameter 'Entity' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
136 |         private let entities: [Entity]
137 |         private var index: Int
[14/28] Compiling AlecrimCoreData Queryable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Query/Query.swift:135:33: warning: generic parameter 'Entity' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 12 | // MARK: -
 13 |
 14 | public struct Query<Entity: ManagedObject> {
    |                     `- note: 'Entity' previously declared here
 15 |
 16 |     public let context: ManagedObjectContext
    :
133 |     }
134 |
135 |     public struct QueryIterator<Entity>: IteratorProtocol {
    |                                 `- warning: generic parameter 'Entity' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
136 |         private let entities: [Entity]
137 |         private var index: Int
[15/28] Compiling AlecrimCoreData PersistentContainerAuxiliarTypes.swift
[16/28] Compiling AlecrimCoreData PersistentContainerType.swift
[17/28] Compiling AlecrimCoreData Config.swift
[18/28] Compiling AlecrimCoreData ManagedObject.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Persistent Container/PersistentContainer.swift:13:12: warning: class 'PersistentContainer' must restate inherited '@unchecked Sendable' conformance
 11 |
 12 | @objc(ALCPersistentContainer)
 13 | open class PersistentContainer: BasePersistentContainer {
    |            `- warning: class 'PersistentContainer' must restate inherited '@unchecked Sendable' conformance
 14 |
 15 |     // MARK: -
/Users/admin/builder/spi-builder-workspace/Sources/Core/Persistent Container/PersistentContainer.swift:105:12: warning: class 'BasePersistentContainer' must restate inherited '@unchecked Sendable' conformance
103 | // MARK: -
104 |
105 | open class BasePersistentContainer: NSPersistentContainer {
    |            `- warning: class 'BasePersistentContainer' must restate inherited '@unchecked Sendable' conformance
106 |
107 |     // MARK: -
/Users/admin/builder/spi-builder-workspace/Sources/Core/Persistent Container/PersistentContainer.swift:60:115: warning: 'NSPersistentStoreUbiquitousContainerIdentifierKey' was deprecated in macOS 10.12: Please see the release notes and Core Data documentation. [#DeprecatedDeclaration]
 58 |         #if os(macOS) || os(iOS)
 59 |         if let ubiquitousConfiguration = ubiquitousConfiguration {
 60 |             persistentStoreDescription.setOption(ubiquitousConfiguration.containerIdentifier as NSString, forKey: NSPersistentStoreUbiquitousContainerIdentifierKey)
    |                                                                                                                   `- warning: 'NSPersistentStoreUbiquitousContainerIdentifierKey' was deprecated in macOS 10.12: Please see the release notes and Core Data documentation. [#DeprecatedDeclaration]
 61 |             persistentStoreDescription.setOption(ubiquitousConfiguration.contentRelativePath as NSString, forKey: NSPersistentStoreUbiquitousContentURLKey)
 62 |             persistentStoreDescription.setOption(ubiquitousConfiguration.contentName as NSString, forKey: NSPersistentStoreUbiquitousContentNameKey)
/Users/admin/builder/spi-builder-workspace/Sources/Core/Persistent Container/PersistentContainer.swift:61:115: warning: 'NSPersistentStoreUbiquitousContentURLKey' was deprecated in macOS 10.12: Please see the release notes and Core Data documentation. [#DeprecatedDeclaration]
 59 |         if let ubiquitousConfiguration = ubiquitousConfiguration {
 60 |             persistentStoreDescription.setOption(ubiquitousConfiguration.containerIdentifier as NSString, forKey: NSPersistentStoreUbiquitousContainerIdentifierKey)
 61 |             persistentStoreDescription.setOption(ubiquitousConfiguration.contentRelativePath as NSString, forKey: NSPersistentStoreUbiquitousContentURLKey)
    |                                                                                                                   `- warning: 'NSPersistentStoreUbiquitousContentURLKey' was deprecated in macOS 10.12: Please see the release notes and Core Data documentation. [#DeprecatedDeclaration]
 62 |             persistentStoreDescription.setOption(ubiquitousConfiguration.contentName as NSString, forKey: NSPersistentStoreUbiquitousContentNameKey)
 63 |         }
/Users/admin/builder/spi-builder-workspace/Sources/Core/Persistent Container/PersistentContainer.swift:62:107: warning: 'NSPersistentStoreUbiquitousContentNameKey' was deprecated in macOS 10.12: Please see the release notes and Core Data documentation. [#DeprecatedDeclaration]
 60 |             persistentStoreDescription.setOption(ubiquitousConfiguration.containerIdentifier as NSString, forKey: NSPersistentStoreUbiquitousContainerIdentifierKey)
 61 |             persistentStoreDescription.setOption(ubiquitousConfiguration.contentRelativePath as NSString, forKey: NSPersistentStoreUbiquitousContentURLKey)
 62 |             persistentStoreDescription.setOption(ubiquitousConfiguration.contentName as NSString, forKey: NSPersistentStoreUbiquitousContentNameKey)
    |                                                                                                           `- warning: 'NSPersistentStoreUbiquitousContentNameKey' was deprecated in macOS 10.12: Please see the release notes and Core Data documentation. [#DeprecatedDeclaration]
 63 |         }
 64 |         #endif
/Users/admin/builder/spi-builder-workspace/Sources/Core/Persistent Container/PersistentContainer.swift:75:162: warning: 'NSPersistentStoreDidImportUbiquitousContentChanges' was deprecated in macOS 10.12: Please see the release notes and Core Data documentation. [#DeprecatedDeclaration]
 73 |             #if os(macOS) || os(iOS)
 74 |             if let _ = ubiquitousConfiguration {
 75 |                 (persistentContainer as? PersistentContainer)?.didImportUbiquitousContentNotificationObserver = NotificationCenter.default.addObserver(forName: .NSPersistentStoreDidImportUbiquitousContentChanges, object: persistentContainer.persistentStoreCoordinator, queue: nil) { [weak persistentContainer] notification in
    |                                                                                                                                                                  `- warning: 'NSPersistentStoreDidImportUbiquitousContentChanges' was deprecated in macOS 10.12: Please see the release notes and Core Data documentation. [#DeprecatedDeclaration]
 76 |                     guard let context = persistentContainer?.viewContext.parent ?? persistentContainer?.viewContext else {
 77 |                         return
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[19/28] Compiling AlecrimCoreData ManagedObjectContext.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Persistent Container/PersistentContainer.swift:13:12: warning: class 'PersistentContainer' must restate inherited '@unchecked Sendable' conformance
 11 |
 12 | @objc(ALCPersistentContainer)
 13 | open class PersistentContainer: BasePersistentContainer {
    |            `- warning: class 'PersistentContainer' must restate inherited '@unchecked Sendable' conformance
 14 |
 15 |     // MARK: -
/Users/admin/builder/spi-builder-workspace/Sources/Core/Persistent Container/PersistentContainer.swift:105:12: warning: class 'BasePersistentContainer' must restate inherited '@unchecked Sendable' conformance
103 | // MARK: -
104 |
105 | open class BasePersistentContainer: NSPersistentContainer {
    |            `- warning: class 'BasePersistentContainer' must restate inherited '@unchecked Sendable' conformance
106 |
107 |     // MARK: -
/Users/admin/builder/spi-builder-workspace/Sources/Core/Persistent Container/PersistentContainer.swift:60:115: warning: 'NSPersistentStoreUbiquitousContainerIdentifierKey' was deprecated in macOS 10.12: Please see the release notes and Core Data documentation. [#DeprecatedDeclaration]
 58 |         #if os(macOS) || os(iOS)
 59 |         if let ubiquitousConfiguration = ubiquitousConfiguration {
 60 |             persistentStoreDescription.setOption(ubiquitousConfiguration.containerIdentifier as NSString, forKey: NSPersistentStoreUbiquitousContainerIdentifierKey)
    |                                                                                                                   `- warning: 'NSPersistentStoreUbiquitousContainerIdentifierKey' was deprecated in macOS 10.12: Please see the release notes and Core Data documentation. [#DeprecatedDeclaration]
 61 |             persistentStoreDescription.setOption(ubiquitousConfiguration.contentRelativePath as NSString, forKey: NSPersistentStoreUbiquitousContentURLKey)
 62 |             persistentStoreDescription.setOption(ubiquitousConfiguration.contentName as NSString, forKey: NSPersistentStoreUbiquitousContentNameKey)
/Users/admin/builder/spi-builder-workspace/Sources/Core/Persistent Container/PersistentContainer.swift:61:115: warning: 'NSPersistentStoreUbiquitousContentURLKey' was deprecated in macOS 10.12: Please see the release notes and Core Data documentation. [#DeprecatedDeclaration]
 59 |         if let ubiquitousConfiguration = ubiquitousConfiguration {
 60 |             persistentStoreDescription.setOption(ubiquitousConfiguration.containerIdentifier as NSString, forKey: NSPersistentStoreUbiquitousContainerIdentifierKey)
 61 |             persistentStoreDescription.setOption(ubiquitousConfiguration.contentRelativePath as NSString, forKey: NSPersistentStoreUbiquitousContentURLKey)
    |                                                                                                                   `- warning: 'NSPersistentStoreUbiquitousContentURLKey' was deprecated in macOS 10.12: Please see the release notes and Core Data documentation. [#DeprecatedDeclaration]
 62 |             persistentStoreDescription.setOption(ubiquitousConfiguration.contentName as NSString, forKey: NSPersistentStoreUbiquitousContentNameKey)
 63 |         }
/Users/admin/builder/spi-builder-workspace/Sources/Core/Persistent Container/PersistentContainer.swift:62:107: warning: 'NSPersistentStoreUbiquitousContentNameKey' was deprecated in macOS 10.12: Please see the release notes and Core Data documentation. [#DeprecatedDeclaration]
 60 |             persistentStoreDescription.setOption(ubiquitousConfiguration.containerIdentifier as NSString, forKey: NSPersistentStoreUbiquitousContainerIdentifierKey)
 61 |             persistentStoreDescription.setOption(ubiquitousConfiguration.contentRelativePath as NSString, forKey: NSPersistentStoreUbiquitousContentURLKey)
 62 |             persistentStoreDescription.setOption(ubiquitousConfiguration.contentName as NSString, forKey: NSPersistentStoreUbiquitousContentNameKey)
    |                                                                                                           `- warning: 'NSPersistentStoreUbiquitousContentNameKey' was deprecated in macOS 10.12: Please see the release notes and Core Data documentation. [#DeprecatedDeclaration]
 63 |         }
 64 |         #endif
/Users/admin/builder/spi-builder-workspace/Sources/Core/Persistent Container/PersistentContainer.swift:75:162: warning: 'NSPersistentStoreDidImportUbiquitousContentChanges' was deprecated in macOS 10.12: Please see the release notes and Core Data documentation. [#DeprecatedDeclaration]
 73 |             #if os(macOS) || os(iOS)
 74 |             if let _ = ubiquitousConfiguration {
 75 |                 (persistentContainer as? PersistentContainer)?.didImportUbiquitousContentNotificationObserver = NotificationCenter.default.addObserver(forName: .NSPersistentStoreDidImportUbiquitousContentChanges, object: persistentContainer.persistentStoreCoordinator, queue: nil) { [weak persistentContainer] notification in
    |                                                                                                                                                                  `- warning: 'NSPersistentStoreDidImportUbiquitousContentChanges' was deprecated in macOS 10.12: Please see the release notes and Core Data documentation. [#DeprecatedDeclaration]
 76 |                     guard let context = persistentContainer?.viewContext.parent ?? persistentContainer?.viewContext else {
 77 |                         return
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[20/28] Compiling AlecrimCoreData PersistentContainer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Persistent Container/PersistentContainer.swift:13:12: warning: class 'PersistentContainer' must restate inherited '@unchecked Sendable' conformance
 11 |
 12 | @objc(ALCPersistentContainer)
 13 | open class PersistentContainer: BasePersistentContainer {
    |            `- warning: class 'PersistentContainer' must restate inherited '@unchecked Sendable' conformance
 14 |
 15 |     // MARK: -
/Users/admin/builder/spi-builder-workspace/Sources/Core/Persistent Container/PersistentContainer.swift:105:12: warning: class 'BasePersistentContainer' must restate inherited '@unchecked Sendable' conformance
103 | // MARK: -
104 |
105 | open class BasePersistentContainer: NSPersistentContainer {
    |            `- warning: class 'BasePersistentContainer' must restate inherited '@unchecked Sendable' conformance
106 |
107 |     // MARK: -
/Users/admin/builder/spi-builder-workspace/Sources/Core/Persistent Container/PersistentContainer.swift:60:115: warning: 'NSPersistentStoreUbiquitousContainerIdentifierKey' was deprecated in macOS 10.12: Please see the release notes and Core Data documentation. [#DeprecatedDeclaration]
 58 |         #if os(macOS) || os(iOS)
 59 |         if let ubiquitousConfiguration = ubiquitousConfiguration {
 60 |             persistentStoreDescription.setOption(ubiquitousConfiguration.containerIdentifier as NSString, forKey: NSPersistentStoreUbiquitousContainerIdentifierKey)
    |                                                                                                                   `- warning: 'NSPersistentStoreUbiquitousContainerIdentifierKey' was deprecated in macOS 10.12: Please see the release notes and Core Data documentation. [#DeprecatedDeclaration]
 61 |             persistentStoreDescription.setOption(ubiquitousConfiguration.contentRelativePath as NSString, forKey: NSPersistentStoreUbiquitousContentURLKey)
 62 |             persistentStoreDescription.setOption(ubiquitousConfiguration.contentName as NSString, forKey: NSPersistentStoreUbiquitousContentNameKey)
/Users/admin/builder/spi-builder-workspace/Sources/Core/Persistent Container/PersistentContainer.swift:61:115: warning: 'NSPersistentStoreUbiquitousContentURLKey' was deprecated in macOS 10.12: Please see the release notes and Core Data documentation. [#DeprecatedDeclaration]
 59 |         if let ubiquitousConfiguration = ubiquitousConfiguration {
 60 |             persistentStoreDescription.setOption(ubiquitousConfiguration.containerIdentifier as NSString, forKey: NSPersistentStoreUbiquitousContainerIdentifierKey)
 61 |             persistentStoreDescription.setOption(ubiquitousConfiguration.contentRelativePath as NSString, forKey: NSPersistentStoreUbiquitousContentURLKey)
    |                                                                                                                   `- warning: 'NSPersistentStoreUbiquitousContentURLKey' was deprecated in macOS 10.12: Please see the release notes and Core Data documentation. [#DeprecatedDeclaration]
 62 |             persistentStoreDescription.setOption(ubiquitousConfiguration.contentName as NSString, forKey: NSPersistentStoreUbiquitousContentNameKey)
 63 |         }
/Users/admin/builder/spi-builder-workspace/Sources/Core/Persistent Container/PersistentContainer.swift:62:107: warning: 'NSPersistentStoreUbiquitousContentNameKey' was deprecated in macOS 10.12: Please see the release notes and Core Data documentation. [#DeprecatedDeclaration]
 60 |             persistentStoreDescription.setOption(ubiquitousConfiguration.containerIdentifier as NSString, forKey: NSPersistentStoreUbiquitousContainerIdentifierKey)
 61 |             persistentStoreDescription.setOption(ubiquitousConfiguration.contentRelativePath as NSString, forKey: NSPersistentStoreUbiquitousContentURLKey)
 62 |             persistentStoreDescription.setOption(ubiquitousConfiguration.contentName as NSString, forKey: NSPersistentStoreUbiquitousContentNameKey)
    |                                                                                                           `- warning: 'NSPersistentStoreUbiquitousContentNameKey' was deprecated in macOS 10.12: Please see the release notes and Core Data documentation. [#DeprecatedDeclaration]
 63 |         }
 64 |         #endif
/Users/admin/builder/spi-builder-workspace/Sources/Core/Persistent Container/PersistentContainer.swift:75:162: warning: 'NSPersistentStoreDidImportUbiquitousContentChanges' was deprecated in macOS 10.12: Please see the release notes and Core Data documentation. [#DeprecatedDeclaration]
 73 |             #if os(macOS) || os(iOS)
 74 |             if let _ = ubiquitousConfiguration {
 75 |                 (persistentContainer as? PersistentContainer)?.didImportUbiquitousContentNotificationObserver = NotificationCenter.default.addObserver(forName: .NSPersistentStoreDidImportUbiquitousContentChanges, object: persistentContainer.persistentStoreCoordinator, queue: nil) { [weak persistentContainer] notification in
    |                                                                                                                                                                  `- warning: 'NSPersistentStoreDidImportUbiquitousContentChanges' was deprecated in macOS 10.12: Please see the release notes and Core Data documentation. [#DeprecatedDeclaration]
 76 |                     guard let context = persistentContainer?.viewContext.parent ?? persistentContainer?.viewContext else {
 77 |                         return
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[21/28] Compiling AlecrimCoreData KeyPath.swift
[22/28] Compiling AlecrimCoreData Predicate.swift
[23/28] Compiling AlecrimCoreData UICollectionView+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Persistent Container/CustomPersistentContainer.swift:59:55: warning: generic parameter 'Context' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
10 | import CoreData
11 |
12 | open class CustomPersistentContainer<Context: NSManagedObjectContext> {
   |                                      `- note: 'Context' previously declared here
13 |
14 |     // MARK: -
   :
57 | extension CustomPersistentContainer {
58 |
59 |     fileprivate final class HelperPersistentContainer<Context: NSManagedObjectContext>: PersistentContainer {
   |                                                       `- warning: generic parameter 'Context' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
60 |
61 |         private lazy var _viewContext: NSManagedObjectContext = {
/Users/admin/builder/spi-builder-workspace/Sources/Core/Persistent Container/CustomPersistentContainer.swift:59:29: warning: class 'HelperPersistentContainer' must restate inherited '@unchecked Sendable' conformance
57 | extension CustomPersistentContainer {
58 |
59 |     fileprivate final class HelperPersistentContainer<Context: NSManagedObjectContext>: PersistentContainer {
   |                             `- warning: class 'HelperPersistentContainer' must restate inherited '@unchecked Sendable' conformance
60 |
61 |         private lazy var _viewContext: NSManagedObjectContext = {
[24/28] Compiling AlecrimCoreData UITableView+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Persistent Container/CustomPersistentContainer.swift:59:55: warning: generic parameter 'Context' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
10 | import CoreData
11 |
12 | open class CustomPersistentContainer<Context: NSManagedObjectContext> {
   |                                      `- note: 'Context' previously declared here
13 |
14 |     // MARK: -
   :
57 | extension CustomPersistentContainer {
58 |
59 |     fileprivate final class HelperPersistentContainer<Context: NSManagedObjectContext>: PersistentContainer {
   |                                                       `- warning: generic parameter 'Context' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
60 |
61 |         private lazy var _viewContext: NSManagedObjectContext = {
/Users/admin/builder/spi-builder-workspace/Sources/Core/Persistent Container/CustomPersistentContainer.swift:59:29: warning: class 'HelperPersistentContainer' must restate inherited '@unchecked Sendable' conformance
57 | extension CustomPersistentContainer {
58 |
59 |     fileprivate final class HelperPersistentContainer<Context: NSManagedObjectContext>: PersistentContainer {
   |                             `- warning: class 'HelperPersistentContainer' must restate inherited '@unchecked Sendable' conformance
60 |
61 |         private lazy var _viewContext: NSManagedObjectContext = {
[25/28] Compiling AlecrimCoreData CustomPersistentContainer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Persistent Container/CustomPersistentContainer.swift:59:55: warning: generic parameter 'Context' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
10 | import CoreData
11 |
12 | open class CustomPersistentContainer<Context: NSManagedObjectContext> {
   |                                      `- note: 'Context' previously declared here
13 |
14 |     // MARK: -
   :
57 | extension CustomPersistentContainer {
58 |
59 |     fileprivate final class HelperPersistentContainer<Context: NSManagedObjectContext>: PersistentContainer {
   |                                                       `- warning: generic parameter 'Context' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
60 |
61 |         private lazy var _viewContext: NSManagedObjectContext = {
/Users/admin/builder/spi-builder-workspace/Sources/Core/Persistent Container/CustomPersistentContainer.swift:59:29: warning: class 'HelperPersistentContainer' must restate inherited '@unchecked Sendable' conformance
57 | extension CustomPersistentContainer {
58 |
59 |     fileprivate final class HelperPersistentContainer<Context: NSManagedObjectContext>: PersistentContainer {
   |                             `- warning: class 'HelperPersistentContainer' must restate inherited '@unchecked Sendable' conformance
60 |
61 |         private lazy var _viewContext: NSManagedObjectContext = {
[26/28] Compiling AlecrimCoreData NSArrayController+Extensions.swift
[27/28] Compiling AlecrimCoreData NSCollectionView+Extensions.swift
[28/28] Compiling AlecrimCoreData NSTableView+Extensions.swift
Build complete! (8.51s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AlecrimCoreData",
  "name" : "AlecrimCoreData",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.12"
    },
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "watchos",
      "version" : "3.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "AlecrimCoreData",
      "targets" : [
        "AlecrimCoreData"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AlecrimCoreData",
      "module_type" : "SwiftTarget",
      "name" : "AlecrimCoreData",
      "path" : "Sources",
      "product_memberships" : [
        "AlecrimCoreData"
      ],
      "sources" : [
        "Convenience/EntityObserver.swift",
        "Convenience/FetchRequestController+Extensions.swift",
        "Convenience/ManagedObjectContextType.swift",
        "Convenience/NSArrayController+Extensions.swift",
        "Convenience/NSCollectionView+Extensions.swift",
        "Convenience/NSTableView+Extensions.swift",
        "Convenience/UICollectionView+Extensions.swift",
        "Convenience/UITableView+Extensions.swift",
        "Core/Persistent Container/CustomPersistentContainer.swift",
        "Core/Persistent Container/ManagedObject.swift",
        "Core/Persistent Container/ManagedObjectContext.swift",
        "Core/Persistent Container/PersistentContainer.swift",
        "Core/Persistent Container/PersistentContainerAuxiliarTypes.swift",
        "Core/Persistent Container/PersistentContainerType.swift",
        "Core/Query/Config.swift",
        "Core/Query/Expression.swift",
        "Core/Query/FetchRequest.swift",
        "Core/Query/KeyPath.swift",
        "Core/Query/Predicate.swift",
        "Core/Query/Query.swift",
        "Core/Query/Queryable.swift",
        "Core/Query/SortDescriptor.swift",
        "Fetch Request Controller/FetchRequestController.swift",
        "Fetch Request Controller/FetchedResultsControllerDelegate.swift",
        "Fetch Request Controller/FetchedResultsSectionInfo.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.