The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CoreResolve, reference main (168537), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 08:29:49 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/theappstudiollc/CoreResolve.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/theappstudiollc/CoreResolve
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 168537e Update FUNDING.yml
Cloned https://github.com/theappstudiollc/CoreResolve.git
Revision (git rev-parse @):
168537e76a9ba1e94dcc2acbfe6d9aa9abc7036f
SUCCESS checkout https://github.com/theappstudiollc/CoreResolve.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/theappstudiollc/CoreResolve.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Write swift-version-1EA4D86E10B52AF.txt
[2/3] Compiling CoreResolve_ObjC CRKObjectiveC.m
[4/110] Emitting module CoreResolve
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Common/CoreAsynchronousOperation.swift:93:59: warning: 'self' refers to the method 'CoreAsynchronousOperation.self', which may be unexpected
 91 |
 92 | 	/// Concurrent queue for synchronizing access to `state` and `finishClosures`
 93 | 	fileprivate let queue = DispatchQueue(label: "\(type(of: self)).queue", attributes: .concurrent)
    |                                                           |- warning: 'self' refers to the method 'CoreAsynchronousOperation.self', which may be unexpected
    |                                                           `- note: use 'CoreAsynchronousOperation.self' to silence this warning
 94 |
 95 | 	/// Private backing store for `state`
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Common/CoreAsynchronousOperation.swift:28:12: warning: class 'CoreAsynchronousOperation' must restate inherited '@unchecked Sendable' conformance
 26 |
 27 | /// Operation subclass that is explicitly asynchronous and supports operation bridging
 28 | open class CoreAsynchronousOperation: Operation, CoreAsynchronousOperationLinking {
    |            `- warning: class 'CoreAsynchronousOperation' must restate inherited '@unchecked Sendable' conformance
 29 |
 30 | 	// MARK: - Public methods
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreAPI/CoreAPIOperation.swift:21:12: warning: class 'CoreAPIOperation' must restate inherited '@unchecked Sendable' conformance
19 | //
20 |
21 | open class CoreAPIOperation<APIRequest>: CoreAsynchronousOperation where APIRequest: CoreAPIRequest {
   |            `- warning: class 'CoreAPIOperation' must restate inherited '@unchecked Sendable' conformance
22 |
23 | 	public typealias CoreAPIRequestTaskResult = Result<APIRequest.ResponseDataType, CoreAPIError>
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLocation/Extensions-CoreLocation.swift:46:1: warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocols 'Equatable', 'Hashable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
44 | }
45 |
46 | extension CLLocationCoordinate2D: Equatable, Hashable { // So that we can use CLLocationCoordinate2D as keys in a Dictionary
   | |- warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocols 'Equatable', 'Hashable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
47 |
48 | 	public static func == (left: CLLocationCoordinate2D, right: CLLocationCoordinate2D) -> Bool {
[5/121] Compiling CoreResolve BasicSQLiteCoreDataStackConfigurationProvider.swift
[6/121] Compiling CoreResolve CoreDataContextPool.swift
[7/121] Compiling CoreResolve CoreDataManager.swift
[8/121] Compiling CoreResolve CoreDataService.swift
[9/121] Compiling CoreResolve CoreDataStack.swift
[10/121] Compiling CoreResolve CoreDataStackConfigurationProviding.swift
[11/121] Compiling CoreResolve CoreDataStackError.swift
[12/121] Compiling CoreResolve CoreTableDataSource.swift
[13/121] Compiling CoreResolve FetchedResultsControllerDataSource.swift
[14/121] Compiling CoreResolve FetchedResultsControllerPrefetchDataSource.swift
[15/121] Compiling CoreResolve ManagedObject-Extensions.swift
[16/121] Compiling CoreResolve MultiContextCoreDataStack.swift
[17/121] Compiling CoreResolve CoreTableDataSource-UIKit.swift
[18/121] Compiling CoreResolve CoreTableViewDataSource-UIKit.swift
[19/121] Compiling CoreResolve Extensions-UIKit.swift
[20/121] Compiling CoreResolve GradientView.swift
[21/121] Compiling CoreResolve ParallaxProxyView.swift
[22/121] Compiling CoreResolve TouchForwardingView.swift
[23/121] Compiling CoreResolve UIViewController-CorePrints.swift
[24/121] Compiling CoreResolve CoreNotification.swift
[25/121] Compiling CoreResolve CoreNotificationProviding.swift
[26/121] Compiling CoreResolve CoreRemoteNotificationAdapter.swift
[27/121] Compiling CoreResolve UserNotificationManager.swift
[28/121] Compiling CoreResolve MultiCoordinatorSynchronouslyMergingCoreDataStack.swift
[29/121] Compiling CoreResolve PrefetchDataSource.swift
[30/121] Compiling CoreResolve SingleCoordinatorAsynchronouslyMergingCoreDataStack.swift
[31/121] Compiling CoreResolve SingleCoordinatorSynchronouslyMergingCoreDataStack.swift
[32/121] Compiling CoreResolve SynchronouslyMergingCoreDataStack.swift
[33/121] Compiling CoreResolve CoreFileStoreManagerUrlProvider.swift
[34/121] Compiling CoreResolve CoreFileStoreManagerUrlProviding.swift
[35/121] Compiling CoreResolve CoreFileStoreService.swift
[36/121] Compiling CoreResolve CoreFileStoreServiceError.swift
[37/121] Compiling CoreResolve FileStoreManager.swift
[38/121] Compiling CoreResolve BoundingConstraints.swift
[39/121] Compiling CoreResolve CoreColumnLayoutAware.swift
[40/121] Compiling CoreResolve LegacyUserNotificationManager-UIKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Platforms/macOS/CoreCollectionViewDataSource-AppKit.swift:95:9: warning: capture of non-sendable type 'ResultType.Type' in an isolated closure
 93 | 			}
 94 | 		}) { (finished) in
 95 | 			self.fetchedResultItemChanges = nil
    |         `- warning: capture of non-sendable type 'ResultType.Type' in an isolated closure
 96 | 			self.fetchedResultSectionChanges = nil
 97 | 		}
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Platforms/macOS/CoreCollectionViewDataSource-AppKit.swift:60:21: warning: capture of non-sendable type 'ResultType.Type' in an isolated closure
 58 | 	// MARK: - NSFetchedResultsControllerDelegate methods
 59 |
 60 | 	open override func controllerDidChangeContent(_ controller: NSFetchedResultsController<NSFetchRequestResult>) {
    |                     `- warning: capture of non-sendable type 'ResultType.Type' in an isolated closure
 61 | 		collectionView.performBatchUpdates({
 62 | 			if let sectionChanges = fetchedResultSectionChanges {
[41/121] Compiling CoreResolve CoreCollectionViewDataSource-AppKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Platforms/macOS/CoreCollectionViewDataSource-AppKit.swift:95:9: warning: capture of non-sendable type 'ResultType.Type' in an isolated closure
 93 | 			}
 94 | 		}) { (finished) in
 95 | 			self.fetchedResultItemChanges = nil
    |         `- warning: capture of non-sendable type 'ResultType.Type' in an isolated closure
 96 | 			self.fetchedResultSectionChanges = nil
 97 | 		}
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Platforms/macOS/CoreCollectionViewDataSource-AppKit.swift:60:21: warning: capture of non-sendable type 'ResultType.Type' in an isolated closure
 58 | 	// MARK: - NSFetchedResultsControllerDelegate methods
 59 |
 60 | 	open override func controllerDidChangeContent(_ controller: NSFetchedResultsController<NSFetchRequestResult>) {
    |                     `- warning: capture of non-sendable type 'ResultType.Type' in an isolated closure
 61 | 		collectionView.performBatchUpdates({
 62 | 			if let sectionChanges = fetchedResultSectionChanges {
[42/121] Compiling CoreResolve CoreTableDataSource-AppKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Platforms/macOS/CoreCollectionViewDataSource-AppKit.swift:95:9: warning: capture of non-sendable type 'ResultType.Type' in an isolated closure
 93 | 			}
 94 | 		}) { (finished) in
 95 | 			self.fetchedResultItemChanges = nil
    |         `- warning: capture of non-sendable type 'ResultType.Type' in an isolated closure
 96 | 			self.fetchedResultSectionChanges = nil
 97 | 		}
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Platforms/macOS/CoreCollectionViewDataSource-AppKit.swift:60:21: warning: capture of non-sendable type 'ResultType.Type' in an isolated closure
 58 | 	// MARK: - NSFetchedResultsControllerDelegate methods
 59 |
 60 | 	open override func controllerDidChangeContent(_ controller: NSFetchedResultsController<NSFetchRequestResult>) {
    |                     `- warning: capture of non-sendable type 'ResultType.Type' in an isolated closure
 61 | 		collectionView.performBatchUpdates({
 62 | 			if let sectionChanges = fetchedResultSectionChanges {
[43/121] Compiling CoreResolve CoreTableViewDataSource-AppKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Platforms/macOS/CoreCollectionViewDataSource-AppKit.swift:95:9: warning: capture of non-sendable type 'ResultType.Type' in an isolated closure
 93 | 			}
 94 | 		}) { (finished) in
 95 | 			self.fetchedResultItemChanges = nil
    |         `- warning: capture of non-sendable type 'ResultType.Type' in an isolated closure
 96 | 			self.fetchedResultSectionChanges = nil
 97 | 		}
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Platforms/macOS/CoreCollectionViewDataSource-AppKit.swift:60:21: warning: capture of non-sendable type 'ResultType.Type' in an isolated closure
 58 | 	// MARK: - NSFetchedResultsControllerDelegate methods
 59 |
 60 | 	open override func controllerDidChangeContent(_ controller: NSFetchedResultsController<NSFetchRequestResult>) {
    |                     `- warning: capture of non-sendable type 'ResultType.Type' in an isolated closure
 61 | 		collectionView.performBatchUpdates({
 62 | 			if let sectionChanges = fetchedResultSectionChanges {
[44/121] Compiling CoreResolve Extensions-AppKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Platforms/macOS/CoreCollectionViewDataSource-AppKit.swift:95:9: warning: capture of non-sendable type 'ResultType.Type' in an isolated closure
 93 | 			}
 94 | 		}) { (finished) in
 95 | 			self.fetchedResultItemChanges = nil
    |         `- warning: capture of non-sendable type 'ResultType.Type' in an isolated closure
 96 | 			self.fetchedResultSectionChanges = nil
 97 | 		}
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Platforms/macOS/CoreCollectionViewDataSource-AppKit.swift:60:21: warning: capture of non-sendable type 'ResultType.Type' in an isolated closure
 58 | 	// MARK: - NSFetchedResultsControllerDelegate methods
 59 |
 60 | 	open override func controllerDidChangeContent(_ controller: NSFetchedResultsController<NSFetchRequestResult>) {
    |                     `- warning: capture of non-sendable type 'ResultType.Type' in an isolated closure
 61 | 		collectionView.performBatchUpdates({
 62 | 			if let sectionChanges = fetchedResultSectionChanges {
[45/121] Compiling CoreResolve LegacyUserNotificationManager-AppKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Platforms/macOS/CoreCollectionViewDataSource-AppKit.swift:95:9: warning: capture of non-sendable type 'ResultType.Type' in an isolated closure
 93 | 			}
 94 | 		}) { (finished) in
 95 | 			self.fetchedResultItemChanges = nil
    |         `- warning: capture of non-sendable type 'ResultType.Type' in an isolated closure
 96 | 			self.fetchedResultSectionChanges = nil
 97 | 		}
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Platforms/macOS/CoreCollectionViewDataSource-AppKit.swift:60:21: warning: capture of non-sendable type 'ResultType.Type' in an isolated closure
 58 | 	// MARK: - NSFetchedResultsControllerDelegate methods
 59 |
 60 | 	open override func controllerDidChangeContent(_ controller: NSFetchedResultsController<NSFetchRequestResult>) {
    |                     `- warning: capture of non-sendable type 'ResultType.Type' in an isolated closure
 61 | 		collectionView.performBatchUpdates({
 62 | 			if let sectionChanges = fetchedResultSectionChanges {
[46/121] Compiling CoreResolve NSViewController-CorePrints.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Platforms/macOS/CoreCollectionViewDataSource-AppKit.swift:95:9: warning: capture of non-sendable type 'ResultType.Type' in an isolated closure
 93 | 			}
 94 | 		}) { (finished) in
 95 | 			self.fetchedResultItemChanges = nil
    |         `- warning: capture of non-sendable type 'ResultType.Type' in an isolated closure
 96 | 			self.fetchedResultSectionChanges = nil
 97 | 		}
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Platforms/macOS/CoreCollectionViewDataSource-AppKit.swift:60:21: warning: capture of non-sendable type 'ResultType.Type' in an isolated closure
 58 | 	// MARK: - NSFetchedResultsControllerDelegate methods
 59 |
 60 | 	open override func controllerDidChangeContent(_ controller: NSFetchedResultsController<NSFetchRequestResult>) {
    |                     `- warning: capture of non-sendable type 'ResultType.Type' in an isolated closure
 61 | 		collectionView.performBatchUpdates({
 62 | 			if let sectionChanges = fetchedResultSectionChanges {
[47/121] Compiling CoreResolve CoreTableDataSource-WatchKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Platforms/macOS/CoreCollectionViewDataSource-AppKit.swift:95:9: warning: capture of non-sendable type 'ResultType.Type' in an isolated closure
 93 | 			}
 94 | 		}) { (finished) in
 95 | 			self.fetchedResultItemChanges = nil
    |         `- warning: capture of non-sendable type 'ResultType.Type' in an isolated closure
 96 | 			self.fetchedResultSectionChanges = nil
 97 | 		}
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Platforms/macOS/CoreCollectionViewDataSource-AppKit.swift:60:21: warning: capture of non-sendable type 'ResultType.Type' in an isolated closure
 58 | 	// MARK: - NSFetchedResultsControllerDelegate methods
 59 |
 60 | 	open override func controllerDidChangeContent(_ controller: NSFetchedResultsController<NSFetchRequestResult>) {
    |                     `- warning: capture of non-sendable type 'ResultType.Type' in an isolated closure
 61 | 		collectionView.performBatchUpdates({
 62 | 			if let sectionChanges = fetchedResultSectionChanges {
[48/121] Compiling CoreResolve CoreUserNotificationInterfaceController.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Platforms/macOS/CoreCollectionViewDataSource-AppKit.swift:95:9: warning: capture of non-sendable type 'ResultType.Type' in an isolated closure
 93 | 			}
 94 | 		}) { (finished) in
 95 | 			self.fetchedResultItemChanges = nil
    |         `- warning: capture of non-sendable type 'ResultType.Type' in an isolated closure
 96 | 			self.fetchedResultSectionChanges = nil
 97 | 		}
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Platforms/macOS/CoreCollectionViewDataSource-AppKit.swift:60:21: warning: capture of non-sendable type 'ResultType.Type' in an isolated closure
 58 | 	// MARK: - NSFetchedResultsControllerDelegate methods
 59 |
 60 | 	open override func controllerDidChangeContent(_ controller: NSFetchedResultsController<NSFetchRequestResult>) {
    |                     `- warning: capture of non-sendable type 'ResultType.Type' in an isolated closure
 61 | 		collectionView.performBatchUpdates({
 62 | 			if let sectionChanges = fetchedResultSectionChanges {
[49/121] Compiling CoreResolve Extensions-watchOS.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Platforms/macOS/CoreCollectionViewDataSource-AppKit.swift:95:9: warning: capture of non-sendable type 'ResultType.Type' in an isolated closure
 93 | 			}
 94 | 		}) { (finished) in
 95 | 			self.fetchedResultItemChanges = nil
    |         `- warning: capture of non-sendable type 'ResultType.Type' in an isolated closure
 96 | 			self.fetchedResultSectionChanges = nil
 97 | 		}
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Platforms/macOS/CoreCollectionViewDataSource-AppKit.swift:60:21: warning: capture of non-sendable type 'ResultType.Type' in an isolated closure
 58 | 	// MARK: - NSFetchedResultsControllerDelegate methods
 59 |
 60 | 	open override func controllerDidChangeContent(_ controller: NSFetchedResultsController<NSFetchRequestResult>) {
    |                     `- warning: capture of non-sendable type 'ResultType.Type' in an isolated closure
 61 | 		collectionView.performBatchUpdates({
 62 | 			if let sectionChanges = fetchedResultSectionChanges {
[50/121] Compiling CoreResolve WKInterfaceController-CorePrints.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Platforms/macOS/CoreCollectionViewDataSource-AppKit.swift:95:9: warning: capture of non-sendable type 'ResultType.Type' in an isolated closure
 93 | 			}
 94 | 		}) { (finished) in
 95 | 			self.fetchedResultItemChanges = nil
    |         `- warning: capture of non-sendable type 'ResultType.Type' in an isolated closure
 96 | 			self.fetchedResultSectionChanges = nil
 97 | 		}
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Platforms/macOS/CoreCollectionViewDataSource-AppKit.swift:60:21: warning: capture of non-sendable type 'ResultType.Type' in an isolated closure
 58 | 	// MARK: - NSFetchedResultsControllerDelegate methods
 59 |
 60 | 	open override func controllerDidChangeContent(_ controller: NSFetchedResultsController<NSFetchRequestResult>) {
    |                     `- warning: capture of non-sendable type 'ResultType.Type' in an isolated closure
 61 | 		collectionView.performBatchUpdates({
 62 | 			if let sectionChanges = fetchedResultSectionChanges {
[51/121] Compiling CoreResolve AppIconService.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Platforms/macOS/CoreCollectionViewDataSource-AppKit.swift:95:9: warning: capture of non-sendable type 'ResultType.Type' in an isolated closure
 93 | 			}
 94 | 		}) { (finished) in
 95 | 			self.fetchedResultItemChanges = nil
    |         `- warning: capture of non-sendable type 'ResultType.Type' in an isolated closure
 96 | 			self.fetchedResultSectionChanges = nil
 97 | 		}
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Platforms/macOS/CoreCollectionViewDataSource-AppKit.swift:60:21: warning: capture of non-sendable type 'ResultType.Type' in an isolated closure
 58 | 	// MARK: - NSFetchedResultsControllerDelegate methods
 59 |
 60 | 	open override func controllerDidChangeContent(_ controller: NSFetchedResultsController<NSFetchRequestResult>) {
    |                     `- warning: capture of non-sendable type 'ResultType.Type' in an isolated closure
 61 | 		collectionView.performBatchUpdates({
 62 | 			if let sectionChanges = fetchedResultSectionChanges {
[52/121] Compiling CoreResolve CollectionChanges.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Common/CoreAsynchronousOperation.swift:93:59: warning: 'self' refers to the method 'CoreAsynchronousOperation.self', which may be unexpected
 91 |
 92 | 	/// Concurrent queue for synchronizing access to `state` and `finishClosures`
 93 | 	fileprivate let queue = DispatchQueue(label: "\(type(of: self)).queue", attributes: .concurrent)
    |                                                           |- warning: 'self' refers to the method 'CoreAsynchronousOperation.self', which may be unexpected
    |                                                           `- note: use 'CoreAsynchronousOperation.self' to silence this warning
 94 |
 95 | 	/// Private backing store for `state`
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Common/CoreAsynchronousOperation.swift:28:12: warning: class 'CoreAsynchronousOperation' must restate inherited '@unchecked Sendable' conformance
 26 |
 27 | /// Operation subclass that is explicitly asynchronous and supports operation bridging
 28 | open class CoreAsynchronousOperation: Operation, CoreAsynchronousOperationLinking {
    |            `- warning: class 'CoreAsynchronousOperation' must restate inherited '@unchecked Sendable' conformance
 29 |
 30 | 	// MARK: - Public methods
[53/121] Compiling CoreResolve CoreAsynchronousOperation.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Common/CoreAsynchronousOperation.swift:93:59: warning: 'self' refers to the method 'CoreAsynchronousOperation.self', which may be unexpected
 91 |
 92 | 	/// Concurrent queue for synchronizing access to `state` and `finishClosures`
 93 | 	fileprivate let queue = DispatchQueue(label: "\(type(of: self)).queue", attributes: .concurrent)
    |                                                           |- warning: 'self' refers to the method 'CoreAsynchronousOperation.self', which may be unexpected
    |                                                           `- note: use 'CoreAsynchronousOperation.self' to silence this warning
 94 |
 95 | 	/// Private backing store for `state`
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Common/CoreAsynchronousOperation.swift:28:12: warning: class 'CoreAsynchronousOperation' must restate inherited '@unchecked Sendable' conformance
 26 |
 27 | /// Operation subclass that is explicitly asynchronous and supports operation bridging
 28 | open class CoreAsynchronousOperation: Operation, CoreAsynchronousOperationLinking {
    |            `- warning: class 'CoreAsynchronousOperation' must restate inherited '@unchecked Sendable' conformance
 29 |
 30 | 	// MARK: - Public methods
[54/121] Compiling CoreResolve CoreCellDequeuing.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Common/CoreAsynchronousOperation.swift:93:59: warning: 'self' refers to the method 'CoreAsynchronousOperation.self', which may be unexpected
 91 |
 92 | 	/// Concurrent queue for synchronizing access to `state` and `finishClosures`
 93 | 	fileprivate let queue = DispatchQueue(label: "\(type(of: self)).queue", attributes: .concurrent)
    |                                                           |- warning: 'self' refers to the method 'CoreAsynchronousOperation.self', which may be unexpected
    |                                                           `- note: use 'CoreAsynchronousOperation.self' to silence this warning
 94 |
 95 | 	/// Private backing store for `state`
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Common/CoreAsynchronousOperation.swift:28:12: warning: class 'CoreAsynchronousOperation' must restate inherited '@unchecked Sendable' conformance
 26 |
 27 | /// Operation subclass that is explicitly asynchronous and supports operation bridging
 28 | open class CoreAsynchronousOperation: Operation, CoreAsynchronousOperationLinking {
    |            `- warning: class 'CoreAsynchronousOperation' must restate inherited '@unchecked Sendable' conformance
 29 |
 30 | 	// MARK: - Public methods
[55/121] Compiling CoreResolve CoreCollectionViewCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Common/CoreAsynchronousOperation.swift:93:59: warning: 'self' refers to the method 'CoreAsynchronousOperation.self', which may be unexpected
 91 |
 92 | 	/// Concurrent queue for synchronizing access to `state` and `finishClosures`
 93 | 	fileprivate let queue = DispatchQueue(label: "\(type(of: self)).queue", attributes: .concurrent)
    |                                                           |- warning: 'self' refers to the method 'CoreAsynchronousOperation.self', which may be unexpected
    |                                                           `- note: use 'CoreAsynchronousOperation.self' to silence this warning
 94 |
 95 | 	/// Private backing store for `state`
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Common/CoreAsynchronousOperation.swift:28:12: warning: class 'CoreAsynchronousOperation' must restate inherited '@unchecked Sendable' conformance
 26 |
 27 | /// Operation subclass that is explicitly asynchronous and supports operation bridging
 28 | open class CoreAsynchronousOperation: Operation, CoreAsynchronousOperationLinking {
    |            `- warning: class 'CoreAsynchronousOperation' must restate inherited '@unchecked Sendable' conformance
 29 |
 30 | 	// MARK: - Public methods
[56/121] Compiling CoreResolve CoreCollectionViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Common/CoreAsynchronousOperation.swift:93:59: warning: 'self' refers to the method 'CoreAsynchronousOperation.self', which may be unexpected
 91 |
 92 | 	/// Concurrent queue for synchronizing access to `state` and `finishClosures`
 93 | 	fileprivate let queue = DispatchQueue(label: "\(type(of: self)).queue", attributes: .concurrent)
    |                                                           |- warning: 'self' refers to the method 'CoreAsynchronousOperation.self', which may be unexpected
    |                                                           `- note: use 'CoreAsynchronousOperation.self' to silence this warning
 94 |
 95 | 	/// Private backing store for `state`
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Common/CoreAsynchronousOperation.swift:28:12: warning: class 'CoreAsynchronousOperation' must restate inherited '@unchecked Sendable' conformance
 26 |
 27 | /// Operation subclass that is explicitly asynchronous and supports operation bridging
 28 | open class CoreAsynchronousOperation: Operation, CoreAsynchronousOperationLinking {
    |            `- warning: class 'CoreAsynchronousOperation' must restate inherited '@unchecked Sendable' conformance
 29 |
 30 | 	// MARK: - Public methods
[57/121] Compiling CoreResolve CoreContainerViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Common/CoreAsynchronousOperation.swift:93:59: warning: 'self' refers to the method 'CoreAsynchronousOperation.self', which may be unexpected
 91 |
 92 | 	/// Concurrent queue for synchronizing access to `state` and `finishClosures`
 93 | 	fileprivate let queue = DispatchQueue(label: "\(type(of: self)).queue", attributes: .concurrent)
    |                                                           |- warning: 'self' refers to the method 'CoreAsynchronousOperation.self', which may be unexpected
    |                                                           `- note: use 'CoreAsynchronousOperation.self' to silence this warning
 94 |
 95 | 	/// Private backing store for `state`
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Common/CoreAsynchronousOperation.swift:28:12: warning: class 'CoreAsynchronousOperation' must restate inherited '@unchecked Sendable' conformance
 26 |
 27 | /// Operation subclass that is explicitly asynchronous and supports operation bridging
 28 | open class CoreAsynchronousOperation: Operation, CoreAsynchronousOperationLinking {
    |            `- warning: class 'CoreAsynchronousOperation' must restate inherited '@unchecked Sendable' conformance
 29 |
 30 | 	// MARK: - Public methods
[58/121] Compiling CoreResolve CoreContainerViewControllerError.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Common/CoreAsynchronousOperation.swift:93:59: warning: 'self' refers to the method 'CoreAsynchronousOperation.self', which may be unexpected
 91 |
 92 | 	/// Concurrent queue for synchronizing access to `state` and `finishClosures`
 93 | 	fileprivate let queue = DispatchQueue(label: "\(type(of: self)).queue", attributes: .concurrent)
    |                                                           |- warning: 'self' refers to the method 'CoreAsynchronousOperation.self', which may be unexpected
    |                                                           `- note: use 'CoreAsynchronousOperation.self' to silence this warning
 94 |
 95 | 	/// Private backing store for `state`
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Common/CoreAsynchronousOperation.swift:28:12: warning: class 'CoreAsynchronousOperation' must restate inherited '@unchecked Sendable' conformance
 26 |
 27 | /// Operation subclass that is explicitly asynchronous and supports operation bridging
 28 | open class CoreAsynchronousOperation: Operation, CoreAsynchronousOperationLinking {
    |            `- warning: class 'CoreAsynchronousOperation' must restate inherited '@unchecked Sendable' conformance
 29 |
 30 | 	// MARK: - Public methods
[59/121] Compiling CoreResolve CoreDecoding.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Common/CoreAsynchronousOperation.swift:93:59: warning: 'self' refers to the method 'CoreAsynchronousOperation.self', which may be unexpected
 91 |
 92 | 	/// Concurrent queue for synchronizing access to `state` and `finishClosures`
 93 | 	fileprivate let queue = DispatchQueue(label: "\(type(of: self)).queue", attributes: .concurrent)
    |                                                           |- warning: 'self' refers to the method 'CoreAsynchronousOperation.self', which may be unexpected
    |                                                           `- note: use 'CoreAsynchronousOperation.self' to silence this warning
 94 |
 95 | 	/// Private backing store for `state`
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Common/CoreAsynchronousOperation.swift:28:12: warning: class 'CoreAsynchronousOperation' must restate inherited '@unchecked Sendable' conformance
 26 |
 27 | /// Operation subclass that is explicitly asynchronous and supports operation bridging
 28 | open class CoreAsynchronousOperation: Operation, CoreAsynchronousOperationLinking {
    |            `- warning: class 'CoreAsynchronousOperation' must restate inherited '@unchecked Sendable' conformance
 29 |
 30 | 	// MARK: - Public methods
[60/121] Compiling CoreResolve CoreEncoding.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Common/CoreAsynchronousOperation.swift:93:59: warning: 'self' refers to the method 'CoreAsynchronousOperation.self', which may be unexpected
 91 |
 92 | 	/// Concurrent queue for synchronizing access to `state` and `finishClosures`
 93 | 	fileprivate let queue = DispatchQueue(label: "\(type(of: self)).queue", attributes: .concurrent)
    |                                                           |- warning: 'self' refers to the method 'CoreAsynchronousOperation.self', which may be unexpected
    |                                                           `- note: use 'CoreAsynchronousOperation.self' to silence this warning
 94 |
 95 | 	/// Private backing store for `state`
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Common/CoreAsynchronousOperation.swift:28:12: warning: class 'CoreAsynchronousOperation' must restate inherited '@unchecked Sendable' conformance
 26 |
 27 | /// Operation subclass that is explicitly asynchronous and supports operation bridging
 28 | open class CoreAsynchronousOperation: Operation, CoreAsynchronousOperationLinking {
    |            `- warning: class 'CoreAsynchronousOperation' must restate inherited '@unchecked Sendable' conformance
 29 |
 30 | 	// MARK: - Public methods
[61/121] Compiling CoreResolve CoreFactoryService.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Common/CoreAsynchronousOperation.swift:93:59: warning: 'self' refers to the method 'CoreAsynchronousOperation.self', which may be unexpected
 91 |
 92 | 	/// Concurrent queue for synchronizing access to `state` and `finishClosures`
 93 | 	fileprivate let queue = DispatchQueue(label: "\(type(of: self)).queue", attributes: .concurrent)
    |                                                           |- warning: 'self' refers to the method 'CoreAsynchronousOperation.self', which may be unexpected
    |                                                           `- note: use 'CoreAsynchronousOperation.self' to silence this warning
 94 |
 95 | 	/// Private backing store for `state`
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Common/CoreAsynchronousOperation.swift:28:12: warning: class 'CoreAsynchronousOperation' must restate inherited '@unchecked Sendable' conformance
 26 |
 27 | /// Operation subclass that is explicitly asynchronous and supports operation bridging
 28 | open class CoreAsynchronousOperation: Operation, CoreAsynchronousOperationLinking {
    |            `- warning: class 'CoreAsynchronousOperation' must restate inherited '@unchecked Sendable' conformance
 29 |
 30 | 	// MARK: - Public methods
[62/121] Compiling CoreResolve CoreFactoryServiceError.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Common/CoreAsynchronousOperation.swift:93:59: warning: 'self' refers to the method 'CoreAsynchronousOperation.self', which may be unexpected
 91 |
 92 | 	/// Concurrent queue for synchronizing access to `state` and `finishClosures`
 93 | 	fileprivate let queue = DispatchQueue(label: "\(type(of: self)).queue", attributes: .concurrent)
    |                                                           |- warning: 'self' refers to the method 'CoreAsynchronousOperation.self', which may be unexpected
    |                                                           `- note: use 'CoreAsynchronousOperation.self' to silence this warning
 94 |
 95 | 	/// Private backing store for `state`
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Common/CoreAsynchronousOperation.swift:28:12: warning: class 'CoreAsynchronousOperation' must restate inherited '@unchecked Sendable' conformance
 26 |
 27 | /// Operation subclass that is explicitly asynchronous and supports operation bridging
 28 | open class CoreAsynchronousOperation: Operation, CoreAsynchronousOperationLinking {
    |            `- warning: class 'CoreAsynchronousOperation' must restate inherited '@unchecked Sendable' conformance
 29 |
 30 | 	// MARK: - Public methods
[63/121] Compiling CoreResolve CorePrints.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Common/CoreAsynchronousOperation.swift:93:59: warning: 'self' refers to the method 'CoreAsynchronousOperation.self', which may be unexpected
 91 |
 92 | 	/// Concurrent queue for synchronizing access to `state` and `finishClosures`
 93 | 	fileprivate let queue = DispatchQueue(label: "\(type(of: self)).queue", attributes: .concurrent)
    |                                                           |- warning: 'self' refers to the method 'CoreAsynchronousOperation.self', which may be unexpected
    |                                                           `- note: use 'CoreAsynchronousOperation.self' to silence this warning
 94 |
 95 | 	/// Private backing store for `state`
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Common/CoreAsynchronousOperation.swift:28:12: warning: class 'CoreAsynchronousOperation' must restate inherited '@unchecked Sendable' conformance
 26 |
 27 | /// Operation subclass that is explicitly asynchronous and supports operation bridging
 28 | open class CoreAsynchronousOperation: Operation, CoreAsynchronousOperationLinking {
    |            `- warning: class 'CoreAsynchronousOperation' must restate inherited '@unchecked Sendable' conformance
 29 |
 30 | 	// MARK: - Public methods
[64/121] Compiling CoreResolve MultipeerSessionManager.swift
[65/121] Compiling CoreResolve MultipeerSessionManagerDelegate.swift
[66/121] Compiling CoreResolve MultipeerSessionProviding.swift
[67/121] Compiling CoreResolve MultipeerSessionProvidingDelegate.swift
[68/121] Compiling CoreResolve CoreAnimatedTransition.swift
[69/121] Compiling CoreResolve CoreCollectionViewDataSource-UIKit.swift
[70/121] Compiling CoreResolve CoreInteractiveTransition.swift
[71/121] Compiling CoreResolve CoreNavigationController.swift
[72/121] Compiling CoreResolve CoreScalableLabel.swift
[73/121] Compiling CoreResolve CoreSplitViewController.swift
[74/121] Compiling CoreResolve CoreStoryboardSegue.swift
[75/121] Compiling CoreResolve Extensions-CoreLocation.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLocation/Extensions-CoreLocation.swift:46:1: warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocols 'Equatable', 'Hashable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
44 | }
45 |
46 | extension CLLocationCoordinate2D: Equatable, Hashable { // So that we can use CLLocationCoordinate2D as keys in a Dictionary
   | |- warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocols 'Equatable', 'Hashable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
47 |
48 | 	public static func == (left: CLLocationCoordinate2D, right: CLLocationCoordinate2D) -> Bool {
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Logging/LogManager.swift:49:5: warning: '_swift_os_log' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
 47 | 			// Since dladdr is in libc, it is safe to unsafeBitCast the cstring argument type.
 48 | 			buffer.baseAddress!.withMemoryRebound(to: CChar.self, capacity: buffer.count) { str in
 49 | 				_swift_os_log(dso, returnAddress, osLogger, logType, str, args)
    |     `- warning: '_swift_os_log' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
 50 | 			}
 51 | 		}
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Logging/LogManager.swift:124:23: warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
122 | 		}
123 | 		// os_log() does not support being wrapped in another function, use open-source code to add this capability
124 | 		let returnAddress = _swift_os_log_return_address()
    |                       `- warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
125 | 		withVaList(args) { argList in
126 | 			logAsConfigured(.debug, returnAddress, message, argList)
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Logging/LogManager.swift:137:23: warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
135 | 		}
136 | 		// os_log() does not support being wrapped in another function, use open-source code to add this capability
137 | 		let returnAddress = _swift_os_log_return_address()
    |                       `- warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
138 | 		withVaList(args) { argList in
139 | 			logAsConfigured(level, returnAddress, message, argList)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[76/121] Compiling CoreResolve CoreLoggingService.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLocation/Extensions-CoreLocation.swift:46:1: warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocols 'Equatable', 'Hashable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
44 | }
45 |
46 | extension CLLocationCoordinate2D: Equatable, Hashable { // So that we can use CLLocationCoordinate2D as keys in a Dictionary
   | |- warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocols 'Equatable', 'Hashable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
47 |
48 | 	public static func == (left: CLLocationCoordinate2D, right: CLLocationCoordinate2D) -> Bool {
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Logging/LogManager.swift:49:5: warning: '_swift_os_log' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
 47 | 			// Since dladdr is in libc, it is safe to unsafeBitCast the cstring argument type.
 48 | 			buffer.baseAddress!.withMemoryRebound(to: CChar.self, capacity: buffer.count) { str in
 49 | 				_swift_os_log(dso, returnAddress, osLogger, logType, str, args)
    |     `- warning: '_swift_os_log' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
 50 | 			}
 51 | 		}
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Logging/LogManager.swift:124:23: warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
122 | 		}
123 | 		// os_log() does not support being wrapped in another function, use open-source code to add this capability
124 | 		let returnAddress = _swift_os_log_return_address()
    |                       `- warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
125 | 		withVaList(args) { argList in
126 | 			logAsConfigured(.debug, returnAddress, message, argList)
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Logging/LogManager.swift:137:23: warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
135 | 		}
136 | 		// os_log() does not support being wrapped in another function, use open-source code to add this capability
137 | 		let returnAddress = _swift_os_log_return_address()
    |                       `- warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
138 | 		withVaList(args) { argList in
139 | 			logAsConfigured(level, returnAddress, message, argList)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[77/121] Compiling CoreResolve LogManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLocation/Extensions-CoreLocation.swift:46:1: warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocols 'Equatable', 'Hashable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
44 | }
45 |
46 | extension CLLocationCoordinate2D: Equatable, Hashable { // So that we can use CLLocationCoordinate2D as keys in a Dictionary
   | |- warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocols 'Equatable', 'Hashable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
47 |
48 | 	public static func == (left: CLLocationCoordinate2D, right: CLLocationCoordinate2D) -> Bool {
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Logging/LogManager.swift:49:5: warning: '_swift_os_log' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
 47 | 			// Since dladdr is in libc, it is safe to unsafeBitCast the cstring argument type.
 48 | 			buffer.baseAddress!.withMemoryRebound(to: CChar.self, capacity: buffer.count) { str in
 49 | 				_swift_os_log(dso, returnAddress, osLogger, logType, str, args)
    |     `- warning: '_swift_os_log' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
 50 | 			}
 51 | 		}
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Logging/LogManager.swift:124:23: warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
122 | 		}
123 | 		// os_log() does not support being wrapped in another function, use open-source code to add this capability
124 | 		let returnAddress = _swift_os_log_return_address()
    |                       `- warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
125 | 		withVaList(args) { argList in
126 | 			logAsConfigured(.debug, returnAddress, message, argList)
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Logging/LogManager.swift:137:23: warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
135 | 		}
136 | 		// os_log() does not support being wrapped in another function, use open-source code to add this capability
137 | 		let returnAddress = _swift_os_log_return_address()
    |                       `- warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
138 | 		withVaList(args) { argList in
139 | 			logAsConfigured(level, returnAddress, message, argList)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[78/121] Compiling CoreResolve LogManagerConfigurationProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLocation/Extensions-CoreLocation.swift:46:1: warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocols 'Equatable', 'Hashable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
44 | }
45 |
46 | extension CLLocationCoordinate2D: Equatable, Hashable { // So that we can use CLLocationCoordinate2D as keys in a Dictionary
   | |- warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocols 'Equatable', 'Hashable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
47 |
48 | 	public static func == (left: CLLocationCoordinate2D, right: CLLocationCoordinate2D) -> Bool {
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Logging/LogManager.swift:49:5: warning: '_swift_os_log' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
 47 | 			// Since dladdr is in libc, it is safe to unsafeBitCast the cstring argument type.
 48 | 			buffer.baseAddress!.withMemoryRebound(to: CChar.self, capacity: buffer.count) { str in
 49 | 				_swift_os_log(dso, returnAddress, osLogger, logType, str, args)
    |     `- warning: '_swift_os_log' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
 50 | 			}
 51 | 		}
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Logging/LogManager.swift:124:23: warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
122 | 		}
123 | 		// os_log() does not support being wrapped in another function, use open-source code to add this capability
124 | 		let returnAddress = _swift_os_log_return_address()
    |                       `- warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
125 | 		withVaList(args) { argList in
126 | 			logAsConfigured(.debug, returnAddress, message, argList)
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Logging/LogManager.swift:137:23: warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
135 | 		}
136 | 		// os_log() does not support being wrapped in another function, use open-source code to add this capability
137 | 		let returnAddress = _swift_os_log_return_address()
    |                       `- warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
138 | 		withVaList(args) { argList in
139 | 			logAsConfigured(level, returnAddress, message, argList)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[79/121] Compiling CoreResolve LogManagerConfigurationProviding.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLocation/Extensions-CoreLocation.swift:46:1: warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocols 'Equatable', 'Hashable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
44 | }
45 |
46 | extension CLLocationCoordinate2D: Equatable, Hashable { // So that we can use CLLocationCoordinate2D as keys in a Dictionary
   | |- warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocols 'Equatable', 'Hashable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
47 |
48 | 	public static func == (left: CLLocationCoordinate2D, right: CLLocationCoordinate2D) -> Bool {
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Logging/LogManager.swift:49:5: warning: '_swift_os_log' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
 47 | 			// Since dladdr is in libc, it is safe to unsafeBitCast the cstring argument type.
 48 | 			buffer.baseAddress!.withMemoryRebound(to: CChar.self, capacity: buffer.count) { str in
 49 | 				_swift_os_log(dso, returnAddress, osLogger, logType, str, args)
    |     `- warning: '_swift_os_log' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
 50 | 			}
 51 | 		}
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Logging/LogManager.swift:124:23: warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
122 | 		}
123 | 		// os_log() does not support being wrapped in another function, use open-source code to add this capability
124 | 		let returnAddress = _swift_os_log_return_address()
    |                       `- warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
125 | 		withVaList(args) { argList in
126 | 			logAsConfigured(.debug, returnAddress, message, argList)
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Logging/LogManager.swift:137:23: warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
135 | 		}
136 | 		// os_log() does not support being wrapped in another function, use open-source code to add this capability
137 | 		let returnAddress = _swift_os_log_return_address()
    |                       `- warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
138 | 		withVaList(args) { argList in
139 | 			logAsConfigured(level, returnAddress, message, argList)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[80/121] Compiling CoreResolve MCSession-MultipeerSessionProviding.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLocation/Extensions-CoreLocation.swift:46:1: warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocols 'Equatable', 'Hashable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
44 | }
45 |
46 | extension CLLocationCoordinate2D: Equatable, Hashable { // So that we can use CLLocationCoordinate2D as keys in a Dictionary
   | |- warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocols 'Equatable', 'Hashable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
47 |
48 | 	public static func == (left: CLLocationCoordinate2D, right: CLLocationCoordinate2D) -> Bool {
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Logging/LogManager.swift:49:5: warning: '_swift_os_log' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
 47 | 			// Since dladdr is in libc, it is safe to unsafeBitCast the cstring argument type.
 48 | 			buffer.baseAddress!.withMemoryRebound(to: CChar.self, capacity: buffer.count) { str in
 49 | 				_swift_os_log(dso, returnAddress, osLogger, logType, str, args)
    |     `- warning: '_swift_os_log' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
 50 | 			}
 51 | 		}
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Logging/LogManager.swift:124:23: warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
122 | 		}
123 | 		// os_log() does not support being wrapped in another function, use open-source code to add this capability
124 | 		let returnAddress = _swift_os_log_return_address()
    |                       `- warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
125 | 		withVaList(args) { argList in
126 | 			logAsConfigured(.debug, returnAddress, message, argList)
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Logging/LogManager.swift:137:23: warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
135 | 		}
136 | 		// os_log() does not support being wrapped in another function, use open-source code to add this capability
137 | 		let returnAddress = _swift_os_log_return_address()
    |                       `- warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
138 | 		withVaList(args) { argList in
139 | 			logAsConfigured(level, returnAddress, message, argList)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[81/121] Compiling CoreResolve MultipeerMessageManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLocation/Extensions-CoreLocation.swift:46:1: warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocols 'Equatable', 'Hashable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
44 | }
45 |
46 | extension CLLocationCoordinate2D: Equatable, Hashable { // So that we can use CLLocationCoordinate2D as keys in a Dictionary
   | |- warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocols 'Equatable', 'Hashable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
47 |
48 | 	public static func == (left: CLLocationCoordinate2D, right: CLLocationCoordinate2D) -> Bool {
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Logging/LogManager.swift:49:5: warning: '_swift_os_log' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
 47 | 			// Since dladdr is in libc, it is safe to unsafeBitCast the cstring argument type.
 48 | 			buffer.baseAddress!.withMemoryRebound(to: CChar.self, capacity: buffer.count) { str in
 49 | 				_swift_os_log(dso, returnAddress, osLogger, logType, str, args)
    |     `- warning: '_swift_os_log' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
 50 | 			}
 51 | 		}
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Logging/LogManager.swift:124:23: warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
122 | 		}
123 | 		// os_log() does not support being wrapped in another function, use open-source code to add this capability
124 | 		let returnAddress = _swift_os_log_return_address()
    |                       `- warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
125 | 		withVaList(args) { argList in
126 | 			logAsConfigured(.debug, returnAddress, message, argList)
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Logging/LogManager.swift:137:23: warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
135 | 		}
136 | 		// os_log() does not support being wrapped in another function, use open-source code to add this capability
137 | 		let returnAddress = _swift_os_log_return_address()
    |                       `- warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
138 | 		withVaList(args) { argList in
139 | 			logAsConfigured(level, returnAddress, message, argList)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[82/121] Compiling CoreResolve MultipeerMessageManagerDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLocation/Extensions-CoreLocation.swift:46:1: warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocols 'Equatable', 'Hashable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
44 | }
45 |
46 | extension CLLocationCoordinate2D: Equatable, Hashable { // So that we can use CLLocationCoordinate2D as keys in a Dictionary
   | |- warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocols 'Equatable', 'Hashable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
47 |
48 | 	public static func == (left: CLLocationCoordinate2D, right: CLLocationCoordinate2D) -> Bool {
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Logging/LogManager.swift:49:5: warning: '_swift_os_log' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
 47 | 			// Since dladdr is in libc, it is safe to unsafeBitCast the cstring argument type.
 48 | 			buffer.baseAddress!.withMemoryRebound(to: CChar.self, capacity: buffer.count) { str in
 49 | 				_swift_os_log(dso, returnAddress, osLogger, logType, str, args)
    |     `- warning: '_swift_os_log' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
 50 | 			}
 51 | 		}
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Logging/LogManager.swift:124:23: warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
122 | 		}
123 | 		// os_log() does not support being wrapped in another function, use open-source code to add this capability
124 | 		let returnAddress = _swift_os_log_return_address()
    |                       `- warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
125 | 		withVaList(args) { argList in
126 | 			logAsConfigured(.debug, returnAddress, message, argList)
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Logging/LogManager.swift:137:23: warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
135 | 		}
136 | 		// os_log() does not support being wrapped in another function, use open-source code to add this capability
137 | 		let returnAddress = _swift_os_log_return_address()
    |                       `- warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
138 | 		withVaList(args) { argList in
139 | 			logAsConfigured(level, returnAddress, message, argList)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[83/121] Compiling CoreResolve MultipeerMessageManagerError.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLocation/Extensions-CoreLocation.swift:46:1: warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocols 'Equatable', 'Hashable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
44 | }
45 |
46 | extension CLLocationCoordinate2D: Equatable, Hashable { // So that we can use CLLocationCoordinate2D as keys in a Dictionary
   | |- warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocols 'Equatable', 'Hashable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
47 |
48 | 	public static func == (left: CLLocationCoordinate2D, right: CLLocationCoordinate2D) -> Bool {
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Logging/LogManager.swift:49:5: warning: '_swift_os_log' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
 47 | 			// Since dladdr is in libc, it is safe to unsafeBitCast the cstring argument type.
 48 | 			buffer.baseAddress!.withMemoryRebound(to: CChar.self, capacity: buffer.count) { str in
 49 | 				_swift_os_log(dso, returnAddress, osLogger, logType, str, args)
    |     `- warning: '_swift_os_log' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
 50 | 			}
 51 | 		}
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Logging/LogManager.swift:124:23: warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
122 | 		}
123 | 		// os_log() does not support being wrapped in another function, use open-source code to add this capability
124 | 		let returnAddress = _swift_os_log_return_address()
    |                       `- warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
125 | 		withVaList(args) { argList in
126 | 			logAsConfigured(.debug, returnAddress, message, argList)
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Logging/LogManager.swift:137:23: warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
135 | 		}
136 | 		// os_log() does not support being wrapped in another function, use open-source code to add this capability
137 | 		let returnAddress = _swift_os_log_return_address()
    |                       `- warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
138 | 		withVaList(args) { argList in
139 | 			logAsConfigured(level, returnAddress, message, argList)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[84/121] Compiling CoreResolve MultipeerMessagePayload.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLocation/Extensions-CoreLocation.swift:46:1: warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocols 'Equatable', 'Hashable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
44 | }
45 |
46 | extension CLLocationCoordinate2D: Equatable, Hashable { // So that we can use CLLocationCoordinate2D as keys in a Dictionary
   | |- warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocols 'Equatable', 'Hashable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
47 |
48 | 	public static func == (left: CLLocationCoordinate2D, right: CLLocationCoordinate2D) -> Bool {
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Logging/LogManager.swift:49:5: warning: '_swift_os_log' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
 47 | 			// Since dladdr is in libc, it is safe to unsafeBitCast the cstring argument type.
 48 | 			buffer.baseAddress!.withMemoryRebound(to: CChar.self, capacity: buffer.count) { str in
 49 | 				_swift_os_log(dso, returnAddress, osLogger, logType, str, args)
    |     `- warning: '_swift_os_log' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
 50 | 			}
 51 | 		}
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Logging/LogManager.swift:124:23: warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
122 | 		}
123 | 		// os_log() does not support being wrapped in another function, use open-source code to add this capability
124 | 		let returnAddress = _swift_os_log_return_address()
    |                       `- warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
125 | 		withVaList(args) { argList in
126 | 			logAsConfigured(.debug, returnAddress, message, argList)
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Logging/LogManager.swift:137:23: warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
135 | 		}
136 | 		// os_log() does not support being wrapped in another function, use open-source code to add this capability
137 | 		let returnAddress = _swift_os_log_return_address()
    |                       `- warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
138 | 		withVaList(args) { argList in
139 | 			logAsConfigured(level, returnAddress, message, argList)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[85/121] Compiling CoreResolve MultipeerSessionManager-Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLocation/Extensions-CoreLocation.swift:46:1: warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocols 'Equatable', 'Hashable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
44 | }
45 |
46 | extension CLLocationCoordinate2D: Equatable, Hashable { // So that we can use CLLocationCoordinate2D as keys in a Dictionary
   | |- warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocols 'Equatable', 'Hashable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
47 |
48 | 	public static func == (left: CLLocationCoordinate2D, right: CLLocationCoordinate2D) -> Bool {
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Logging/LogManager.swift:49:5: warning: '_swift_os_log' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
 47 | 			// Since dladdr is in libc, it is safe to unsafeBitCast the cstring argument type.
 48 | 			buffer.baseAddress!.withMemoryRebound(to: CChar.self, capacity: buffer.count) { str in
 49 | 				_swift_os_log(dso, returnAddress, osLogger, logType, str, args)
    |     `- warning: '_swift_os_log' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
 50 | 			}
 51 | 		}
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Logging/LogManager.swift:124:23: warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
122 | 		}
123 | 		// os_log() does not support being wrapped in another function, use open-source code to add this capability
124 | 		let returnAddress = _swift_os_log_return_address()
    |                       `- warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
125 | 		withVaList(args) { argList in
126 | 			logAsConfigured(.debug, returnAddress, message, argList)
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Logging/LogManager.swift:137:23: warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
135 | 		}
136 | 		// os_log() does not support being wrapped in another function, use open-source code to add this capability
137 | 		let returnAddress = _swift_os_log_return_address()
    |                       `- warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
138 | 		withVaList(args) { argList in
139 | 			logAsConfigured(level, returnAddress, message, argList)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[86/121] Compiling CoreResolve CoreColumnLayoutClient.swift
[87/121] Compiling CoreResolve CoreColumnLayoutContaining.swift
[88/121] Compiling CoreResolve CoreColumnLayoutError.swift
[89/121] Compiling CoreResolve CoreColumnLayoutProvider.swift
[90/121] Compiling CoreResolve CoreColumnLayoutProviding.swift
[91/121] Compiling CoreResolve CoreLayoutAnchorable.swift
[92/121] Compiling CoreResolve CoreLayoutExtensions.swift
[93/121] Compiling CoreResolve CLLocationManager-CoreLocationProviding.swift
[94/121] Compiling CoreResolve CoreBeaconIdentity.swift
[95/121] Compiling CoreResolve CoreBeaconRanging.swift
[96/121] Compiling CoreResolve CoreLocationProviding.swift
[97/121] Compiling CoreResolve CoreLocationProvidingDelegate.swift
[98/121] Compiling CoreResolve CoreResettable.swift
[99/121] Compiling CoreResolve CoreSegueHandling.swift
[100/121] Compiling CoreResolve CoreServiceProviding.swift
[101/121] Compiling CoreResolve CoreServiceProvidingError.swift
[102/121] Compiling CoreResolve CoreTableViewController.swift
[103/121] Compiling CoreResolve CoreTransactionProviding.swift
[104/121] Compiling CoreResolve CoreUserActivityService.swift
[105/121] Compiling CoreResolve CoreViewController.swift
[106/121] Compiling CoreResolve Extensions-CoreGraphics.swift
[107/121] Compiling CoreResolve Extensions-SceneKit.swift
[108/121] Compiling CoreResolve Extensions.swift
[109/121] Compiling CoreResolve FactoryRegistry.swift
[110/121] Compiling CoreResolve ParallaxProxyLayer.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreAPI/CoreAPIOperation.swift:21:12: warning: class 'CoreAPIOperation' must restate inherited '@unchecked Sendable' conformance
19 | //
20 |
21 | open class CoreAPIOperation<APIRequest>: CoreAsynchronousOperation where APIRequest: CoreAPIRequest {
   |            `- warning: class 'CoreAPIOperation' must restate inherited '@unchecked Sendable' conformance
22 |
23 | 	public typealias CoreAPIRequestTaskResult = Result<APIRequest.ResponseDataType, CoreAPIError>
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreAPI/CoreAPIRequestTask.swift:66:70: warning: capture of non-sendable type 'APIRequest.Type' in an isolated closure
 64 | 	}
 65 |
 66 | 	public func performRequest(requestData: APIRequest.RequestDataType, completionHandler: @escaping (CoreAPIRequestTaskResult) -> Void) {
    |                                                                      `- warning: capture of non-sendable type 'APIRequest.Type' in an isolated closure
 67 | 		guard task == nil else {
 68 | 			completionHandler(.failure(.invalidOperation))
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreAPI/CoreAPIRequestTask.swift:86:36: warning: capture of non-sendable type 'APIRequest.Type' in an isolated closure
 84 | 				}
 85 | 				do {
 86 | 					let parsedResponse = try self.apiRequest.parseResponse(data: data)
    |                                    `- warning: capture of non-sendable type 'APIRequest.Type' in an isolated closure
 87 | 					completionHandler(.success(parsedResponse))
 88 | 				} catch {
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Common/CoreAsynchronousOperation.swift:93:59: warning: 'self' refers to the method 'CoreAsynchronousOperation.self', which may be unexpected
 91 |
 92 | 	/// Concurrent queue for synchronizing access to `state` and `finishClosures`
 93 | 	fileprivate let queue = DispatchQueue(label: "\(type(of: self)).queue", attributes: .concurrent)
    |                                                           |- warning: 'self' refers to the method 'CoreAsynchronousOperation.self', which may be unexpected
    |                                                           `- note: use 'CoreAsynchronousOperation.self' to silence this warning
 94 |
 95 | 	/// Private backing store for `state`
[111/121] Compiling CoreResolve ResolvedServiceReference.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreAPI/CoreAPIOperation.swift:21:12: warning: class 'CoreAPIOperation' must restate inherited '@unchecked Sendable' conformance
19 | //
20 |
21 | open class CoreAPIOperation<APIRequest>: CoreAsynchronousOperation where APIRequest: CoreAPIRequest {
   |            `- warning: class 'CoreAPIOperation' must restate inherited '@unchecked Sendable' conformance
22 |
23 | 	public typealias CoreAPIRequestTaskResult = Result<APIRequest.ResponseDataType, CoreAPIError>
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreAPI/CoreAPIRequestTask.swift:66:70: warning: capture of non-sendable type 'APIRequest.Type' in an isolated closure
 64 | 	}
 65 |
 66 | 	public func performRequest(requestData: APIRequest.RequestDataType, completionHandler: @escaping (CoreAPIRequestTaskResult) -> Void) {
    |                                                                      `- warning: capture of non-sendable type 'APIRequest.Type' in an isolated closure
 67 | 		guard task == nil else {
 68 | 			completionHandler(.failure(.invalidOperation))
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreAPI/CoreAPIRequestTask.swift:86:36: warning: capture of non-sendable type 'APIRequest.Type' in an isolated closure
 84 | 				}
 85 | 				do {
 86 | 					let parsedResponse = try self.apiRequest.parseResponse(data: data)
    |                                    `- warning: capture of non-sendable type 'APIRequest.Type' in an isolated closure
 87 | 					completionHandler(.success(parsedResponse))
 88 | 				} catch {
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Common/CoreAsynchronousOperation.swift:93:59: warning: 'self' refers to the method 'CoreAsynchronousOperation.self', which may be unexpected
 91 |
 92 | 	/// Concurrent queue for synchronizing access to `state` and `finishClosures`
 93 | 	fileprivate let queue = DispatchQueue(label: "\(type(of: self)).queue", attributes: .concurrent)
    |                                                           |- warning: 'self' refers to the method 'CoreAsynchronousOperation.self', which may be unexpected
    |                                                           `- note: use 'CoreAsynchronousOperation.self' to silence this warning
 94 |
 95 | 	/// Private backing store for `state`
[112/121] Compiling CoreResolve ServiceManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreAPI/CoreAPIOperation.swift:21:12: warning: class 'CoreAPIOperation' must restate inherited '@unchecked Sendable' conformance
19 | //
20 |
21 | open class CoreAPIOperation<APIRequest>: CoreAsynchronousOperation where APIRequest: CoreAPIRequest {
   |            `- warning: class 'CoreAPIOperation' must restate inherited '@unchecked Sendable' conformance
22 |
23 | 	public typealias CoreAPIRequestTaskResult = Result<APIRequest.ResponseDataType, CoreAPIError>
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreAPI/CoreAPIRequestTask.swift:66:70: warning: capture of non-sendable type 'APIRequest.Type' in an isolated closure
 64 | 	}
 65 |
 66 | 	public func performRequest(requestData: APIRequest.RequestDataType, completionHandler: @escaping (CoreAPIRequestTaskResult) -> Void) {
    |                                                                      `- warning: capture of non-sendable type 'APIRequest.Type' in an isolated closure
 67 | 		guard task == nil else {
 68 | 			completionHandler(.failure(.invalidOperation))
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreAPI/CoreAPIRequestTask.swift:86:36: warning: capture of non-sendable type 'APIRequest.Type' in an isolated closure
 84 | 				}
 85 | 				do {
 86 | 					let parsedResponse = try self.apiRequest.parseResponse(data: data)
    |                                    `- warning: capture of non-sendable type 'APIRequest.Type' in an isolated closure
 87 | 					completionHandler(.success(parsedResponse))
 88 | 				} catch {
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Common/CoreAsynchronousOperation.swift:93:59: warning: 'self' refers to the method 'CoreAsynchronousOperation.self', which may be unexpected
 91 |
 92 | 	/// Concurrent queue for synchronizing access to `state` and `finishClosures`
 93 | 	fileprivate let queue = DispatchQueue(label: "\(type(of: self)).queue", attributes: .concurrent)
    |                                                           |- warning: 'self' refers to the method 'CoreAsynchronousOperation.self', which may be unexpected
    |                                                           `- note: use 'CoreAsynchronousOperation.self' to silence this warning
 94 |
 95 | 	/// Private backing store for `state`
[113/121] Compiling CoreResolve ShimExtensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreAPI/CoreAPIOperation.swift:21:12: warning: class 'CoreAPIOperation' must restate inherited '@unchecked Sendable' conformance
19 | //
20 |
21 | open class CoreAPIOperation<APIRequest>: CoreAsynchronousOperation where APIRequest: CoreAPIRequest {
   |            `- warning: class 'CoreAPIOperation' must restate inherited '@unchecked Sendable' conformance
22 |
23 | 	public typealias CoreAPIRequestTaskResult = Result<APIRequest.ResponseDataType, CoreAPIError>
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreAPI/CoreAPIRequestTask.swift:66:70: warning: capture of non-sendable type 'APIRequest.Type' in an isolated closure
 64 | 	}
 65 |
 66 | 	public func performRequest(requestData: APIRequest.RequestDataType, completionHandler: @escaping (CoreAPIRequestTaskResult) -> Void) {
    |                                                                      `- warning: capture of non-sendable type 'APIRequest.Type' in an isolated closure
 67 | 		guard task == nil else {
 68 | 			completionHandler(.failure(.invalidOperation))
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreAPI/CoreAPIRequestTask.swift:86:36: warning: capture of non-sendable type 'APIRequest.Type' in an isolated closure
 84 | 				}
 85 | 				do {
 86 | 					let parsedResponse = try self.apiRequest.parseResponse(data: data)
    |                                    `- warning: capture of non-sendable type 'APIRequest.Type' in an isolated closure
 87 | 					completionHandler(.success(parsedResponse))
 88 | 				} catch {
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Common/CoreAsynchronousOperation.swift:93:59: warning: 'self' refers to the method 'CoreAsynchronousOperation.self', which may be unexpected
 91 |
 92 | 	/// Concurrent queue for synchronizing access to `state` and `finishClosures`
 93 | 	fileprivate let queue = DispatchQueue(label: "\(type(of: self)).queue", attributes: .concurrent)
    |                                                           |- warning: 'self' refers to the method 'CoreAsynchronousOperation.self', which may be unexpected
    |                                                           `- note: use 'CoreAsynchronousOperation.self' to silence this warning
 94 |
 95 | 	/// Private backing store for `state`
[114/121] Compiling CoreResolve SpringAction.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreAPI/CoreAPIOperation.swift:21:12: warning: class 'CoreAPIOperation' must restate inherited '@unchecked Sendable' conformance
19 | //
20 |
21 | open class CoreAPIOperation<APIRequest>: CoreAsynchronousOperation where APIRequest: CoreAPIRequest {
   |            `- warning: class 'CoreAPIOperation' must restate inherited '@unchecked Sendable' conformance
22 |
23 | 	public typealias CoreAPIRequestTaskResult = Result<APIRequest.ResponseDataType, CoreAPIError>
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreAPI/CoreAPIRequestTask.swift:66:70: warning: capture of non-sendable type 'APIRequest.Type' in an isolated closure
 64 | 	}
 65 |
 66 | 	public func performRequest(requestData: APIRequest.RequestDataType, completionHandler: @escaping (CoreAPIRequestTaskResult) -> Void) {
    |                                                                      `- warning: capture of non-sendable type 'APIRequest.Type' in an isolated closure
 67 | 		guard task == nil else {
 68 | 			completionHandler(.failure(.invalidOperation))
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreAPI/CoreAPIRequestTask.swift:86:36: warning: capture of non-sendable type 'APIRequest.Type' in an isolated closure
 84 | 				}
 85 | 				do {
 86 | 					let parsedResponse = try self.apiRequest.parseResponse(data: data)
    |                                    `- warning: capture of non-sendable type 'APIRequest.Type' in an isolated closure
 87 | 					completionHandler(.success(parsedResponse))
 88 | 				} catch {
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Common/CoreAsynchronousOperation.swift:93:59: warning: 'self' refers to the method 'CoreAsynchronousOperation.self', which may be unexpected
 91 |
 92 | 	/// Concurrent queue for synchronizing access to `state` and `finishClosures`
 93 | 	fileprivate let queue = DispatchQueue(label: "\(type(of: self)).queue", attributes: .concurrent)
    |                                                           |- warning: 'self' refers to the method 'CoreAsynchronousOperation.self', which may be unexpected
    |                                                           `- note: use 'CoreAsynchronousOperation.self' to silence this warning
 94 |
 95 | 	/// Private backing store for `state`
[115/121] Compiling CoreResolve VideoPlayerView.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreAPI/CoreAPIOperation.swift:21:12: warning: class 'CoreAPIOperation' must restate inherited '@unchecked Sendable' conformance
19 | //
20 |
21 | open class CoreAPIOperation<APIRequest>: CoreAsynchronousOperation where APIRequest: CoreAPIRequest {
   |            `- warning: class 'CoreAPIOperation' must restate inherited '@unchecked Sendable' conformance
22 |
23 | 	public typealias CoreAPIRequestTaskResult = Result<APIRequest.ResponseDataType, CoreAPIError>
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreAPI/CoreAPIRequestTask.swift:66:70: warning: capture of non-sendable type 'APIRequest.Type' in an isolated closure
 64 | 	}
 65 |
 66 | 	public func performRequest(requestData: APIRequest.RequestDataType, completionHandler: @escaping (CoreAPIRequestTaskResult) -> Void) {
    |                                                                      `- warning: capture of non-sendable type 'APIRequest.Type' in an isolated closure
 67 | 		guard task == nil else {
 68 | 			completionHandler(.failure(.invalidOperation))
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreAPI/CoreAPIRequestTask.swift:86:36: warning: capture of non-sendable type 'APIRequest.Type' in an isolated closure
 84 | 				}
 85 | 				do {
 86 | 					let parsedResponse = try self.apiRequest.parseResponse(data: data)
    |                                    `- warning: capture of non-sendable type 'APIRequest.Type' in an isolated closure
 87 | 					completionHandler(.success(parsedResponse))
 88 | 				} catch {
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Common/CoreAsynchronousOperation.swift:93:59: warning: 'self' refers to the method 'CoreAsynchronousOperation.self', which may be unexpected
 91 |
 92 | 	/// Concurrent queue for synchronizing access to `state` and `finishClosures`
 93 | 	fileprivate let queue = DispatchQueue(label: "\(type(of: self)).queue", attributes: .concurrent)
    |                                                           |- warning: 'self' refers to the method 'CoreAsynchronousOperation.self', which may be unexpected
    |                                                           `- note: use 'CoreAsynchronousOperation.self' to silence this warning
 94 |
 95 | 	/// Private backing store for `state`
[116/121] Compiling CoreResolve CoreAPIContainer.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreAPI/CoreAPIOperation.swift:21:12: warning: class 'CoreAPIOperation' must restate inherited '@unchecked Sendable' conformance
19 | //
20 |
21 | open class CoreAPIOperation<APIRequest>: CoreAsynchronousOperation where APIRequest: CoreAPIRequest {
   |            `- warning: class 'CoreAPIOperation' must restate inherited '@unchecked Sendable' conformance
22 |
23 | 	public typealias CoreAPIRequestTaskResult = Result<APIRequest.ResponseDataType, CoreAPIError>
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreAPI/CoreAPIRequestTask.swift:66:70: warning: capture of non-sendable type 'APIRequest.Type' in an isolated closure
 64 | 	}
 65 |
 66 | 	public func performRequest(requestData: APIRequest.RequestDataType, completionHandler: @escaping (CoreAPIRequestTaskResult) -> Void) {
    |                                                                      `- warning: capture of non-sendable type 'APIRequest.Type' in an isolated closure
 67 | 		guard task == nil else {
 68 | 			completionHandler(.failure(.invalidOperation))
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreAPI/CoreAPIRequestTask.swift:86:36: warning: capture of non-sendable type 'APIRequest.Type' in an isolated closure
 84 | 				}
 85 | 				do {
 86 | 					let parsedResponse = try self.apiRequest.parseResponse(data: data)
    |                                    `- warning: capture of non-sendable type 'APIRequest.Type' in an isolated closure
 87 | 					completionHandler(.success(parsedResponse))
 88 | 				} catch {
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Common/CoreAsynchronousOperation.swift:93:59: warning: 'self' refers to the method 'CoreAsynchronousOperation.self', which may be unexpected
 91 |
 92 | 	/// Concurrent queue for synchronizing access to `state` and `finishClosures`
 93 | 	fileprivate let queue = DispatchQueue(label: "\(type(of: self)).queue", attributes: .concurrent)
    |                                                           |- warning: 'self' refers to the method 'CoreAsynchronousOperation.self', which may be unexpected
    |                                                           `- note: use 'CoreAsynchronousOperation.self' to silence this warning
 94 |
 95 | 	/// Private backing store for `state`
[117/121] Compiling CoreResolve CoreAPIError.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreAPI/CoreAPIOperation.swift:21:12: warning: class 'CoreAPIOperation' must restate inherited '@unchecked Sendable' conformance
19 | //
20 |
21 | open class CoreAPIOperation<APIRequest>: CoreAsynchronousOperation where APIRequest: CoreAPIRequest {
   |            `- warning: class 'CoreAPIOperation' must restate inherited '@unchecked Sendable' conformance
22 |
23 | 	public typealias CoreAPIRequestTaskResult = Result<APIRequest.ResponseDataType, CoreAPIError>
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreAPI/CoreAPIRequestTask.swift:66:70: warning: capture of non-sendable type 'APIRequest.Type' in an isolated closure
 64 | 	}
 65 |
 66 | 	public func performRequest(requestData: APIRequest.RequestDataType, completionHandler: @escaping (CoreAPIRequestTaskResult) -> Void) {
    |                                                                      `- warning: capture of non-sendable type 'APIRequest.Type' in an isolated closure
 67 | 		guard task == nil else {
 68 | 			completionHandler(.failure(.invalidOperation))
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreAPI/CoreAPIRequestTask.swift:86:36: warning: capture of non-sendable type 'APIRequest.Type' in an isolated closure
 84 | 				}
 85 | 				do {
 86 | 					let parsedResponse = try self.apiRequest.parseResponse(data: data)
    |                                    `- warning: capture of non-sendable type 'APIRequest.Type' in an isolated closure
 87 | 					completionHandler(.success(parsedResponse))
 88 | 				} catch {
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Common/CoreAsynchronousOperation.swift:93:59: warning: 'self' refers to the method 'CoreAsynchronousOperation.self', which may be unexpected
 91 |
 92 | 	/// Concurrent queue for synchronizing access to `state` and `finishClosures`
 93 | 	fileprivate let queue = DispatchQueue(label: "\(type(of: self)).queue", attributes: .concurrent)
    |                                                           |- warning: 'self' refers to the method 'CoreAsynchronousOperation.self', which may be unexpected
    |                                                           `- note: use 'CoreAsynchronousOperation.self' to silence this warning
 94 |
 95 | 	/// Private backing store for `state`
[118/121] Compiling CoreResolve CoreAPILogging.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreAPI/CoreAPIOperation.swift:21:12: warning: class 'CoreAPIOperation' must restate inherited '@unchecked Sendable' conformance
19 | //
20 |
21 | open class CoreAPIOperation<APIRequest>: CoreAsynchronousOperation where APIRequest: CoreAPIRequest {
   |            `- warning: class 'CoreAPIOperation' must restate inherited '@unchecked Sendable' conformance
22 |
23 | 	public typealias CoreAPIRequestTaskResult = Result<APIRequest.ResponseDataType, CoreAPIError>
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreAPI/CoreAPIRequestTask.swift:66:70: warning: capture of non-sendable type 'APIRequest.Type' in an isolated closure
 64 | 	}
 65 |
 66 | 	public func performRequest(requestData: APIRequest.RequestDataType, completionHandler: @escaping (CoreAPIRequestTaskResult) -> Void) {
    |                                                                      `- warning: capture of non-sendable type 'APIRequest.Type' in an isolated closure
 67 | 		guard task == nil else {
 68 | 			completionHandler(.failure(.invalidOperation))
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreAPI/CoreAPIRequestTask.swift:86:36: warning: capture of non-sendable type 'APIRequest.Type' in an isolated closure
 84 | 				}
 85 | 				do {
 86 | 					let parsedResponse = try self.apiRequest.parseResponse(data: data)
    |                                    `- warning: capture of non-sendable type 'APIRequest.Type' in an isolated closure
 87 | 					completionHandler(.success(parsedResponse))
 88 | 				} catch {
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Common/CoreAsynchronousOperation.swift:93:59: warning: 'self' refers to the method 'CoreAsynchronousOperation.self', which may be unexpected
 91 |
 92 | 	/// Concurrent queue for synchronizing access to `state` and `finishClosures`
 93 | 	fileprivate let queue = DispatchQueue(label: "\(type(of: self)).queue", attributes: .concurrent)
    |                                                           |- warning: 'self' refers to the method 'CoreAsynchronousOperation.self', which may be unexpected
    |                                                           `- note: use 'CoreAsynchronousOperation.self' to silence this warning
 94 |
 95 | 	/// Private backing store for `state`
[119/121] Compiling CoreResolve CoreAPIOperation.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreAPI/CoreAPIOperation.swift:21:12: warning: class 'CoreAPIOperation' must restate inherited '@unchecked Sendable' conformance
19 | //
20 |
21 | open class CoreAPIOperation<APIRequest>: CoreAsynchronousOperation where APIRequest: CoreAPIRequest {
   |            `- warning: class 'CoreAPIOperation' must restate inherited '@unchecked Sendable' conformance
22 |
23 | 	public typealias CoreAPIRequestTaskResult = Result<APIRequest.ResponseDataType, CoreAPIError>
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreAPI/CoreAPIRequestTask.swift:66:70: warning: capture of non-sendable type 'APIRequest.Type' in an isolated closure
 64 | 	}
 65 |
 66 | 	public func performRequest(requestData: APIRequest.RequestDataType, completionHandler: @escaping (CoreAPIRequestTaskResult) -> Void) {
    |                                                                      `- warning: capture of non-sendable type 'APIRequest.Type' in an isolated closure
 67 | 		guard task == nil else {
 68 | 			completionHandler(.failure(.invalidOperation))
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreAPI/CoreAPIRequestTask.swift:86:36: warning: capture of non-sendable type 'APIRequest.Type' in an isolated closure
 84 | 				}
 85 | 				do {
 86 | 					let parsedResponse = try self.apiRequest.parseResponse(data: data)
    |                                    `- warning: capture of non-sendable type 'APIRequest.Type' in an isolated closure
 87 | 					completionHandler(.success(parsedResponse))
 88 | 				} catch {
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Common/CoreAsynchronousOperation.swift:93:59: warning: 'self' refers to the method 'CoreAsynchronousOperation.self', which may be unexpected
 91 |
 92 | 	/// Concurrent queue for synchronizing access to `state` and `finishClosures`
 93 | 	fileprivate let queue = DispatchQueue(label: "\(type(of: self)).queue", attributes: .concurrent)
    |                                                           |- warning: 'self' refers to the method 'CoreAsynchronousOperation.self', which may be unexpected
    |                                                           `- note: use 'CoreAsynchronousOperation.self' to silence this warning
 94 |
 95 | 	/// Private backing store for `state`
[120/121] Compiling CoreResolve CoreAPIRequest.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreAPI/CoreAPIOperation.swift:21:12: warning: class 'CoreAPIOperation' must restate inherited '@unchecked Sendable' conformance
19 | //
20 |
21 | open class CoreAPIOperation<APIRequest>: CoreAsynchronousOperation where APIRequest: CoreAPIRequest {
   |            `- warning: class 'CoreAPIOperation' must restate inherited '@unchecked Sendable' conformance
22 |
23 | 	public typealias CoreAPIRequestTaskResult = Result<APIRequest.ResponseDataType, CoreAPIError>
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreAPI/CoreAPIRequestTask.swift:66:70: warning: capture of non-sendable type 'APIRequest.Type' in an isolated closure
 64 | 	}
 65 |
 66 | 	public func performRequest(requestData: APIRequest.RequestDataType, completionHandler: @escaping (CoreAPIRequestTaskResult) -> Void) {
    |                                                                      `- warning: capture of non-sendable type 'APIRequest.Type' in an isolated closure
 67 | 		guard task == nil else {
 68 | 			completionHandler(.failure(.invalidOperation))
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreAPI/CoreAPIRequestTask.swift:86:36: warning: capture of non-sendable type 'APIRequest.Type' in an isolated closure
 84 | 				}
 85 | 				do {
 86 | 					let parsedResponse = try self.apiRequest.parseResponse(data: data)
    |                                    `- warning: capture of non-sendable type 'APIRequest.Type' in an isolated closure
 87 | 					completionHandler(.success(parsedResponse))
 88 | 				} catch {
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Common/CoreAsynchronousOperation.swift:93:59: warning: 'self' refers to the method 'CoreAsynchronousOperation.self', which may be unexpected
 91 |
 92 | 	/// Concurrent queue for synchronizing access to `state` and `finishClosures`
 93 | 	fileprivate let queue = DispatchQueue(label: "\(type(of: self)).queue", attributes: .concurrent)
    |                                                           |- warning: 'self' refers to the method 'CoreAsynchronousOperation.self', which may be unexpected
    |                                                           `- note: use 'CoreAsynchronousOperation.self' to silence this warning
 94 |
 95 | 	/// Private backing store for `state`
[121/121] Compiling CoreResolve CoreAPIRequestTask.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreAPI/CoreAPIOperation.swift:21:12: warning: class 'CoreAPIOperation' must restate inherited '@unchecked Sendable' conformance
19 | //
20 |
21 | open class CoreAPIOperation<APIRequest>: CoreAsynchronousOperation where APIRequest: CoreAPIRequest {
   |            `- warning: class 'CoreAPIOperation' must restate inherited '@unchecked Sendable' conformance
22 |
23 | 	public typealias CoreAPIRequestTaskResult = Result<APIRequest.ResponseDataType, CoreAPIError>
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreAPI/CoreAPIRequestTask.swift:66:70: warning: capture of non-sendable type 'APIRequest.Type' in an isolated closure
 64 | 	}
 65 |
 66 | 	public func performRequest(requestData: APIRequest.RequestDataType, completionHandler: @escaping (CoreAPIRequestTaskResult) -> Void) {
    |                                                                      `- warning: capture of non-sendable type 'APIRequest.Type' in an isolated closure
 67 | 		guard task == nil else {
 68 | 			completionHandler(.failure(.invalidOperation))
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreAPI/CoreAPIRequestTask.swift:86:36: warning: capture of non-sendable type 'APIRequest.Type' in an isolated closure
 84 | 				}
 85 | 				do {
 86 | 					let parsedResponse = try self.apiRequest.parseResponse(data: data)
    |                                    `- warning: capture of non-sendable type 'APIRequest.Type' in an isolated closure
 87 | 					completionHandler(.success(parsedResponse))
 88 | 				} catch {
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Common/CoreAsynchronousOperation.swift:93:59: warning: 'self' refers to the method 'CoreAsynchronousOperation.self', which may be unexpected
 91 |
 92 | 	/// Concurrent queue for synchronizing access to `state` and `finishClosures`
 93 | 	fileprivate let queue = DispatchQueue(label: "\(type(of: self)).queue", attributes: .concurrent)
    |                                                           |- warning: 'self' refers to the method 'CoreAsynchronousOperation.self', which may be unexpected
    |                                                           `- note: use 'CoreAsynchronousOperation.self' to silence this warning
 94 |
 95 | 	/// Private backing store for `state`
Build complete! (10.35s)
warning: 'spi-builder-workspace': Invalid Resource 'Resources/CoreAPIError.strings': File not found.
warning: 'spi-builder-workspace': Invalid Resource 'Resources/CoreDataStackError.strings': File not found.
warning: 'spi-builder-workspace': Invalid Resource 'Resources/CoreFactoryServiceError.strings': File not found.
warning: 'spi-builder-workspace': Invalid Resource 'Resources/CoreFileStoreServiceError.strings': File not found.
warning: 'spi-builder-workspace': Invalid Resource 'Resources/CoreServiceProvidingError.strings': File not found.
warning: 'spi-builder-workspace': Invalid Resource 'Resources/MultipeerMessageManagerError.strings': File not found.
Build complete.
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "CoreResolve",
  "name" : "CoreResolve",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.12"
    },
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    },
    {
      "name" : "watchos",
      "version" : "3.0"
    }
  ],
  "products" : [
    {
      "name" : "CoreResolve",
      "targets" : [
        "CoreResolve"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CoreResolve_ObjC",
      "module_type" : "ClangTarget",
      "name" : "CoreResolve_ObjC",
      "path" : "Sources/CoreResolve_ObjC",
      "product_memberships" : [
        "CoreResolve"
      ],
      "sources" : [
        "CRKObjectiveC.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CoreResolveTests",
      "module_type" : "SwiftTarget",
      "name" : "CoreResolveTests",
      "path" : "Tests/CoreResolveTests",
      "sources" : [
        "CollectionChangesTests.swift",
        "CoreAPITests.swift",
        "CoreAsynchronousOperationTests.swift",
        "CoreFileStoreManagerUrlProviderTests.swift",
        "FactoryRegistryTests.swift",
        "Mocks/MockCoreAPIOperation.swift",
        "Mocks/MockCoreDecoding.swift",
        "Mocks/MockCoreEncoding.swift",
        "Mocks/MockCoreLocationProviding.swift",
        "Mocks/MockMultipeerSessionManagerDelegate.swift",
        "Mocks/MockMultipeerSessionProviding.swift",
        "Mocks/MockURLProtocol.swift",
        "MultipeerSessionManagerTests.swift",
        "ServiceManagerTests.swift"
      ],
      "target_dependencies" : [
        "CoreResolve"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CoreResolve",
      "module_type" : "SwiftTarget",
      "name" : "CoreResolve",
      "path" : "Sources/CoreResolve",
      "product_memberships" : [
        "CoreResolve"
      ],
      "sources" : [
        "Platforms/iOS/LegacyUserNotificationManager-UIKit.swift",
        "Platforms/macOS/CoreCollectionViewDataSource-AppKit.swift",
        "Platforms/macOS/CoreTableDataSource-AppKit.swift",
        "Platforms/macOS/CoreTableViewDataSource-AppKit.swift",
        "Platforms/macOS/Extensions-AppKit.swift",
        "Platforms/macOS/LegacyUserNotificationManager-AppKit.swift",
        "Platforms/macOS/NSViewController-CorePrints.swift",
        "Platforms/watchOS/CoreTableDataSource-WatchKit.swift",
        "Platforms/watchOS/CoreUserNotificationInterfaceController.swift",
        "Platforms/watchOS/Extensions-watchOS.swift",
        "Platforms/watchOS/WKInterfaceController-CorePrints.swift",
        "Shared/Common/AppIconService.swift",
        "Shared/Common/CollectionChanges.swift",
        "Shared/Common/CoreAsynchronousOperation.swift",
        "Shared/Common/CoreCellDequeuing.swift",
        "Shared/Common/CoreCollectionViewCell.swift",
        "Shared/Common/CoreCollectionViewController.swift",
        "Shared/Common/CoreContainerViewController.swift",
        "Shared/Common/CoreContainerViewControllerError.swift",
        "Shared/Common/CoreDecoding.swift",
        "Shared/Common/CoreEncoding.swift",
        "Shared/Common/CoreFactoryService.swift",
        "Shared/Common/CoreFactoryServiceError.swift",
        "Shared/Common/CorePrints.swift",
        "Shared/Common/CoreResettable.swift",
        "Shared/Common/CoreSegueHandling.swift",
        "Shared/Common/CoreServiceProviding.swift",
        "Shared/Common/CoreServiceProvidingError.swift",
        "Shared/Common/CoreTableViewController.swift",
        "Shared/Common/CoreTransactionProviding.swift",
        "Shared/Common/CoreUserActivityService.swift",
        "Shared/Common/CoreViewController.swift",
        "Shared/Common/Extensions-CoreGraphics.swift",
        "Shared/Common/Extensions-SceneKit.swift",
        "Shared/Common/Extensions.swift",
        "Shared/Common/FactoryRegistry.swift",
        "Shared/Common/ParallaxProxyLayer.swift",
        "Shared/Common/ResolvedServiceReference.swift",
        "Shared/Common/ServiceManager.swift",
        "Shared/Common/ShimExtensions.swift",
        "Shared/Common/SpringAction.swift",
        "Shared/Common/VideoPlayerView.swift",
        "Shared/CoreAPI/CoreAPIContainer.swift",
        "Shared/CoreAPI/CoreAPIError.swift",
        "Shared/CoreAPI/CoreAPILogging.swift",
        "Shared/CoreAPI/CoreAPIOperation.swift",
        "Shared/CoreAPI/CoreAPIRequest.swift",
        "Shared/CoreAPI/CoreAPIRequestTask.swift",
        "Shared/CoreData/BasicSQLiteCoreDataStackConfigurationProvider.swift",
        "Shared/CoreData/CoreDataContextPool.swift",
        "Shared/CoreData/CoreDataManager.swift",
        "Shared/CoreData/CoreDataService.swift",
        "Shared/CoreData/CoreDataStack.swift",
        "Shared/CoreData/CoreDataStackConfigurationProviding.swift",
        "Shared/CoreData/CoreDataStackError.swift",
        "Shared/CoreData/CoreTableDataSource.swift",
        "Shared/CoreData/FetchedResultsControllerDataSource.swift",
        "Shared/CoreData/FetchedResultsControllerPrefetchDataSource.swift",
        "Shared/CoreData/ManagedObject-Extensions.swift",
        "Shared/CoreData/MultiContextCoreDataStack.swift",
        "Shared/CoreData/MultiCoordinatorSynchronouslyMergingCoreDataStack.swift",
        "Shared/CoreData/PrefetchDataSource.swift",
        "Shared/CoreData/SingleCoordinatorAsynchronouslyMergingCoreDataStack.swift",
        "Shared/CoreData/SingleCoordinatorSynchronouslyMergingCoreDataStack.swift",
        "Shared/CoreData/SynchronouslyMergingCoreDataStack.swift",
        "Shared/CoreFile/CoreFileStoreManagerUrlProvider.swift",
        "Shared/CoreFile/CoreFileStoreManagerUrlProviding.swift",
        "Shared/CoreFile/CoreFileStoreService.swift",
        "Shared/CoreFile/CoreFileStoreServiceError.swift",
        "Shared/CoreFile/FileStoreManager.swift",
        "Shared/CoreLayout/BoundingConstraints.swift",
        "Shared/CoreLayout/CoreColumnLayoutAware.swift",
        "Shared/CoreLayout/CoreColumnLayoutClient.swift",
        "Shared/CoreLayout/CoreColumnLayoutContaining.swift",
        "Shared/CoreLayout/CoreColumnLayoutError.swift",
        "Shared/CoreLayout/CoreColumnLayoutProvider.swift",
        "Shared/CoreLayout/CoreColumnLayoutProviding.swift",
        "Shared/CoreLayout/CoreLayoutAnchorable.swift",
        "Shared/CoreLayout/CoreLayoutExtensions.swift",
        "Shared/CoreLocation/CLLocationManager-CoreLocationProviding.swift",
        "Shared/CoreLocation/CoreBeaconIdentity.swift",
        "Shared/CoreLocation/CoreBeaconRanging.swift",
        "Shared/CoreLocation/CoreLocationProviding.swift",
        "Shared/CoreLocation/CoreLocationProvidingDelegate.swift",
        "Shared/CoreLocation/Extensions-CoreLocation.swift",
        "Shared/Logging/CoreLoggingService.swift",
        "Shared/Logging/LogManager.swift",
        "Shared/Logging/LogManagerConfigurationProvider.swift",
        "Shared/Logging/LogManagerConfigurationProviding.swift",
        "Shared/MultipeerConnectivity/MCSession-MultipeerSessionProviding.swift",
        "Shared/MultipeerConnectivity/MultipeerMessageManager.swift",
        "Shared/MultipeerConnectivity/MultipeerMessageManagerDelegate.swift",
        "Shared/MultipeerConnectivity/MultipeerMessageManagerError.swift",
        "Shared/MultipeerConnectivity/MultipeerMessagePayload.swift",
        "Shared/MultipeerConnectivity/MultipeerSessionManager-Extensions.swift",
        "Shared/MultipeerConnectivity/MultipeerSessionManager.swift",
        "Shared/MultipeerConnectivity/MultipeerSessionManagerDelegate.swift",
        "Shared/MultipeerConnectivity/MultipeerSessionProviding.swift",
        "Shared/MultipeerConnectivity/MultipeerSessionProvidingDelegate.swift",
        "Shared/UIKit/CoreAnimatedTransition.swift",
        "Shared/UIKit/CoreCollectionViewDataSource-UIKit.swift",
        "Shared/UIKit/CoreInteractiveTransition.swift",
        "Shared/UIKit/CoreNavigationController.swift",
        "Shared/UIKit/CoreScalableLabel.swift",
        "Shared/UIKit/CoreSplitViewController.swift",
        "Shared/UIKit/CoreStoryboardSegue.swift",
        "Shared/UIKit/CoreTableDataSource-UIKit.swift",
        "Shared/UIKit/CoreTableViewDataSource-UIKit.swift",
        "Shared/UIKit/Extensions-UIKit.swift",
        "Shared/UIKit/GradientView.swift",
        "Shared/UIKit/ParallaxProxyView.swift",
        "Shared/UIKit/TouchForwardingView.swift",
        "Shared/UIKit/UIViewController-CorePrints.swift",
        "Shared/User Notifications/CoreNotification.swift",
        "Shared/User Notifications/CoreNotificationProviding.swift",
        "Shared/User Notifications/CoreRemoteNotificationAdapter.swift",
        "Shared/User Notifications/UserNotificationManager.swift"
      ],
      "target_dependencies" : [
        "CoreResolve_ObjC"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
warning: 'spi-builder-workspace': Invalid Resource 'Resources/CoreAPIError.strings': File not found.
warning: 'spi-builder-workspace': Invalid Resource 'Resources/CoreDataStackError.strings': File not found.
warning: 'spi-builder-workspace': Invalid Resource 'Resources/CoreFactoryServiceError.strings': File not found.
warning: 'spi-builder-workspace': Invalid Resource 'Resources/CoreFileStoreServiceError.strings': File not found.
warning: 'spi-builder-workspace': Invalid Resource 'Resources/CoreServiceProvidingError.strings': File not found.
warning: 'spi-builder-workspace': Invalid Resource 'Resources/MultipeerMessageManagerError.strings': File not found.
Done.