This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of AlecrimCoreData with Swift 5.10 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Alecrim/AlecrimCoreData.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "alecrimcoredata",
      "name": "AlecrimCoreData",
      "url": "https://github.com/Alecrim/AlecrimCoreData.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AlecrimCoreData",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Alecrim/AlecrimCoreData.git
[1/5698] Fetching alecrimcoredata
Fetched https://github.com/Alecrim/AlecrimCoreData.git from cache (1.93s)
Creating working copy for https://github.com/Alecrim/AlecrimCoreData.git
Working copy of https://github.com/Alecrim/AlecrimCoreData.git resolved at master (4571d32)
warning: '.resolve-product-dependencies': dependency 'alecrimcoredata' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/Alecrim/AlecrimCoreData.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-6044DDE57671499D.txt
[3/25] Emitting module AlecrimCoreData
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Convenience/NSTableView+Extensions.swift:18:36: warning: cannot use class 'NSTableView' here; 'AppKit' was not imported by this file
    public func bind(to tableView: NSTableView, animationOptions: NSTableView.AnimationOptions = .effectFade, sectionOffset: Int = 0, animated: Bool = false, cellViewConfigurationHandler: ((NSTableCellView, IndexPath) -> Void)? = nil) -> Self {
                                   ^
AppKit.NSTableView:1:12: note: type declared here
open class NSTableView : NSControl, NSUserInterfaceValidations, NSTextViewDelegate, NSDraggingSource, NSAccessibilityTable {
           ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Convenience/NSTableView+Extensions.swift:18:67: warning: cannot use class 'NSTableView' here; 'AppKit' was not imported by this file
    public func bind(to tableView: NSTableView, animationOptions: NSTableView.AnimationOptions = .effectFade, sectionOffset: Int = 0, animated: Bool = false, cellViewConfigurationHandler: ((NSTableCellView, IndexPath) -> Void)? = nil) -> Self {
                                                                  ^
AppKit.NSTableView:1:12: note: type declared here
open class NSTableView : NSControl, NSUserInterfaceValidations, NSTextViewDelegate, NSDraggingSource, NSAccessibilityTable {
           ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Convenience/NSTableView+Extensions.swift:18:191: warning: cannot use class 'NSTableCellView' here; 'AppKit' was not imported by this file
    public func bind(to tableView: NSTableView, animationOptions: NSTableView.AnimationOptions = .effectFade, sectionOffset: Int = 0, animated: Bool = false, cellViewConfigurationHandler: ((NSTableCellView, IndexPath) -> Void)? = nil) -> Self {
                                                                                                                                                                                              ^
AppKit.NSTableCellView:2:12: note: type declared here
open class NSTableCellView : NSView {
           ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Convenience/NSTableView+Extensions.swift:18:99: warning: static property 'effectFade' cannot be used in a default argument value because 'AppKit' was not imported by this file; this is an error in Swift 6
    public func bind(to tableView: NSTableView, animationOptions: NSTableView.AnimationOptions = .effectFade, sectionOffset: Int = 0, animated: Bool = false, cellViewConfigurationHandler: ((NSTableCellView, IndexPath) -> Void)? = nil) -> Self {
                                                                                                  ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Convenience/NSTableView+Extensions.swift:18:99: note: The missing import of module 'AppKit' will be added implicitly
    public func bind(to tableView: NSTableView, animationOptions: NSTableView.AnimationOptions = .effectFade, sectionOffset: Int = 0, animated: Bool = false, cellViewConfigurationHandler: ((NSTableCellView, IndexPath) -> Void)? = nil) -> Self {
                                                                                                  ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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 Swift 6
    fileprivate final class HelperPersistentContainer<Context: NSManagedObjectContext>: PersistentContainer {
                                                      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Persistent Container/CustomPersistentContainer.swift:12:38: note: 'Context' previously declared here
open class CustomPersistentContainer<Context: NSManagedObjectContext> {
                                     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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 Swift 6
    public struct QueryIterator<Entity>: IteratorProtocol {
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Query/Query.swift:14:21: note: 'Entity' previously declared here
public struct Query<Entity: ManagedObject> {
                    ^
[4/28] Compiling AlecrimCoreData FetchRequest.swift
[5/28] Compiling AlecrimCoreData KeyPath.swift
[6/28] Compiling AlecrimCoreData Predicate.swift
[7/28] Compiling AlecrimCoreData ManagedObjectContext.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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.
            persistentStoreDescription.setOption(ubiquitousConfiguration.containerIdentifier as NSString, forKey: NSPersistentStoreUbiquitousContainerIdentifierKey)
                                                                                                                  ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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.
            persistentStoreDescription.setOption(ubiquitousConfiguration.contentRelativePath as NSString, forKey: NSPersistentStoreUbiquitousContentURLKey)
                                                                                                                  ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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.
            persistentStoreDescription.setOption(ubiquitousConfiguration.contentName as NSString, forKey: NSPersistentStoreUbiquitousContentNameKey)
                                                                                                          ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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.
                (persistentContainer as? PersistentContainer)?.didImportUbiquitousContentNotificationObserver = NotificationCenter.default.addObserver(forName: .NSPersistentStoreDidImportUbiquitousContentChanges, object: persistentContainer.persistentStoreCoordinator, queue: nil) { [weak persistentContainer] notification in
                                                                                                                                                                 ^
[8/28] Compiling AlecrimCoreData PersistentContainer.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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.
            persistentStoreDescription.setOption(ubiquitousConfiguration.containerIdentifier as NSString, forKey: NSPersistentStoreUbiquitousContainerIdentifierKey)
                                                                                                                  ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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.
            persistentStoreDescription.setOption(ubiquitousConfiguration.contentRelativePath as NSString, forKey: NSPersistentStoreUbiquitousContentURLKey)
                                                                                                                  ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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.
            persistentStoreDescription.setOption(ubiquitousConfiguration.contentName as NSString, forKey: NSPersistentStoreUbiquitousContentNameKey)
                                                                                                          ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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.
                (persistentContainer as? PersistentContainer)?.didImportUbiquitousContentNotificationObserver = NotificationCenter.default.addObserver(forName: .NSPersistentStoreDidImportUbiquitousContentChanges, object: persistentContainer.persistentStoreCoordinator, queue: nil) { [weak persistentContainer] notification in
                                                                                                                                                                 ^
[9/28] Compiling AlecrimCoreData PersistentContainerAuxiliarTypes.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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.
            persistentStoreDescription.setOption(ubiquitousConfiguration.containerIdentifier as NSString, forKey: NSPersistentStoreUbiquitousContainerIdentifierKey)
                                                                                                                  ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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.
            persistentStoreDescription.setOption(ubiquitousConfiguration.contentRelativePath as NSString, forKey: NSPersistentStoreUbiquitousContentURLKey)
                                                                                                                  ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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.
            persistentStoreDescription.setOption(ubiquitousConfiguration.contentName as NSString, forKey: NSPersistentStoreUbiquitousContentNameKey)
                                                                                                          ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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.
                (persistentContainer as? PersistentContainer)?.didImportUbiquitousContentNotificationObserver = NotificationCenter.default.addObserver(forName: .NSPersistentStoreDidImportUbiquitousContentChanges, object: persistentContainer.persistentStoreCoordinator, queue: nil) { [weak persistentContainer] notification in
                                                                                                                                                                 ^
[10/28] Compiling AlecrimCoreData PersistentContainerType.swift
[11/28] Compiling AlecrimCoreData Config.swift
[12/28] Compiling AlecrimCoreData Expression.swift
[13/28] Compiling AlecrimCoreData FetchRequestController.swift
[14/28] Compiling AlecrimCoreData FetchedResultsControllerDelegate.swift
[15/28] Compiling AlecrimCoreData FetchedResultsSectionInfo.swift
[16/28] Compiling AlecrimCoreData UITableView+Extensions.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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 Swift 6
    fileprivate final class HelperPersistentContainer<Context: NSManagedObjectContext>: PersistentContainer {
                                                      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Persistent Container/CustomPersistentContainer.swift:12:38: note: 'Context' previously declared here
open class CustomPersistentContainer<Context: NSManagedObjectContext> {
                                     ^
[17/28] Compiling AlecrimCoreData CustomPersistentContainer.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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 Swift 6
    fileprivate final class HelperPersistentContainer<Context: NSManagedObjectContext>: PersistentContainer {
                                                      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Persistent Container/CustomPersistentContainer.swift:12:38: note: 'Context' previously declared here
open class CustomPersistentContainer<Context: NSManagedObjectContext> {
                                     ^
[18/28] Compiling AlecrimCoreData ManagedObject.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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 Swift 6
    fileprivate final class HelperPersistentContainer<Context: NSManagedObjectContext>: PersistentContainer {
                                                      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Persistent Container/CustomPersistentContainer.swift:12:38: note: 'Context' previously declared here
open class CustomPersistentContainer<Context: NSManagedObjectContext> {
                                     ^
[19/28] Compiling AlecrimCoreData Query.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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 Swift 6
    public struct QueryIterator<Entity>: IteratorProtocol {
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Query/Query.swift:14:21: note: 'Entity' previously declared here
public struct Query<Entity: ManagedObject> {
                    ^
[20/28] Compiling AlecrimCoreData Queryable.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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 Swift 6
    public struct QueryIterator<Entity>: IteratorProtocol {
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Query/Query.swift:14:21: note: 'Entity' previously declared here
public struct Query<Entity: ManagedObject> {
                    ^
[21/28] Compiling AlecrimCoreData SortDescriptor.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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 Swift 6
    public struct QueryIterator<Entity>: IteratorProtocol {
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Core/Query/Query.swift:14:21: note: 'Entity' previously declared here
public struct Query<Entity: ManagedObject> {
                    ^
[22/28] Compiling AlecrimCoreData EntityObserver.swift
[23/28] Compiling AlecrimCoreData FetchRequestController+Extensions.swift
[24/28] Compiling AlecrimCoreData ManagedObjectContextType.swift
[25/28] Compiling AlecrimCoreData NSArrayController+Extensions.swift
[26/28] Compiling AlecrimCoreData NSCollectionView+Extensions.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Convenience/NSTableView+Extensions.swift:18:36: warning: cannot use class 'NSTableView' here; 'AppKit' was not imported by this file
    public func bind(to tableView: NSTableView, animationOptions: NSTableView.AnimationOptions = .effectFade, sectionOffset: Int = 0, animated: Bool = false, cellViewConfigurationHandler: ((NSTableCellView, IndexPath) -> Void)? = nil) -> Self {
                                   ^
AppKit.NSTableView:1:12: note: type declared here
open class NSTableView : NSControl, NSUserInterfaceValidations, NSTextViewDelegate, NSDraggingSource, NSAccessibilityTable {
           ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Convenience/NSTableView+Extensions.swift:18:67: warning: cannot use class 'NSTableView' here; 'AppKit' was not imported by this file
    public func bind(to tableView: NSTableView, animationOptions: NSTableView.AnimationOptions = .effectFade, sectionOffset: Int = 0, animated: Bool = false, cellViewConfigurationHandler: ((NSTableCellView, IndexPath) -> Void)? = nil) -> Self {
                                                                  ^
AppKit.NSTableView:1:12: note: type declared here
open class NSTableView : NSControl, NSUserInterfaceValidations, NSTextViewDelegate, NSDraggingSource, NSAccessibilityTable {
           ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Convenience/NSTableView+Extensions.swift:18:191: warning: cannot use class 'NSTableCellView' here; 'AppKit' was not imported by this file
    public func bind(to tableView: NSTableView, animationOptions: NSTableView.AnimationOptions = .effectFade, sectionOffset: Int = 0, animated: Bool = false, cellViewConfigurationHandler: ((NSTableCellView, IndexPath) -> Void)? = nil) -> Self {
                                                                                                                                                                                              ^
AppKit.NSTableCellView:2:12: note: type declared here
open class NSTableCellView : NSView {
           ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Convenience/NSTableView+Extensions.swift:18:99: warning: static property 'effectFade' cannot be used in a default argument value because 'AppKit' was not imported by this file; this is an error in Swift 6
    public func bind(to tableView: NSTableView, animationOptions: NSTableView.AnimationOptions = .effectFade, sectionOffset: Int = 0, animated: Bool = false, cellViewConfigurationHandler: ((NSTableCellView, IndexPath) -> Void)? = nil) -> Self {
                                                                                                  ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Convenience/NSTableView+Extensions.swift:18:99: note: The missing import of module 'AppKit' will be added implicitly
    public func bind(to tableView: NSTableView, animationOptions: NSTableView.AnimationOptions = .effectFade, sectionOffset: Int = 0, animated: Bool = false, cellViewConfigurationHandler: ((NSTableCellView, IndexPath) -> Void)? = nil) -> Self {
                                                                                                  ^
[27/28] Compiling AlecrimCoreData NSTableView+Extensions.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Convenience/NSTableView+Extensions.swift:18:36: warning: cannot use class 'NSTableView' here; 'AppKit' was not imported by this file
    public func bind(to tableView: NSTableView, animationOptions: NSTableView.AnimationOptions = .effectFade, sectionOffset: Int = 0, animated: Bool = false, cellViewConfigurationHandler: ((NSTableCellView, IndexPath) -> Void)? = nil) -> Self {
                                   ^
AppKit.NSTableView:1:12: note: type declared here
open class NSTableView : NSControl, NSUserInterfaceValidations, NSTextViewDelegate, NSDraggingSource, NSAccessibilityTable {
           ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Convenience/NSTableView+Extensions.swift:18:67: warning: cannot use class 'NSTableView' here; 'AppKit' was not imported by this file
    public func bind(to tableView: NSTableView, animationOptions: NSTableView.AnimationOptions = .effectFade, sectionOffset: Int = 0, animated: Bool = false, cellViewConfigurationHandler: ((NSTableCellView, IndexPath) -> Void)? = nil) -> Self {
                                                                  ^
AppKit.NSTableView:1:12: note: type declared here
open class NSTableView : NSControl, NSUserInterfaceValidations, NSTextViewDelegate, NSDraggingSource, NSAccessibilityTable {
           ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Convenience/NSTableView+Extensions.swift:18:191: warning: cannot use class 'NSTableCellView' here; 'AppKit' was not imported by this file
    public func bind(to tableView: NSTableView, animationOptions: NSTableView.AnimationOptions = .effectFade, sectionOffset: Int = 0, animated: Bool = false, cellViewConfigurationHandler: ((NSTableCellView, IndexPath) -> Void)? = nil) -> Self {
                                                                                                                                                                                              ^
AppKit.NSTableCellView:2:12: note: type declared here
open class NSTableCellView : NSView {
           ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Convenience/NSTableView+Extensions.swift:18:99: warning: static property 'effectFade' cannot be used in a default argument value because 'AppKit' was not imported by this file; this is an error in Swift 6
    public func bind(to tableView: NSTableView, animationOptions: NSTableView.AnimationOptions = .effectFade, sectionOffset: Int = 0, animated: Bool = false, cellViewConfigurationHandler: ((NSTableCellView, IndexPath) -> Void)? = nil) -> Self {
                                                                                                  ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Convenience/NSTableView+Extensions.swift:18:99: note: The missing import of module 'AppKit' will be added implicitly
    public func bind(to tableView: NSTableView, animationOptions: NSTableView.AnimationOptions = .effectFade, sectionOffset: Int = 0, animated: Bool = false, cellViewConfigurationHandler: ((NSTableCellView, IndexPath) -> Void)? = nil) -> Self {
                                                                                                  ^
[28/28] Compiling AlecrimCoreData UICollectionView+Extensions.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Convenience/NSTableView+Extensions.swift:18:36: warning: cannot use class 'NSTableView' here; 'AppKit' was not imported by this file
    public func bind(to tableView: NSTableView, animationOptions: NSTableView.AnimationOptions = .effectFade, sectionOffset: Int = 0, animated: Bool = false, cellViewConfigurationHandler: ((NSTableCellView, IndexPath) -> Void)? = nil) -> Self {
                                   ^
AppKit.NSTableView:1:12: note: type declared here
open class NSTableView : NSControl, NSUserInterfaceValidations, NSTextViewDelegate, NSDraggingSource, NSAccessibilityTable {
           ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Convenience/NSTableView+Extensions.swift:18:67: warning: cannot use class 'NSTableView' here; 'AppKit' was not imported by this file
    public func bind(to tableView: NSTableView, animationOptions: NSTableView.AnimationOptions = .effectFade, sectionOffset: Int = 0, animated: Bool = false, cellViewConfigurationHandler: ((NSTableCellView, IndexPath) -> Void)? = nil) -> Self {
                                                                  ^
AppKit.NSTableView:1:12: note: type declared here
open class NSTableView : NSControl, NSUserInterfaceValidations, NSTextViewDelegate, NSDraggingSource, NSAccessibilityTable {
           ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Convenience/NSTableView+Extensions.swift:18:191: warning: cannot use class 'NSTableCellView' here; 'AppKit' was not imported by this file
    public func bind(to tableView: NSTableView, animationOptions: NSTableView.AnimationOptions = .effectFade, sectionOffset: Int = 0, animated: Bool = false, cellViewConfigurationHandler: ((NSTableCellView, IndexPath) -> Void)? = nil) -> Self {
                                                                                                                                                                                              ^
AppKit.NSTableCellView:2:12: note: type declared here
open class NSTableCellView : NSView {
           ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Convenience/NSTableView+Extensions.swift:18:99: warning: static property 'effectFade' cannot be used in a default argument value because 'AppKit' was not imported by this file; this is an error in Swift 6
    public func bind(to tableView: NSTableView, animationOptions: NSTableView.AnimationOptions = .effectFade, sectionOffset: Int = 0, animated: Bool = false, cellViewConfigurationHandler: ((NSTableCellView, IndexPath) -> Void)? = nil) -> Self {
                                                                                                  ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Convenience/NSTableView+Extensions.swift:18:99: note: The missing import of module 'AppKit' will be added implicitly
    public func bind(to tableView: NSTableView, animationOptions: NSTableView.AnimationOptions = .effectFade, sectionOffset: Int = 0, animated: Bool = false, cellViewConfigurationHandler: ((NSTableCellView, IndexPath) -> Void)? = nil) -> Self {
                                                                                                  ^
Build complete! (6.76s)
Build complete.
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.